2023-10-08T04:15:17.493 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-10-08T04:15:17.494 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --name yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi --description orch/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --archive /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417256 -- /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417256/orig.config.yaml 2023-10-08T04:15:17.527 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-08T04:15:17.607 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417256 branch: main description: orch/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7417256' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: main ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9235 sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_9725b08fd801c82987c737f7e6d354878f036ee8/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 targets: smithi135.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-10-07_14:03:45 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-08T04:15:17.607 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_9725b08fd801c82987c737f7e6d354878f036ee8/qa; will attempt to use it 2023-10-08T04:15:17.608 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9725b08fd801c82987c737f7e6d354878f036ee8/qa/tasks 2023-10-08T04:15:17.608 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-08T04:15:17.610 INFO:teuthology.task.internal:Checking packages... 2023-10-08T04:15:17.632 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '9725b08fd801c82987c737f7e6d354878f036ee8' 2023-10-08T04:15:17.632 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-08T04:15:17.633 INFO:teuthology.packaging:ref: None 2023-10-08T04:15:17.633 INFO:teuthology.packaging:tag: None 2023-10-08T04:15:17.633 INFO:teuthology.packaging:branch: main 2023-10-08T04:15:17.633 INFO:teuthology.packaging:sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-08T04:15:17.633 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-10-08T04:15:17.969 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6613.gb05d167b 2023-10-08T04:15:17.970 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-08T04:15:17.979 INFO:teuthology.task.internal:no buildpackages task found 2023-10-08T04:15:17.979 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-08T04:15:17.987 INFO:teuthology.task.internal:Saving configuration 2023-10-08T04:15:18.000 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-08T04:15:18.007 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-08T04:15:18.033 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi135.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417256', '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-08 04:10:41.739172', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-08T04:15:18.057 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-07_14:03:45-orch-main-distro-default-smithi/7417256', '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-08 04:10:41.737811', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-08T04:15:18.057 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-08T04:15:18.063 INFO:teuthology.task.internal:roles: ubuntu@smithi135.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-08T04:15:18.063 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-08T04:15:18.064 INFO:teuthology.run_tasks:Running task console_log... 2023-10-08T04:15:18.135 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9332a8a040>, signals=[15]) 2023-10-08T04:15:18.135 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-08T04:15:18.142 INFO:teuthology.task.internal:Opening connections... 2023-10-08T04:15:18.142 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi135.front.sepia.ceph.com 2023-10-08T04:15:18.144 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T04:15:18.211 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2023-10-08T04:15:18.212 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T04:15:18.277 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-08T04:15:18.283 DEBUG:teuthology.orchestra.run.smithi135:> uname -m 2023-10-08T04:15:18.304 INFO:teuthology.orchestra.run.smithi135.stdout:x86_64 2023-10-08T04:15:18.304 DEBUG:teuthology.orchestra.run.smithi135:> cat /etc/os-release 2023-10-08T04:15:18.363 INFO:teuthology.orchestra.run.smithi135.stdout:NAME="Red Hat Enterprise Linux" 2023-10-08T04:15:18.363 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION="8.6 (Ootpa)" 2023-10-08T04:15:18.363 INFO:teuthology.orchestra.run.smithi135.stdout:ID="rhel" 2023-10-08T04:15:18.364 INFO:teuthology.orchestra.run.smithi135.stdout:ID_LIKE="fedora" 2023-10-08T04:15:18.364 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION_ID="8.6" 2023-10-08T04:15:18.364 INFO:teuthology.orchestra.run.smithi135.stdout:PLATFORM_ID="platform:el8" 2023-10-08T04:15:18.364 INFO:teuthology.orchestra.run.smithi135.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-08T04:15:18.364 INFO:teuthology.orchestra.run.smithi135.stdout:ANSI_COLOR="0;31" 2023-10-08T04:15:18.364 INFO:teuthology.orchestra.run.smithi135.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-08T04:15:18.364 INFO:teuthology.orchestra.run.smithi135.stdout:HOME_URL="https://www.redhat.com/" 2023-10-08T04:15:18.364 INFO:teuthology.orchestra.run.smithi135.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-08T04:15:18.364 INFO:teuthology.orchestra.run.smithi135.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-08T04:15:18.365 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:15:18.365 INFO:teuthology.orchestra.run.smithi135.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-08T04:15:18.365 INFO:teuthology.orchestra.run.smithi135.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-08T04:15:18.365 INFO:teuthology.orchestra.run.smithi135.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-08T04:15:18.365 INFO:teuthology.orchestra.run.smithi135.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-08T04:15:18.366 INFO:teuthology.lock.ops:Updating smithi135.front.sepia.ceph.com on lock server 2023-10-08T04:15:18.384 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2023-10-08T04:15:18.403 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2023-10-08T04:15:18.404 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2023-10-08T04:15:18.461 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="Red Hat Enterprise Linux" 2023-10-08T04:15:18.461 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="8.6 (Ootpa)" 2023-10-08T04:15:18.462 INFO:teuthology.orchestra.run.smithi194.stdout:ID="rhel" 2023-10-08T04:15:18.462 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE="fedora" 2023-10-08T04:15:18.462 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="8.6" 2023-10-08T04:15:18.462 INFO:teuthology.orchestra.run.smithi194.stdout:PLATFORM_ID="platform:el8" 2023-10-08T04:15:18.462 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-08T04:15:18.462 INFO:teuthology.orchestra.run.smithi194.stdout:ANSI_COLOR="0;31" 2023-10-08T04:15:18.462 INFO:teuthology.orchestra.run.smithi194.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-08T04:15:18.462 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://www.redhat.com/" 2023-10-08T04:15:18.462 INFO:teuthology.orchestra.run.smithi194.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-08T04:15:18.462 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-08T04:15:18.463 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:15:18.463 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-08T04:15:18.463 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-08T04:15:18.463 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-08T04:15:18.463 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-08T04:15:18.463 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2023-10-08T04:15:18.484 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-08T04:15:18.493 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-08T04:15:18.501 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-08T04:15:18.501 DEBUG:teuthology.orchestra.run.smithi135:> test '!' -e /home/ubuntu/cephtest 2023-10-08T04:15:18.504 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2023-10-08T04:15:18.521 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-08T04:15:18.528 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-08T04:15:18.529 DEBUG:teuthology.orchestra.run.smithi135:> test -z $(ls -A /var/lib/ceph) 2023-10-08T04:15:18.562 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2023-10-08T04:15:18.585 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-08T04:15:18.644 INFO:teuthology.run_tasks:Running task kernel... 2023-10-08T04:15:18.659 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-08T04:15:18.659 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-08T04:15:18.659 DEBUG:teuthology.orchestra.run.smithi135:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-08T04:15:18.660 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-08T04:15:18.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T04:15:18.677 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2023-10-08T04:15:18.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T04:15:18.678 DEBUG:teuthology.orchestra.run.smithi135:> uname -r 2023-10-08T04:15:18.735 INFO:teuthology.orchestra.run.smithi194.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-08T04:15:18.735 INFO:teuthology.task.kernel:Running kernel on smithi194: 4.18.0-372.9.1.el8.x86_64 2023-10-08T04:15:18.735 DEBUG:teuthology.orchestra.run.smithi194:> sudo yum install -y kernel 2023-10-08T04:15:18.738 INFO:teuthology.orchestra.run.smithi135.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-08T04:15:18.738 INFO:teuthology.task.kernel:Running kernel on smithi135: 4.18.0-372.9.1.el8.x86_64 2023-10-08T04:15:18.738 DEBUG:teuthology.orchestra.run.smithi135:> sudo yum install -y kernel 2023-10-08T04:15:19.892 INFO:teuthology.orchestra.run.smithi135.stdout:Updating Subscription Management repositories. 2023-10-08T04:15:19.892 INFO:teuthology.orchestra.run.smithi135.stdout:Unable to read consumer identity 2023-10-08T04:15:19.939 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-10-08T04:15:19.940 INFO:teuthology.orchestra.run.smithi194.stdout:Unable to read consumer identity 2023-10-08T04:15:21.343 INFO:teuthology.orchestra.run.smithi194.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-10-08T04:15:21.401 INFO:teuthology.orchestra.run.smithi135.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-10-08T04:15:22.026 INFO:teuthology.orchestra.run.smithi194.stdout:Extra Packages for Enterprise Linux 24 MB/s | 16 MB 00:00 2023-10-08T04:15:22.252 INFO:teuthology.orchestra.run.smithi135.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-10-08T04:15:25.560 INFO:teuthology.orchestra.run.smithi194.stdout:lab-extras 359 kB/s | 24 kB 00:00 2023-10-08T04:15:25.827 INFO:teuthology.orchestra.run.smithi135.stdout:lab-extras 407 kB/s | 24 kB 00:00 2023-10-08T04:15:26.279 INFO:teuthology.orchestra.run.smithi194.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-08T04:15:26.328 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2023-10-08T04:15:26.329 INFO:teuthology.orchestra.run.smithi194.stdout:Nothing to do. 2023-10-08T04:15:26.330 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2023-10-08T04:15:26.452 DEBUG:teuthology.orchestra.run.smithi194:> echo no | sudo yum reinstall kernel || true 2023-10-08T04:15:26.563 INFO:teuthology.orchestra.run.smithi135.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-08T04:15:26.617 INFO:teuthology.orchestra.run.smithi135.stdout:Dependencies resolved. 2023-10-08T04:15:26.618 INFO:teuthology.orchestra.run.smithi135.stdout:Nothing to do. 2023-10-08T04:15:26.619 INFO:teuthology.orchestra.run.smithi135.stdout:Complete! 2023-10-08T04:15:26.728 DEBUG:teuthology.orchestra.run.smithi135:> echo no | sudo yum reinstall kernel || true 2023-10-08T04:15:26.783 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-10-08T04:15:26.783 INFO:teuthology.orchestra.run.smithi194.stdout:Unable to read consumer identity 2023-10-08T04:15:27.045 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:00:02 ago on Sun 08 Oct 2023 04:15:25 AM UTC. 2023-10-08T04:15:27.058 INFO:teuthology.orchestra.run.smithi135.stdout:Updating Subscription Management repositories. 2023-10-08T04:15:27.058 INFO:teuthology.orchestra.run.smithi135.stdout:Unable to read consumer identity 2023-10-08T04:15:27.093 INFO:teuthology.orchestra.run.smithi194.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-08T04:15:27.138 INFO:teuthology.orchestra.run.smithi194.stderr:Error: No packages marked for reinstall. 2023-10-08T04:15:27.186 DEBUG:teuthology.orchestra.run.smithi194:> sudo yum reinstall -y kernel || true 2023-10-08T04:15:27.330 INFO:teuthology.orchestra.run.smithi135.stdout:Last metadata expiration check: 0:00:01 ago on Sun 08 Oct 2023 04:15:26 AM UTC. 2023-10-08T04:15:27.370 INFO:teuthology.orchestra.run.smithi135.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-08T04:15:27.407 INFO:teuthology.orchestra.run.smithi135.stderr:Error: No packages marked for reinstall. 2023-10-08T04:15:27.454 DEBUG:teuthology.orchestra.run.smithi135:> sudo yum reinstall -y kernel || true 2023-10-08T04:15:27.518 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-10-08T04:15:27.518 INFO:teuthology.orchestra.run.smithi194.stdout:Unable to read consumer identity 2023-10-08T04:15:27.781 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:00:02 ago on Sun 08 Oct 2023 04:15:25 AM UTC. 2023-10-08T04:15:27.783 INFO:teuthology.orchestra.run.smithi135.stdout:Updating Subscription Management repositories. 2023-10-08T04:15:27.783 INFO:teuthology.orchestra.run.smithi135.stdout:Unable to read consumer identity 2023-10-08T04:15:27.827 INFO:teuthology.orchestra.run.smithi194.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-08T04:15:27.853 INFO:teuthology.orchestra.run.smithi194.stderr:Error: No packages marked for reinstall. 2023-10-08T04:15:27.899 DEBUG:teuthology.orchestra.run.smithi194:> rpm -q kernel | sort -rV | head -n 1 2023-10-08T04:15:27.980 INFO:teuthology.orchestra.run.smithi194.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-08T04:15:27.980 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-08T04:15:27.980 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-08T04:15:27.980 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-08T04:15:27.981 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-08T04:15:28.012 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2023-10-08T04:15:28.030 DEBUG:teuthology.parallel:result is None 2023-10-08T04:15:28.042 INFO:teuthology.orchestra.run.smithi135.stdout:Last metadata expiration check: 0:00:02 ago on Sun 08 Oct 2023 04:15:26 AM UTC. 2023-10-08T04:15:28.081 INFO:teuthology.orchestra.run.smithi135.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-08T04:15:28.116 INFO:teuthology.orchestra.run.smithi135.stderr:Error: No packages marked for reinstall. 2023-10-08T04:15:28.162 DEBUG:teuthology.orchestra.run.smithi135:> rpm -q kernel | sort -rV | head -n 1 2023-10-08T04:15:28.243 INFO:teuthology.orchestra.run.smithi135.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-08T04:15:28.243 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-08T04:15:28.243 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-08T04:15:28.243 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-08T04:15:28.244 DEBUG:teuthology.orchestra.run.smithi135:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-08T04:15:28.282 INFO:teuthology.orchestra.run.smithi135.stdout:ttyS1 2023-10-08T04:15:28.297 DEBUG:teuthology.parallel:result is None 2023-10-08T04:15:28.297 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-08T04:15:28.305 INFO:teuthology.task.internal:Creating test directory... 2023-10-08T04:15:28.305 DEBUG:teuthology.orchestra.run.smithi135:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-08T04:15:28.339 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-08T04:15:28.356 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-08T04:15:28.363 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-08T04:15:28.372 INFO:teuthology.task.internal:Creating archive directory... 2023-10-08T04:15:28.373 DEBUG:teuthology.orchestra.run.smithi135:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-08T04:15:28.396 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-08T04:15:28.417 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-08T04:15:28.425 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-08T04:15:28.425 DEBUG:teuthology.orchestra.run.smithi135:> 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-08T04:15:28.453 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T04:15:28.491 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T04:15:28.501 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T04:15:28.503 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T04:15:28.514 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-08T04:15:28.515 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-08T04:15:28.523 INFO:teuthology.task.internal:Configuring sudo... 2023-10-08T04:15:28.523 DEBUG:teuthology.orchestra.run.smithi135:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-08T04:15:28.545 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-08T04:15:28.571 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-08T04:15:28.580 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-08T04:15:28.580 DEBUG:teuthology.orchestra.run.smithi135:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-08T04:15:28.612 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-08T04:15:28.629 DEBUG:teuthology.orchestra.run.smithi135:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T04:15:28.707 DEBUG:teuthology.orchestra.run.smithi135:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T04:15:28.759 DEBUG:teuthology.orchestra.run.smithi135:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T04:15:28.841 DEBUG:teuthology.orchestra.run.smithi135:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T04:15:28.884 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:15:28.885 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-08T04:15:28.952 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T04:15:28.994 DEBUG:teuthology.orchestra.run.smithi194:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-08T04:15:29.047 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T04:15:29.130 DEBUG:teuthology.orchestra.run.smithi194:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-08T04:15:29.173 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-08T04:15:29.173 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-08T04:15:29.240 DEBUG:teuthology.orchestra.run.smithi135:> sudo service rsyslog restart 2023-10-08T04:15:29.242 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2023-10-08T04:15:29.342 INFO:teuthology.orchestra.run.smithi135.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-08T04:15:29.348 INFO:teuthology.orchestra.run.smithi194.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-08T04:15:29.778 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-08T04:15:29.789 INFO:teuthology.task.internal:Starting timer... 2023-10-08T04:15:29.789 INFO:teuthology.run_tasks:Running task pcp... 2023-10-08T04:15:29.805 INFO:teuthology.run_tasks:Running task selinux... 2023-10-08T04:15:29.824 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-08T04:15:29.824 DEBUG:teuthology.orchestra.run.smithi135:> sudo service auditd rotate 2023-10-08T04:15:29.875 INFO:teuthology.orchestra.run.smithi135.stdout:Rotating logs: 2023-10-08T04:15:29.876 DEBUG:teuthology.orchestra.run.smithi194:> sudo service auditd rotate 2023-10-08T04:15:29.939 INFO:teuthology.orchestra.run.smithi194.stdout:Rotating logs: 2023-10-08T04:15:29.941 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-08T04:15:29.941 DEBUG:teuthology.orchestra.run.smithi135:> /usr/sbin/getenforce 2023-10-08T04:15:29.965 INFO:teuthology.orchestra.run.smithi135.stdout:Permissive 2023-10-08T04:15:29.965 DEBUG:teuthology.orchestra.run.smithi194:> /usr/sbin/getenforce 2023-10-08T04:15:29.986 INFO:teuthology.orchestra.run.smithi194.stdout:Permissive 2023-10-08T04:15:29.987 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi135.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi194.front.sepia.ceph.com': 'permissive'} 2023-10-08T04:15:29.987 DEBUG:teuthology.orchestra.run.smithi135:> 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-08T04:15:30.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T04:15:30.032 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T04:15:30.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-08T04:15:30.062 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-08T04:15:30.062 DEBUG:teuthology.orchestra.run.smithi135:> sudo /usr/sbin/setenforce permissive 2023-10-08T04:15:30.099 DEBUG:teuthology.orchestra.run.smithi194:> sudo /usr/sbin/setenforce permissive 2023-10-08T04:15:30.130 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-08T04:15:30.139 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-08T04:15:30.139 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-08T04:15:30.156 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-08T04:15:30.157 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi135.front.sepia.ceph.com,smithi194.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-08T04:24:42.754 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi135.front.sepia.ceph.com'), Remote(name='ubuntu@smithi194.front.sepia.ceph.com')] 2023-10-08T04:24:42.755 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-10-08T04:24:42.756 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T04:24:42.824 DEBUG:teuthology.orchestra.run.smithi135:> true 2023-10-08T04:24:42.892 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-10-08T04:24:42.892 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-10-08T04:24:42.893 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-08T04:24:42.962 DEBUG:teuthology.orchestra.run.smithi194:> true 2023-10-08T04:24:43.032 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-10-08T04:24:43.032 INFO:teuthology.run_tasks:Running task clock... 2023-10-08T04:24:43.043 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-08T04:24:43.043 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-08T04:24:43.043 DEBUG:teuthology.orchestra.run.smithi135:> 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-08T04:24:43.046 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-08T04:24:43.046 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T04:24:43.076 INFO:teuthology.orchestra.run.smithi135.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-08T04:24:43.091 INFO:teuthology.orchestra.run.smithi135.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-08T04:24:43.104 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-08T04:24:43.118 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-08T04:24:43.168 INFO:teuthology.orchestra.run.smithi135.stderr:sudo: ntpd: command not found 2023-10-08T04:24:43.179 INFO:teuthology.orchestra.run.smithi135.stdout:506 Cannot talk to daemon 2023-10-08T04:24:43.186 INFO:teuthology.orchestra.run.smithi194.stderr:sudo: ntpd: command not found 2023-10-08T04:24:43.193 INFO:teuthology.orchestra.run.smithi135.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-08T04:24:43.198 INFO:teuthology.orchestra.run.smithi194.stdout:506 Cannot talk to daemon 2023-10-08T04:24:43.207 INFO:teuthology.orchestra.run.smithi135.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-08T04:24:43.212 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-08T04:24:43.226 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-08T04:24:43.284 INFO:teuthology.orchestra.run.smithi135.stderr:bash: ntpq: command not found 2023-10-08T04:24:43.287 INFO:teuthology.orchestra.run.smithi194.stderr:bash: ntpq: command not found 2023-10-08T04:24:43.289 INFO:teuthology.orchestra.run.smithi135.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-08T04:24:43.289 INFO:teuthology.orchestra.run.smithi135.stdout:=============================================================================== 2023-10-08T04:24:43.289 INFO:teuthology.orchestra.run.smithi135.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T04:24:43.289 INFO:teuthology.orchestra.run.smithi135.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T04:24:43.289 INFO:teuthology.orchestra.run.smithi135.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T04:24:43.289 INFO:teuthology.orchestra.run.smithi135.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T04:24:43.290 INFO:teuthology.orchestra.run.smithi194.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-08T04:24:43.290 INFO:teuthology.orchestra.run.smithi194.stdout:=============================================================================== 2023-10-08T04:24:43.291 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T04:24:43.291 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T04:24:43.291 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T04:24:43.291 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-08T04:24:43.291 INFO:teuthology.run_tasks:Running task pexec... 2023-10-08T04:24:43.302 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-08T04:24:43.302 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi135.front.sepia.ceph.com 2023-10-08T04:24:43.302 DEBUG:teuthology.orchestra.run.smithi135:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-08T04:24:43.303 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi194.front.sepia.ceph.com 2023-10-08T04:24:43.303 DEBUG:teuthology.orchestra.run.smithi194:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-08T04:24:43.700 INFO:teuthology.orchestra.run.smithi135.stdout:Updating Subscription Management repositories. 2023-10-08T04:24:43.702 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-10-08T04:24:44.529 INFO:teuthology.orchestra.run.smithi135.stdout:Last metadata expiration check: 0:01:34 ago on Sun 08 Oct 2023 04:23:10 AM UTC. 2023-10-08T04:24:44.585 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:01:34 ago on Sun 08 Oct 2023 04:23:10 AM UTC. 2023-10-08T04:24:46.251 INFO:teuthology.orchestra.run.smithi135.stdout:Dependencies resolved. 2023-10-08T04:24:46.252 INFO:teuthology.orchestra.run.smithi135.stdout:================================================================================ 2023-10-08T04:24:46.252 INFO:teuthology.orchestra.run.smithi135.stdout: Package Architecture Version Repository Size 2023-10-08T04:24:46.252 INFO:teuthology.orchestra.run.smithi135.stdout:================================================================================ 2023-10-08T04:24:46.252 INFO:teuthology.orchestra.run.smithi135.stdout:Resetting modules: 2023-10-08T04:24:46.253 INFO:teuthology.orchestra.run.smithi135.stdout: container-tools 2023-10-08T04:24:46.253 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:24:46.253 INFO:teuthology.orchestra.run.smithi135.stdout:Transaction Summary 2023-10-08T04:24:46.253 INFO:teuthology.orchestra.run.smithi135.stdout:================================================================================ 2023-10-08T04:24:46.253 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:24:46.300 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2023-10-08T04:24:46.301 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-10-08T04:24:46.301 INFO:teuthology.orchestra.run.smithi194.stdout: Package Architecture Version Repository Size 2023-10-08T04:24:46.301 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-10-08T04:24:46.301 INFO:teuthology.orchestra.run.smithi194.stdout:Resetting modules: 2023-10-08T04:24:46.301 INFO:teuthology.orchestra.run.smithi194.stdout: container-tools 2023-10-08T04:24:46.302 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:24:46.302 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction Summary 2023-10-08T04:24:46.302 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-10-08T04:24:46.302 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:24:47.205 INFO:teuthology.orchestra.run.smithi135.stdout:Last metadata expiration check: 0:01:36 ago on Sun 08 Oct 2023 04:23:10 AM UTC. 2023-10-08T04:24:47.242 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:01:36 ago on Sun 08 Oct 2023 04:23:10 AM UTC. 2023-10-08T04:24:50.478 INFO:teuthology.orchestra.run.smithi135.stdout:Complete! 2023-10-08T04:24:50.518 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2023-10-08T04:24:50.937 INFO:teuthology.orchestra.run.smithi135.stdout:Updating Subscription Management repositories. 2023-10-08T04:24:50.988 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-10-08T04:24:51.913 INFO:teuthology.orchestra.run.smithi135.stdout:Last metadata expiration check: 0:01:41 ago on Sun 08 Oct 2023 04:23:10 AM UTC. 2023-10-08T04:24:51.958 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:01:41 ago on Sun 08 Oct 2023 04:23:10 AM UTC. 2023-10-08T04:24:53.645 INFO:teuthology.orchestra.run.smithi135.stdout:Dependencies resolved. 2023-10-08T04:24:53.654 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2023-10-08T04:24:53.738 INFO:teuthology.orchestra.run.smithi135.stdout:============================================================================================================ 2023-10-08T04:24:53.738 INFO:teuthology.orchestra.run.smithi135.stdout: Package Arch Version Repository Size 2023-10-08T04:24:53.738 INFO:teuthology.orchestra.run.smithi135.stdout:============================================================================================================ 2023-10-08T04:24:53.738 INFO:teuthology.orchestra.run.smithi135.stdout:Installing group/module packages: 2023-10-08T04:24:53.738 INFO:teuthology.orchestra.run.smithi135.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-10-08T04:24:53.738 INFO:teuthology.orchestra.run.smithi135.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-10-08T04:24:53.738 INFO:teuthology.orchestra.run.smithi135.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-10-08T04:24:53.738 INFO:teuthology.orchestra.run.smithi135.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-10-08T04:24:53.739 INFO:teuthology.orchestra.run.smithi135.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-10-08T04:24:53.739 INFO:teuthology.orchestra.run.smithi135.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-08T04:24:53.739 INFO:teuthology.orchestra.run.smithi135.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-10-08T04:24:53.739 INFO:teuthology.orchestra.run.smithi135.stdout:Installing dependencies: 2023-10-08T04:24:53.739 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-10-08T04:24:53.739 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-10-08T04:24:53.739 INFO:teuthology.orchestra.run.smithi135.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-08T04:24:53.739 INFO:teuthology.orchestra.run.smithi135.stdout:Installing module profiles: 2023-10-08T04:24:53.739 INFO:teuthology.orchestra.run.smithi135.stdout: container-tools/common 2023-10-08T04:24:53.739 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:24:53.740 INFO:teuthology.orchestra.run.smithi135.stdout:Enabling module streams: 2023-10-08T04:24:53.740 INFO:teuthology.orchestra.run.smithi135.stdout: container-tools rhel8 2023-10-08T04:24:53.740 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:24:53.740 INFO:teuthology.orchestra.run.smithi135.stdout:Transaction Summary 2023-10-08T04:24:53.740 INFO:teuthology.orchestra.run.smithi135.stdout:============================================================================================================ 2023-10-08T04:24:53.740 INFO:teuthology.orchestra.run.smithi135.stdout:Install 10 Packages 2023-10-08T04:24:53.740 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:24:53.741 INFO:teuthology.orchestra.run.smithi135.stdout:Total download size: 18 M 2023-10-08T04:24:53.741 INFO:teuthology.orchestra.run.smithi135.stdout:Installed size: 65 M 2023-10-08T04:24:53.741 INFO:teuthology.orchestra.run.smithi135.stdout:Downloading Packages: 2023-10-08T04:24:53.748 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================================================ 2023-10-08T04:24:53.748 INFO:teuthology.orchestra.run.smithi194.stdout: Package Arch Version Repository Size 2023-10-08T04:24:53.748 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================================================ 2023-10-08T04:24:53.749 INFO:teuthology.orchestra.run.smithi194.stdout:Installing group/module packages: 2023-10-08T04:24:53.749 INFO:teuthology.orchestra.run.smithi194.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-10-08T04:24:53.749 INFO:teuthology.orchestra.run.smithi194.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-10-08T04:24:53.749 INFO:teuthology.orchestra.run.smithi194.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-10-08T04:24:53.749 INFO:teuthology.orchestra.run.smithi194.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-10-08T04:24:53.749 INFO:teuthology.orchestra.run.smithi194.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-10-08T04:24:53.749 INFO:teuthology.orchestra.run.smithi194.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-08T04:24:53.749 INFO:teuthology.orchestra.run.smithi194.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-10-08T04:24:53.749 INFO:teuthology.orchestra.run.smithi194.stdout:Installing dependencies: 2023-10-08T04:24:53.750 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-10-08T04:24:53.750 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-10-08T04:24:53.750 INFO:teuthology.orchestra.run.smithi194.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-08T04:24:53.750 INFO:teuthology.orchestra.run.smithi194.stdout:Installing module profiles: 2023-10-08T04:24:53.750 INFO:teuthology.orchestra.run.smithi194.stdout: container-tools/common 2023-10-08T04:24:53.750 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:24:53.750 INFO:teuthology.orchestra.run.smithi194.stdout:Enabling module streams: 2023-10-08T04:24:53.750 INFO:teuthology.orchestra.run.smithi194.stdout: container-tools rhel8 2023-10-08T04:24:53.750 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:24:53.750 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction Summary 2023-10-08T04:24:53.750 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================================================ 2023-10-08T04:24:53.751 INFO:teuthology.orchestra.run.smithi194.stdout:Install 10 Packages 2023-10-08T04:24:53.751 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:24:53.751 INFO:teuthology.orchestra.run.smithi194.stdout:Total download size: 18 M 2023-10-08T04:24:53.751 INFO:teuthology.orchestra.run.smithi194.stdout:Installed size: 65 M 2023-10-08T04:24:53.751 INFO:teuthology.orchestra.run.smithi194.stdout:Downloading Packages: 2023-10-08T04:24:53.848 INFO:teuthology.orchestra.run.smithi135.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 873 kB/s | 94 kB 00:00 2023-10-08T04:24:53.851 INFO:teuthology.orchestra.run.smithi194.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 937 kB/s | 94 kB 00:00 2023-10-08T04:24:53.868 INFO:teuthology.orchestra.run.smithi194.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 212 kB/s | 25 kB 00:00 2023-10-08T04:24:53.873 INFO:teuthology.orchestra.run.smithi135.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 187 kB/s | 25 kB 00:00 2023-10-08T04:24:53.898 INFO:teuthology.orchestra.run.smithi135.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 258 kB/s | 41 kB 00:00 2023-10-08T04:24:53.902 INFO:teuthology.orchestra.run.smithi194.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 270 kB/s | 41 kB 00:00 2023-10-08T04:24:53.924 INFO:teuthology.orchestra.run.smithi135.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 652 kB/s | 49 kB 00:00 2023-10-08T04:24:53.927 INFO:teuthology.orchestra.run.smithi194.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 651 kB/s | 49 kB 00:00 2023-10-08T04:24:53.958 INFO:teuthology.orchestra.run.smithi135.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-10-08T04:24:53.961 INFO:teuthology.orchestra.run.smithi194.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 5.5 MB/s | 524 kB 00:00 2023-10-08T04:24:53.984 INFO:teuthology.orchestra.run.smithi135.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-10-08T04:24:53.986 INFO:teuthology.orchestra.run.smithi194.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-10-08T04:24:54.008 INFO:teuthology.orchestra.run.smithi135.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-10-08T04:24:54.061 INFO:teuthology.orchestra.run.smithi194.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 2.1 MB/s | 213 kB 00:00 2023-10-08T04:24:54.108 INFO:teuthology.orchestra.run.smithi135.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-10-08T04:24:54.187 INFO:teuthology.orchestra.run.smithi194.stdout:(8/10): buildah-1.26.2-1.module+el8.6.0+16771+2 28 MB/s | 8.0 MB 00:00 2023-10-08T04:24:54.217 INFO:teuthology.orchestra.run.smithi135.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 30 MB/s | 7.0 MB 00:00 2023-10-08T04:24:54.270 INFO:teuthology.orchestra.run.smithi194.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 11 MB/s | 2.2 MB 00:00 2023-10-08T04:24:54.343 INFO:teuthology.orchestra.run.smithi135.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-10-08T04:24:54.343 INFO:teuthology.orchestra.run.smithi135.stdout:-------------------------------------------------------------------------------- 2023-10-08T04:24:54.343 INFO:teuthology.orchestra.run.smithi135.stdout:Total 30 MB/s | 18 MB 00:00 2023-10-08T04:24:54.362 INFO:teuthology.orchestra.run.smithi194.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 19 MB/s | 7.0 MB 00:00 2023-10-08T04:24:54.362 INFO:teuthology.orchestra.run.smithi194.stdout:-------------------------------------------------------------------------------- 2023-10-08T04:24:54.362 INFO:teuthology.orchestra.run.smithi194.stdout:Total 30 MB/s | 18 MB 00:00 2023-10-08T04:24:54.545 INFO:teuthology.orchestra.run.smithi135.stdout:Running transaction check 2023-10-08T04:24:54.560 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction check 2023-10-08T04:24:54.563 INFO:teuthology.orchestra.run.smithi135.stdout:Transaction check succeeded. 2023-10-08T04:24:54.563 INFO:teuthology.orchestra.run.smithi135.stdout:Running transaction test 2023-10-08T04:24:54.579 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction check succeeded. 2023-10-08T04:24:54.579 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction test 2023-10-08T04:24:54.744 INFO:teuthology.orchestra.run.smithi135.stdout:Transaction test succeeded. 2023-10-08T04:24:54.748 INFO:teuthology.orchestra.run.smithi135.stdout:Running transaction 2023-10-08T04:24:54.762 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction test succeeded. 2023-10-08T04:24:54.766 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction 2023-10-08T04:24:55.271 INFO:teuthology.orchestra.run.smithi135.stdout: Preparing : 1/1 2023-10-08T04:24:55.298 INFO:teuthology.orchestra.run.smithi194.stdout: Preparing : 1/1 2023-10-08T04:24:55.451 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-10-08T04:24:55.500 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-10-08T04:24:55.632 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-08T04:24:55.680 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-08T04:24:55.817 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-10-08T04:24:55.882 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-10-08T04:24:56.028 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-10-08T04:24:56.077 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-10-08T04:24:56.351 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-10-08T04:24:56.427 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-10-08T04:24:57.155 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-10-08T04:24:57.221 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-10-08T04:24:58.070 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-10-08T04:24:58.147 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-10-08T04:24:58.302 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-10-08T04:24:58.392 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-10-08T04:24:58.472 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-10-08T04:24:58.579 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-10-08T04:24:58.682 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-08T04:24:58.772 INFO:teuthology.orchestra.run.smithi135.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-08T04:24:58.947 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-08T04:24:58.947 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-10-08T04:24:58.947 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-08T04:24:58.947 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-10-08T04:24:58.947 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-10-08T04:24:58.948 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-10-08T04:24:58.948 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-10-08T04:24:58.948 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-10-08T04:24:58.948 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-10-08T04:24:58.948 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-10-08T04:24:59.046 INFO:teuthology.orchestra.run.smithi135.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-08T04:24:59.046 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-10-08T04:24:59.046 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-08T04:24:59.046 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-10-08T04:24:59.046 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-10-08T04:24:59.046 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-10-08T04:24:59.046 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-10-08T04:24:59.046 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-10-08T04:24:59.046 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-10-08T04:24:59.046 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-10-08T04:25:00.124 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-10-08T04:25:00.125 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:01:49 ago on Sun 08 Oct 2023 04:23:10 AM UTC. 2023-10-08T04:25:00.214 INFO:teuthology.orchestra.run.smithi135.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-10-08T04:25:00.214 INFO:teuthology.orchestra.run.smithi135.stdout:Last metadata expiration check: 0:01:49 ago on Sun 08 Oct 2023 04:23:10 AM UTC. 2023-10-08T04:25:03.547 INFO:teuthology.orchestra.run.smithi135.stdout:Installed products updated. 2023-10-08T04:25:03.551 INFO:teuthology.orchestra.run.smithi194.stdout:Installed products updated. 2023-10-08T04:25:03.737 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:25:03.737 INFO:teuthology.orchestra.run.smithi135.stdout:Installed: 2023-10-08T04:25:03.737 INFO:teuthology.orchestra.run.smithi135.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-08T04:25:03.737 INFO:teuthology.orchestra.run.smithi135.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-10-08T04:25:03.737 INFO:teuthology.orchestra.run.smithi135.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-08T04:25:03.737 INFO:teuthology.orchestra.run.smithi135.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-10-08T04:25:03.737 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-08T04:25:03.738 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-08T04:25:03.738 INFO:teuthology.orchestra.run.smithi135.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-08T04:25:03.738 INFO:teuthology.orchestra.run.smithi135.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-10-08T04:25:03.738 INFO:teuthology.orchestra.run.smithi135.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-10-08T04:25:03.738 INFO:teuthology.orchestra.run.smithi135.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-08T04:25:03.738 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:25:03.738 INFO:teuthology.orchestra.run.smithi135.stdout:Complete! 2023-10-08T04:25:03.748 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:25:03.748 INFO:teuthology.orchestra.run.smithi194.stdout:Installed: 2023-10-08T04:25:03.748 INFO:teuthology.orchestra.run.smithi194.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-08T04:25:03.748 INFO:teuthology.orchestra.run.smithi194.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-10-08T04:25:03.748 INFO:teuthology.orchestra.run.smithi194.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-08T04:25:03.748 INFO:teuthology.orchestra.run.smithi194.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-10-08T04:25:03.748 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-08T04:25:03.749 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-08T04:25:03.749 INFO:teuthology.orchestra.run.smithi194.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-08T04:25:03.749 INFO:teuthology.orchestra.run.smithi194.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-10-08T04:25:03.749 INFO:teuthology.orchestra.run.smithi194.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-10-08T04:25:03.749 INFO:teuthology.orchestra.run.smithi194.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-08T04:25:03.749 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:25:03.749 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2023-10-08T04:25:03.887 DEBUG:teuthology.parallel:result is None 2023-10-08T04:25:03.888 DEBUG:teuthology.parallel:result is None 2023-10-08T04:25:03.888 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-08T04:25:03.899 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-08T04:25:03.900 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:25:03.900 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T04:25:03.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-08T04:25:03.917 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_1 2023-10-08T04:25:03.975 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-08T04:25:03.975 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T04:25:03.976 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 392915 Links: 1 2023-10-08T04:25:03.976 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T04:25:03.976 INFO:teuthology.orchestra.run.smithi135.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T04:25:03.976 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-10-08 04:24:41.582913788 +0000 2023-10-08T04:25:03.976 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-10-08 04:24:11.070551278 +0000 2023-10-08T04:25:03.976 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-10-08 04:24:11.070551278 +0000 2023-10-08T04:25:03.976 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-10-08T04:25:03.977 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-08T04:25:04.042 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-10-08T04:25:04.042 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-10-08T04:25:04.042 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000231997 s, 2.2 MB/s 2023-10-08T04:25:04.043 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-08T04:25:04.101 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_2 2023-10-08T04:25:04.160 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-08T04:25:04.165 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T04:25:04.165 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 393118 Links: 1 2023-10-08T04:25:04.165 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T04:25:04.165 INFO:teuthology.orchestra.run.smithi135.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T04:25:04.165 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-10-08 04:24:41.582913788 +0000 2023-10-08T04:25:04.165 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-10-08 04:24:11.583540518 +0000 2023-10-08T04:25:04.165 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-10-08 04:24:11.583540518 +0000 2023-10-08T04:25:04.166 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-10-08T04:25:04.166 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-08T04:25:04.225 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-10-08T04:25:04.226 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-10-08T04:25:04.226 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000216351 s, 2.4 MB/s 2023-10-08T04:25:04.227 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-08T04:25:04.285 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_3 2023-10-08T04:25:04.341 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-08T04:25:04.342 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T04:25:04.342 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 391383 Links: 1 2023-10-08T04:25:04.342 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T04:25:04.342 INFO:teuthology.orchestra.run.smithi135.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T04:25:04.342 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-10-08 04:24:41.582913788 +0000 2023-10-08T04:25:04.342 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-10-08 04:24:12.111529442 +0000 2023-10-08T04:25:04.342 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-10-08 04:24:12.111529442 +0000 2023-10-08T04:25:04.342 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-10-08T04:25:04.343 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-08T04:25:04.406 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-10-08T04:25:04.406 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-10-08T04:25:04.406 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000214916 s, 2.4 MB/s 2023-10-08T04:25:04.407 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-08T04:25:04.465 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_4 2023-10-08T04:25:04.522 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-08T04:25:04.522 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T04:25:04.522 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 391530 Links: 1 2023-10-08T04:25:04.522 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T04:25:04.522 INFO:teuthology.orchestra.run.smithi135.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T04:25:04.523 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-10-08 04:24:41.582913788 +0000 2023-10-08T04:25:04.523 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-10-08 04:24:12.628518597 +0000 2023-10-08T04:25:04.523 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-10-08 04:24:12.628518597 +0000 2023-10-08T04:25:04.523 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-10-08T04:25:04.523 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-08T04:25:04.587 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-10-08T04:25:04.587 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-10-08T04:25:04.587 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000162918 s, 3.1 MB/s 2023-10-08T04:25:04.588 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-08T04:25:04.646 DEBUG:teuthology.orchestra.run.smithi135:> 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-08T04:25:04.781 INFO:teuthology.orchestra.run.smithi135.stdout:loop 2023-10-08T04:25:04.783 INFO:tasks.nvme_loop:Connecting nvme_loop smithi135:/dev/vg_nvme/lv_1... 2023-10-08T04:25:04.783 DEBUG:teuthology.orchestra.run.smithi135:> 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-08T04:25:04.817 INFO:teuthology.orchestra.run.smithi135.stdout:1 2023-10-08T04:25:04.852 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/vg_nvme/lv_11 2023-10-08T04:25:04.904 INFO:tasks.nvme_loop:Connecting nvme_loop smithi135:/dev/vg_nvme/lv_2... 2023-10-08T04:25:04.904 DEBUG:teuthology.orchestra.run.smithi135:> 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-08T04:25:04.980 INFO:teuthology.orchestra.run.smithi135.stdout:1 2023-10-08T04:25:05.015 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/vg_nvme/lv_21 2023-10-08T04:25:05.054 INFO:tasks.nvme_loop:Connecting nvme_loop smithi135:/dev/vg_nvme/lv_3... 2023-10-08T04:25:05.055 DEBUG:teuthology.orchestra.run.smithi135:> 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-08T04:25:05.130 INFO:teuthology.orchestra.run.smithi135.stdout:1 2023-10-08T04:25:05.165 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/vg_nvme/lv_31 2023-10-08T04:25:05.205 INFO:tasks.nvme_loop:Connecting nvme_loop smithi135:/dev/vg_nvme/lv_4... 2023-10-08T04:25:05.205 DEBUG:teuthology.orchestra.run.smithi135:> 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-08T04:25:05.280 INFO:teuthology.orchestra.run.smithi135.stdout:1 2023-10-08T04:25:05.315 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/vg_nvme/lv_41 2023-10-08T04:25:05.354 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:25:05.354 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T04:25:05.409 DEBUG:teuthology.orchestra.run.smithi135:> sudo nvme list 2023-10-08T04:25:05.474 INFO:teuthology.orchestra.run.smithi135.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-08T04:25:05.474 INFO:teuthology.orchestra.run.smithi135.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-08T04:25:05.475 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/nvme0n1 PHFT620401BA400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-08T04:25:05.475 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/nvme1n1 5b0615a50b1837754775 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T04:25:05.475 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/nvme2n1 e058cc39b9ed62788ee4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T04:25:05.475 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/nvme3n1 41f8710a66a393f3871f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T04:25:05.475 INFO:teuthology.orchestra.run.smithi135.stdout:/dev/nvme4n1 ee30d1a63ce9943ef328 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T04:25:05.476 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T04:25:05.476 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:25:05.476 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/scratch_devs 2023-10-08T04:25:05.543 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-08T04:25:05.543 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T04:25:05.564 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-08T04:25:05.564 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_1 2023-10-08T04:25:05.626 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-08T04:25:05.626 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T04:25:05.626 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 395526 Links: 1 2023-10-08T04:25:05.626 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T04:25:05.626 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T04:25:05.627 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-10-08 04:24:41.677501358 +0000 2023-10-08T04:25:05.627 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-10-08 04:24:13.030078951 +0000 2023-10-08T04:25:05.627 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-10-08 04:24:13.030078951 +0000 2023-10-08T04:25:05.627 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-10-08T04:25:05.627 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-08T04:25:05.697 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-10-08T04:25:05.697 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-10-08T04:25:05.697 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000251845 s, 2.0 MB/s 2023-10-08T04:25:05.698 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-08T04:25:05.761 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_2 2023-10-08T04:25:05.822 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-08T04:25:05.822 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T04:25:05.822 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 392603 Links: 1 2023-10-08T04:25:05.822 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T04:25:05.822 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T04:25:05.823 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-10-08 04:24:41.677501358 +0000 2023-10-08T04:25:05.823 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-10-08 04:24:13.542068606 +0000 2023-10-08T04:25:05.823 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-10-08 04:24:13.542068606 +0000 2023-10-08T04:25:05.823 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-10-08T04:25:05.823 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-08T04:25:05.892 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-10-08T04:25:05.892 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-10-08T04:25:05.892 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.00022961 s, 2.2 MB/s 2023-10-08T04:25:05.893 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-08T04:25:05.955 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_3 2023-10-08T04:25:06.014 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-08T04:25:06.015 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T04:25:06.015 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 391908 Links: 1 2023-10-08T04:25:06.015 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T04:25:06.015 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T04:25:06.015 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-10-08 04:24:41.677501358 +0000 2023-10-08T04:25:06.015 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-10-08 04:24:14.061058119 +0000 2023-10-08T04:25:06.015 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-10-08 04:24:14.061058119 +0000 2023-10-08T04:25:06.015 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-10-08T04:25:06.015 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-08T04:25:06.084 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-10-08T04:25:06.084 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-10-08T04:25:06.084 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000219087 s, 2.3 MB/s 2023-10-08T04:25:06.085 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-08T04:25:06.145 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_4 2023-10-08T04:25:06.205 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-08T04:25:06.206 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-08T04:25:06.206 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 398347 Links: 1 2023-10-08T04:25:06.206 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-08T04:25:06.206 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-10-08T04:25:06.206 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-10-08 04:24:41.677501358 +0000 2023-10-08T04:25:06.206 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-10-08 04:24:14.575047734 +0000 2023-10-08T04:25:06.206 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-10-08 04:24:14.575047734 +0000 2023-10-08T04:25:06.206 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-10-08T04:25:06.206 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-08T04:25:06.275 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-10-08T04:25:06.275 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-10-08T04:25:06.275 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000176236 s, 2.9 MB/s 2023-10-08T04:25:06.276 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-08T04:25:06.337 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T04:25:06.477 INFO:teuthology.orchestra.run.smithi194.stdout:loop 2023-10-08T04:25:06.478 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_1... 2023-10-08T04:25:06.478 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T04:25:06.515 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-10-08T04:25:06.551 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_11 2023-10-08T04:25:06.607 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_2... 2023-10-08T04:25:06.607 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T04:25:06.683 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-10-08T04:25:06.718 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_21 2023-10-08T04:25:06.757 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_3... 2023-10-08T04:25:06.758 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T04:25:06.833 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-10-08T04:25:06.867 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_31 2023-10-08T04:25:06.907 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_4... 2023-10-08T04:25:06.907 DEBUG:teuthology.orchestra.run.smithi194:> 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-08T04:25:06.983 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-10-08T04:25:07.018 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_41 2023-10-08T04:25:07.058 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-08T04:25:07.058 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T04:25:07.115 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme list 2023-10-08T04:25:07.180 INFO:teuthology.orchestra.run.smithi194.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-08T04:25:07.180 INFO:teuthology.orchestra.run.smithi194.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-08T04:25:07.180 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme0n1 CVFT6240002A400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-08T04:25:07.180 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme1n1 af9d25d793825862b7f1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T04:25:07.180 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme2n1 9897827f000a13c59c50 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T04:25:07.180 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme3n1 2a2db9ef174ff1c710cd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T04:25:07.180 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme4n1 8cf7785e9868610feeea Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-08T04:25:07.181 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T04:25:07.181 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-08T04:25:07.181 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/scratch_devs 2023-10-08T04:25:07.248 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-08T04:25:07.333 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': '9725b08fd801c82987c737f7e6d354878f036ee8'} 2023-10-08T04:25:07.334 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-08T04:25:07.334 INFO:tasks.cephadm:Cluster fsid is a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:25:07.334 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-08T04:25:07.334 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-08T04:25:07.334 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi135': '172.21.15.135', 'mon.smithi194': '172.21.15.194'} 2023-10-08T04:25:07.335 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-08T04:25:07.335 DEBUG:teuthology.orchestra.run.smithi135:> sudo hostname $(hostname -s) 2023-10-08T04:25:07.367 DEBUG:teuthology.orchestra.run.smithi194:> sudo hostname $(hostname -s) 2023-10-08T04:25:07.394 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-08T04:25:07.395 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-08T04:25:07.610 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '9725b08fd801c82987c737f7e6d354878f036ee8', '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/73061/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-6609-g9725b08f', 'node_name': '172.21.5.32+adami02', '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-6609.g9725b08f'}, 'url': 'https://2.chacra.ceph.com/r/ceph/main/9725b08fd801c82987c737f7e6d354878f036ee8/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-10-06 18:23:23.804125', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/main/9725b08fd801c82987c737f7e6d354878f036ee8/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-10-08T04:25:07.747 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref main, sha1 9725b08fd801c82987c737f7e6d354878f036ee8 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-08T04:25:07.747 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/main/9725b08fd801c82987c737f7e6d354878f036ee8/centos/8/x86_64/flavors/default/cephadm 2023-10-08T04:25:07.748 DEBUG:teuthology.orchestra.run.smithi135:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/9725b08fd801c82987c737f7e6d354878f036ee8/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-08T04:25:08.485 INFO:teuthology.orchestra.run.smithi135.stdout:-rw-rw-r--. 1 ubuntu ubuntu 789665 Oct 8 04:25 /home/ubuntu/cephtest/cephadm 2023-10-08T04:25:08.485 DEBUG:teuthology.orchestra.run.smithi194:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/9725b08fd801c82987c737f7e6d354878f036ee8/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-08T04:25:09.222 INFO:teuthology.orchestra.run.smithi194.stdout:-rw-rw-r--. 1 ubuntu ubuntu 789665 Oct 8 04:25 /home/ubuntu/cephtest/cephadm 2023-10-08T04:25:09.222 DEBUG:teuthology.orchestra.run.smithi135:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-08T04:25:09.244 DEBUG:teuthology.orchestra.run.smithi194:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-08T04:25:09.285 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 on all hosts... 2023-10-08T04:25:09.285 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 pull 2023-10-08T04:25:09.287 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 pull 2023-10-08T04:25:11.241 INFO:teuthology.orchestra.run.smithi194.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8... 2023-10-08T04:25:11.405 INFO:teuthology.orchestra.run.smithi135.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8... 2023-10-08T04:25:36.710 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2023-10-08T04:25:36.711 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph_version": "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)", 2023-10-08T04:25:36.711 INFO:teuthology.orchestra.run.smithi194.stdout: "image_id": "d68377abd09ffcac5af622eb11954606fc667a969af4dd5775b22cdf571fcb59", 2023-10-08T04:25:36.711 INFO:teuthology.orchestra.run.smithi194.stdout: "repo_digests": [ 2023-10-08T04:25:36.711 INFO:teuthology.orchestra.run.smithi194.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991" 2023-10-08T04:25:36.711 INFO:teuthology.orchestra.run.smithi194.stdout: ] 2023-10-08T04:25:36.711 INFO:teuthology.orchestra.run.smithi194.stdout:} 2023-10-08T04:25:40.714 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-10-08T04:25:40.714 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph_version": "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)", 2023-10-08T04:25:40.714 INFO:teuthology.orchestra.run.smithi135.stdout: "image_id": "d68377abd09ffcac5af622eb11954606fc667a969af4dd5775b22cdf571fcb59", 2023-10-08T04:25:40.714 INFO:teuthology.orchestra.run.smithi135.stdout: "repo_digests": [ 2023-10-08T04:25:40.714 INFO:teuthology.orchestra.run.smithi135.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991" 2023-10-08T04:25:40.714 INFO:teuthology.orchestra.run.smithi135.stdout: ] 2023-10-08T04:25:40.714 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-10-08T04:25:40.730 DEBUG:teuthology.orchestra.run.smithi135:> sudo mkdir -p /etc/ceph 2023-10-08T04:25:40.759 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /etc/ceph 2023-10-08T04:25:40.795 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 777 /etc/ceph 2023-10-08T04:25:40.826 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 777 /etc/ceph 2023-10-08T04:25:40.866 INFO:tasks.cephadm:Writing seed config... 2023-10-08T04:25:40.867 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-08T04:25:40.867 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-08T04:25:40.867 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-08T04:25:40.867 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-08T04:25:40.867 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-08T04:25:40.868 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-08T04:25:40.868 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-08T04:25:40.868 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-08T04:25:40.868 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:25:40.868 DEBUG:teuthology.orchestra.run.smithi135:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-08T04:25:40.884 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 = a9325942-6592-11ee-8db5-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-10-08T04:25:40.885 DEBUG:teuthology.orchestra.run.smithi135:mon.smithi135> sudo journalctl -f -n 0 -u ceph-a9325942-6592-11ee-8db5-212e2dc638e7@mon.smithi135.service 2023-10-08T04:25:40.927 INFO:tasks.cephadm:Bootstrapping... 2023-10-08T04:25:40.927 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 -v bootstrap --fsid a9325942-6592-11ee-8db5-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.135 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-08T04:25:40.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:-- Logs begin at Sun 2023-10-08 04:14:53 UTC. -- 2023-10-08T04:25:41.091 INFO:teuthology.orchestra.run.smithi135.stdout:-------------------------------------------------------------------------------- 2023-10-08T04:25:41.092 INFO:teuthology.orchestra.run.smithi135.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8', '-v', 'bootstrap', '--fsid', 'a9325942-6592-11ee-8db5-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.135', '--skip-admin-label'] 2023-10-08T04:25:41.238 INFO:teuthology.orchestra.run.smithi135.stdout:/bin/podman: stdout 4.1.1 2023-10-08T04:25:41.239 INFO:teuthology.orchestra.run.smithi135.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-08T04:25:41.239 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying podman|docker is present... 2023-10-08T04:25:41.381 INFO:teuthology.orchestra.run.smithi135.stdout:/bin/podman: stdout 4.1.1 2023-10-08T04:25:41.382 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying lvm2 is present... 2023-10-08T04:25:41.382 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying time synchronization is in place... 2023-10-08T04:25:41.388 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-08T04:25:41.389 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-08T04:25:41.394 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-08T04:25:41.394 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2023-10-08T04:25:41.400 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout enabled 2023-10-08T04:25:41.405 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout active 2023-10-08T04:25:41.405 INFO:teuthology.orchestra.run.smithi135.stdout:Unit chronyd.service is enabled and running 2023-10-08T04:25:41.405 INFO:teuthology.orchestra.run.smithi135.stdout:Repeating the final host check... 2023-10-08T04:25:41.548 INFO:teuthology.orchestra.run.smithi135.stdout:/bin/podman: stdout 4.1.1 2023-10-08T04:25:41.548 INFO:teuthology.orchestra.run.smithi135.stdout:podman (/bin/podman) version 4.1.1 is present 2023-10-08T04:25:41.548 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl is present 2023-10-08T04:25:41.548 INFO:teuthology.orchestra.run.smithi135.stdout:lvcreate is present 2023-10-08T04:25:41.554 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-08T04:25:41.554 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-08T04:25:41.559 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-08T04:25:41.559 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2023-10-08T04:25:41.565 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout enabled 2023-10-08T04:25:41.571 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout active 2023-10-08T04:25:41.571 INFO:teuthology.orchestra.run.smithi135.stdout:Unit chronyd.service is enabled and running 2023-10-08T04:25:41.571 INFO:teuthology.orchestra.run.smithi135.stdout:Host looks OK 2023-10-08T04:25:41.571 INFO:teuthology.orchestra.run.smithi135.stdout:Cluster fsid: a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:25:41.571 INFO:teuthology.orchestra.run.smithi135.stdout:Acquiring lock 139935348512248 on /run/cephadm/a9325942-6592-11ee-8db5-212e2dc638e7.lock 2023-10-08T04:25:41.571 INFO:teuthology.orchestra.run.smithi135.stdout:Lock 139935348512248 acquired on /run/cephadm/a9325942-6592-11ee-8db5-212e2dc638e7.lock 2023-10-08T04:25:41.572 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying IP 172.21.15.135 port 3300 ... 2023-10-08T04:25:41.572 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying IP 172.21.15.135 port 6789 ... 2023-10-08T04:25:41.572 INFO:teuthology.orchestra.run.smithi135.stdout:Base mon IP(s) is [172.21.15.135:3300, 172.21.15.135:6789], mon addrv is [v2:172.21.15.135:3300,v1:172.21.15.135:6789] 2023-10-08T04:25:41.575 INFO:teuthology.orchestra.run.smithi135.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-10-08T04:25:41.575 INFO:teuthology.orchestra.run.smithi135.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.135 metric 100 2023-10-08T04:25:41.578 INFO:teuthology.orchestra.run.smithi135.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-08T04:25:41.578 INFO:teuthology.orchestra.run.smithi135.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2023-10-08T04:25:41.578 INFO:teuthology.orchestra.run.smithi135.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-10-08T04:25:41.580 INFO:teuthology.orchestra.run.smithi135.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-08T04:25:41.581 INFO:teuthology.orchestra.run.smithi135.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-08T04:25:41.581 INFO:teuthology.orchestra.run.smithi135.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-08T04:25:41.581 INFO:teuthology.orchestra.run.smithi135.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-10-08T04:25:41.581 INFO:teuthology.orchestra.run.smithi135.stdout:/sbin/ip: stdout inet6 fe80::7c01:828b:9a68:a962/64 scope link noprefixroute 2023-10-08T04:25:41.581 INFO:teuthology.orchestra.run.smithi135.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-08T04:25:41.582 INFO:teuthology.orchestra.run.smithi135.stdout:Mon IP `172.21.15.135` is in CIDR network `172.21.0.0/20` 2023-10-08T04:25:41.582 INFO:teuthology.orchestra.run.smithi135.stdout:Mon IP `172.21.15.135` is in CIDR network `172.21.0.0/20` 2023-10-08T04:25:41.582 INFO:teuthology.orchestra.run.smithi135.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-08T04:25:41.582 INFO:teuthology.orchestra.run.smithi135.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-08T04:25:41.582 INFO:teuthology.orchestra.run.smithi135.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8... 2023-10-08T04:25:42.232 INFO:teuthology.orchestra.run.smithi135.stdout:/bin/podman: stdout d68377abd09ffcac5af622eb11954606fc667a969af4dd5775b22cdf571fcb59 2023-10-08T04:25:42.232 INFO:teuthology.orchestra.run.smithi135.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8... 2023-10-08T04:25:42.232 INFO:teuthology.orchestra.run.smithi135.stdout:/bin/podman: stderr Getting image source signatures 2023-10-08T04:25:42.232 INFO:teuthology.orchestra.run.smithi135.stdout:/bin/podman: stderr Copying blob sha256:55fd11c3056be92c0635fd0279c543193c9cf514cfd1ac9bff42d04d109ee7d4 2023-10-08T04:25:42.232 INFO:teuthology.orchestra.run.smithi135.stdout:/bin/podman: stderr Copying blob sha256:be9ed931e0f930233626f1c4d225977fbcc33e056e1a8fc67c7f63553d9455a2 2023-10-08T04:25:42.232 INFO:teuthology.orchestra.run.smithi135.stdout:/bin/podman: stderr Copying config sha256:d68377abd09ffcac5af622eb11954606fc667a969af4dd5775b22cdf571fcb59 2023-10-08T04:25:42.232 INFO:teuthology.orchestra.run.smithi135.stdout:/bin/podman: stderr Writing manifest to image destination 2023-10-08T04:25:42.232 INFO:teuthology.orchestra.run.smithi135.stdout:/bin/podman: stderr Storing signatures 2023-10-08T04:25:43.083 INFO:teuthology.orchestra.run.smithi135.stdout:ceph: stdout ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev) 2023-10-08T04:25:43.083 INFO:teuthology.orchestra.run.smithi135.stdout:Ceph version: ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev) 2023-10-08T04:25:43.083 INFO:teuthology.orchestra.run.smithi135.stdout:Extracting ceph user uid/gid from container image... 2023-10-08T04:25:43.841 INFO:teuthology.orchestra.run.smithi135.stdout:stat: stdout 167 167 2023-10-08T04:25:43.841 INFO:teuthology.orchestra.run.smithi135.stdout:Creating initial keys... 2023-10-08T04:25:44.587 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-authtool: stdout AQBILyJlibjfCxAABSTEgST476vWZeuzynKAwQ== 2023-10-08T04:25:45.341 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-authtool: stdout AQBILyJlVKYLOBAAC11yWoopmtFkiik+FNM1Eg== 2023-10-08T04:25:46.095 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-authtool: stdout AQBJLyJlLpDOKxAAIDCz6wP0vkuvYTgxj0c8jA== 2023-10-08T04:25:46.095 INFO:teuthology.orchestra.run.smithi135.stdout:Creating initial monmap... 2023-10-08T04:25:46.842 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-08T04:25:46.844 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-08T04:25:46.844 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:25:46.844 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-08T04:25:46.844 INFO:teuthology.orchestra.run.smithi135.stdout:monmaptool for smithi135 [v2:172.21.15.135:3300,v1:172.21.15.135:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-08T04:25:46.844 INFO:teuthology.orchestra.run.smithi135.stdout:setting min_mon_release = pacific 2023-10-08T04:25:46.844 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/monmaptool: set fsid to a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:25:46.845 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-08T04:25:46.845 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:25:46.845 INFO:teuthology.orchestra.run.smithi135.stdout:Creating mon... 2023-10-08T04:25:48.096 INFO:teuthology.orchestra.run.smithi135.stdout:create mon.smithi135 on 2023-10-08T04:25:48.302 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-08T04:25:48.427 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a9325942-6592-11ee-8db5-212e2dc638e7.target → /etc/systemd/system/ceph-a9325942-6592-11ee-8db5-212e2dc638e7.target. 2023-10-08T04:25:48.427 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-a9325942-6592-11ee-8db5-212e2dc638e7.target → /etc/systemd/system/ceph-a9325942-6592-11ee-8db5-212e2dc638e7.target. 2023-10-08T04:25:48.611 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a9325942-6592-11ee-8db5-212e2dc638e7@mon.smithi135 2023-10-08T04:25:48.611 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a9325942-6592-11ee-8db5-212e2dc638e7@mon.smithi135.service: Unit ceph-a9325942-6592-11ee-8db5-212e2dc638e7@mon.smithi135.service not loaded. 2023-10-08T04:25:48.698 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a9325942-6592-11ee-8db5-212e2dc638e7.target.wants/ceph-a9325942-6592-11ee-8db5-212e2dc638e7@mon.smithi135.service → /etc/systemd/system/ceph-a9325942-6592-11ee-8db5-212e2dc638e7@.service. 2023-10-08T04:25:49.000 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:48 smithi135 systemd[1]: Starting Ceph mon.smithi135 for a9325942-6592-11ee-8db5-212e2dc638e7... 2023-10-08T04:25:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:49 smithi135 podman[92624]: 2023-10-08T04:25:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:49 smithi135 bash[92624]: 5610b8e2d48e1b5dad11cc78b8e3775edd9ba3b12224e869af5e663036b34a8b 2023-10-08T04:25:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:49 smithi135 ceph-mon[92664]: mkfs a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:25:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:49 smithi135 ceph-mon[92664]: mon.smithi135 is new leader, mons smithi135 in quorum (ranks 0) 2023-10-08T04:25:49.301 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-08T04:25:49.301 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout disabled 2023-10-08T04:25:49.311 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-08T04:25:49.312 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2023-10-08T04:25:49.312 INFO:teuthology.orchestra.run.smithi135.stdout:firewalld.service is not enabled 2023-10-08T04:25:49.312 INFO:teuthology.orchestra.run.smithi135.stdout:Not possible to enable service . firewalld.service is not available 2023-10-08T04:25:49.312 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for mon to start... 2023-10-08T04:25:49.312 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for mon... 2023-10-08T04:25:49.553 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:49 smithi135 systemd[1]: Started Ceph mon.smithi135 for a9325942-6592-11ee-8db5-212e2dc638e7. 2023-10-08T04:25:50.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout cluster: 2023-10-08T04:25:50.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout id: a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:25:50.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-08T04:25:50.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:25:50.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout services: 2023-10-08T04:25:50.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi135 (age 0.653536s) 2023-10-08T04:25:50.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-08T04:25:50.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-08T04:25:50.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:25:50.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout data: 2023-10-08T04:25:50.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-08T04:25:50.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-08T04:25:50.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-08T04:25:50.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout pgs: 2023-10-08T04:25:50.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:25:50.256 INFO:teuthology.orchestra.run.smithi135.stdout:mon is available 2023-10-08T04:25:50.256 INFO:teuthology.orchestra.run.smithi135.stdout:Assimilating anything we can from ceph.conf... 2023-10-08T04:25:50.480 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:50 smithi135 ceph-mon[92664]: mon.smithi135 is new leader, mons smithi135 in quorum (ranks 0) 2023-10-08T04:25:50.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:50 smithi135 ceph-mon[92664]: monmap e1: 1 mons at {smithi135=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0]} removed_ranks: {} 2023-10-08T04:25:50.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:50 smithi135 ceph-mon[92664]: fsmap 2023-10-08T04:25:50.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:50 smithi135 ceph-mon[92664]: osdmap e1: 0 total, 0 up, 0 in 2023-10-08T04:25:50.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:50 smithi135 ceph-mon[92664]: mgrmap e1: no daemons active 2023-10-08T04:25:50.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:50 smithi135 ceph-mon[92664]: from='client.? 172.21.15.135:0/3388975513' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-08T04:25:51.199 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:25:51.199 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout [global] 2023-10-08T04:25:51.199 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout fsid = a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:25:51.199 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.135:3300,v1:172.21.15.135:6789] 2023-10-08T04:25:51.199 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-08T04:25:51.200 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-08T04:25:51.200 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-08T04:25:51.200 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-08T04:25:51.200 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:25:51.200 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-08T04:25:51.200 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-08T04:25:51.200 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:25:51.200 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout [osd] 2023-10-08T04:25:51.200 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-08T04:25:51.200 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-08T04:25:51.200 INFO:teuthology.orchestra.run.smithi135.stdout:Generating new minimal ceph.conf... 2023-10-08T04:25:51.400 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:51 smithi135 ceph-mon[92664]: from='client.? 172.21.15.135:0/2983023116' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-08T04:25:51.400 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:51 smithi135 ceph-mon[92664]: from='client.? 172.21.15.135:0/2983023116' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-08T04:25:52.138 INFO:teuthology.orchestra.run.smithi135.stdout:Restarting the monitor... 2023-10-08T04:25:52.476 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:52 smithi135 systemd[1]: Stopping Ceph mon.smithi135 for a9325942-6592-11ee-8db5-212e2dc638e7... 2023-10-08T04:25:52.476 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:52 smithi135 ceph-mon[92664]: from='client.? 172.21.15.135:0/3260041270' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:25:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:52 smithi135 ceph-a9325942-6592-11ee-8db5-212e2dc638e7-mon-smithi135[92640]: 2023-10-08T04:25:52.474+0000 7faad1f86700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi135 -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-08T04:25:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:52 smithi135 ceph-a9325942-6592-11ee-8db5-212e2dc638e7-mon-smithi135[92640]: 2023-10-08T04:25:52.474+0000 7faad1f86700 -1 mon.smithi135@0(leader) e1 *** Got Signal Terminated *** 2023-10-08T04:25:53.821 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:53 smithi135 bash[92993]: ceph-a9325942-6592-11ee-8db5-212e2dc638e7-mon-smithi135 2023-10-08T04:25:54.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:53 smithi135 systemd[1]: ceph-a9325942-6592-11ee-8db5-212e2dc638e7@mon.smithi135.service: Succeeded. 2023-10-08T04:25:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:53 smithi135 systemd[1]: Stopped Ceph mon.smithi135 for a9325942-6592-11ee-8db5-212e2dc638e7. 2023-10-08T04:25:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:53 smithi135 systemd[1]: Starting Ceph mon.smithi135 for a9325942-6592-11ee-8db5-212e2dc638e7... 2023-10-08T04:25:54.857 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:54 smithi135 podman[93112]: 2023-10-08T04:25:55.607 INFO:teuthology.orchestra.run.smithi135.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-08T04:25:55.818 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: set uid:gid to 167:167 (ceph:ceph) 2023-10-08T04:25:55.818 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev), process ceph-mon, pid 7 2023-10-08T04:25:55.818 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 bash[93112]: d3fcf191aec84fef7fbf0068781cece159c86c9d5075fc4f6c638cce1b9a4152 2023-10-08T04:25:55.818 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: pidfile_write: ignore empty --pid-file 2023-10-08T04:25:55.818 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: load: jerasure load: lrc 2023-10-08T04:25:55.819 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: RocksDB version: 7.9.2 2023-10-08T04:25:55.819 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Git sha 0 2023-10-08T04:25:55.819 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Compile date 2023-10-06 17:22:30 2023-10-08T04:25:55.819 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: DB SUMMARY 2023-10-08T04:25:55.819 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: DB Session ID: 04K8WAXWY0JJK9OQSXBA 2023-10-08T04:25:55.819 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: CURRENT file: CURRENT 2023-10-08T04:25:55.819 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: IDENTITY file: IDENTITY 2023-10-08T04:25:55.819 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-08T04:25:55.819 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi135/store.db dir, Total Num: 1, files: 000008.sst 2023-10-08T04:25:55.819 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi135/store.db: 000009.log size: 83772 ; 2023-10-08T04:25:55.820 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.error_if_exists: 0 2023-10-08T04:25:55.820 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.create_if_missing: 0 2023-10-08T04:25:55.820 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.paranoid_checks: 1 2023-10-08T04:25:55.820 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-08T04:25:55.820 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-08T04:25:55.820 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-08T04:25:55.820 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.env: 0x5595ba643da0 2023-10-08T04:25:55.820 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.fs: PosixFileSystem 2023-10-08T04:25:55.820 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.info_log: 0x5595bc2094a0 2023-10-08T04:25:55.821 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_file_opening_threads: 16 2023-10-08T04:25:55.821 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.statistics: (nil) 2023-10-08T04:25:55.821 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.use_fsync: 0 2023-10-08T04:25:55.821 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_log_file_size: 0 2023-10-08T04:25:55.821 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-08T04:25:55.821 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-08T04:25:55.821 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.keep_log_file_num: 1000 2023-10-08T04:25:55.821 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.recycle_log_file_num: 0 2023-10-08T04:25:55.821 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.allow_fallocate: 1 2023-10-08T04:25:55.821 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.allow_mmap_reads: 0 2023-10-08T04:25:55.822 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.allow_mmap_writes: 0 2023-10-08T04:25:55.822 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.use_direct_reads: 0 2023-10-08T04:25:55.822 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-08T04:25:55.822 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.create_missing_column_families: 0 2023-10-08T04:25:55.822 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.db_log_dir: 2023-10-08T04:25:55.822 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.wal_dir: 2023-10-08T04:25:55.823 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-08T04:25:55.824 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-08T04:25:55.824 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-08T04:25:55.824 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-08T04:25:55.824 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-08T04:25:55.824 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-08T04:25:55.824 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.advise_random_on_open: 1 2023-10-08T04:25:55.824 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.db_write_buffer_size: 0 2023-10-08T04:25:55.824 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.write_buffer_manager: 0x5595bc1c1360 2023-10-08T04:25:55.824 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-08T04:25:55.825 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-08T04:25:55.825 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-08T04:25:55.825 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.rate_limiter: (nil) 2023-10-08T04:25:55.825 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-08T04:25:55.825 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.wal_recovery_mode: 2 2023-10-08T04:25:55.825 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.enable_thread_tracking: 0 2023-10-08T04:25:55.825 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.enable_pipelined_write: 0 2023-10-08T04:25:55.825 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.unordered_write: 0 2023-10-08T04:25:55.825 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-08T04:25:55.825 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-08T04:25:55.826 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-08T04:25:55.826 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-08T04:25:55.826 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.row_cache: None 2023-10-08T04:25:55.826 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.wal_filter: None 2023-10-08T04:25:55.826 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-08T04:25:55.826 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.allow_ingest_behind: 0 2023-10-08T04:25:55.826 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.two_write_queues: 0 2023-10-08T04:25:55.826 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.manual_wal_flush: 0 2023-10-08T04:25:55.826 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.wal_compression: 0 2023-10-08T04:25:55.826 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.atomic_flush: 0 2023-10-08T04:25:55.827 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-08T04:25:55.827 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-08T04:25:55.827 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-08T04:25:55.827 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.log_readahead_size: 0 2023-10-08T04:25:55.827 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-08T04:25:55.827 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.best_efforts_recovery: 0 2023-10-08T04:25:55.827 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-08T04:25:55.827 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-08T04:25:55.827 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.allow_data_in_errors: 0 2023-10-08T04:25:55.827 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.db_host_id: __hostname__ 2023-10-08T04:25:55.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-08T04:25:55.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_background_jobs: 2 2023-10-08T04:25:55.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_background_compactions: -1 2023-10-08T04:25:55.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_subcompactions: 1 2023-10-08T04:25:55.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-08T04:25:55.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-08T04:25:55.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-08T04:25:55.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_total_wal_size: 0 2023-10-08T04:25:55.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-08T04:25:55.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-08T04:25:55.829 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-08T04:25:55.829 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-08T04:25:55.829 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_open_files: -1 2023-10-08T04:25:55.829 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bytes_per_sync: 0 2023-10-08T04:25:55.829 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-08T04:25:55.829 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-08T04:25:55.829 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_readahead_size: 0 2023-10-08T04:25:55.829 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_background_flushes: -1 2023-10-08T04:25:55.829 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Compression algorithms supported: 2023-10-08T04:25:55.830 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-08T04:25:55.830 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: kZSTD supported: 0 2023-10-08T04:25:55.830 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: kXpressCompression supported: 0 2023-10-08T04:25:55.830 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: kLZ4HCCompression supported: 1 2023-10-08T04:25:55.830 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: kZlibCompression supported: 1 2023-10-08T04:25:55.830 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: kSnappyCompression supported: 1 2023-10-08T04:25:55.831 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: kLZ4Compression supported: 1 2023-10-08T04:25:55.831 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: kBZip2Compression supported: 0 2023-10-08T04:25:55.831 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-08T04:25:55.831 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-08T04:25:55.831 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi135/store.db/MANIFEST-000010 2023-10-08T04:25:55.831 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-08T04:25:55.831 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-08T04:25:55.831 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.merge_operator: 2023-10-08T04:25:55.831 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_filter: None 2023-10-08T04:25:55.831 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_filter_factory: None 2023-10-08T04:25:55.831 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.sst_partitioner_factory: None 2023-10-08T04:25:55.832 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-08T04:25:55.832 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-08T04:25:55.832 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5595bc2095a0) 2023-10-08T04:25:55.832 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: cache_index_and_filter_blocks: 1 2023-10-08T04:25:55.832 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-08T04:25:55.832 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-08T04:25:55.832 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: pin_top_level_index_and_filter: 1 2023-10-08T04:25:55.832 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: index_type: 0 2023-10-08T04:25:55.832 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: data_block_index_type: 0 2023-10-08T04:25:55.833 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: index_shortening: 1 2023-10-08T04:25:55.833 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-08T04:25:55.833 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: checksum: 4 2023-10-08T04:25:55.833 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: no_block_cache: 0 2023-10-08T04:25:55.833 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_cache: 0x5595bc25f1f0 2023-10-08T04:25:55.833 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_cache_name: BinnedLRUCache 2023-10-08T04:25:55.833 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_cache_options: 2023-10-08T04:25:55.833 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: capacity : 536870912 2023-10-08T04:25:55.833 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: num_shard_bits : 4 2023-10-08T04:25:55.833 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: strict_capacity_limit : 0 2023-10-08T04:25:55.834 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: high_pri_pool_ratio: 0.000 2023-10-08T04:25:55.834 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_cache_compressed: (nil) 2023-10-08T04:25:55.834 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: persistent_cache: (nil) 2023-10-08T04:25:55.834 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_size: 4096 2023-10-08T04:25:55.834 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_size_deviation: 10 2023-10-08T04:25:55.834 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_restart_interval: 16 2023-10-08T04:25:55.834 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: index_block_restart_interval: 1 2023-10-08T04:25:55.834 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: metadata_block_size: 4096 2023-10-08T04:25:55.834 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: partition_filters: 0 2023-10-08T04:25:55.835 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: use_delta_encoding: 1 2023-10-08T04:25:55.835 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: filter_policy: bloomfilter 2023-10-08T04:25:55.835 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: whole_key_filtering: 1 2023-10-08T04:25:55.835 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: verify_compression: 0 2023-10-08T04:25:55.835 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: read_amp_bytes_per_bit: 0 2023-10-08T04:25:55.835 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: format_version: 5 2023-10-08T04:25:55.835 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: enable_index_compression: 1 2023-10-08T04:25:55.835 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: block_align: 0 2023-10-08T04:25:55.835 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: max_auto_readahead_size: 262144 2023-10-08T04:25:55.835 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: prepopulate_block_cache: 0 2023-10-08T04:25:55.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: initial_auto_readahead_size: 8192 2023-10-08T04:25:55.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: num_file_reads_for_auto_readahead: 2 2023-10-08T04:25:55.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.write_buffer_size: 33554432 2023-10-08T04:25:55.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_write_buffer_number: 2 2023-10-08T04:25:55.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compression: NoCompression 2023-10-08T04:25:55.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bottommost_compression: Disabled 2023-10-08T04:25:55.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.prefix_extractor: nullptr 2023-10-08T04:25:55.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-08T04:25:55.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.num_levels: 7 2023-10-08T04:25:55.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-08T04:25:55.836 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-08T04:25:55.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-08T04:25:55.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-08T04:25:55.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-08T04:25:55.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-08T04:25:55.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-08T04:25:55.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-08T04:25:55.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-08T04:25:55.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-08T04:25:55.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-08T04:25:55.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-08T04:25:55.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-08T04:25:55.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compression_opts.level: 32767 2023-10-08T04:25:55.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compression_opts.strategy: 0 2023-10-08T04:25:55.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-08T04:25:55.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-08T04:25:55.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-08T04:25:55.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-08T04:25:55.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compression_opts.enabled: false 2023-10-08T04:25:55.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-08T04:25:55.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-08T04:25:55.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-08T04:25:55.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-08T04:25:55.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.target_file_size_base: 67108864 2023-10-08T04:25:55.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-08T04:25:55.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-08T04:25:55.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-08T04:25:55.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-08T04:25:55.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-08T04:25:55.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-08T04:25:55.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-08T04:25:55.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-08T04:25:55.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-08T04:25:55.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-08T04:25:55.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-08T04:25:55.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-08T04:25:55.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-08T04:25:55.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-08T04:25:55.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.arena_block_size: 1048576 2023-10-08T04:25:55.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-08T04:25:55.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-08T04:25:55.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.disable_auto_compactions: 0 2023-10-08T04:25:55.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-08T04:25:55.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-08T04:25:55.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-08T04:25:55.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-08T04:25:55.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-08T04:25:55.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-08T04:25:55.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-08T04:25:55.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-08T04:25:55.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-08T04:25:55.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-08T04:25:55.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.table_properties_collectors: 2023-10-08T04:25:55.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.inplace_update_support: 0 2023-10-08T04:25:55.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-08T04:25:55.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-08T04:25:55.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-08T04:25:55.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-08T04:25:55.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.bloom_locality: 0 2023-10-08T04:25:55.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.max_successive_merges: 0 2023-10-08T04:25:55.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-08T04:25:55.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.paranoid_file_checks: 0 2023-10-08T04:25:55.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.force_consistency_checks: 1 2023-10-08T04:25:55.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.report_bg_io_stats: 0 2023-10-08T04:25:55.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.ttl: 2592000 2023-10-08T04:25:55.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-08T04:25:55.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-08T04:25:55.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-08T04:25:55.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.enable_blob_files: false 2023-10-08T04:25:55.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.min_blob_size: 0 2023-10-08T04:25:55.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.blob_file_size: 268435456 2023-10-08T04:25:55.844 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-08T04:25:55.844 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-08T04:25:55.844 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-08T04:25:55.844 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-08T04:25:55.844 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-08T04:25:55.844 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.blob_file_starting_level: 0 2023-10-08T04:25:55.844 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-08T04:25:55.844 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi135/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-08T04:25:55.844 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-08T04:25:55.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 409a9b02-b7da-43bf-88ae-cedd06808ac3 2023-10-08T04:25:55.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696739155558614, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-08T04:25:55.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-08T04:25:55.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696739155559513, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80544, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78727, "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": 73147, "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": 1696739155, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "409a9b02-b7da-43bf-88ae-cedd06808ac3", "db_session_id": "04K8WAXWY0JJK9OQSXBA", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-08T04:25:55.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696739155559591, "job": 1, "event": "recovery_finished"} 2023-10-08T04:25:55.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-08T04:25:55.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi135/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-08T04:25:55.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5595bc2fc000 2023-10-08T04:25:55.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: DB pointer 0x5595bc2e8000 2023-10-08T04:25:55.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-08T04:25:55.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-08T04:25:55.846 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ** DB Stats ** 2023-10-08T04:25:55.846 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T04:25:55.846 INFO:journalctl@ceph.mon.smithi135.smithi135.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-08T04:25:55.846 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T04:25:55.846 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T04:25:55.846 INFO:journalctl@ceph.mon.smithi135.smithi135.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-08T04:25:55.846 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T04:25:55.846 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T04:25:55.846 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-10-08T04:25:55.846 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ** Compaction Stats [default] ** 2023-10-08T04:25:55.846 INFO:journalctl@ceph.mon.smithi135.smithi135.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-08T04:25:55.847 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-08T04:25:55.847 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: L0 2/0 80.53 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T04:25:55.847 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Sum 2/0 80.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T04:25:55.847 INFO:journalctl@ceph.mon.smithi135.smithi135.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 131.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T04:25:55.847 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-10-08T04:25:55.847 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ** Compaction Stats [default] ** 2023-10-08T04:25:55.847 INFO:journalctl@ceph.mon.smithi135.smithi135.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-08T04:25:55.847 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T04:25:55.847 INFO:journalctl@ceph.mon.smithi135.smithi135.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 131.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T04:25:55.847 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-10-08T04:25:55.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-08T04:25:55.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-10-08T04:25:55.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T04:25:55.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-08T04:25:55.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-08T04:25:55.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-08T04:25:55.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-08T04:25:55.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-08T04:25:55.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Cumulative compaction: 0.00 GB write, 24.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T04:25:55.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Interval compaction: 0.00 GB write, 24.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T04:25:55.848 INFO:journalctl@ceph.mon.smithi135.smithi135.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-08T04:25:55.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: Block cache BinnedLRUCache@0x5595bc25f1f0#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-08T04:25:55.849 INFO:journalctl@ceph.mon.smithi135.smithi135.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-08T04:25:55.849 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-10-08T04:25:55.849 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-08T04:25:55.849 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: starting mon.smithi135 rank 0 at public addrs [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] at bind addrs [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi135 fsid a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:25:55.849 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: mon.smithi135@-1(???) e1 preinit fsid a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:25:55.849 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: mon.smithi135@-1(???).mds e1 new map 2023-10-08T04:25:55.849 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: mon.smithi135@-1(???).mds e1 print_map 2023-10-08T04:25:55.849 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: e1 2023-10-08T04:25:55.849 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-08T04:25:55.849 INFO:journalctl@ceph.mon.smithi135.smithi135.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-08T04:25:55.849 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: legacy client fscid: -1 2023-10-08T04:25:55.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: 2023-10-08T04:25:55.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout: No filesystems configured 2023-10-08T04:25:55.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: mon.smithi135@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-08T04:25:55.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: mon.smithi135@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T04:25:55.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: mon.smithi135@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T04:25:55.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: mon.smithi135@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T04:25:55.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: mon.smithi135@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-08T04:25:55.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 systemd[1]: Started Ceph mon.smithi135 for a9325942-6592-11ee-8db5-212e2dc638e7. 2023-10-08T04:25:55.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: mon.smithi135 is new leader, mons smithi135 in quorum (ranks 0) 2023-10-08T04:25:55.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: monmap e1: 1 mons at {smithi135=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0]} removed_ranks: {} 2023-10-08T04:25:55.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: fsmap 2023-10-08T04:25:55.851 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: osdmap e1: 0 total, 0 up, 0 in 2023-10-08T04:25:55.851 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:55 smithi135 ceph-mon[93152]: mgrmap e1: no daemons active 2023-10-08T04:25:56.453 INFO:teuthology.orchestra.run.smithi135.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-08T04:25:56.474 INFO:teuthology.orchestra.run.smithi135.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-08T04:25:56.474 INFO:teuthology.orchestra.run.smithi135.stdout:Creating mgr... 2023-10-08T04:25:56.475 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-08T04:25:56.475 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-08T04:25:56.476 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying port 0.0.0.0:8443 ... 2023-10-08T04:25:56.668 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a9325942-6592-11ee-8db5-212e2dc638e7@mgr.smithi135.vegapu 2023-10-08T04:25:56.668 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a9325942-6592-11ee-8db5-212e2dc638e7@mgr.smithi135.vegapu.service: Unit ceph-a9325942-6592-11ee-8db5-212e2dc638e7@mgr.smithi135.vegapu.service not loaded. 2023-10-08T04:25:56.757 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a9325942-6592-11ee-8db5-212e2dc638e7.target.wants/ceph-a9325942-6592-11ee-8db5-212e2dc638e7@mgr.smithi135.vegapu.service → /etc/systemd/system/ceph-a9325942-6592-11ee-8db5-212e2dc638e7@.service. 2023-10-08T04:25:57.347 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:57 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3502720545' entity='client.admin' 2023-10-08T04:25:57.360 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-08T04:25:57.361 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout disabled 2023-10-08T04:25:57.368 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-08T04:25:57.368 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2023-10-08T04:25:57.369 INFO:teuthology.orchestra.run.smithi135.stdout:firewalld.service is not enabled 2023-10-08T04:25:57.369 INFO:teuthology.orchestra.run.smithi135.stdout:Not possible to enable service . firewalld.service is not available 2023-10-08T04:25:57.376 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-08T04:25:57.377 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout disabled 2023-10-08T04:25:57.384 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-08T04:25:57.384 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2023-10-08T04:25:57.384 INFO:teuthology.orchestra.run.smithi135.stdout:firewalld.service is not enabled 2023-10-08T04:25:57.384 INFO:teuthology.orchestra.run.smithi135.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-10-08T04:25:57.384 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for mgr to start... 2023-10-08T04:25:57.385 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for mgr... 2023-10-08T04:25:58.349 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:25:58.349 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2023-10-08T04:25:58.350 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsid": "a9325942-6592-11ee-8db5-212e2dc638e7", 2023-10-08T04:25:58.350 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T04:25:58.350 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T04:25:58.350 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T04:25:58.350 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T04:25:58.350 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:25:58.350 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T04:25:58.350 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T04:25:58.350 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 0 2023-10-08T04:25:58.350 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2023-10-08T04:25:58.351 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T04:25:58.351 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "smithi135" 2023-10-08T04:25:58.351 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2023-10-08T04:25:58.351 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-10-08T04:25:58.351 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T04:25:58.351 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:25:58.351 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T04:25:58.351 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T04:25:58.351 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:25:58.351 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T04:25:58.351 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:25:58.351 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T04:25:58.352 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T04:25:58.352 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T04:25:58.352 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T04:25:58.352 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T04:25:58.352 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T04:25:58.352 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:25:58.352 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T04:25:58.352 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T04:25:58.352 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T04:25:58.352 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T04:25:58.352 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T04:25:58.352 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T04:25:58.353 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T04:25:58.353 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T04:25:58.353 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T04:25:58.353 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:25:58.353 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T04:25:58.353 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:25:58.353 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T04:25:58.353 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T04:25:58.353 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:25:58.353 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T04:25:58.354 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-08T04:25:58.354 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T04:25:58.354 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T04:25:58.354 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T04:25:58.354 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T04:25:58.354 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T04:25:58.354 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2023-10-08T04:25:58.354 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T04:25:58.354 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:25:58.354 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T04:25:58.354 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:25:58.355 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T04:25:49.224388+0000", 2023-10-08T04:25:58.355 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T04:25:58.355 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:25:58.355 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T04:25:58.355 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2023-10-08T04:25:58.355 INFO:teuthology.orchestra.run.smithi135.stdout:mgr not available, waiting (1/15)... 2023-10-08T04:25:58.355 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:25:58 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2679499826' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T04:26:01.290 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:26:01.291 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2023-10-08T04:26:01.291 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsid": "a9325942-6592-11ee-8db5-212e2dc638e7", 2023-10-08T04:26:01.291 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T04:26:01.291 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T04:26:01.291 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T04:26:01.291 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T04:26:01.291 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:01.291 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T04:26:01.291 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T04:26:01.291 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 0 2023-10-08T04:26:01.291 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2023-10-08T04:26:01.292 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T04:26:01.292 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "smithi135" 2023-10-08T04:26:01.292 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2023-10-08T04:26:01.292 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-10-08T04:26:01.292 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T04:26:01.292 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:26:01.292 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T04:26:01.292 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T04:26:01.292 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:01.292 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T04:26:01.292 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:26:01.293 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T04:26:01.293 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T04:26:01.293 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T04:26:01.293 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T04:26:01.296 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T04:26:01.296 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T04:26:01.296 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:01.296 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T04:26:01.296 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T04:26:01.297 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T04:26:01.297 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T04:26:01.297 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T04:26:01.297 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T04:26:01.297 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T04:26:01.297 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T04:26:01.297 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T04:26:01.297 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:01.297 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T04:26:01.297 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:26:01.297 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T04:26:01.297 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T04:26:01.298 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:01.298 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T04:26:01.298 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-08T04:26:01.298 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T04:26:01.298 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T04:26:01.298 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T04:26:01.298 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T04:26:01.298 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T04:26:01.298 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2023-10-08T04:26:01.298 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T04:26:01.298 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:01.299 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T04:26:01.299 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:26:01.299 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T04:25:49.224388+0000", 2023-10-08T04:26:01.299 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T04:26:01.299 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:01.299 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T04:26:01.299 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2023-10-08T04:26:01.299 INFO:teuthology.orchestra.run.smithi135.stdout:mgr not available, waiting (2/15)... 2023-10-08T04:26:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:01 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/501917511' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T04:26:04.198 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:03 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2852525162' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T04:26:04.247 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:26:04.248 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2023-10-08T04:26:04.248 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsid": "a9325942-6592-11ee-8db5-212e2dc638e7", 2023-10-08T04:26:04.248 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T04:26:04.248 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T04:26:04.248 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T04:26:04.248 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T04:26:04.248 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:04.248 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T04:26:04.248 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T04:26:04.248 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 0 2023-10-08T04:26:04.248 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2023-10-08T04:26:04.248 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T04:26:04.249 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "smithi135" 2023-10-08T04:26:04.249 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2023-10-08T04:26:04.249 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2023-10-08T04:26:04.249 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T04:26:04.249 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:26:04.249 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T04:26:04.249 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T04:26:04.249 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:04.249 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T04:26:04.249 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:26:04.249 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T04:26:04.250 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T04:26:04.250 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T04:26:04.250 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T04:26:04.253 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T04:26:04.253 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T04:26:04.253 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:04.253 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T04:26:04.253 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T04:26:04.253 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T04:26:04.254 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T04:26:04.254 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T04:26:04.254 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T04:26:04.254 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T04:26:04.254 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T04:26:04.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T04:26:04.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:04.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T04:26:04.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:26:04.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T04:26:04.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T04:26:04.255 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:04.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T04:26:04.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-08T04:26:04.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T04:26:04.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T04:26:04.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T04:26:04.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T04:26:04.256 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T04:26:04.257 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2023-10-08T04:26:04.257 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T04:26:04.257 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:04.257 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T04:26:04.257 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:26:04.257 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T04:25:49.224388+0000", 2023-10-08T04:26:04.257 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T04:26:04.257 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:04.258 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T04:26:04.258 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2023-10-08T04:26:04.258 INFO:teuthology.orchestra.run.smithi135.stdout:mgr not available, waiting (3/15)... 2023-10-08T04:26:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: Activating manager daemon smithi135.vegapu 2023-10-08T04:26:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: mgrmap e2: smithi135.vegapu(active, starting, since 0.00288725s) 2023-10-08T04:26:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: from='mgr.14100 172.21.15.135:0/1977973026' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T04:26:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: from='mgr.14100 172.21.15.135:0/1977973026' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T04:26:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: from='mgr.14100 172.21.15.135:0/1977973026' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T04:26:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: from='mgr.14100 172.21.15.135:0/1977973026' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-10-08T04:26:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: from='mgr.14100 172.21.15.135:0/1977973026' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr metadata", "who": "smithi135.vegapu", "id": "smithi135.vegapu"}]: dispatch 2023-10-08T04:26:05.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: Manager daemon smithi135.vegapu is now available 2023-10-08T04:26:05.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: from='mgr.14100 172.21.15.135:0/1977973026' entity='mgr.smithi135.vegapu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.vegapu/mirror_snapshot_schedule"}]: dispatch 2023-10-08T04:26:05.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: from='mgr.14100 172.21.15.135:0/1977973026' entity='mgr.smithi135.vegapu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.vegapu/trash_purge_schedule"}]: dispatch 2023-10-08T04:26:05.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: from='mgr.14100 172.21.15.135:0/1977973026' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:05.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: from='mgr.14100 172.21.15.135:0/1977973026' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:05.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:04 smithi135 ceph-mon[93152]: from='mgr.14100 172.21.15.135:0/1977973026' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:06.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:05 smithi135 ceph-mon[93152]: mgrmap e3: smithi135.vegapu(active, since 1.00726s) 2023-10-08T04:26:08.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:07 smithi135 ceph-mon[93152]: mgrmap e4: smithi135.vegapu(active, since 3s) 2023-10-08T04:26:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:08 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2346046438' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-08T04:26:11.813 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:26:11.813 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2023-10-08T04:26:11.813 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsid": "a9325942-6592-11ee-8db5-212e2dc638e7", 2023-10-08T04:26:11.813 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "health": { 2023-10-08T04:26:11.813 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-08T04:26:11.813 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-08T04:26:11.813 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-08T04:26:11.813 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:11.814 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-08T04:26:11.814 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-08T04:26:11.814 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 0 2023-10-08T04:26:11.814 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2023-10-08T04:26:11.814 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-08T04:26:11.814 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "smithi135" 2023-10-08T04:26:11.814 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2023-10-08T04:26:11.814 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-10-08T04:26:11.814 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-08T04:26:11.814 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:26:11.814 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-08T04:26:11.814 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-08T04:26:11.815 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:11.815 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-08T04:26:11.815 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:26:11.815 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-08T04:26:11.815 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-08T04:26:11.815 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-08T04:26:11.815 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-08T04:26:11.818 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-08T04:26:11.818 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-08T04:26:11.818 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:11.819 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-08T04:26:11.819 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-08T04:26:11.819 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-08T04:26:11.819 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-08T04:26:11.819 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-08T04:26:11.819 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-08T04:26:11.819 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-08T04:26:11.819 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-08T04:26:11.819 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-08T04:26:11.819 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:11.819 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-08T04:26:11.819 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:26:11.820 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-08T04:26:11.820 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-08T04:26:11.820 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:11.820 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-08T04:26:11.820 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-08T04:26:11.820 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-08T04:26:11.820 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-08T04:26:11.820 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-08T04:26:11.820 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-08T04:26:11.820 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "restful" 2023-10-08T04:26:11.820 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2023-10-08T04:26:11.820 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T04:26:11.821 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:11.821 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-08T04:26:11.821 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-08T04:26:11.821 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modified": "2023-10-08T04:25:49.224388+0000", 2023-10-08T04:26:11.821 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-08T04:26:11.821 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2023-10-08T04:26:11.821 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-08T04:26:11.821 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2023-10-08T04:26:11.821 INFO:teuthology.orchestra.run.smithi135.stdout:mgr is available 2023-10-08T04:26:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:14 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1752675369' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-08T04:26:15.068 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:26:15.068 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout [global] 2023-10-08T04:26:15.068 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout fsid = a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:26:15.068 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-08T04:26:15.068 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-08T04:26:15.068 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-08T04:26:15.068 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-08T04:26:15.069 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:26:15.069 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-08T04:26:15.069 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-08T04:26:15.069 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2023-10-08T04:26:15.069 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout [osd] 2023-10-08T04:26:15.069 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-08T04:26:15.069 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-08T04:26:15.069 INFO:teuthology.orchestra.run.smithi135.stdout:Enabling cephadm module... 2023-10-08T04:26:16.823 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:16 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3634900361' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-08T04:26:17.857 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:17 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3634900361' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-08T04:26:17.858 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:17 smithi135 ceph-mon[93152]: mgrmap e5: smithi135.vegapu(active, since 12s) 2023-10-08T04:26:18.157 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2023-10-08T04:26:18.157 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-08T04:26:18.157 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-08T04:26:18.157 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "active_name": "smithi135.vegapu", 2023-10-08T04:26:18.157 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-08T04:26:18.157 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2023-10-08T04:26:18.157 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for the mgr to restart... 2023-10-08T04:26:18.157 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for mgr epoch 5... 2023-10-08T04:26:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:18 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/4109494471' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-08T04:26:23.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: Active manager daemon smithi135.vegapu restarted 2023-10-08T04:26:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: Activating manager daemon smithi135.vegapu 2023-10-08T04:26:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: osdmap e2: 0 total, 0 up, 0 in 2023-10-08T04:26:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: mgrmap e6: smithi135.vegapu(active, starting, since 0.0033212s) 2023-10-08T04:26:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-10-08T04:26:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr metadata", "who": "smithi135.vegapu", "id": "smithi135.vegapu"}]: dispatch 2023-10-08T04:26:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T04:26:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T04:26:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T04:26:23.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: Manager daemon smithi135.vegapu is now available 2023-10-08T04:26:23.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:23.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:23.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:26:23.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:26:23.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:23 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:26:24.671 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:24 smithi135 ceph-mon[93152]: Found migration_current of "None". Setting to last migration. 2023-10-08T04:26:24.671 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:24 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.vegapu/mirror_snapshot_schedule"}]: dispatch 2023-10-08T04:26:24.671 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:24 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.vegapu/trash_purge_schedule"}]: dispatch 2023-10-08T04:26:24.671 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:24 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:24.671 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:24 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:24.671 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:24 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:26:24.671 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:24 smithi135 ceph-mon[93152]: mgrmap e7: smithi135.vegapu(active, since 1.00557s) 2023-10-08T04:26:24.710 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2023-10-08T04:26:24.710 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-08T04:26:24.710 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-08T04:26:24.710 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2023-10-08T04:26:24.710 INFO:teuthology.orchestra.run.smithi135.stdout:mgr epoch 5 is available 2023-10-08T04:26:24.711 INFO:teuthology.orchestra.run.smithi135.stdout:Setting orchestrator backend to cephadm... 2023-10-08T04:26:25.623 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:25 smithi135 ceph-mon[93152]: [08/Oct/2023:04:26:23] ENGINE Bus STARTING 2023-10-08T04:26:25.623 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:25 smithi135 ceph-mon[93152]: [08/Oct/2023:04:26:24] ENGINE Serving on https://172.21.15.135:7150 2023-10-08T04:26:25.623 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:25 smithi135 ceph-mon[93152]: [08/Oct/2023:04:26:24] ENGINE Serving on http://172.21.15.135:8765 2023-10-08T04:26:25.623 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:25 smithi135 ceph-mon[93152]: [08/Oct/2023:04:26:24] ENGINE Bus STARTED 2023-10-08T04:26:25.623 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:25 smithi135 ceph-mon[93152]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-08T04:26:25.623 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:25 smithi135 ceph-mon[93152]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-08T04:26:26.614 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:26 smithi135 ceph-mon[93152]: mgrmap e8: smithi135.vegapu(active, since 2s) 2023-10-08T04:26:26.615 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:26 smithi135 ceph-mon[93152]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:26.615 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:26 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:26.615 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:26 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:26:26.892 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-08T04:26:26.892 INFO:teuthology.orchestra.run.smithi135.stdout:Generating ssh key... 2023-10-08T04:26:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:27 smithi135 ceph-mon[93152]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:28 smithi135 ceph-mon[93152]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:28 smithi135 ceph-mon[93152]: Generating ssh key... 2023-10-08T04:26:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:28 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:28 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:29.172 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCojowERNcsaWzZkOgZD8/MG42+wBdMrWueTjCV5QZsl9XjRw2xf1+o+Bv9IgcXdrVVQL3CBFRHKysGfCmGEgvGCcYgdPT8DSGKmYDE35bQ0QPNCxSDkoOCMdruUOj9HZ0x8BcjPHt3g5NM3mds52LSgZKEjflKhLFBBgFfkRaTYHvCfer4Udl3vwDVlBpPqHiLKmc8B5yC7o9fy/BrzUwr9OtRvH/96taA+IonJnSKluwgi4PeYBLba+vyxLgtzI9eRT3wBV608+HKdvcqsX32ie/fqvv4ry6Xp6aFiBVK4E+CDptQuQV8QgSNlOJUdvfBYXll6kFzQ7npEls488qAySOQYNZsUKDGO3dQ68CYTbLwvbcXELkyWcGr5MxXvG4dAPhVTRlkbUC9X8v2SKk04J/9j7RD0GHg5PA6fYdEYnsWUJRhLxhvBxNsAK+pQcvqz9hcpW+XeRSzPVTqt4d/8wi/Dv3hRFOlPRmdhWHVdrveqK8ib1mzzbOyWm9HKMM= ceph-a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:26:29.173 INFO:teuthology.orchestra.run.smithi135.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-08T04:26:29.173 INFO:teuthology.orchestra.run.smithi135.stdout:Adding key to root@localhost authorized_keys... 2023-10-08T04:26:29.174 INFO:teuthology.orchestra.run.smithi135.stdout:Adding host smithi135... 2023-10-08T04:26:29.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:29 smithi135 ceph-mon[93152]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:31.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:31 smithi135 ceph-mon[93152]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi135", "addr": "172.21.15.135", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:31.851 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:31 smithi135 ceph-mon[93152]: Deploying cephadm binary to smithi135 2023-10-08T04:26:32.621 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Added host 'smithi135' with addr '172.21.15.135' 2023-10-08T04:26:32.621 INFO:teuthology.orchestra.run.smithi135.stdout:Deploying mon service with default placement... 2023-10-08T04:26:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:33 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:33 smithi135 ceph-mon[93152]: Added host smithi135 2023-10-08T04:26:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:33 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:26:33.963 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-08T04:26:33.964 INFO:teuthology.orchestra.run.smithi135.stdout:Deploying mgr service with default placement... 2023-10-08T04:26:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:34 smithi135 ceph-mon[93152]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:34 smithi135 ceph-mon[93152]: Saving service mon spec with placement count:5 2023-10-08T04:26:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:34 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:35.106 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-08T04:26:35.106 INFO:teuthology.orchestra.run.smithi135.stdout:Deploying crash service with default placement... 2023-10-08T04:26:35.929 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:35 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:35.930 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:35 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:35.930 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:35 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:36.146 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-10-08T04:26:36.146 INFO:teuthology.orchestra.run.smithi135.stdout:Deploying ceph-exporter service with default placement... 2023-10-08T04:26:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:36 smithi135 ceph-mon[93152]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:36 smithi135 ceph-mon[93152]: Saving service mgr spec with placement count:2 2023-10-08T04:26:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:36 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:37.389 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-10-08T04:26:37.389 INFO:teuthology.orchestra.run.smithi135.stdout:Deploying prometheus service with default placement... 2023-10-08T04:26:37.613 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:37 smithi135 ceph-mon[93152]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:37.613 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:37 smithi135 ceph-mon[93152]: Saving service crash spec with placement * 2023-10-08T04:26:37.613 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:37 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:37.613 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:37 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:38.431 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-10-08T04:26:38.431 INFO:teuthology.orchestra.run.smithi135.stdout:Deploying grafana service with default placement... 2023-10-08T04:26:38.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:38 smithi135 ceph-mon[93152]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:38.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:38 smithi135 ceph-mon[93152]: Saving service ceph-exporter spec with placement * 2023-10-08T04:26:38.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:38 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:38.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:38 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:39.772 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-10-08T04:26:39.772 INFO:teuthology.orchestra.run.smithi135.stdout:Deploying node-exporter service with default placement... 2023-10-08T04:26:39.870 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:39 smithi135 ceph-mon[93152]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:39.870 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:39 smithi135 ceph-mon[93152]: Saving service prometheus spec with placement count:1 2023-10-08T04:26:39.870 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:39 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:40 smithi135 ceph-mon[93152]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:40 smithi135 ceph-mon[93152]: Saving service grafana spec with placement count:1 2023-10-08T04:26:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:40 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:40.914 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-10-08T04:26:40.915 INFO:teuthology.orchestra.run.smithi135.stdout:Deploying alertmanager service with default placement... 2023-10-08T04:26:41.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:41 smithi135 ceph-mon[93152]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:41.985 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:41 smithi135 ceph-mon[93152]: Saving service node-exporter spec with placement * 2023-10-08T04:26:42.055 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-10-08T04:26:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:42 smithi135 ceph-mon[93152]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:42 smithi135 ceph-mon[93152]: Saving service alertmanager spec with placement count:1 2023-10-08T04:26:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:42 smithi135 ceph-mon[93152]: from='mgr.14120 172.21.15.135:0/592017899' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:44.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:43 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3745304804' entity='client.admin' 2023-10-08T04:26:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:43 smithi135 ceph-mon[93152]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:26:44.136 INFO:teuthology.orchestra.run.smithi135.stdout:Enabling the dashboard module... 2023-10-08T04:26:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:44 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/416263083' entity='client.admin' 2023-10-08T04:26:46.031 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:45 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3218707371' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-08T04:26:46.032 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:45 smithi135 ceph-mon[93152]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:26:46.945 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:46 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3218707371' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-08T04:26:46.946 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:46 smithi135 ceph-mon[93152]: mgrmap e9: smithi135.vegapu(active, since 22s) 2023-10-08T04:26:47.832 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2023-10-08T04:26:47.832 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-08T04:26:47.832 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-08T04:26:47.832 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "active_name": "smithi135.vegapu", 2023-10-08T04:26:47.832 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-08T04:26:47.833 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2023-10-08T04:26:47.833 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for the mgr to restart... 2023-10-08T04:26:47.833 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for mgr epoch 9... 2023-10-08T04:26:48.034 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:47 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/877623132' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-08T04:26:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:52 smithi135 ceph-mon[93152]: Active manager daemon smithi135.vegapu restarted 2023-10-08T04:26:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:52 smithi135 ceph-mon[93152]: Activating manager daemon smithi135.vegapu 2023-10-08T04:26:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:52 smithi135 ceph-mon[93152]: osdmap e3: 0 total, 0 up, 0 in 2023-10-08T04:26:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:52 smithi135 ceph-mon[93152]: mgrmap e10: smithi135.vegapu(active, starting, since 0.00550886s) 2023-10-08T04:26:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:52 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-10-08T04:26:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:52 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr metadata", "who": "smithi135.vegapu", "id": "smithi135.vegapu"}]: dispatch 2023-10-08T04:26:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:52 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T04:26:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:52 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T04:26:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:52 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T04:26:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:52 smithi135 ceph-mon[93152]: Manager daemon smithi135.vegapu is now available 2023-10-08T04:26:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:52 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:26:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:52 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:26:54.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:53 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.vegapu/mirror_snapshot_schedule"}]: dispatch 2023-10-08T04:26:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:53 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.vegapu/trash_purge_schedule"}]: dispatch 2023-10-08T04:26:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:53 smithi135 ceph-mon[93152]: mgrmap e11: smithi135.vegapu(active, since 1.0054s) 2023-10-08T04:26:54.084 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2023-10-08T04:26:54.084 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-08T04:26:54.085 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-08T04:26:54.085 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2023-10-08T04:26:54.085 INFO:teuthology.orchestra.run.smithi135.stdout:mgr epoch 9 is available 2023-10-08T04:26:54.085 INFO:teuthology.orchestra.run.smithi135.stdout:Generating a dashboard self-signed certificate... 2023-10-08T04:26:54.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:54 smithi135 ceph-mon[93152]: [08/Oct/2023:04:26:53] ENGINE Bus STARTING 2023-10-08T04:26:54.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:54 smithi135 ceph-mon[93152]: [08/Oct/2023:04:26:53] ENGINE Serving on https://172.21.15.135:7150 2023-10-08T04:26:54.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:54 smithi135 ceph-mon[93152]: [08/Oct/2023:04:26:53] ENGINE Serving on http://172.21.15.135:8765 2023-10-08T04:26:54.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:54 smithi135 ceph-mon[93152]: [08/Oct/2023:04:26:53] ENGINE Bus STARTED 2023-10-08T04:26:54.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:54 smithi135 ceph-mon[93152]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-08T04:26:54.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:54 smithi135 ceph-mon[93152]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-08T04:26:54.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:54 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:55.327 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-08T04:26:55.327 INFO:teuthology.orchestra.run.smithi135.stdout:Creating initial admin user... 2023-10-08T04:26:56.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:55 smithi135 ceph-mon[93152]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:26:56.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:55 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:56.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:55 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:56.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:55 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:56.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:55 smithi135 ceph-mon[93152]: mgrmap e12: smithi135.vegapu(active, since 2s) 2023-10-08T04:26:57.172 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$QHDLOOWTPFd5o4w7Ta7BK.Js78aUJ1ND20wAyvdimDCT3CS5bMqEe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696739216, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-08T04:26:57.172 INFO:teuthology.orchestra.run.smithi135.stdout:Fetching dashboard port number... 2023-10-08T04:26:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:57 smithi135 ceph-mon[93152]: 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-08T04:26:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:57 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:26:58.213 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 8443 2023-10-08T04:26:58.223 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-08T04:26:58.223 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout disabled 2023-10-08T04:26:58.230 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-08T04:26:58.230 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2023-10-08T04:26:58.230 INFO:teuthology.orchestra.run.smithi135.stdout:firewalld.service is not enabled 2023-10-08T04:26:58.230 INFO:teuthology.orchestra.run.smithi135.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-08T04:26:58.231 INFO:teuthology.orchestra.run.smithi135.stdout:Ceph Dashboard is now available at: 2023-10-08T04:26:58.231 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:26:58.232 INFO:teuthology.orchestra.run.smithi135.stdout: URL: https://smithi135:8443/ 2023-10-08T04:26:58.232 INFO:teuthology.orchestra.run.smithi135.stdout: User: admin 2023-10-08T04:26:58.232 INFO:teuthology.orchestra.run.smithi135.stdout: Password: b6beco1wgi 2023-10-08T04:26:58.232 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:26:58.232 INFO:teuthology.orchestra.run.smithi135.stdout:Saving cluster configuration to /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config directory 2023-10-08T04:26:58.232 INFO:teuthology.orchestra.run.smithi135.stdout:Enabling autotune for osd_memory_target 2023-10-08T04:26:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:26:58 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/710247219' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-08T04:27:00.415 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-08T04:27:00.415 INFO:teuthology.orchestra.run.smithi135.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-08T04:27:00.415 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:27:00.415 INFO:teuthology.orchestra.run.smithi135.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-08T04:27:00.415 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:27:00.415 INFO:teuthology.orchestra.run.smithi135.stdout:Or, if you are only running a single cluster on this host: 2023-10-08T04:27:00.416 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:27:00.416 INFO:teuthology.orchestra.run.smithi135.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-08T04:27:00.416 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:27:00.416 INFO:teuthology.orchestra.run.smithi135.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-08T04:27:00.416 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:27:00.416 INFO:teuthology.orchestra.run.smithi135.stdout: ceph telemetry on 2023-10-08T04:27:00.416 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:27:00.416 INFO:teuthology.orchestra.run.smithi135.stdout:For more information see: 2023-10-08T04:27:00.416 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:27:00.416 INFO:teuthology.orchestra.run.smithi135.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-08T04:27:00.416 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:27:00.417 INFO:teuthology.orchestra.run.smithi135.stdout:Bootstrap complete. 2023-10-08T04:27:00.422 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:00 smithi135 ceph-mon[93152]: mgrmap e13: smithi135.vegapu(active, since 6s) 2023-10-08T04:27:00.422 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:00 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/701580973' entity='client.admin' 2023-10-08T04:27:00.453 INFO:tasks.cephadm:Fetching config... 2023-10-08T04:27:00.453 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:27:00.454 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-08T04:27:00.471 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-08T04:27:00.471 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:27:00.472 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-08T04:27:00.529 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-08T04:27:00.529 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:27:00.529 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/keyring of=/dev/stdout 2023-10-08T04:27:00.599 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-08T04:27:00.599 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:27:00.599 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-08T04:27:00.656 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-08T04:27:00.656 DEBUG:teuthology.orchestra.run.smithi135:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCojowERNcsaWzZkOgZD8/MG42+wBdMrWueTjCV5QZsl9XjRw2xf1+o+Bv9IgcXdrVVQL3CBFRHKysGfCmGEgvGCcYgdPT8DSGKmYDE35bQ0QPNCxSDkoOCMdruUOj9HZ0x8BcjPHt3g5NM3mds52LSgZKEjflKhLFBBgFfkRaTYHvCfer4Udl3vwDVlBpPqHiLKmc8B5yC7o9fy/BrzUwr9OtRvH/96taA+IonJnSKluwgi4PeYBLba+vyxLgtzI9eRT3wBV608+HKdvcqsX32ie/fqvv4ry6Xp6aFiBVK4E+CDptQuQV8QgSNlOJUdvfBYXll6kFzQ7npEls488qAySOQYNZsUKDGO3dQ68CYTbLwvbcXELkyWcGr5MxXvG4dAPhVTRlkbUC9X8v2SKk04J/9j7RD0GHg5PA6fYdEYnsWUJRhLxhvBxNsAK+pQcvqz9hcpW+XeRSzPVTqt4d/8wi/Dv3hRFOlPRmdhWHVdrveqK8ib1mzzbOyWm9HKMM= ceph-a9325942-6592-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-08T04:27:00.733 INFO:teuthology.orchestra.run.smithi135.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCojowERNcsaWzZkOgZD8/MG42+wBdMrWueTjCV5QZsl9XjRw2xf1+o+Bv9IgcXdrVVQL3CBFRHKysGfCmGEgvGCcYgdPT8DSGKmYDE35bQ0QPNCxSDkoOCMdruUOj9HZ0x8BcjPHt3g5NM3mds52LSgZKEjflKhLFBBgFfkRaTYHvCfer4Udl3vwDVlBpPqHiLKmc8B5yC7o9fy/BrzUwr9OtRvH/96taA+IonJnSKluwgi4PeYBLba+vyxLgtzI9eRT3wBV608+HKdvcqsX32ie/fqvv4ry6Xp6aFiBVK4E+CDptQuQV8QgSNlOJUdvfBYXll6kFzQ7npEls488qAySOQYNZsUKDGO3dQ68CYTbLwvbcXELkyWcGr5MxXvG4dAPhVTRlkbUC9X8v2SKk04J/9j7RD0GHg5PA6fYdEYnsWUJRhLxhvBxNsAK+pQcvqz9hcpW+XeRSzPVTqt4d/8wi/Dv3hRFOlPRmdhWHVdrveqK8ib1mzzbOyWm9HKMM= ceph-a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:27:00.745 DEBUG:teuthology.orchestra.run.smithi194:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCojowERNcsaWzZkOgZD8/MG42+wBdMrWueTjCV5QZsl9XjRw2xf1+o+Bv9IgcXdrVVQL3CBFRHKysGfCmGEgvGCcYgdPT8DSGKmYDE35bQ0QPNCxSDkoOCMdruUOj9HZ0x8BcjPHt3g5NM3mds52LSgZKEjflKhLFBBgFfkRaTYHvCfer4Udl3vwDVlBpPqHiLKmc8B5yC7o9fy/BrzUwr9OtRvH/96taA+IonJnSKluwgi4PeYBLba+vyxLgtzI9eRT3wBV608+HKdvcqsX32ie/fqvv4ry6Xp6aFiBVK4E+CDptQuQV8QgSNlOJUdvfBYXll6kFzQ7npEls488qAySOQYNZsUKDGO3dQ68CYTbLwvbcXELkyWcGr5MxXvG4dAPhVTRlkbUC9X8v2SKk04J/9j7RD0GHg5PA6fYdEYnsWUJRhLxhvBxNsAK+pQcvqz9hcpW+XeRSzPVTqt4d/8wi/Dv3hRFOlPRmdhWHVdrveqK8ib1mzzbOyWm9HKMM= ceph-a9325942-6592-11ee-8db5-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-08T04:27:00.792 INFO:teuthology.orchestra.run.smithi194.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCojowERNcsaWzZkOgZD8/MG42+wBdMrWueTjCV5QZsl9XjRw2xf1+o+Bv9IgcXdrVVQL3CBFRHKysGfCmGEgvGCcYgdPT8DSGKmYDE35bQ0QPNCxSDkoOCMdruUOj9HZ0x8BcjPHt3g5NM3mds52LSgZKEjflKhLFBBgFfkRaTYHvCfer4Udl3vwDVlBpPqHiLKmc8B5yC7o9fy/BrzUwr9OtRvH/96taA+IonJnSKluwgi4PeYBLba+vyxLgtzI9eRT3wBV608+HKdvcqsX32ie/fqvv4ry6Xp6aFiBVK4E+CDptQuQV8QgSNlOJUdvfBYXll6kFzQ7npEls488qAySOQYNZsUKDGO3dQ68CYTbLwvbcXELkyWcGr5MxXvG4dAPhVTRlkbUC9X8v2SKk04J/9j7RD0GHg5PA6fYdEYnsWUJRhLxhvBxNsAK+pQcvqz9hcpW+XeRSzPVTqt4d/8wi/Dv3hRFOlPRmdhWHVdrveqK8ib1mzzbOyWm9HKMM= ceph-a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:27:00.804 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-08T04:27:01.364 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:27:03.519 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-08T04:27:03.520 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-08T04:27:03.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:03 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:03 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:03 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:27:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:03 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:03 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T04:27:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:03 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-08T04:27:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:03 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:27:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:03 smithi135 ceph-mon[93152]: Deploying daemon ceph-exporter.smithi135 on smithi135 2023-10-08T04:27:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:03 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2213677888' entity='client.admin' 2023-10-08T04:27:04.084 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:27:06.210 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi194 2023-10-08T04:27:06.210 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-08T04:27:06.210 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.conf 2023-10-08T04:27:06.231 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-08T04:27:06.231 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T04:27:06.290 INFO:tasks.cephadm:Adding host smithi194 to orchestrator... 2023-10-08T04:27:06.291 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch host add smithi194 2023-10-08T04:27:06.962 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:27:07.140 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:06 smithi135 ceph-mon[93152]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:27:07.140 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:06 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:08.125 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:07 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:08.125 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:07 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:08.126 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:07 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:08.126 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:07 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:08.126 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:07 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T04:27:08.126 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:07 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T04:27:08.126 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:07 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:27:08.126 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:07 smithi135 ceph-mon[93152]: Deploying daemon crash.smithi135 on smithi135 2023-10-08T04:27:08.126 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:07 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:08 smithi135 ceph-mon[93152]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:27:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:10 smithi135 ceph-mon[93152]: Deploying cephadm binary to smithi194 2023-10-08T04:27:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:10 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:10 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:10 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:10 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:10 smithi135 ceph-mon[93152]: Deploying daemon node-exporter.smithi135 on smithi135 2023-10-08T04:27:11.136 INFO:teuthology.orchestra.run.smithi135.stdout:Added host 'smithi194' with addr '172.21.15.194' 2023-10-08T04:27:12.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:12 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:12 smithi135 ceph-mon[93152]: Added host smithi194 2023-10-08T04:27:12.294 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-08T04:27:13.030 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:27:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:13 smithi135 ceph-mon[93152]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:13 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:13 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:13 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:13 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:13 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:14.462 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:27:14.462 INFO:teuthology.orchestra.run.smithi135.stdout:[{"addr": "172.21.15.135", "hostname": "smithi135", "labels": [], "status": ""}, {"addr": "172.21.15.194", "hostname": "smithi194", "labels": [], "status": ""}] 2023-10-08T04:27:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:14 smithi135 ceph-mon[93152]: Deploying daemon alertmanager.smithi135 on smithi135 2023-10-08T04:27:15.156 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-08T04:27:15.157 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd crush tunables default 2023-10-08T04:27:16.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:15 smithi135 ceph-mon[93152]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:27:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:15 smithi135 ceph-mon[93152]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:16.386 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:27:17.908 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:17 smithi135 ceph-mon[93152]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:17.908 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:17 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:19.652 INFO:teuthology.orchestra.run.smithi135.stderr:adjusted tunables profile to default 2023-10-08T04:27:19.945 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:19 smithi135 ceph-mon[93152]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:19.945 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:19 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1463874529' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-08T04:27:20.244 INFO:tasks.cephadm:Adding mon.smithi135 on smithi135 2023-10-08T04:27:20.244 INFO:tasks.cephadm:Adding mon.smithi194 on smithi194 2023-10-08T04:27:20.244 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch apply mon '2;smithi135:172.21.15.135=smithi135;smithi194:172.21.15.194=smithi194' 2023-10-08T04:27:20.830 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:20 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1463874529' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-08T04:27:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:20 smithi135 ceph-mon[93152]: osdmap e4: 0 total, 0 up, 0 in 2023-10-08T04:27:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:20 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:20 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:20 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:20 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:20 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:20 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:20 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:20 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:20 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T04:27:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:20 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:21.113 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:21.948 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:21 smithi135 ceph-mon[93152]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-08T04:27:21.948 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:21 smithi135 ceph-mon[93152]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T04:27:21.948 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:21 smithi135 ceph-mon[93152]: Deploying daemon grafana.smithi135 on smithi135 2023-10-08T04:27:21.948 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:21 smithi135 ceph-mon[93152]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:22.458 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled mon update... 2023-10-08T04:27:22.903 DEBUG:teuthology.orchestra.run.smithi194:mon.smithi194> sudo journalctl -f -n 0 -u ceph-a9325942-6592-11ee-8db5-212e2dc638e7@mon.smithi194.service 2023-10-08T04:27:22.905 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:27:22.906 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:27:22.933 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:-- Logs begin at Sun 2023-10-08 04:14:52 UTC. -- 2023-10-08T04:27:23.509 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:23.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:23 smithi135 ceph-mon[93152]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi135:172.21.15.135=smithi135;smithi194:172.21.15.194=smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:27:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:23 smithi135 ceph-mon[93152]: Saving service mon spec with placement smithi135:172.21.15.135=smithi135;smithi194:172.21.15.194=smithi194;count:2 2023-10-08T04:27:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:23 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:23 smithi135 ceph-mon[93152]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:23 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:23.796 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:25.291 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:27:25.291 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:27:25.293 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:27:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:25 smithi135 ceph-mon[93152]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:25 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/415756631' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:27:26.672 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:27:26.672 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:27:27.257 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:27.539 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:28.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:27 smithi135 ceph-mon[93152]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:28.948 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:27:28.948 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:27:28.950 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:27:29.950 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:29 smithi135 ceph-mon[93152]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:29.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:29 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/19821551' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:27:30.322 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:27:30.322 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:27:30.902 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:31.184 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:31.657 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:31 smithi135 ceph-mon[93152]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:32.592 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:27:32.592 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:27:32.594 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:27:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:33 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:33 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:33 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:33 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:33 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:33 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:33 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:33 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:33 smithi135 ceph-mon[93152]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:33 smithi135 ceph-mon[93152]: Deploying daemon prometheus.smithi135 on smithi135 2023-10-08T04:27:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:33 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/441068330' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:27:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:33 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:33.952 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:27:33.952 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:27:34.543 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:34.829 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:36.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:35 smithi135 ceph-mon[93152]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:36.144 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:27:36.145 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:27:36.147 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:27:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:36 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/2478672304' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:27:37.586 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:27:37.587 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:27:38.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:37 smithi135 ceph-mon[93152]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:38.175 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:38.462 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:39.956 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:27:39.956 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:27:39.958 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:27:40.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:39 smithi135 ceph-mon[93152]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:40 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/3805042376' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:27:41.334 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:27:41.335 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:27:41.928 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:41 smithi135 ceph-mon[93152]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:42.216 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:43.665 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:27:43.665 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:27:43.667 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:27:43.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:43 smithi135 ceph-mon[93152]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:44 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/748969879' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:27:45.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:27:45.094 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:27:45.677 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:45.962 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:46.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:45 smithi135 ceph-mon[93152]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:47.407 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:27:47.408 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:27:47.409 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:27:48.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:47 smithi135 ceph-mon[93152]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:27:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:47 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:47 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:47 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:47 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-08T04:27:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:47 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/2246500321' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:27:48.823 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:27:48.824 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:27:48.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:48 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:48.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:48 smithi135 ceph-mon[93152]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-08T04:27:48.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:48 smithi135 ceph-mon[93152]: mgrmap e14: smithi135.vegapu(active, since 55s) 2023-10-08T04:27:49.409 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:49.692 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:51.158 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:27:51.159 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:27:51.160 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:27:51.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:51 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/1803898596' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:27:52.552 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:27:52.552 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:27:53.145 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:53.431 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:54.946 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:27:54.946 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:27:54.948 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:27:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:54 smithi135 ceph-mon[93152]: Active manager daemon smithi135.vegapu restarted 2023-10-08T04:27:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:54 smithi135 ceph-mon[93152]: Activating manager daemon smithi135.vegapu 2023-10-08T04:27:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:54 smithi135 ceph-mon[93152]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T04:27:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:54 smithi135 ceph-mon[93152]: mgrmap e15: smithi135.vegapu(active, starting, since 0.00371461s) 2023-10-08T04:27:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-10-08T04:27:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr metadata", "who": "smithi135.vegapu", "id": "smithi135.vegapu"}]: dispatch 2023-10-08T04:27:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T04:27:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T04:27:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T04:27:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:54 smithi135 ceph-mon[93152]: Manager daemon smithi135.vegapu is now available 2023-10-08T04:27:55.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:27:55.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:27:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:55 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/2212363055' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:27:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:27:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.vegapu/mirror_snapshot_schedule"}]: dispatch 2023-10-08T04:27:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.vegapu/trash_purge_schedule"}]: dispatch 2023-10-08T04:27:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:55 smithi135 ceph-mon[93152]: [08/Oct/2023:04:27:55] ENGINE Bus STARTING 2023-10-08T04:27:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:55 smithi135 ceph-mon[93152]: mgrmap e16: smithi135.vegapu(active, since 1.00529s) 2023-10-08T04:27:56.312 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:27:56.312 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:27:56.894 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:57.193 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:27:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:57 smithi135 ceph-mon[93152]: [08/Oct/2023:04:27:55] ENGINE Serving on http://172.21.15.135:8765 2023-10-08T04:27:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:57 smithi135 ceph-mon[93152]: [08/Oct/2023:04:27:55] ENGINE Serving on https://172.21.15.135:7150 2023-10-08T04:27:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:57 smithi135 ceph-mon[93152]: [08/Oct/2023:04:27:55] ENGINE Bus STARTED 2023-10-08T04:27:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:27:58.719 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:27:58.720 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:27:58.722 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:27:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:58 smithi135 ceph-mon[93152]: mgrmap e17: smithi135.vegapu(active, since 2s) 2023-10-08T04:27:59.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:27:59 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/2411417230' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:00.292 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:28:00.293 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:28:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:28:01.033 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:28:01.328 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-08T04:28:02.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:28:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:28:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: Updating smithi135:/etc/ceph/ceph.conf 2023-10-08T04:28:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: Updating smithi194:/etc/ceph/ceph.conf 2023-10-08T04:28:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: Updating smithi135:/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T04:28:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: Updating smithi194:/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T04:28:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi194", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T04:28:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi194", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-08T04:28:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:02.821 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:28:02.821 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:28:02.823 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:28:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:03 smithi135 ceph-mon[93152]: Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2023-10-08T04:28:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:03 smithi135 ceph-mon[93152]: Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-10-08T04:28:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:03 smithi135 ceph-mon[93152]: Updating smithi194:/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T04:28:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:03 smithi135 ceph-mon[93152]: Updating smithi135:/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T04:28:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:03 smithi135 ceph-mon[93152]: Deploying daemon ceph-exporter.smithi194 on smithi194 2023-10-08T04:28:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:03 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/2073334842' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:04.404 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:28:04.405 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:28:04.977 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T04:28:06.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T04:28:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T04:28:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:05 smithi135 ceph-mon[93152]: Deploying daemon crash.smithi194 on smithi194 2023-10-08T04:28:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:06.681 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:28:06.681 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:28:06.683 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:28:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:06 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/1723099360' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:08.143 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:28:08.144 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:28:08.750 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T04:28:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:08 smithi135 ceph-mon[93152]: Deploying daemon node-exporter.smithi194 on smithi194 2023-10-08T04:28:10.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:10.913 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:28:10.913 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:28:10.914 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:28:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:11 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/1872211800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.ukbpjn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T04:28:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.ukbpjn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-08T04:28:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T04:28:12.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:12.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:11 smithi135 ceph-mon[93152]: Deploying daemon mgr.smithi194.ukbpjn on smithi194 2023-10-08T04:28:12.317 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:28:12.317 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:28:12.878 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T04:28:14.779 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:28:14.779 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:25:46.482452Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-08T04:28:14.782 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-08T04:28:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T04:28:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:15 smithi135 ceph-mon[93152]: Deploying daemon mon.smithi194 on smithi194 2023-10-08T04:28:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:15 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/1017632036' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:15.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:16.445 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-08T04:28:16.446 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mon dump -f json 2023-10-08T04:28:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:16 smithi135 ceph-mon[93152]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.099 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi194/config 2023-10-08T04:28:17.122 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:16 smithi194 systemd[1]: Starting Ceph mon.smithi194 for a9325942-6592-11ee-8db5-212e2dc638e7... 2023-10-08T04:28:17.375 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 podman[104732]: 2023-10-08T04:28:17.375 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: set uid:gid to 167:167 (ceph:ceph) 2023-10-08T04:28:17.375 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev), process ceph-mon, pid 7 2023-10-08T04:28:17.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pidfile_write: ignore empty --pid-file 2023-10-08T04:28:17.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: load: jerasure load: lrc 2023-10-08T04:28:17.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: RocksDB version: 7.9.2 2023-10-08T04:28:17.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Git sha 0 2023-10-08T04:28:17.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Compile date 2023-10-06 17:22:30 2023-10-08T04:28:17.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: DB SUMMARY 2023-10-08T04:28:17.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: DB Session ID: DG9VI8KMVAMJEM1VZL9W 2023-10-08T04:28:17.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: CURRENT file: CURRENT 2023-10-08T04:28:17.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: IDENTITY file: IDENTITY 2023-10-08T04:28:17.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-10-08T04:28:17.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi194/store.db dir, Total Num: 0, files: 2023-10-08T04:28:17.377 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi194/store.db: 000004.log size: 511 ; 2023-10-08T04:28:17.377 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.error_if_exists: 0 2023-10-08T04:28:17.377 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.create_if_missing: 0 2023-10-08T04:28:17.377 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.paranoid_checks: 1 2023-10-08T04:28:17.377 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-08T04:28:17.377 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-08T04:28:17.377 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-08T04:28:17.377 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.env: 0x5586ace0cda0 2023-10-08T04:28:17.377 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.fs: PosixFileSystem 2023-10-08T04:28:17.377 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.info_log: 0x5586af3ab4a0 2023-10-08T04:28:17.377 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_file_opening_threads: 16 2023-10-08T04:28:17.378 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.statistics: (nil) 2023-10-08T04:28:17.378 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.use_fsync: 0 2023-10-08T04:28:17.378 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_log_file_size: 0 2023-10-08T04:28:17.378 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-08T04:28:17.378 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-08T04:28:17.378 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.keep_log_file_num: 1000 2023-10-08T04:28:17.378 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.recycle_log_file_num: 0 2023-10-08T04:28:17.378 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.allow_fallocate: 1 2023-10-08T04:28:17.378 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.allow_mmap_reads: 0 2023-10-08T04:28:17.378 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.allow_mmap_writes: 0 2023-10-08T04:28:17.378 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.use_direct_reads: 0 2023-10-08T04:28:17.379 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-08T04:28:17.379 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.create_missing_column_families: 0 2023-10-08T04:28:17.379 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.db_log_dir: 2023-10-08T04:28:17.379 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.wal_dir: 2023-10-08T04:28:17.379 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-08T04:28:17.379 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-08T04:28:17.379 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-08T04:28:17.379 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-08T04:28:17.379 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-08T04:28:17.379 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-08T04:28:17.379 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.advise_random_on_open: 1 2023-10-08T04:28:17.379 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.db_write_buffer_size: 0 2023-10-08T04:28:17.380 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.write_buffer_manager: 0x5586af363360 2023-10-08T04:28:17.380 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-08T04:28:17.380 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-08T04:28:17.380 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-08T04:28:17.380 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.rate_limiter: (nil) 2023-10-08T04:28:17.380 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-08T04:28:17.380 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.wal_recovery_mode: 2 2023-10-08T04:28:17.380 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.enable_thread_tracking: 0 2023-10-08T04:28:17.380 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.enable_pipelined_write: 0 2023-10-08T04:28:17.380 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.unordered_write: 0 2023-10-08T04:28:17.380 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-08T04:28:17.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-08T04:28:17.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-08T04:28:17.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-08T04:28:17.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.row_cache: None 2023-10-08T04:28:17.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.wal_filter: None 2023-10-08T04:28:17.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-08T04:28:17.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.allow_ingest_behind: 0 2023-10-08T04:28:17.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.two_write_queues: 0 2023-10-08T04:28:17.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.manual_wal_flush: 0 2023-10-08T04:28:17.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.wal_compression: 0 2023-10-08T04:28:17.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.atomic_flush: 0 2023-10-08T04:28:17.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-08T04:28:17.382 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-08T04:28:17.382 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-08T04:28:17.382 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.log_readahead_size: 0 2023-10-08T04:28:17.382 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-08T04:28:17.382 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.best_efforts_recovery: 0 2023-10-08T04:28:17.382 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-08T04:28:17.382 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-08T04:28:17.382 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.allow_data_in_errors: 0 2023-10-08T04:28:17.384 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.db_host_id: __hostname__ 2023-10-08T04:28:17.384 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-08T04:28:17.384 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_background_jobs: 2 2023-10-08T04:28:17.384 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_background_compactions: -1 2023-10-08T04:28:17.384 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_subcompactions: 1 2023-10-08T04:28:17.384 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-08T04:28:17.384 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-08T04:28:17.384 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-08T04:28:17.384 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_total_wal_size: 0 2023-10-08T04:28:17.384 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-08T04:28:17.385 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-08T04:28:17.385 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-08T04:28:17.385 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-08T04:28:17.385 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_open_files: -1 2023-10-08T04:28:17.385 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bytes_per_sync: 0 2023-10-08T04:28:17.385 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-08T04:28:17.385 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-08T04:28:17.385 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_readahead_size: 0 2023-10-08T04:28:17.385 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_background_flushes: -1 2023-10-08T04:28:17.385 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Compression algorithms supported: 2023-10-08T04:28:17.385 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-08T04:28:17.386 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: kZSTD supported: 0 2023-10-08T04:28:17.386 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: kXpressCompression supported: 0 2023-10-08T04:28:17.386 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: kLZ4HCCompression supported: 1 2023-10-08T04:28:17.386 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: kZlibCompression supported: 1 2023-10-08T04:28:17.386 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: kSnappyCompression supported: 1 2023-10-08T04:28:17.386 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: kLZ4Compression supported: 1 2023-10-08T04:28:17.386 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: kBZip2Compression supported: 0 2023-10-08T04:28:17.386 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-08T04:28:17.386 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-08T04:28:17.386 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi194/store.db/MANIFEST-000005 2023-10-08T04:28:17.386 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-08T04:28:17.386 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-08T04:28:17.387 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.merge_operator: 2023-10-08T04:28:17.387 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_filter: None 2023-10-08T04:28:17.387 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_filter_factory: None 2023-10-08T04:28:17.387 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.sst_partitioner_factory: None 2023-10-08T04:28:17.387 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-08T04:28:17.387 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-08T04:28:17.387 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5586af3ab5a0) 2023-10-08T04:28:17.387 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: cache_index_and_filter_blocks: 1 2023-10-08T04:28:17.387 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-08T04:28:17.387 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-08T04:28:17.387 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: pin_top_level_index_and_filter: 1 2023-10-08T04:28:17.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: index_type: 0 2023-10-08T04:28:17.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: data_block_index_type: 0 2023-10-08T04:28:17.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: index_shortening: 1 2023-10-08T04:28:17.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-08T04:28:17.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: checksum: 4 2023-10-08T04:28:17.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: no_block_cache: 0 2023-10-08T04:28:17.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_cache: 0x5586af4011f0 2023-10-08T04:28:17.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_cache_name: BinnedLRUCache 2023-10-08T04:28:17.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_cache_options: 2023-10-08T04:28:17.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: capacity : 536870912 2023-10-08T04:28:17.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: num_shard_bits : 4 2023-10-08T04:28:17.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: strict_capacity_limit : 0 2023-10-08T04:28:17.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: high_pri_pool_ratio: 0.000 2023-10-08T04:28:17.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_cache_compressed: (nil) 2023-10-08T04:28:17.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: persistent_cache: (nil) 2023-10-08T04:28:17.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_size: 4096 2023-10-08T04:28:17.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_size_deviation: 10 2023-10-08T04:28:17.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_restart_interval: 16 2023-10-08T04:28:17.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: index_block_restart_interval: 1 2023-10-08T04:28:17.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: metadata_block_size: 4096 2023-10-08T04:28:17.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: partition_filters: 0 2023-10-08T04:28:17.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: use_delta_encoding: 1 2023-10-08T04:28:17.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: filter_policy: bloomfilter 2023-10-08T04:28:17.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: whole_key_filtering: 1 2023-10-08T04:28:17.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: verify_compression: 0 2023-10-08T04:28:17.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: read_amp_bytes_per_bit: 0 2023-10-08T04:28:17.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: format_version: 5 2023-10-08T04:28:17.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: enable_index_compression: 1 2023-10-08T04:28:17.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_align: 0 2023-10-08T04:28:17.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: max_auto_readahead_size: 262144 2023-10-08T04:28:17.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: prepopulate_block_cache: 0 2023-10-08T04:28:17.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: initial_auto_readahead_size: 8192 2023-10-08T04:28:17.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: num_file_reads_for_auto_readahead: 2 2023-10-08T04:28:17.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.write_buffer_size: 33554432 2023-10-08T04:28:17.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_write_buffer_number: 2 2023-10-08T04:28:17.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compression: NoCompression 2023-10-08T04:28:17.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bottommost_compression: Disabled 2023-10-08T04:28:17.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.prefix_extractor: nullptr 2023-10-08T04:28:17.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-08T04:28:17.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.num_levels: 7 2023-10-08T04:28:17.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-08T04:28:17.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-08T04:28:17.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-08T04:28:17.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-08T04:28:17.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-08T04:28:17.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-08T04:28:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-08T04:28:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-08T04:28:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-08T04:28:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-08T04:28:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-08T04:28:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-08T04:28:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-08T04:28:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compression_opts.level: 32767 2023-10-08T04:28:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compression_opts.strategy: 0 2023-10-08T04:28:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-08T04:28:17.392 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compression_opts.enabled: false 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.target_file_size_base: 67108864 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-08T04:28:17.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-08T04:28:17.394 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-08T04:28:17.398 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-08T04:28:17.398 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-08T04:28:17.398 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-08T04:28:17.398 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-08T04:28:17.398 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-08T04:28:17.398 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-08T04:28:17.398 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-08T04:28:17.398 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-08T04:28:17.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.arena_block_size: 1048576 2023-10-08T04:28:17.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-08T04:28:17.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-08T04:28:17.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.disable_auto_compactions: 0 2023-10-08T04:28:17.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-08T04:28:17.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-08T04:28:17.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-08T04:28:17.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-08T04:28:17.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-08T04:28:17.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-08T04:28:17.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-08T04:28:17.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-08T04:28:17.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-08T04:28:17.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-08T04:28:17.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.table_properties_collectors: 2023-10-08T04:28:17.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.inplace_update_support: 0 2023-10-08T04:28:17.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-08T04:28:17.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-08T04:28:17.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-08T04:28:17.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-08T04:28:17.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.bloom_locality: 0 2023-10-08T04:28:17.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.max_successive_merges: 0 2023-10-08T04:28:17.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-08T04:28:17.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.paranoid_file_checks: 0 2023-10-08T04:28:17.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.force_consistency_checks: 1 2023-10-08T04:28:17.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.report_bg_io_stats: 0 2023-10-08T04:28:17.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.ttl: 2592000 2023-10-08T04:28:17.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-08T04:28:17.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-08T04:28:17.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-08T04:28:17.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.enable_blob_files: false 2023-10-08T04:28:17.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.min_blob_size: 0 2023-10-08T04:28:17.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.blob_file_size: 268435456 2023-10-08T04:28:17.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-08T04:28:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-08T04:28:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-08T04:28:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-08T04:28:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-08T04:28:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.blob_file_starting_level: 0 2023-10-08T04:28:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-08T04:28:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi194/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-08T04:28:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-08T04:28:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: eda57861-6fa6-434b-9699-6ccc758756e7 2023-10-08T04:28:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696739297348374, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-08T04:28:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-10-08T04:28:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696739297348965, "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": 1696739297, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "eda57861-6fa6-434b-9699-6ccc758756e7", "db_session_id": "DG9VI8KMVAMJEM1VZL9W", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-10-08T04:28:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696739297349056, "job": 1, "event": "recovery_finished"} 2023-10-08T04:28:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-10-08T04:28:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi194/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-08T04:28:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5586af49e000 2023-10-08T04:28:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: DB pointer 0x5586af48a000 2023-10-08T04:28:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-08T04:28:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-08T04:28:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ** DB Stats ** 2023-10-08T04:28:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T04:28:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.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-08T04:28:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T04:28:17.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T04:28:17.404 INFO:journalctl@ceph.mon.smithi194.smithi194.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-08T04:28:17.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-08T04:28:17.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-08T04:28:17.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-08T04:28:17.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ** Compaction Stats [default] ** 2023-10-08T04:28:17.404 INFO:journalctl@ceph.mon.smithi194.smithi194.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-08T04:28:17.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-08T04:28:17.404 INFO:journalctl@ceph.mon.smithi194.smithi194.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 2.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T04:28:17.404 INFO:journalctl@ceph.mon.smithi194.smithi194.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 2.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T04:28:17.404 INFO:journalctl@ceph.mon.smithi194.smithi194.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 2.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T04:28:17.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-08T04:28:17.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ** Compaction Stats [default] ** 2023-10-08T04:28:17.405 INFO:journalctl@ceph.mon.smithi194.smithi194.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-08T04:28:17.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-08T04:28:17.405 INFO:journalctl@ceph.mon.smithi194.smithi194.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 2.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-08T04:28:17.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-08T04:28:17.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-08T04:28:17.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-08T04:28:17.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-08T04:28:17.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-08T04:28:17.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-08T04:28:17.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-08T04:28:17.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-08T04:28:17.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-08T04:28:17.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Cumulative compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T04:28:17.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Interval compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-08T04:28:17.406 INFO:journalctl@ceph.mon.smithi194.smithi194.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-08T04:28:17.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Block cache BinnedLRUCache@0x5586af4011f0#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-08T04:28:17.406 INFO:journalctl@ceph.mon.smithi194.smithi194.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-08T04:28:17.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-08T04:28:17.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-08T04:28:17.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194 does not exist in monmap, will attempt to join an existing cluster 2023-10-08T04:28:17.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: using public_addr v2:172.21.15.194:0/0 -> [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] 2023-10-08T04:28:17.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: starting mon.smithi194 rank -1 at public addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] at bind addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi194 fsid a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:28:17.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(???) e0 preinit fsid a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:28:17.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 bash[104732]: 8cb0d93fb47b2ba40e30600f710055f1e262f9f4ec4a47c41404630c15a5c78f 2023-10-08T04:28:17.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).mds e1 new map 2023-10-08T04:28:17.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).mds e1 print_map 2023-10-08T04:28:17.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: e1 2023-10-08T04:28:17.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-08T04:28:17.407 INFO:journalctl@ceph.mon.smithi194.smithi194.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-08T04:28:17.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: legacy client fscid: -1 2023-10-08T04:28:17.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-08T04:28:17.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: No filesystems configured 2023-10-08T04:28:17.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-08T04:28:17.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-08T04:28:17.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-08T04:28:17.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-08T04:28:17.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-08T04:28:17.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-08T04:28:17.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-08T04:28:17.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-08T04:28:17.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T04:28:17.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T04:28:17.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-08T04:28:17.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:28:17.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Deploying cephadm binary to smithi194 2023-10-08T04:28:17.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Deploying daemon node-exporter.smithi135 on smithi135 2023-10-08T04:28:17.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Added host smithi194 2023-10-08T04:28:17.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Deploying daemon alertmanager.smithi135 on smithi135 2023-10-08T04:28:17.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:28:17.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1463874529' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-08T04:28:17.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1463874529' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-08T04:28:17.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: osdmap e4: 0 total, 0 up, 0 in 2023-10-08T04:28:17.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T04:28:17.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-08T04:28:17.412 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-08T04:28:17.412 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Deploying daemon grafana.smithi135 on smithi135 2023-10-08T04:28:17.412 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.412 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi135:172.21.15.135=smithi135;smithi194:172.21.15.194=smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:28:17.412 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Saving service mon spec with placement smithi135:172.21.15.135=smithi135;smithi194:172.21.15.194=smithi194;count:2 2023-10-08T04:28:17.412 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.412 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.412 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.412 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.412 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/415756631' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.412 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/19821551' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.414 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Deploying daemon prometheus.smithi135 on smithi135 2023-10-08T04:28:17.414 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/441068330' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.414 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.414 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.661 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/2478672304' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/3805042376' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/748969879' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-08T04:28:17.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/2246500321' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14164 172.21.15.135:0/334452808' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-08T04:28:17.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mgrmap e14: smithi135.vegapu(active, since 55s) 2023-10-08T04:28:17.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/1803898596' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Active manager daemon smithi135.vegapu restarted 2023-10-08T04:28:17.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Activating manager daemon smithi135.vegapu 2023-10-08T04:28:17.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T04:28:17.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mgrmap e15: smithi135.vegapu(active, starting, since 0.00371461s) 2023-10-08T04:28:17.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-10-08T04:28:17.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr metadata", "who": "smithi135.vegapu", "id": "smithi135.vegapu"}]: dispatch 2023-10-08T04:28:17.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-08T04:28:17.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-08T04:28:17.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-08T04:28:17.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Manager daemon smithi135.vegapu is now available 2023-10-08T04:28:17.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/2212363055' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:17.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.vegapu/mirror_snapshot_schedule"}]: dispatch 2023-10-08T04:28:17.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi135.vegapu/trash_purge_schedule"}]: dispatch 2023-10-08T04:28:17.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: [08/Oct/2023:04:27:55] ENGINE Bus STARTING 2023-10-08T04:28:17.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mgrmap e16: smithi135.vegapu(active, since 1.00529s) 2023-10-08T04:28:17.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: [08/Oct/2023:04:27:55] ENGINE Serving on http://172.21.15.135:8765 2023-10-08T04:28:17.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: [08/Oct/2023:04:27:55] ENGINE Serving on https://172.21.15.135:7150 2023-10-08T04:28:17.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: [08/Oct/2023:04:27:55] ENGINE Bus STARTED 2023-10-08T04:28:17.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mgrmap e17: smithi135.vegapu(active, since 2s) 2023-10-08T04:28:17.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/2411417230' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:28:17.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:28:17.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:17.667 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:28:17.667 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Updating smithi135:/etc/ceph/ceph.conf 2023-10-08T04:28:17.667 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Updating smithi194:/etc/ceph/ceph.conf 2023-10-08T04:28:17.667 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Updating smithi135:/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T04:28:17.667 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Updating smithi194:/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T04:28:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi194", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T04:28:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi194", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-08T04:28:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2023-10-08T04:28:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-10-08T04:28:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Updating smithi194:/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T04:28:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Updating smithi135:/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-08T04:28:17.669 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Deploying daemon ceph-exporter.smithi194 on smithi194 2023-10-08T04:28:17.669 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/2073334842' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.669 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.669 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.669 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.669 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.669 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T04:28:17.669 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-08T04:28:17.669 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:17.669 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Deploying daemon crash.smithi194 on smithi194 2023-10-08T04:28:17.669 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/1723099360' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Deploying daemon node-exporter.smithi194 on smithi194 2023-10-08T04:28:17.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:17.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/1872211800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.ukbpjn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T04:28:17.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.ukbpjn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-08T04:28:17.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T04:28:17.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:17.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Deploying daemon mgr.smithi194.ukbpjn on smithi194 2023-10-08T04:28:17.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T04:28:17.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:17.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: Deploying daemon mon.smithi194 on smithi194 2023-10-08T04:28:17.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/1017632036' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:17.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:17.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:17.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-10-08T04:28:17.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 ceph-mon[104785]: mon.smithi194@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-08T04:28:17.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:17 smithi194 systemd[1]: Started Ceph mon.smithi194 for a9325942-6592-11ee-8db5-212e2dc638e7. 2023-10-08T04:28:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-10-08T04:28:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: mon.smithi135 calling monitor election 2023-10-08T04:28:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: mon.smithi194 calling monitor election 2023-10-08T04:28:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.? 172.21.15.194:0/2053206595' entity='mgr.smithi194.ukbpjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.ukbpjn/crt"}]: dispatch 2023-10-08T04:28:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: mon.smithi135 is new leader, mons smithi135,smithi194 in quorum (ranks 0,1) 2023-10-08T04:28:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: monmap e2: 2 mons at {smithi135=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],smithi194=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} 2023-10-08T04:28:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: fsmap 2023-10-08T04:28:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T04:28:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: mgrmap e17: smithi135.vegapu(active, since 27s) 2023-10-08T04:28:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: Standby manager daemon smithi194.ukbpjn started 2023-10-08T04:28:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.? 172.21.15.194:0/2053206595' entity='mgr.smithi194.ukbpjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T04:28:22.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T04:28:22.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.? 172.21.15.194:0/2053206595' entity='mgr.smithi194.ukbpjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.ukbpjn/key"}]: dispatch 2023-10-08T04:28:22.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:22.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.? 172.21.15.194:0/2053206595' entity='mgr.smithi194.ukbpjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T04:28:22.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:22.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:22.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:22.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-10-08T04:28:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: mon.smithi135 calling monitor election 2023-10-08T04:28:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: mon.smithi194 calling monitor election 2023-10-08T04:28:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.? 172.21.15.194:0/2053206595' entity='mgr.smithi194.ukbpjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.ukbpjn/crt"}]: dispatch 2023-10-08T04:28:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: mon.smithi135 is new leader, mons smithi135,smithi194 in quorum (ranks 0,1) 2023-10-08T04:28:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: monmap e2: 2 mons at {smithi135=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],smithi194=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} 2023-10-08T04:28:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: fsmap 2023-10-08T04:28:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: osdmap e5: 0 total, 0 up, 0 in 2023-10-08T04:28:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: mgrmap e17: smithi135.vegapu(active, since 27s) 2023-10-08T04:28:22.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: Standby manager daemon smithi194.ukbpjn started 2023-10-08T04:28:22.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.? 172.21.15.194:0/2053206595' entity='mgr.smithi194.ukbpjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-08T04:28:22.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T04:28:22.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.? 172.21.15.194:0/2053206595' entity='mgr.smithi194.ukbpjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.ukbpjn/key"}]: dispatch 2023-10-08T04:28:22.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:22.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.? 172.21.15.194:0/2053206595' entity='mgr.smithi194.ukbpjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-08T04:28:22.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:22.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:22.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:22.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:23.229 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-08T04:28:23.230 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":2,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","modified":"2023-10-08T04:28:17.385735Z","created":"2023-10-08T04:25:46.482452Z","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":"smithi135","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi194","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:3300","nonce":0},{"type":"v1","addr":"172.21.15.194:6789","nonce":0}]},"addr":"172.21.15.194:6789/0","public_addr":"172.21.15.194:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-08T04:28:23.232 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 2 2023-10-08T04:28:23.595 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:23 smithi194 ceph-mon[104785]: mgrmap e18: smithi135.vegapu(active, since 27s), standbys: smithi194.ukbpjn 2023-10-08T04:28:23.596 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr metadata", "who": "smithi194.ukbpjn", "id": "smithi194.ukbpjn"}]: dispatch 2023-10-08T04:28:23.596 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:28:23.596 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:23 smithi194 ceph-mon[104785]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:23.596 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:23 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/1604891048' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:23.596 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:23.679 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-08T04:28:23.679 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-08T04:28:23.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:23 smithi135 ceph-mon[93152]: mgrmap e18: smithi135.vegapu(active, since 27s), standbys: smithi194.ukbpjn 2023-10-08T04:28:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr metadata", "who": "smithi194.ukbpjn", "id": "smithi194.ukbpjn"}]: dispatch 2023-10-08T04:28:23.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:28:23.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:23 smithi135 ceph-mon[93152]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:23.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:23 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/1604891048' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-08T04:28:23.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:28:24.261 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:28:25.819 INFO:teuthology.orchestra.run.smithi135.stdout:# minimal ceph.conf for a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:28:25.819 INFO:teuthology.orchestra.run.smithi135.stdout:[global] 2023-10-08T04:28:25.819 INFO:teuthology.orchestra.run.smithi135.stdout: fsid = a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:28:25.819 INFO:teuthology.orchestra.run.smithi135.stdout: mon_host = [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] 2023-10-08T04:28:26.173 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:26.173 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:26.173 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.173 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.174 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.174 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:26.174 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:28:26.174 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: Updating smithi135:/etc/ceph/ceph.conf 2023-10-08T04:28:26.174 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: Updating smithi194:/etc/ceph/ceph.conf 2023-10-08T04:28:26.174 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.174 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.174 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.174 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.174 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.175 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T04:28:26.175 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T04:28:26.175 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:26.175 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:25 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/428005656' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:28:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: Updating smithi135:/etc/ceph/ceph.conf 2023-10-08T04:28:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: Updating smithi194:/etc/ceph/ceph.conf 2023-10-08T04:28:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:26.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T04:28:26.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T04:28:26.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:26.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:25 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/428005656' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:26.215 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-08T04:28:26.215 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:28:26.215 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.conf 2023-10-08T04:28:26.249 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:28:26.250 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T04:28:26.316 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-08T04:28:26.316 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.conf 2023-10-08T04:28:26.358 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-08T04:28:26.358 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-08T04:28:26.426 INFO:tasks.cephadm:Deploying OSDs... 2023-10-08T04:28:26.426 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:28:26.426 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T04:28:26.443 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T04:28:26.443 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/nvme1n1 2023-10-08T04:28:26.502 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/nvme1n1 2023-10-08T04:28:26.502 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T04:28:26.502 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 420792 Links: 1 Device type: 103,1 2023-10-08T04:28:26.502 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T04:28:26.502 INFO:teuthology.orchestra.run.smithi135.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T04:28:26.503 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-10-08 04:27:03.369336967 +0000 2023-10-08T04:28:26.503 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-10-08 04:25:04.914814684 +0000 2023-10-08T04:28:26.503 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-10-08 04:25:04.914814684 +0000 2023-10-08T04:28:26.503 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-10-08T04:28:26.503 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-08T04:28:26.570 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-10-08T04:28:26.570 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-10-08T04:28:26.570 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000264587 s, 1.9 MB/s 2023-10-08T04:28:26.571 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-08T04:28:26.629 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/nvme2n1 2023-10-08T04:28:26.687 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/nvme2n1 2023-10-08T04:28:26.688 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T04:28:26.688 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 424943 Links: 1 Device type: 103,2 2023-10-08T04:28:26.688 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T04:28:26.688 INFO:teuthology.orchestra.run.smithi135.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T04:28:26.688 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-10-08 04:27:03.379336758 +0000 2023-10-08T04:28:26.688 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-10-08 04:25:05.063811563 +0000 2023-10-08T04:28:26.688 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-10-08 04:25:05.063811563 +0000 2023-10-08T04:28:26.689 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-10-08T04:28:26.689 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-08T04:28:26.753 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-10-08T04:28:26.753 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-10-08T04:28:26.753 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000261131 s, 2.0 MB/s 2023-10-08T04:28:26.754 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-08T04:28:26.812 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/nvme3n1 2023-10-08T04:28:26.870 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/nvme3n1 2023-10-08T04:28:26.870 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T04:28:26.870 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 431130 Links: 1 Device type: 103,3 2023-10-08T04:28:26.870 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T04:28:26.870 INFO:teuthology.orchestra.run.smithi135.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T04:28:26.870 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-10-08 04:27:03.390336528 +0000 2023-10-08T04:28:26.870 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-10-08 04:25:05.213808421 +0000 2023-10-08T04:28:26.871 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-10-08 04:25:05.213808421 +0000 2023-10-08T04:28:26.871 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-10-08T04:28:26.871 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-08T04:28:26.936 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-10-08T04:28:26.936 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-10-08T04:28:26.936 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000250916 s, 2.0 MB/s 2023-10-08T04:28:26.937 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-08T04:28:26.996 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/nvme4n1 2023-10-08T04:28:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:26 smithi135 ceph-mon[93152]: Updating smithi194:/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T04:28:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:26 smithi135 ceph-mon[93152]: Updating smithi135:/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T04:28:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:26 smithi135 ceph-mon[93152]: Reconfiguring mon.smithi135 (unknown last config time)... 2023-10-08T04:28:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:26 smithi135 ceph-mon[93152]: Reconfiguring daemon mon.smithi135 on smithi135 2023-10-08T04:28:27.022 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/nvme4n1 2023-10-08T04:28:27.022 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T04:28:27.023 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 431156 Links: 1 Device type: 103,4 2023-10-08T04:28:27.023 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T04:28:27.023 INFO:teuthology.orchestra.run.smithi135.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T04:28:27.023 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-10-08 04:27:03.400336319 +0000 2023-10-08T04:28:27.023 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-10-08 04:25:05.363805280 +0000 2023-10-08T04:28:27.023 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-10-08 04:25:05.363805280 +0000 2023-10-08T04:28:27.023 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-10-08T04:28:27.023 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-08T04:28:27.089 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-10-08T04:28:27.089 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-10-08T04:28:27.089 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000225714 s, 2.3 MB/s 2023-10-08T04:28:27.090 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-08T04:28:27.148 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-08T04:28:27.148 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-10-08T04:28:27.169 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-08T04:28:27.169 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme1n1 2023-10-08T04:28:27.229 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme1n1 2023-10-08T04:28:27.229 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T04:28:27.229 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 429156 Links: 1 Device type: 103,1 2023-10-08T04:28:27.229 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T04:28:27.230 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T04:28:27.230 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-10-08 04:28:00.028912397 +0000 2023-10-08T04:28:27.230 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-10-08 04:25:06.617412532 +0000 2023-10-08T04:28:27.230 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-10-08 04:25:06.617412532 +0000 2023-10-08T04:28:27.230 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-10-08T04:28:27.230 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-08T04:28:27.296 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:26 smithi194 ceph-mon[104785]: Updating smithi194:/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T04:28:27.296 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:26 smithi194 ceph-mon[104785]: Updating smithi135:/var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/config/ceph.conf 2023-10-08T04:28:27.296 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:26 smithi194 ceph-mon[104785]: Reconfiguring mon.smithi135 (unknown last config time)... 2023-10-08T04:28:27.297 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:26 smithi194 ceph-mon[104785]: Reconfiguring daemon mon.smithi135 on smithi135 2023-10-08T04:28:27.299 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-10-08T04:28:27.299 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-10-08T04:28:27.299 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000326176 s, 1.6 MB/s 2023-10-08T04:28:27.300 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-08T04:28:27.362 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme2n1 2023-10-08T04:28:27.420 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme2n1 2023-10-08T04:28:27.421 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T04:28:27.421 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 429243 Links: 1 Device type: 103,2 2023-10-08T04:28:27.421 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T04:28:27.421 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T04:28:27.421 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-10-08 04:28:00.039912175 +0000 2023-10-08T04:28:27.421 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-10-08 04:25:06.767409506 +0000 2023-10-08T04:28:27.421 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-10-08 04:25:06.767409506 +0000 2023-10-08T04:28:27.421 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-10-08T04:28:27.421 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-08T04:28:27.491 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-10-08T04:28:27.491 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-10-08T04:28:27.491 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000243022 s, 2.1 MB/s 2023-10-08T04:28:27.492 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-08T04:28:27.551 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme3n1 2023-10-08T04:28:27.609 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme3n1 2023-10-08T04:28:27.610 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T04:28:27.610 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 429264 Links: 1 Device type: 103,3 2023-10-08T04:28:27.610 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T04:28:27.610 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T04:28:27.610 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-10-08 04:28:00.049911973 +0000 2023-10-08T04:28:27.610 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-10-08 04:25:06.916406499 +0000 2023-10-08T04:28:27.610 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-10-08 04:25:06.916406499 +0000 2023-10-08T04:28:27.610 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-10-08T04:28:27.611 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-08T04:28:27.677 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-10-08T04:28:27.678 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-10-08T04:28:27.678 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000219054 s, 2.3 MB/s 2023-10-08T04:28:27.679 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-08T04:28:27.738 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme4n1 2023-10-08T04:28:27.795 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme4n1 2023-10-08T04:28:27.795 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-08T04:28:27.796 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 424928 Links: 1 Device type: 103,4 2023-10-08T04:28:27.796 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-08T04:28:27.796 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-08T04:28:27.796 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-10-08 04:28:00.059911771 +0000 2023-10-08T04:28:27.796 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-10-08 04:25:07.067403453 +0000 2023-10-08T04:28:27.796 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-10-08 04:25:07.067403453 +0000 2023-10-08T04:28:27.796 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-10-08T04:28:27.796 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-08T04:28:27.863 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-10-08T04:28:27.863 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-10-08T04:28:27.863 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000273999 s, 1.9 MB/s 2023-10-08T04:28:27.864 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-08T04:28:27.923 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-10-08T04:28:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:28 smithi135 ceph-mon[93152]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:28 smithi135 ceph-mon[93152]: Reconfiguring mgr.smithi135.vegapu (unknown last config time)... 2023-10-08T04:28:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi135.vegapu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T04:28:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T04:28:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:28 smithi135 ceph-mon[93152]: Reconfiguring daemon mgr.smithi135.vegapu on smithi135 2023-10-08T04:28:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:28 smithi194 ceph-mon[104785]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:28 smithi194 ceph-mon[104785]: Reconfiguring mgr.smithi135.vegapu (unknown last config time)... 2023-10-08T04:28:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi135.vegapu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T04:28:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T04:28:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:28 smithi194 ceph-mon[104785]: Reconfiguring daemon mgr.smithi135.vegapu on smithi135 2023-10-08T04:28:28.517 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi194/config 2023-10-08T04:28:29.434 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:29.435 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:29.435 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:29 smithi194 ceph-mon[104785]: Reconfiguring ceph-exporter.smithi135 (monmap changed)... 2023-10-08T04:28:29.435 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T04:28:29.435 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:29.435 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:29 smithi194 ceph-mon[104785]: Reconfiguring daemon ceph-exporter.smithi135 on smithi135 2023-10-08T04:28:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:29 smithi135 ceph-mon[93152]: Reconfiguring ceph-exporter.smithi135 (monmap changed)... 2023-10-08T04:28:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi135", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T04:28:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:29 smithi135 ceph-mon[93152]: Reconfiguring daemon ceph-exporter.smithi135 on smithi135 2023-10-08T04:28:29.837 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled osd.all-available-devices update... 2023-10-08T04:28:30.163 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-08T04:28:30.163 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:28:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:30 smithi194 ceph-mon[104785]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T04:28:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:30 smithi135 ceph-mon[93152]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi135", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T04:28:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:30.736 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:28:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:31 smithi135 ceph-mon[93152]: Reconfiguring crash.smithi135 (monmap changed)... 2023-10-08T04:28:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:31 smithi135 ceph-mon[93152]: Reconfiguring daemon crash.smithi135 on smithi135 2023-10-08T04:28:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:31 smithi135 ceph-mon[93152]: from='client.14248 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:28:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:31 smithi135 ceph-mon[93152]: Marking host: smithi135 for OSDSpec preview refresh. 2023-10-08T04:28:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:31 smithi135 ceph-mon[93152]: Marking host: smithi194 for OSDSpec preview refresh. 2023-10-08T04:28:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:31 smithi135 ceph-mon[93152]: Saving service osd.all-available-devices spec with placement * 2023-10-08T04:28:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:31 smithi194 ceph-mon[104785]: Reconfiguring crash.smithi135 (monmap changed)... 2023-10-08T04:28:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:31 smithi194 ceph-mon[104785]: Reconfiguring daemon crash.smithi135 on smithi135 2023-10-08T04:28:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:31 smithi194 ceph-mon[104785]: from='client.14248 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:28:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:31 smithi194 ceph-mon[104785]: Marking host: smithi135 for OSDSpec preview refresh. 2023-10-08T04:28:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:31 smithi194 ceph-mon[104785]: Marking host: smithi194 for OSDSpec preview refresh. 2023-10-08T04:28:31.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:31 smithi194 ceph-mon[104785]: Saving service osd.all-available-devices spec with placement * 2023-10-08T04:28:31.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:31.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:32.378 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:32 smithi135 ceph-mon[93152]: Reconfiguring alertmanager.smithi135 (dependencies changed)... 2023-10-08T04:28:32.378 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:32 smithi135 ceph-mon[93152]: Reconfiguring daemon alertmanager.smithi135 on smithi135 2023-10-08T04:28:32.378 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:32 smithi135 ceph-mon[93152]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:32 smithi194 ceph-mon[104785]: Reconfiguring alertmanager.smithi135 (dependencies changed)... 2023-10-08T04:28:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:32 smithi194 ceph-mon[104785]: Reconfiguring daemon alertmanager.smithi135 on smithi135 2023-10-08T04:28:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:32 smithi194 ceph-mon[104785]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:32.767 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:28:33.232 INFO:teuthology.orchestra.run.smithi135.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-08T04:28:33.402 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:33 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1058694300' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:33 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1058694300' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:34.233 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:28:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:34 smithi135 ceph-mon[93152]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:34 smithi194 ceph-mon[104785]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:34.898 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:28:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:35 smithi135 ceph-mon[93152]: Reconfiguring grafana.smithi135 (dependencies changed)... 2023-10-08T04:28:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:35 smithi135 ceph-mon[93152]: Reconfiguring daemon grafana.smithi135 on smithi135 2023-10-08T04:28:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:35 smithi135 ceph-mon[93152]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:35 smithi194 ceph-mon[104785]: Reconfiguring grafana.smithi135 (dependencies changed)... 2023-10-08T04:28:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:35 smithi194 ceph-mon[104785]: Reconfiguring daemon grafana.smithi135 on smithi135 2023-10-08T04:28:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:35 smithi194 ceph-mon[104785]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:36.662 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:28:37.123 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:36 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2105957546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:37.124 INFO:teuthology.orchestra.run.smithi135.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-08T04:28:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:36 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/2105957546' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:38.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:37 smithi135 ceph-mon[93152]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:38.126 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:28:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:37 smithi194 ceph-mon[104785]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:38.838 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:28:40.172 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:40.172 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:40.172 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:39 smithi135 ceph-mon[93152]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:40.172 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:39 smithi135 ceph-mon[93152]: Reconfiguring prometheus.smithi135 (dependencies changed)... 2023-10-08T04:28:40.173 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:39 smithi135 ceph-mon[93152]: Reconfiguring daemon prometheus.smithi135 on smithi135 2023-10-08T04:28:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:39 smithi194 ceph-mon[104785]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:39 smithi194 ceph-mon[104785]: Reconfiguring prometheus.smithi135 (dependencies changed)... 2023-10-08T04:28:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:39 smithi194 ceph-mon[104785]: Reconfiguring daemon prometheus.smithi135 on smithi135 2023-10-08T04:28:40.309 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:28:40.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:40.980 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:40 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3805638736' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:40 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/3805638736' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:41.298 INFO:teuthology.orchestra.run.smithi135.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-08T04:28:42.127 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:41 smithi135 ceph-mon[93152]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:41 smithi194 ceph-mon[104785]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:42.299 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:28:43.073 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:28:44.183 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:43 smithi194 ceph-mon[104785]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:44.183 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:44.183 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:44.184 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:43 smithi194 ceph-mon[104785]: Reconfiguring ceph-exporter.smithi194 (monmap changed)... 2023-10-08T04:28:44.184 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi194", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T04:28:44.184 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:44.184 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:43 smithi194 ceph-mon[104785]: Reconfiguring daemon ceph-exporter.smithi194 on smithi194 2023-10-08T04:28:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:43 smithi135 ceph-mon[93152]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:43 smithi135 ceph-mon[93152]: Reconfiguring ceph-exporter.smithi194 (monmap changed)... 2023-10-08T04:28:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi194", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-08T04:28:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:43 smithi135 ceph-mon[93152]: Reconfiguring daemon ceph-exporter.smithi194 on smithi194 2023-10-08T04:28:44.465 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:28:44.829 INFO:teuthology.orchestra.run.smithi135.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-08T04:28:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:45 smithi194 ceph-mon[104785]: Reconfiguring crash.smithi194 (monmap changed)... 2023-10-08T04:28:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T04:28:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:45 smithi194 ceph-mon[104785]: Reconfiguring daemon crash.smithi194 on smithi194 2023-10-08T04:28:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:45 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/2048926648' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:45 smithi135 ceph-mon[93152]: Reconfiguring crash.smithi194 (monmap changed)... 2023-10-08T04:28:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-08T04:28:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:45 smithi135 ceph-mon[93152]: Reconfiguring daemon crash.smithi194 on smithi194 2023-10-08T04:28:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:45 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2048926648' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:45.830 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:28:46.402 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:28:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:46 smithi194 ceph-mon[104785]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:46 smithi194 ceph-mon[104785]: Reconfiguring mgr.smithi194.ukbpjn (monmap changed)... 2023-10-08T04:28:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.ukbpjn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T04:28:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T04:28:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:46 smithi194 ceph-mon[104785]: Reconfiguring daemon mgr.smithi194.ukbpjn on smithi194 2023-10-08T04:28:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:46 smithi135 ceph-mon[93152]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:46 smithi135 ceph-mon[93152]: Reconfiguring mgr.smithi194.ukbpjn (monmap changed)... 2023-10-08T04:28:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.ukbpjn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-08T04:28:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-08T04:28:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:46 smithi135 ceph-mon[93152]: Reconfiguring daemon mgr.smithi194.ukbpjn on smithi194 2023-10-08T04:28:47.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:47.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:47.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:47 smithi135 ceph-mon[93152]: Reconfiguring mon.smithi194 (monmap changed)... 2023-10-08T04:28:47.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T04:28:47.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T04:28:47.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:47.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:47 smithi135 ceph-mon[93152]: Reconfiguring daemon mon.smithi194 on smithi194 2023-10-08T04:28:47.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:47 smithi135 ceph-mon[93152]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:47 smithi194 ceph-mon[104785]: Reconfiguring mon.smithi194 (monmap changed)... 2023-10-08T04:28:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-08T04:28:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-08T04:28:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:47 smithi194 ceph-mon[104785]: Reconfiguring daemon mon.smithi194 on smithi194 2023-10-08T04:28:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:47 smithi194 ceph-mon[104785]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:47.775 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:28:48.144 INFO:teuthology.orchestra.run.smithi135.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-08T04:28:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T04:28:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T04:28:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi135:9093"}]: dispatch 2023-10-08T04:28:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi135:9093"}]: dispatch 2023-10-08T04:28:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T04:28:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T04:28:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi135:3000"}]: dispatch 2023-10-08T04:28:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi135:3000"}]: dispatch 2023-10-08T04:28:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T04:28:48.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T04:28:48.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi135:9095"}]: dispatch 2023-10-08T04:28:48.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi135:9095"}]: dispatch 2023-10-08T04:28:48.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:48.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:28:48.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:48 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/292285537' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T04:28:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-08T04:28:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi135:9093"}]: dispatch 2023-10-08T04:28:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi135:9093"}]: dispatch 2023-10-08T04:28:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T04:28:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-08T04:28:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi135:3000"}]: dispatch 2023-10-08T04:28:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi135:3000"}]: dispatch 2023-10-08T04:28:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T04:28:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T04:28:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi135:9095"}]: dispatch 2023-10-08T04:28:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi135:9095"}]: dispatch 2023-10-08T04:28:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:28:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:48 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/292285537' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:49.146 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:28:49.715 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:28:49.891 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:49 smithi135 ceph-mon[93152]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:49.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:49 smithi194 ceph-mon[104785]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:51.642 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:28:52.273 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:52 smithi135 ceph-mon[93152]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:52.274 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:52 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/587636427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:52.275 INFO:teuthology.orchestra.run.smithi135.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-08T04:28:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:52 smithi194 ceph-mon[104785]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:52 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/587636427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:53.276 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:28:53.884 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:28:54.149 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:54.149 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:54.149 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:54.149 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:54.149 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:54.149 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:54.150 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:28:54.150 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:54.150 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:28:54.150 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T04:28:54.150 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:54.150 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T04:28:54.150 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:54.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:54.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:54.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:54.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:54.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:54.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:54.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:28:54.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:28:54.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:28:54.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T04:28:54.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:54.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T04:28:54.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:28:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:28:55.851 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:28:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:56 smithi194 ceph-mon[104785]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:56 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/145920876' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2e1f4ac-d838-4a66-b5fa-453363c05b3c"}]: dispatch 2023-10-08T04:28:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:56 smithi194 ceph-mon[104785]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2e1f4ac-d838-4a66-b5fa-453363c05b3c"}]: dispatch 2023-10-08T04:28:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:56 smithi194 ceph-mon[104785]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2e1f4ac-d838-4a66-b5fa-453363c05b3c"}]': finished 2023-10-08T04:28:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:56 smithi194 ceph-mon[104785]: osdmap e6: 1 total, 0 up, 1 in 2023-10-08T04:28:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:28:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:56 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/102551322' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:56.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:56 smithi135 ceph-mon[93152]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:56.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:56 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/145920876' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2e1f4ac-d838-4a66-b5fa-453363c05b3c"}]: dispatch 2023-10-08T04:28:56.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:56 smithi135 ceph-mon[93152]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2e1f4ac-d838-4a66-b5fa-453363c05b3c"}]: dispatch 2023-10-08T04:28:56.209 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:56 smithi135 ceph-mon[93152]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2e1f4ac-d838-4a66-b5fa-453363c05b3c"}]': finished 2023-10-08T04:28:56.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:56 smithi135 ceph-mon[93152]: osdmap e6: 1 total, 0 up, 1 in 2023-10-08T04:28:56.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:28:56.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:56 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/102551322' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:28:56.227 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1696739335,"num_remapped_pgs":0} 2023-10-08T04:28:57.229 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:28:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:57 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3206899169' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37604ed2-47ef-4967-90ee-5a031377278f"}]: dispatch 2023-10-08T04:28:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:57 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3206899169' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37604ed2-47ef-4967-90ee-5a031377278f"}]': finished 2023-10-08T04:28:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:57 smithi135 ceph-mon[93152]: osdmap e7: 2 total, 0 up, 2 in 2023-10-08T04:28:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:28:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:28:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:57 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/3206899169' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37604ed2-47ef-4967-90ee-5a031377278f"}]: dispatch 2023-10-08T04:28:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:57 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/3206899169' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37604ed2-47ef-4967-90ee-5a031377278f"}]': finished 2023-10-08T04:28:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:57 smithi194 ceph-mon[104785]: osdmap e7: 2 total, 0 up, 2 in 2023-10-08T04:28:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:28:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:28:57.817 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:28:58.317 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:58 smithi135 ceph-mon[93152]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:58.318 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:58 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/4168532483' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:28:58.318 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:28:58 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1604456253' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:28:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:58 smithi194 ceph-mon[104785]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:28:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:58 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/4168532483' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:28:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:28:58 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1604456253' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:28:59.224 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:28:59.584 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1696739336,"num_remapped_pgs":0} 2023-10-08T04:29:00.430 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:00 smithi135 ceph-mon[93152]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:00.431 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:00 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1199083099' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:00.431 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:00 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/2619505863' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3048b533-de46-49bc-984c-5354881b5ed8"}]: dispatch 2023-10-08T04:29:00.431 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:00 smithi135 ceph-mon[93152]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3048b533-de46-49bc-984c-5354881b5ed8"}]: dispatch 2023-10-08T04:29:00.431 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:00 smithi135 ceph-mon[93152]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3048b533-de46-49bc-984c-5354881b5ed8"}]': finished 2023-10-08T04:29:00.431 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:00 smithi135 ceph-mon[93152]: osdmap e8: 3 total, 0 up, 3 in 2023-10-08T04:29:00.431 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:00.431 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:00.431 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:00 smithi194 ceph-mon[104785]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:00 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1199083099' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:00 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/2619505863' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3048b533-de46-49bc-984c-5354881b5ed8"}]: dispatch 2023-10-08T04:29:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:00 smithi194 ceph-mon[104785]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3048b533-de46-49bc-984c-5354881b5ed8"}]: dispatch 2023-10-08T04:29:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:00 smithi194 ceph-mon[104785]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3048b533-de46-49bc-984c-5354881b5ed8"}]': finished 2023-10-08T04:29:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:00 smithi194 ceph-mon[104785]: osdmap e8: 3 total, 0 up, 3 in 2023-10-08T04:29:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:00.585 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:29:01.164 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:01.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:01 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1626258626' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "970e291a-c0ba-4b08-a9a1-b2cb0a915e34"}]: dispatch 2023-10-08T04:29:01.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:01 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1626258626' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "970e291a-c0ba-4b08-a9a1-b2cb0a915e34"}]': finished 2023-10-08T04:29:01.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:01 smithi135 ceph-mon[93152]: osdmap e9: 4 total, 0 up, 4 in 2023-10-08T04:29:01.377 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:01.377 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:01.377 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:01.377 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:01.377 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:01 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/2988521151' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:29:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:01 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1626258626' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "970e291a-c0ba-4b08-a9a1-b2cb0a915e34"}]: dispatch 2023-10-08T04:29:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:01 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1626258626' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "970e291a-c0ba-4b08-a9a1-b2cb0a915e34"}]': finished 2023-10-08T04:29:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:01 smithi194 ceph-mon[104785]: osdmap e9: 4 total, 0 up, 4 in 2023-10-08T04:29:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:01 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/2988521151' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:29:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:02 smithi194 ceph-mon[104785]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:02 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/4119925914' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:29:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:02 smithi135 ceph-mon[93152]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:02 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/4119925914' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:29:02.538 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:02.905 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1696739340,"num_remapped_pgs":0} 2023-10-08T04:29:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:03 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2845574295' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:03 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/2845574295' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:03.907 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:29:04.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:04 smithi135 ceph-mon[93152]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:04 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/3973228599' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa1c7cba-cb9c-43d1-bb6c-9024f7274b97"}]: dispatch 2023-10-08T04:29:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:04 smithi135 ceph-mon[93152]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa1c7cba-cb9c-43d1-bb6c-9024f7274b97"}]: dispatch 2023-10-08T04:29:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:04 smithi135 ceph-mon[93152]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa1c7cba-cb9c-43d1-bb6c-9024f7274b97"}]': finished 2023-10-08T04:29:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:04 smithi135 ceph-mon[93152]: osdmap e10: 5 total, 0 up, 5 in 2023-10-08T04:29:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:04 smithi194 ceph-mon[104785]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:04 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/3973228599' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa1c7cba-cb9c-43d1-bb6c-9024f7274b97"}]: dispatch 2023-10-08T04:29:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:04 smithi194 ceph-mon[104785]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa1c7cba-cb9c-43d1-bb6c-9024f7274b97"}]: dispatch 2023-10-08T04:29:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:04 smithi194 ceph-mon[104785]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa1c7cba-cb9c-43d1-bb6c-9024f7274b97"}]': finished 2023-10-08T04:29:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:04 smithi194 ceph-mon[104785]: osdmap e10: 5 total, 0 up, 5 in 2023-10-08T04:29:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:04.481 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:05 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/2482473494' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e953c1f7-5fa7-402e-964a-83e02aaaffde"}]: dispatch 2023-10-08T04:29:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:05 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/2482473494' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e953c1f7-5fa7-402e-964a-83e02aaaffde"}]': finished 2023-10-08T04:29:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:05 smithi194 ceph-mon[104785]: osdmap e11: 6 total, 0 up, 6 in 2023-10-08T04:29:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:05 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/770021875' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:29:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:05 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2482473494' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e953c1f7-5fa7-402e-964a-83e02aaaffde"}]: dispatch 2023-10-08T04:29:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:05 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2482473494' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e953c1f7-5fa7-402e-964a-83e02aaaffde"}]': finished 2023-10-08T04:29:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:05 smithi135 ceph-mon[93152]: osdmap e11: 6 total, 0 up, 6 in 2023-10-08T04:29:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:05 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/770021875' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:29:06.230 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:06.366 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:06 smithi135 ceph-mon[93152]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:06.367 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:06 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/361295085' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:29:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:06 smithi194 ceph-mon[104785]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:06 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/361295085' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:29:06.644 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1696739344,"num_remapped_pgs":0} 2023-10-08T04:29:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:07 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/948744748' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:07.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:07 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/948744748' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:07.645 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:29:08.209 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:08.433 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:08 smithi135 ceph-mon[93152]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:08.433 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:08 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/1149960624' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eafba2c5-992d-4b6d-a401-d542caebed44"}]: dispatch 2023-10-08T04:29:08.433 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:08 smithi135 ceph-mon[93152]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eafba2c5-992d-4b6d-a401-d542caebed44"}]: dispatch 2023-10-08T04:29:08.433 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:08 smithi135 ceph-mon[93152]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eafba2c5-992d-4b6d-a401-d542caebed44"}]': finished 2023-10-08T04:29:08.433 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:08 smithi135 ceph-mon[93152]: osdmap e12: 7 total, 0 up, 7 in 2023-10-08T04:29:08.433 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:08.433 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:08.433 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:08.433 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:08.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:08.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:08.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:08 smithi194 ceph-mon[104785]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:08 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/1149960624' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eafba2c5-992d-4b6d-a401-d542caebed44"}]: dispatch 2023-10-08T04:29:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:08 smithi194 ceph-mon[104785]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eafba2c5-992d-4b6d-a401-d542caebed44"}]: dispatch 2023-10-08T04:29:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:08 smithi194 ceph-mon[104785]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eafba2c5-992d-4b6d-a401-d542caebed44"}]': finished 2023-10-08T04:29:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:08 smithi194 ceph-mon[104785]: osdmap e12: 7 total, 0 up, 7 in 2023-10-08T04:29:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:09 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/2979146358' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1443ce99-2674-46c5-94c5-de79caec5819"}]: dispatch 2023-10-08T04:29:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:09 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/2979146358' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1443ce99-2674-46c5-94c5-de79caec5819"}]': finished 2023-10-08T04:29:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:09 smithi194 ceph-mon[104785]: osdmap e13: 8 total, 0 up, 8 in 2023-10-08T04:29:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:09 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/3042045071' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:29:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:09 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2979146358' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1443ce99-2674-46c5-94c5-de79caec5819"}]: dispatch 2023-10-08T04:29:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:09 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2979146358' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1443ce99-2674-46c5-94c5-de79caec5819"}]': finished 2023-10-08T04:29:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:09 smithi135 ceph-mon[93152]: osdmap e13: 8 total, 0 up, 8 in 2023-10-08T04:29:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:09.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:09.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:09.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:09 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/3042045071' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:29:09.961 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:10.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:10 smithi135 ceph-mon[93152]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:10 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3364302068' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:10.365 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696739348,"num_remapped_pgs":0} 2023-10-08T04:29:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:10 smithi194 ceph-mon[104785]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:10 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/3364302068' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:11.367 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:29:11.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:11 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/2656491591' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:29:11.394 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:11 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2656491591' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-08T04:29:11.925 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:12.171 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:12 smithi135 ceph-mon[93152]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:12.338 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:12 smithi194 ceph-mon[104785]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:13.515 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:13.938 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696739348,"num_remapped_pgs":0} 2023-10-08T04:29:14.190 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:14 smithi135 ceph-mon[93152]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:14.190 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:14 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2383708919' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:14.190 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-08T04:29:14.190 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:14.417 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:14 smithi194 ceph-mon[104785]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:14.417 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:14 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/2383708919' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:14.417 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-08T04:29:14.417 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:14.939 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:29:15.252 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:15 smithi135 ceph-mon[93152]: Deploying daemon osd.0 on smithi194 2023-10-08T04:29:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:15 smithi194 ceph-mon[104785]: Deploying daemon osd.0 on smithi194 2023-10-08T04:29:15.512 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:16.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:16 smithi135 ceph-mon[93152]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-08T04:29:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:16.327 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:16 smithi194 ceph-mon[104785]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:16.327 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-08T04:29:16.327 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:17.018 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:17.190 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:17 smithi135 ceph-mon[93152]: Deploying daemon osd.1 on smithi135 2023-10-08T04:29:17.190 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:17 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1754461066' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:17.368 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:17 smithi194 ceph-mon[104785]: Deploying daemon osd.1 on smithi135 2023-10-08T04:29:17.368 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1754461066' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:17.681 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696739348,"num_remapped_pgs":0} 2023-10-08T04:29:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:18 smithi135 ceph-mon[93152]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:18 smithi194 ceph-mon[104785]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:18.682 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:29:19.289 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-08T04:29:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:19 smithi194 ceph-mon[104785]: Deploying daemon osd.2 on smithi194 2023-10-08T04:29:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:19 smithi194 ceph-mon[104785]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:19.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:19.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:19.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-08T04:29:19.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:19.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:19 smithi135 ceph-mon[93152]: Deploying daemon osd.2 on smithi194 2023-10-08T04:29:19.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:19 smithi135 ceph-mon[93152]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:21.058 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:21.499 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1696739348,"num_remapped_pgs":0} 2023-10-08T04:29:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:21 smithi194 ceph-mon[104785]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:21 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/2475256849' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-08T04:29:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:21.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:21 smithi194 ceph-mon[104785]: Deploying daemon osd.3 on smithi135 2023-10-08T04:29:21.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:21 smithi194 ceph-mon[104785]: from='osd.0 [v2:172.21.15.194:6800/316329601,v1:172.21.15.194:6801/316329601]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T04:29:21.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:21 smithi194 ceph-mon[104785]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T04:29:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:21 smithi135 ceph-mon[93152]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:21 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2475256849' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-08T04:29:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:21 smithi135 ceph-mon[93152]: Deploying daemon osd.3 on smithi135 2023-10-08T04:29:21.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:21 smithi135 ceph-mon[93152]: from='osd.0 [v2:172.21.15.194:6800/316329601,v1:172.21.15.194:6801/316329601]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T04:29:21.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:21 smithi135 ceph-mon[93152]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-08T04:29:22.501 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:29:23.173 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:23.433 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-08T04:29:23.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: osdmap e14: 8 total, 0 up, 8 in 2023-10-08T04:29:23.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:23.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:23.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:23.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:23.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:23.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:23.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:23.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:23.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='osd.0 [v2:172.21.15.194:6800/316329601,v1:172.21.15.194:6801/316329601]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:23.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:23.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:23.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:23.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-08T04:29:23.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:23.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-08T04:29:23.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: osdmap e14: 8 total, 0 up, 8 in 2023-10-08T04:29:23.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:23.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:23.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:23.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:23.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:23.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:23.578 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:23.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:23.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='osd.0 [v2:172.21.15.194:6800/316329601,v1:172.21.15.194:6801/316329601]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:23.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:23.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:23.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:23.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-08T04:29:23.579 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:24.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: Deploying daemon osd.4 on smithi194 2023-10-08T04:29:24.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:24.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-08T04:29:24.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: osdmap e15: 8 total, 0 up, 8 in 2023-10-08T04:29:24.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:24.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:24.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:24.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:24.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:24.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:24.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:24.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:24.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:24.608 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: Deploying daemon osd.4 on smithi194 2023-10-08T04:29:24.609 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:24.609 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-08T04:29:24.609 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: osdmap e15: 8 total, 0 up, 8 in 2023-10-08T04:29:24.609 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:24.609 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:24.609 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:24.609 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:24.609 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:24.609 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:24.609 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:24.610 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:24.610 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:24.956 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:25.398 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: purged_snaps scrub starts 2023-10-08T04:29:25.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: purged_snaps scrub ok 2023-10-08T04:29:25.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:25.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: osd.0 [v2:172.21.15.194:6800/316329601,v1:172.21.15.194:6801/316329601] boot 2023-10-08T04:29:25.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: osdmap e16: 8 total, 1 up, 8 in 2023-10-08T04:29:25.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:25.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:25.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:25.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:25.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:25.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:25.400 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:25.400 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:25.400 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: from='osd.1 [v2:172.21.15.135:6802/64468263,v1:172.21.15.135:6803/64468263]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-08T04:29:25.400 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:25.400 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:25 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/888447735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:25.401 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1696739364,"num_in_osds":8,"osd_in_since":1696739348,"num_remapped_pgs":0} 2023-10-08T04:29:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: purged_snaps scrub starts 2023-10-08T04:29:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: purged_snaps scrub ok 2023-10-08T04:29:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: osd.0 [v2:172.21.15.194:6800/316329601,v1:172.21.15.194:6801/316329601] boot 2023-10-08T04:29:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: osdmap e16: 8 total, 1 up, 8 in 2023-10-08T04:29:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-08T04:29:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: from='osd.1 [v2:172.21.15.135:6802/64468263,v1:172.21.15.135:6803/64468263]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-08T04:29:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:25 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/888447735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:26.402 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:29:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: from='osd.1 [v2:172.21.15.135:6802/64468263,v1:172.21.15.135:6803/64468263]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-08T04:29:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: osdmap e17: 8 total, 1 up, 8 in 2023-10-08T04:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: from='osd.1 [v2:172.21.15.135:6802/64468263,v1:172.21.15.135:6803/64468263]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-10-08T04:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: from='osd.2 [v2:172.21.15.194:6808/1569602968,v1:172.21.15.194:6809/1569602968]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T04:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:26 smithi194 ceph-mon[104785]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T04:29:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-08T04:29:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: from='osd.1 [v2:172.21.15.135:6802/64468263,v1:172.21.15.135:6803/64468263]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-08T04:29:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: osdmap e17: 8 total, 1 up, 8 in 2023-10-08T04:29:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: from='osd.1 [v2:172.21.15.135:6802/64468263,v1:172.21.15.135:6803/64468263]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-10-08T04:29:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:26.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:26.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: from='osd.2 [v2:172.21.15.194:6808/1569602968,v1:172.21.15.194:6809/1569602968]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T04:29:26.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:26 smithi135 ceph-mon[93152]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-08T04:29:27.203 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='osd.1 [v2:172.21.15.135:6802/64468263,v1:172.21.15.135:6803/64468263]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-10-08T04:29:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-08T04:29:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: osdmap e18: 8 total, 1 up, 8 in 2023-10-08T04:29:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='osd.2 [v2:172.21.15.194:6808/1569602968,v1:172.21.15.194:6809/1569602968]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-08T04:29:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:27.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='osd.1 [v2:172.21.15.135:6802/64468263,v1:172.21.15.135:6803/64468263]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-10-08T04:29:27.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-08T04:29:27.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: osdmap e18: 8 total, 1 up, 8 in 2023-10-08T04:29:27.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='osd.2 [v2:172.21.15.194:6808/1569602968,v1:172.21.15.194:6809/1569602968]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:27.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:27.631 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:27.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:27.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:27.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:27.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:27.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:27.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:27.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:27.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:27.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:27.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-08T04:29:27.632 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:28.437 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: purged_snaps scrub starts 2023-10-08T04:29:28.438 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: purged_snaps scrub ok 2023-10-08T04:29:28.438 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: Deploying daemon osd.5 on smithi135 2023-10-08T04:29:28.438 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: pgmap v52: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-08T04:29:28.438 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-08T04:29:28.438 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: osd.1 [v2:172.21.15.135:6802/64468263,v1:172.21.15.135:6803/64468263] boot 2023-10-08T04:29:28.438 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: osdmap e19: 8 total, 2 up, 8 in 2023-10-08T04:29:28.438 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:28.438 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:28.438 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:28.439 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:28.439 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:28.439 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:28.439 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:28.439 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:28.439 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:28.439 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-08T04:29:28.439 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:28.439 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:28.680 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: purged_snaps scrub starts 2023-10-08T04:29:28.680 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: purged_snaps scrub ok 2023-10-08T04:29:28.680 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: Deploying daemon osd.5 on smithi135 2023-10-08T04:29:28.680 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: pgmap v52: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-08T04:29:28.680 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-08T04:29:28.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: osd.1 [v2:172.21.15.135:6802/64468263,v1:172.21.15.135:6803/64468263] boot 2023-10-08T04:29:28.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: osdmap e19: 8 total, 2 up, 8 in 2023-10-08T04:29:28.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-08T04:29:28.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:28.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:28.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:28.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:28.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:28.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:28.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:28.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:28.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-08T04:29:28.682 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:28.682 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:29.449 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: purged_snaps scrub starts 2023-10-08T04:29:29.449 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: purged_snaps scrub ok 2023-10-08T04:29:29.449 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: Deploying daemon osd.6 on smithi194 2023-10-08T04:29:29.449 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: osd.2 [v2:172.21.15.194:6808/1569602968,v1:172.21.15.194:6809/1569602968] boot 2023-10-08T04:29:29.449 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: osdmap e20: 8 total, 3 up, 8 in 2023-10-08T04:29:29.449 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:29.449 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:29.449 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:29.449 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:29.450 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:29.450 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:29.450 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-08T04:29:29.450 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:29:29.453 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:29.568 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: purged_snaps scrub starts 2023-10-08T04:29:29.568 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: purged_snaps scrub ok 2023-10-08T04:29:29.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: Deploying daemon osd.6 on smithi194 2023-10-08T04:29:29.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: osd.2 [v2:172.21.15.194:6808/1569602968,v1:172.21.15.194:6809/1569602968] boot 2023-10-08T04:29:29.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: osdmap e20: 8 total, 3 up, 8 in 2023-10-08T04:29:29.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-08T04:29:29.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:29.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:29.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:29.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:29.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:29.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-08T04:29:29.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:29:29.927 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1696739368,"num_in_osds":8,"osd_in_since":1696739348,"num_remapped_pgs":0} 2023-10-08T04:29:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:29:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:30 smithi135 ceph-mon[93152]: osdmap e21: 8 total, 3 up, 8 in 2023-10-08T04:29:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T04:29:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:30 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3839654185' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:30 smithi135 ceph-mon[93152]: from='osd.3 [v2:172.21.15.135:6810/58561095,v1:172.21.15.135:6811/58561095]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-08T04:29:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:29:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:30 smithi194 ceph-mon[104785]: osdmap e21: 8 total, 3 up, 8 in 2023-10-08T04:29:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T04:29:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:30 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/3839654185' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:30 smithi194 ceph-mon[104785]: from='osd.3 [v2:172.21.15.135:6810/58561095,v1:172.21.15.135:6811/58561095]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-08T04:29:30.929 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:29:31.454 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-08T04:29:31.455 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:31 smithi194 ceph-mon[104785]: from='osd.3 [v2:172.21.15.135:6810/58561095,v1:172.21.15.135:6811/58561095]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-08T04:29:31.455 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:31 smithi194 ceph-mon[104785]: osdmap e22: 8 total, 3 up, 8 in 2023-10-08T04:29:31.455 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:31 smithi194 ceph-mon[104785]: from='osd.3 [v2:172.21.15.135:6810/58561095,v1:172.21.15.135:6811/58561095]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-10-08T04:29:31.455 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:31.455 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:31.455 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:31.455 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:31.455 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:31.455 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:31 smithi194 ceph-mon[104785]: from='osd.4 [v2:172.21.15.194:6816/2918158140,v1:172.21.15.194:6817/2918158140]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T04:29:31.456 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:31 smithi194 ceph-mon[104785]: pgmap v58: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-08T04:29:31.624 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-08T04:29:31.624 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:31 smithi135 ceph-mon[93152]: from='osd.3 [v2:172.21.15.135:6810/58561095,v1:172.21.15.135:6811/58561095]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-08T04:29:31.624 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:31 smithi135 ceph-mon[93152]: osdmap e22: 8 total, 3 up, 8 in 2023-10-08T04:29:31.625 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:31 smithi135 ceph-mon[93152]: from='osd.3 [v2:172.21.15.135:6810/58561095,v1:172.21.15.135:6811/58561095]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-10-08T04:29:31.625 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:31.625 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:31.625 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:31.625 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:31.625 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:31.626 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:31 smithi135 ceph-mon[93152]: from='osd.4 [v2:172.21.15.194:6816/2918158140,v1:172.21.15.194:6817/2918158140]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-08T04:29:31.626 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:31 smithi135 ceph-mon[93152]: pgmap v58: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-08T04:29:31.714 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='osd.3 [v2:172.21.15.135:6810/58561095,v1:172.21.15.135:6811/58561095]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-10-08T04:29:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='osd.4 [v2:172.21.15.194:6816/2918158140,v1:172.21.15.194:6817/2918158140]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-08T04:29:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: osdmap e23: 8 total, 3 up, 8 in 2023-10-08T04:29:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='osd.4 [v2:172.21.15.194:6816/2918158140,v1:172.21.15.194:6817/2918158140]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-08T04:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: Deploying daemon osd.7 on smithi135 2023-10-08T04:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:32 smithi194 ceph-mon[104785]: from='osd.4 [v2:172.21.15.194:6816/2918158140,v1:172.21.15.194:6817/2918158140]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-08T04:29:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='osd.3 [v2:172.21.15.135:6810/58561095,v1:172.21.15.135:6811/58561095]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-10-08T04:29:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='osd.4 [v2:172.21.15.194:6816/2918158140,v1:172.21.15.194:6817/2918158140]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-08T04:29:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: osdmap e23: 8 total, 3 up, 8 in 2023-10-08T04:29:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='osd.4 [v2:172.21.15.194:6816/2918158140,v1:172.21.15.194:6817/2918158140]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-08T04:29:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: Deploying daemon osd.7 on smithi135 2023-10-08T04:29:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:32 smithi135 ceph-mon[93152]: from='osd.4 [v2:172.21.15.194:6816/2918158140,v1:172.21.15.194:6817/2918158140]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-08T04:29:33.193 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:33.592 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:33 smithi135 ceph-mon[93152]: purged_snaps scrub starts 2023-10-08T04:29:33.592 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:33 smithi135 ceph-mon[93152]: purged_snaps scrub ok 2023-10-08T04:29:33.592 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:33 smithi135 ceph-mon[93152]: osd.3 [v2:172.21.15.135:6810/58561095,v1:172.21.15.135:6811/58561095] boot 2023-10-08T04:29:33.592 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:33 smithi135 ceph-mon[93152]: osdmap e24: 8 total, 4 up, 8 in 2023-10-08T04:29:33.592 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:33.593 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:33.593 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:33.593 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:33.593 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:33.593 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:33 smithi135 ceph-mon[93152]: mgrmap e19: smithi135.vegapu(active, since 97s), standbys: smithi194.ukbpjn 2023-10-08T04:29:33.593 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:33 smithi135 ceph-mon[93152]: pgmap v61: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-08T04:29:33.593 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:33 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1914706163' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:33 smithi194 ceph-mon[104785]: purged_snaps scrub starts 2023-10-08T04:29:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:33 smithi194 ceph-mon[104785]: purged_snaps scrub ok 2023-10-08T04:29:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:33 smithi194 ceph-mon[104785]: osd.3 [v2:172.21.15.135:6810/58561095,v1:172.21.15.135:6811/58561095] boot 2023-10-08T04:29:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:33 smithi194 ceph-mon[104785]: osdmap e24: 8 total, 4 up, 8 in 2023-10-08T04:29:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-08T04:29:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:33 smithi194 ceph-mon[104785]: mgrmap e19: smithi135.vegapu(active, since 97s), standbys: smithi194.ukbpjn 2023-10-08T04:29:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:33 smithi194 ceph-mon[104785]: pgmap v61: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-08T04:29:33.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:33 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1914706163' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:33.896 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":24,"num_osds":8,"num_up_osds":4,"osd_up_since":1696739372,"num_in_osds":8,"osd_in_since":1696739348,"num_remapped_pgs":1} 2023-10-08T04:29:34.666 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:34 smithi135 ceph-mon[93152]: purged_snaps scrub starts 2023-10-08T04:29:34.666 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:34 smithi135 ceph-mon[93152]: purged_snaps scrub ok 2023-10-08T04:29:34.666 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:34.666 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:34 smithi135 ceph-mon[93152]: osd.4 [v2:172.21.15.194:6816/2918158140,v1:172.21.15.194:6817/2918158140] boot 2023-10-08T04:29:34.666 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:34 smithi135 ceph-mon[93152]: osdmap e25: 8 total, 5 up, 8 in 2023-10-08T04:29:34.666 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:34.666 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:34.666 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:34.666 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:34 smithi194 ceph-mon[104785]: purged_snaps scrub starts 2023-10-08T04:29:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:34 smithi194 ceph-mon[104785]: purged_snaps scrub ok 2023-10-08T04:29:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:34 smithi194 ceph-mon[104785]: osd.4 [v2:172.21.15.194:6816/2918158140,v1:172.21.15.194:6817/2918158140] boot 2023-10-08T04:29:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:34 smithi194 ceph-mon[104785]: osdmap e25: 8 total, 5 up, 8 in 2023-10-08T04:29:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-08T04:29:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:34.898 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:29:35.594 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: osdmap e26: 8 total, 5 up, 8 in 2023-10-08T04:29:35.594 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:35.594 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:35.594 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:35.594 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:35.595 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:35.595 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:35.595 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: pgmap v64: 1 pgs: 1 remapped; 449 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-08T04:29:35.595 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: from='osd.6 [v2:172.21.15.194:6824/1724037007,v1:172.21.15.194:6825/1724037007]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T04:29:35.595 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T04:29:35.595 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:35.595 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: from='osd.5 [v2:172.21.15.135:6818/2535547687,v1:172.21.15.135:6819/2535547687]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T04:29:35.595 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:35 smithi135 ceph-mon[93152]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T04:29:35.597 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: osdmap e26: 8 total, 5 up, 8 in 2023-10-08T04:29:35.597 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:35.597 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:35.597 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:35.597 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:35.597 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:35.597 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:35.598 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: pgmap v64: 1 pgs: 1 remapped; 449 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-08T04:29:35.598 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: from='osd.6 [v2:172.21.15.194:6824/1724037007,v1:172.21.15.194:6825/1724037007]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T04:29:35.598 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-08T04:29:35.598 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:35.598 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: from='osd.5 [v2:172.21.15.135:6818/2535547687,v1:172.21.15.135:6819/2535547687]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T04:29:35.598 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:35 smithi194 ceph-mon[104785]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-08T04:29:35.790 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:36.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:36 smithi194 ceph-mon[104785]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-08T04:29:36.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:36 smithi194 ceph-mon[104785]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-08T04:29:36.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:36 smithi194 ceph-mon[104785]: osdmap e27: 8 total, 5 up, 8 in 2023-10-08T04:29:36.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:36.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:36.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:36 smithi194 ceph-mon[104785]: from='osd.6 [v2:172.21.15.194:6824/1724037007,v1:172.21.15.194:6825/1724037007]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:36.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:36.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:36 smithi194 ceph-mon[104785]: from='osd.5 [v2:172.21.15.135:6818/2535547687,v1:172.21.15.135:6819/2535547687]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-10-08T04:29:36.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:36 smithi194 ceph-mon[104785]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:36.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:36 smithi194 ceph-mon[104785]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-10-08T04:29:36.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:36.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 ceph-mon[93152]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-08T04:29:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 ceph-mon[93152]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-08T04:29:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 ceph-mon[93152]: osdmap e27: 8 total, 5 up, 8 in 2023-10-08T04:29:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 ceph-mon[93152]: from='osd.6 [v2:172.21.15.194:6824/1724037007,v1:172.21.15.194:6825/1724037007]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 ceph-mon[93152]: from='osd.5 [v2:172.21.15.135:6818/2535547687,v1:172.21.15.135:6819/2535547687]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-10-08T04:29:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 ceph-mon[93152]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-08T04:29:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 ceph-mon[93152]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-10-08T04:29:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:37.193 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 sudo[130426]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-08T04:29:37.193 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 sudo[130426]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-08T04:29:37.193 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 sudo[130426]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T04:29:37.194 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:36 smithi135 sudo[130426]: pam_unix(sudo:session): session closed for user root 2023-10-08T04:29:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 sudo[130458]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-08T04:29:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 sudo[130458]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-08T04:29:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 sudo[130458]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T04:29:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 sudo[130458]: pam_unix(sudo:session): session closed for user root 2023-10-08T04:29:37.588 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:37.729 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 sudo[116654]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-08T04:29:37.729 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 sudo[116654]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-08T04:29:37.729 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 sudo[116654]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T04:29:37.729 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 sudo[116654]: pam_unix(sudo:session): session closed for user root 2023-10-08T04:29:37.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-08T04:29:37.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-10-08T04:29:37.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: osdmap e28: 8 total, 5 up, 8 in 2023-10-08T04:29:37.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:37.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:37.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:37.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:37.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:37.838 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:37.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T04:29:37.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: pgmap v67: 1 pgs: 1 remapped; 449 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-08T04:29:37.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T04:29:37.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-10-08T04:29:37.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:29:37.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:37.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-10-08T04:29:37.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:29:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 sudo[116657]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-08T04:29:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 sudo[116657]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-08T04:29:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 sudo[116657]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-08T04:29:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 sudo[116657]: pam_unix(sudo:session): session closed for user root 2023-10-08T04:29:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-08T04:29:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-10-08T04:29:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: osdmap e28: 8 total, 5 up, 8 in 2023-10-08T04:29:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T04:29:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: pgmap v67: 1 pgs: 1 remapped; 449 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-08T04:29:38.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T04:29:38.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-10-08T04:29:38.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:29:38.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:38.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi135"}]: dispatch 2023-10-08T04:29:38.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-08T04:29:38.281 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1696739373,"num_in_osds":8,"osd_in_since":1696739348,"num_remapped_pgs":0} 2023-10-08T04:29:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: purged_snaps scrub starts 2023-10-08T04:29:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: purged_snaps scrub ok 2023-10-08T04:29:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: purged_snaps scrub starts 2023-10-08T04:29:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: purged_snaps scrub ok 2023-10-08T04:29:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T04:29:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/4130336706' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T04:29:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: osd.5 [v2:172.21.15.135:6818/2535547687,v1:172.21.15.135:6819/2535547687] boot 2023-10-08T04:29:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: osd.6 [v2:172.21.15.194:6824/1724037007,v1:172.21.15.194:6825/1724037007] boot 2023-10-08T04:29:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: osdmap e29: 8 total, 7 up, 8 in 2023-10-08T04:29:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:39.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: purged_snaps scrub starts 2023-10-08T04:29:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: purged_snaps scrub ok 2023-10-08T04:29:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: purged_snaps scrub starts 2023-10-08T04:29:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: purged_snaps scrub ok 2023-10-08T04:29:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-08T04:29:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/4130336706' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:39.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-08T04:29:39.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: osd.5 [v2:172.21.15.135:6818/2535547687,v1:172.21.15.135:6819/2535547687] boot 2023-10-08T04:29:39.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: osd.6 [v2:172.21.15.194:6824/1724037007,v1:172.21.15.194:6825/1724037007] boot 2023-10-08T04:29:39.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: osdmap e29: 8 total, 7 up, 8 in 2023-10-08T04:29:39.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-08T04:29:39.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-08T04:29:39.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:39.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:39.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:39.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:39.282 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:29:40.013 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:39 smithi194 ceph-mon[104785]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 190 MiB used, 626 GiB / 626 GiB avail; 16 KiB/s rd, 856 KiB/s wr, 54 op/s; 98 KiB/s, 0 objects/s recovering 2023-10-08T04:29:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:39 smithi194 ceph-mon[104785]: osdmap e30: 8 total, 7 up, 8 in 2023-10-08T04:29:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:40.238 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:39 smithi135 ceph-mon[93152]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 190 MiB used, 626 GiB / 626 GiB avail; 16 KiB/s rd, 856 KiB/s wr, 54 op/s; 98 KiB/s, 0 objects/s recovering 2023-10-08T04:29:40.238 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:39 smithi135 ceph-mon[93152]: osdmap e30: 8 total, 7 up, 8 in 2023-10-08T04:29:40.238 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:40.239 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:41.660 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:41 smithi135 ceph-mon[93152]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 190 MiB used, 626 GiB / 626 GiB avail; 13 KiB/s rd, 729 KiB/s wr, 46 op/s; 84 KiB/s, 0 objects/s recovering 2023-10-08T04:29:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:29:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:41 smithi135 ceph-mon[93152]: from='osd.7 [v2:172.21.15.135:6826/1722143645,v1:172.21.15.135:6827/1722143645]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-08T04:29:42.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:41 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3342377539' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:42.065 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":30,"num_osds":8,"num_up_osds":7,"osd_up_since":1696739377,"num_in_osds":8,"osd_in_since":1696739348,"num_remapped_pgs":0} 2023-10-08T04:29:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:41 smithi194 ceph-mon[104785]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 190 MiB used, 626 GiB / 626 GiB avail; 13 KiB/s rd, 729 KiB/s wr, 46 op/s; 84 KiB/s, 0 objects/s recovering 2023-10-08T04:29:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:29:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:41 smithi194 ceph-mon[104785]: from='osd.7 [v2:172.21.15.135:6826/1722143645,v1:172.21.15.135:6827/1722143645]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-08T04:29:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:41 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/3342377539' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:43.067 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd stat -f json 2023-10-08T04:29:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:42 smithi194 ceph-mon[104785]: from='osd.7 [v2:172.21.15.135:6826/1722143645,v1:172.21.15.135:6827/1722143645]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-08T04:29:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:42 smithi194 ceph-mon[104785]: osdmap e31: 8 total, 7 up, 8 in 2023-10-08T04:29:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:42 smithi194 ceph-mon[104785]: from='osd.7 [v2:172.21.15.135:6826/1722143645,v1:172.21.15.135:6827/1722143645]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-10-08T04:29:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:42 smithi135 ceph-mon[93152]: from='osd.7 [v2:172.21.15.135:6826/1722143645,v1:172.21.15.135:6827/1722143645]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-08T04:29:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:42 smithi135 ceph-mon[93152]: osdmap e31: 8 total, 7 up, 8 in 2023-10-08T04:29:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:42 smithi135 ceph-mon[93152]: from='osd.7 [v2:172.21.15.135:6826/1722143645,v1:172.21.15.135:6827/1722143645]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-10-08T04:29:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:43.739 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:44.162 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:43 smithi135 ceph-mon[93152]: from='osd.7 [v2:172.21.15.135:6826/1722143645,v1:172.21.15.135:6827/1722143645]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-10-08T04:29:44.163 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:43 smithi135 ceph-mon[93152]: osdmap e32: 8 total, 7 up, 8 in 2023-10-08T04:29:44.163 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:44.163 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:44.163 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:43 smithi135 ceph-mon[93152]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 190 MiB used, 626 GiB / 626 GiB avail; 14 KiB/s rd, 756 KiB/s wr, 48 op/s; 87 KiB/s, 0 objects/s recovering 2023-10-08T04:29:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:43 smithi194 ceph-mon[104785]: from='osd.7 [v2:172.21.15.135:6826/1722143645,v1:172.21.15.135:6827/1722143645]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-10-08T04:29:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:43 smithi194 ceph-mon[104785]: osdmap e32: 8 total, 7 up, 8 in 2023-10-08T04:29:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:43 smithi194 ceph-mon[104785]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 190 MiB used, 626 GiB / 626 GiB avail; 14 KiB/s rd, 756 KiB/s wr, 48 op/s; 87 KiB/s, 0 objects/s recovering 2023-10-08T04:29:45.194 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:44 smithi135 ceph-mon[93152]: purged_snaps scrub starts 2023-10-08T04:29:45.195 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:44 smithi135 ceph-mon[93152]: purged_snaps scrub ok 2023-10-08T04:29:45.195 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:45.195 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:44 smithi135 ceph-mon[93152]: osd.7 [v2:172.21.15.135:6826/1722143645,v1:172.21.15.135:6827/1722143645] boot 2023-10-08T04:29:45.195 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:44 smithi135 ceph-mon[93152]: osdmap e33: 8 total, 8 up, 8 in 2023-10-08T04:29:45.195 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:45.195 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:45.195 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:44 smithi194 ceph-mon[104785]: purged_snaps scrub starts 2023-10-08T04:29:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:44 smithi194 ceph-mon[104785]: purged_snaps scrub ok 2023-10-08T04:29:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:44 smithi194 ceph-mon[104785]: osd.7 [v2:172.21.15.135:6826/1722143645,v1:172.21.15.135:6827/1722143645] boot 2023-10-08T04:29:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:44 smithi194 ceph-mon[104785]: osdmap e33: 8 total, 8 up, 8 in 2023-10-08T04:29:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-08T04:29:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:45.670 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:46.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:45 smithi135 ceph-mon[93152]: osdmap e34: 8 total, 8 up, 8 in 2023-10-08T04:29:46.028 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:45 smithi135 ceph-mon[93152]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:29:46.028 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:45 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/874946965' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:46.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:45 smithi194 ceph-mon[104785]: osdmap e34: 8 total, 8 up, 8 in 2023-10-08T04:29:46.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:45 smithi194 ceph-mon[104785]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:29:46.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:45 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/874946965' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-08T04:29:46.197 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":34,"num_osds":8,"num_up_osds":8,"osd_up_since":1696739383,"num_in_osds":8,"osd_in_since":1696739348,"num_remapped_pgs":1} 2023-10-08T04:29:46.198 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T04:29:46.770 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:46 smithi194 ceph-mon[104785]: osdmap e35: 8 total, 8 up, 8 in 2023-10-08T04:29:47.219 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:46 smithi135 ceph-mon[93152]: osdmap e35: 8 total, 8 up, 8 in 2023-10-08T04:29:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:47 smithi194 ceph-mon[104785]: osdmap e36: 8 total, 8 up, 8 in 2023-10-08T04:29:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:47 smithi194 ceph-mon[104785]: pgmap v80: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:29:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:48.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:47 smithi135 ceph-mon[93152]: osdmap e36: 8 total, 8 up, 8 in 2023-10-08T04:29:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:47 smithi135 ceph-mon[93152]: pgmap v80: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:29:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:48.287 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:29:48.287 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":37,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","created":"2023-10-08T04:25:49.223920+0000","modified":"2023-10-08T04:29:47.889882+0000","last_up_change":"2023-10-08T04:29:43.864296+0000","last_in_change":"2023-10-08T04:29:08.607448+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-08T04:29:29.222261+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"d2e1f4ac-d838-4a66-b5fa-453363c05b3c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":316329601},{"type":"v1","addr":"172.21.15.194:6801","nonce":316329601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":316329601},{"type":"v1","addr":"172.21.15.194:6803","nonce":316329601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":316329601},{"type":"v1","addr":"172.21.15.194:6807","nonce":316329601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":316329601},{"type":"v1","addr":"172.21.15.194:6805","nonce":316329601}]},"public_addr":"172.21.15.194:6801/316329601","cluster_addr":"172.21.15.194:6803/316329601","heartbeat_back_addr":"172.21.15.194:6807/316329601","heartbeat_front_addr":"172.21.15.194:6805/316329601","state":["exists","up"]},{"osd":1,"uuid":"37604ed2-47ef-4967-90ee-5a031377278f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6802","nonce":64468263},{"type":"v1","addr":"172.21.15.135:6803","nonce":64468263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":64468263},{"type":"v1","addr":"172.21.15.135:6805","nonce":64468263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6808","nonce":64468263},{"type":"v1","addr":"172.21.15.135:6809","nonce":64468263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":64468263},{"type":"v1","addr":"172.21.15.135:6807","nonce":64468263}]},"public_addr":"172.21.15.135:6803/64468263","cluster_addr":"172.21.15.135:6805/64468263","heartbeat_back_addr":"172.21.15.135:6809/64468263","heartbeat_front_addr":"172.21.15.135:6807/64468263","state":["exists","up"]},{"osd":2,"uuid":"3048b533-de46-49bc-984c-5354881b5ed8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":1569602968},{"type":"v1","addr":"172.21.15.194:6809","nonce":1569602968}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":1569602968},{"type":"v1","addr":"172.21.15.194:6811","nonce":1569602968}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":1569602968},{"type":"v1","addr":"172.21.15.194:6815","nonce":1569602968}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":1569602968},{"type":"v1","addr":"172.21.15.194:6813","nonce":1569602968}]},"public_addr":"172.21.15.194:6809/1569602968","cluster_addr":"172.21.15.194:6811/1569602968","heartbeat_back_addr":"172.21.15.194:6815/1569602968","heartbeat_front_addr":"172.21.15.194:6813/1569602968","state":["exists","up"]},{"osd":3,"uuid":"970e291a-c0ba-4b08-a9a1-b2cb0a915e34","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.135:6810","nonce":58561095},{"type":"v1","addr":"172.21.15.135:6811","nonce":58561095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6812","nonce":58561095},{"type":"v1","addr":"172.21.15.135:6813","nonce":58561095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6816","nonce":58561095},{"type":"v1","addr":"172.21.15.135:6817","nonce":58561095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6814","nonce":58561095},{"type":"v1","addr":"172.21.15.135:6815","nonce":58561095}]},"public_addr":"172.21.15.135:6811/58561095","cluster_addr":"172.21.15.135:6813/58561095","heartbeat_back_addr":"172.21.15.135:6817/58561095","heartbeat_front_addr":"172.21.15.135:6815/58561095","state":["exists","up"]},{"osd":4,"uuid":"aa1c7cba-cb9c-43d1-bb6c-9024f7274b97","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":2918158140},{"type":"v1","addr":"172.21.15.194:6817","nonce":2918158140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":2918158140},{"type":"v1","addr":"172.21.15.194:6819","nonce":2918158140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":2918158140},{"type":"v1","addr":"172.21.15.194:6823","nonce":2918158140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":2918158140},{"type":"v1","addr":"172.21.15.194:6821","nonce":2918158140}]},"public_addr":"172.21.15.194:6817/2918158140","cluster_addr":"172.21.15.194:6819/2918158140","heartbeat_back_addr":"172.21.15.194:6823/2918158140","heartbeat_front_addr":"172.21.15.194:6821/2918158140","state":["exists","up"]},{"osd":5,"uuid":"e953c1f7-5fa7-402e-964a-83e02aaaffde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6818","nonce":2535547687},{"type":"v1","addr":"172.21.15.135:6819","nonce":2535547687}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6820","nonce":2535547687},{"type":"v1","addr":"172.21.15.135:6821","nonce":2535547687}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6824","nonce":2535547687},{"type":"v1","addr":"172.21.15.135:6825","nonce":2535547687}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6822","nonce":2535547687},{"type":"v1","addr":"172.21.15.135:6823","nonce":2535547687}]},"public_addr":"172.21.15.135:6819/2535547687","cluster_addr":"172.21.15.135:6821/2535547687","heartbeat_back_addr":"172.21.15.135:6825/2535547687","heartbeat_front_addr":"172.21.15.135:6823/2535547687","state":["exists","up"]},{"osd":6,"uuid":"eafba2c5-992d-4b6d-a401-d542caebed44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":1724037007},{"type":"v1","addr":"172.21.15.194:6825","nonce":1724037007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":1724037007},{"type":"v1","addr":"172.21.15.194:6827","nonce":1724037007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":1724037007},{"type":"v1","addr":"172.21.15.194:6831","nonce":1724037007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":1724037007},{"type":"v1","addr":"172.21.15.194:6829","nonce":1724037007}]},"public_addr":"172.21.15.194:6825/1724037007","cluster_addr":"172.21.15.194:6827/1724037007","heartbeat_back_addr":"172.21.15.194:6831/1724037007","heartbeat_front_addr":"172.21.15.194:6829/1724037007","state":["exists","up"]},{"osd":7,"uuid":"1443ce99-2674-46c5-94c5-de79caec5819","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6826","nonce":1722143645},{"type":"v1","addr":"172.21.15.135:6827","nonce":1722143645}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6828","nonce":1722143645},{"type":"v1","addr":"172.21.15.135:6829","nonce":1722143645}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6832","nonce":1722143645},{"type":"v1","addr":"172.21.15.135:6833","nonce":1722143645}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6830","nonce":1722143645},{"type":"v1","addr":"172.21.15.135:6831","nonce":1722143645}]},"public_addr":"172.21.15.135:6827/1722143645","cluster_addr":"172.21.15.135:6829/1722143645","heartbeat_back_addr":"172.21.15.135:6833/1722143645","heartbeat_front_addr":"172.21.15.135:6831/1722143645","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-08T04:29:22.514265+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-08T04:29:25.472003+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-08T04:29:26.988784+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-08T04:29:30.596803+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-08T04:29:31.539296+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-08T04:29:36.080305+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-08T04:29:36.061679+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-08T04:29:42.125599+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.135:0/1860335604":"2023-10-09T04:27:54.892539+0000","172.21.15.135:0/3941193817":"2023-10-09T04:27:54.892539+0000","172.21.15.135:6801/2524116295":"2023-10-09T04:27:54.892539+0000","172.21.15.135:6800/2524116295":"2023-10-09T04:27:54.892539+0000","172.21.15.135:0/4283011574":"2023-10-09T04:26:52.561460+0000","172.21.15.135:6801/237508642":"2023-10-09T04:26:52.561460+0000","172.21.15.135:6800/237508642":"2023-10-09T04:26:52.561460+0000","172.21.15.135:6800/1278096744":"2023-10-09T04:26:23.298240+0000","172.21.15.135:0/1355270088":"2023-10-09T04:26:23.298240+0000","172.21.15.135:0/2452488079":"2023-10-09T04:27:54.892539+0000","172.21.15.135:0/576281894":"2023-10-09T04:26:23.298240+0000","172.21.15.135:0/2121454346":"2023-10-09T04:26:52.561460+0000","172.21.15.135:0/1673427760":"2023-10-09T04:26:52.561460+0000","172.21.15.135:6801/1278096744":"2023-10-09T04:26:23.298240+0000","172.21.15.135:0/360632169":"2023-10-09T04:26:23.298240+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-08T04:29:48.738 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-08T04:29:29.222261+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-10-08T04:29:48.738 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-08T04:29:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:48 smithi194 ceph-mon[104785]: osdmap e37: 8 total, 8 up, 8 in 2023-10-08T04:29:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:48 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/3708652534' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T04:29:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:48 smithi135 ceph-mon[93152]: osdmap e37: 8 total, 8 up, 8 in 2023-10-08T04:29:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:48 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3708652534' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T04:29:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:49.540 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:50.119 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:49 smithi135 ceph-mon[93152]: Detected new or changed devices on smithi194 2023-10-08T04:29:50.119 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:49 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi194 to 3748M 2023-10-08T04:29:50.120 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:49 smithi135 ceph-mon[93152]: pgmap v82: 1 pgs: 1 remapped+peering; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:29:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:49 smithi194 ceph-mon[104785]: Detected new or changed devices on smithi194 2023-10-08T04:29:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:49 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi194 to 3748M 2023-10-08T04:29:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:49 smithi194 ceph-mon[104785]: pgmap v82: 1 pgs: 1 remapped+peering; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:29:51.234 INFO:teuthology.orchestra.run.smithi135.stdout:pg_num: 1 2023-10-08T04:29:51.897 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:51 smithi135 ceph-mon[93152]: pgmap v83: 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-08T04:29:51.897 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:51 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/743545912' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-08T04:29:51.916 INFO:tasks.cephadm:Setting up client nodes... 2023-10-08T04:29:51.916 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-08T04:29:51.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:51 smithi194 ceph-mon[104785]: pgmap v83: 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-08T04:29:51.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:51 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/743545912' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-08T04:29:52.493 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: Detected new or changed devices on smithi135 2023-10-08T04:29:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 2980M 2023-10-08T04:29:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:29:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:29:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T04:29:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T04:29:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:53.130 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: Detected new or changed devices on smithi135 2023-10-08T04:29:53.131 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:53.131 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:53.131 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:53.131 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:53.131 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:53.131 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:29:53.131 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 2980M 2023-10-08T04:29:53.131 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:53.131 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:53.131 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:29:53.131 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:29:53.132 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:29:53.132 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T04:29:53.132 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:53.132 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-08T04:29:53.132 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:29:54.223 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:53 smithi135 ceph-mon[93152]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2023-10-08T04:29:54.261 INFO:teuthology.orchestra.run.smithi135.stdout:[client.0] 2023-10-08T04:29:54.261 INFO:teuthology.orchestra.run.smithi135.stdout: key = AQBCMCJlJnl6DxAAfGdCFaJ70MkqpGXg3reO3Q== 2023-10-08T04:29:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:53 smithi194 ceph-mon[104785]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2023-10-08T04:29:54.740 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-08T04:29:54.740 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-08T04:29:54.740 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-08T04:29:54.783 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-08T04:29:55.252 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:54 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/91209879' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T04:29:55.253 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:54 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/91209879' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-08T04:29:55.253 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:55.348 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi194/config 2023-10-08T04:29:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:54 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/91209879' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T04:29:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:54 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/91209879' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-08T04:29:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:29:56.600 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:56 smithi135 ceph-mon[93152]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-08T04:29:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:56 smithi194 ceph-mon[104785]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-08T04:29:56.906 INFO:teuthology.orchestra.run.smithi194.stdout:[client.1] 2023-10-08T04:29:56.906 INFO:teuthology.orchestra.run.smithi194.stdout: key = AQBEMCJlNCXTNRAAbXhDY4QcbHIgJIIPYiNE6w== 2023-10-08T04:29:57.390 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-08T04:29:57.390 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-08T04:29:57.390 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-08T04:29:57.430 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-08T04:29:57.431 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-08T04:29:57.431 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-08T04:29:57.540 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:57 smithi194 ceph-mon[104785]: from='client.? 172.21.15.194:0/2970888950' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T04:29:57.540 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:57 smithi194 ceph-mon[104785]: 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-08T04:29:57.540 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:57 smithi194 ceph-mon[104785]: 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-08T04:29:57.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:57 smithi135 ceph-mon[93152]: from='client.? 172.21.15.194:0/2970888950' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-08T04:29:57.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:57 smithi135 ceph-mon[93152]: 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-08T04:29:57.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:57 smithi135 ceph-mon[93152]: 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-08T04:29:58.050 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:29:58.524 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:29:58 smithi135 ceph-mon[93152]: pgmap v86: 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-08T04:29:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:29:58 smithi194 ceph-mon[104785]: pgmap v86: 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-08T04:29:59.823 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:30:00.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:00 smithi135 ceph-mon[93152]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-08T04:30:00.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:00 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1472871378' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-08T04:30:00.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T04:30:00.494 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":19,"active_gid":14213,"active_name":"smithi135.vegapu","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6800","nonce":3650564588},{"type":"v1","addr":"172.21.15.135:6801","nonce":3650564588}]},"active_addr":"172.21.15.135:6801/3650564588","active_change":"2023-10-08T04:27:54.892657+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14234,"name":"smithi194.ukbpjn","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.3","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.3","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.135:8443/","prometheus":"http://172.21.15.135: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.135:0","nonce":1218466414}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.135:0","nonce":631158493}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.135:0","nonce":1423336406}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.135:0","nonce":4123936124}]}]} 2023-10-08T04:30:00.499 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-08T04:30:00.499 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-08T04:30:00.499 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T04:30:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:00 smithi194 ceph-mon[104785]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-08T04:30:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:00 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1472871378' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-08T04:30:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T04:30:01.080 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:01.985 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:01.986 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:01.986 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:01 smithi135 ceph-mon[93152]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-08T04:30:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:01 smithi194 ceph-mon[104785]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-08T04:30:02.631 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:30:02.631 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":37,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","created":"2023-10-08T04:25:49.223920+0000","modified":"2023-10-08T04:29:47.889882+0000","last_up_change":"2023-10-08T04:29:43.864296+0000","last_in_change":"2023-10-08T04:29:08.607448+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-08T04:29:29.222261+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"d2e1f4ac-d838-4a66-b5fa-453363c05b3c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":316329601},{"type":"v1","addr":"172.21.15.194:6801","nonce":316329601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":316329601},{"type":"v1","addr":"172.21.15.194:6803","nonce":316329601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":316329601},{"type":"v1","addr":"172.21.15.194:6807","nonce":316329601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":316329601},{"type":"v1","addr":"172.21.15.194:6805","nonce":316329601}]},"public_addr":"172.21.15.194:6801/316329601","cluster_addr":"172.21.15.194:6803/316329601","heartbeat_back_addr":"172.21.15.194:6807/316329601","heartbeat_front_addr":"172.21.15.194:6805/316329601","state":["exists","up"]},{"osd":1,"uuid":"37604ed2-47ef-4967-90ee-5a031377278f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6802","nonce":64468263},{"type":"v1","addr":"172.21.15.135:6803","nonce":64468263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":64468263},{"type":"v1","addr":"172.21.15.135:6805","nonce":64468263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6808","nonce":64468263},{"type":"v1","addr":"172.21.15.135:6809","nonce":64468263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":64468263},{"type":"v1","addr":"172.21.15.135:6807","nonce":64468263}]},"public_addr":"172.21.15.135:6803/64468263","cluster_addr":"172.21.15.135:6805/64468263","heartbeat_back_addr":"172.21.15.135:6809/64468263","heartbeat_front_addr":"172.21.15.135:6807/64468263","state":["exists","up"]},{"osd":2,"uuid":"3048b533-de46-49bc-984c-5354881b5ed8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":1569602968},{"type":"v1","addr":"172.21.15.194:6809","nonce":1569602968}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":1569602968},{"type":"v1","addr":"172.21.15.194:6811","nonce":1569602968}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":1569602968},{"type":"v1","addr":"172.21.15.194:6815","nonce":1569602968}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":1569602968},{"type":"v1","addr":"172.21.15.194:6813","nonce":1569602968}]},"public_addr":"172.21.15.194:6809/1569602968","cluster_addr":"172.21.15.194:6811/1569602968","heartbeat_back_addr":"172.21.15.194:6815/1569602968","heartbeat_front_addr":"172.21.15.194:6813/1569602968","state":["exists","up"]},{"osd":3,"uuid":"970e291a-c0ba-4b08-a9a1-b2cb0a915e34","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.135:6810","nonce":58561095},{"type":"v1","addr":"172.21.15.135:6811","nonce":58561095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6812","nonce":58561095},{"type":"v1","addr":"172.21.15.135:6813","nonce":58561095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6816","nonce":58561095},{"type":"v1","addr":"172.21.15.135:6817","nonce":58561095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6814","nonce":58561095},{"type":"v1","addr":"172.21.15.135:6815","nonce":58561095}]},"public_addr":"172.21.15.135:6811/58561095","cluster_addr":"172.21.15.135:6813/58561095","heartbeat_back_addr":"172.21.15.135:6817/58561095","heartbeat_front_addr":"172.21.15.135:6815/58561095","state":["exists","up"]},{"osd":4,"uuid":"aa1c7cba-cb9c-43d1-bb6c-9024f7274b97","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":2918158140},{"type":"v1","addr":"172.21.15.194:6817","nonce":2918158140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":2918158140},{"type":"v1","addr":"172.21.15.194:6819","nonce":2918158140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":2918158140},{"type":"v1","addr":"172.21.15.194:6823","nonce":2918158140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":2918158140},{"type":"v1","addr":"172.21.15.194:6821","nonce":2918158140}]},"public_addr":"172.21.15.194:6817/2918158140","cluster_addr":"172.21.15.194:6819/2918158140","heartbeat_back_addr":"172.21.15.194:6823/2918158140","heartbeat_front_addr":"172.21.15.194:6821/2918158140","state":["exists","up"]},{"osd":5,"uuid":"e953c1f7-5fa7-402e-964a-83e02aaaffde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6818","nonce":2535547687},{"type":"v1","addr":"172.21.15.135:6819","nonce":2535547687}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6820","nonce":2535547687},{"type":"v1","addr":"172.21.15.135:6821","nonce":2535547687}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6824","nonce":2535547687},{"type":"v1","addr":"172.21.15.135:6825","nonce":2535547687}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6822","nonce":2535547687},{"type":"v1","addr":"172.21.15.135:6823","nonce":2535547687}]},"public_addr":"172.21.15.135:6819/2535547687","cluster_addr":"172.21.15.135:6821/2535547687","heartbeat_back_addr":"172.21.15.135:6825/2535547687","heartbeat_front_addr":"172.21.15.135:6823/2535547687","state":["exists","up"]},{"osd":6,"uuid":"eafba2c5-992d-4b6d-a401-d542caebed44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":1724037007},{"type":"v1","addr":"172.21.15.194:6825","nonce":1724037007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":1724037007},{"type":"v1","addr":"172.21.15.194:6827","nonce":1724037007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":1724037007},{"type":"v1","addr":"172.21.15.194:6831","nonce":1724037007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":1724037007},{"type":"v1","addr":"172.21.15.194:6829","nonce":1724037007}]},"public_addr":"172.21.15.194:6825/1724037007","cluster_addr":"172.21.15.194:6827/1724037007","heartbeat_back_addr":"172.21.15.194:6831/1724037007","heartbeat_front_addr":"172.21.15.194:6829/1724037007","state":["exists","up"]},{"osd":7,"uuid":"1443ce99-2674-46c5-94c5-de79caec5819","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6826","nonce":1722143645},{"type":"v1","addr":"172.21.15.135:6827","nonce":1722143645}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6828","nonce":1722143645},{"type":"v1","addr":"172.21.15.135:6829","nonce":1722143645}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6832","nonce":1722143645},{"type":"v1","addr":"172.21.15.135:6833","nonce":1722143645}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6830","nonce":1722143645},{"type":"v1","addr":"172.21.15.135:6831","nonce":1722143645}]},"public_addr":"172.21.15.135:6827/1722143645","cluster_addr":"172.21.15.135:6829/1722143645","heartbeat_back_addr":"172.21.15.135:6833/1722143645","heartbeat_front_addr":"172.21.15.135:6831/1722143645","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-08T04:29:22.514265+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-08T04:29:25.472003+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-08T04:29:26.988784+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-08T04:29:30.596803+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-08T04:29:31.539296+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-08T04:29:36.080305+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-08T04:29:36.061679+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-08T04:29:42.125599+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.135:0/1860335604":"2023-10-09T04:27:54.892539+0000","172.21.15.135:0/3941193817":"2023-10-09T04:27:54.892539+0000","172.21.15.135:6801/2524116295":"2023-10-09T04:27:54.892539+0000","172.21.15.135:6800/2524116295":"2023-10-09T04:27:54.892539+0000","172.21.15.135:0/4283011574":"2023-10-09T04:26:52.561460+0000","172.21.15.135:6801/237508642":"2023-10-09T04:26:52.561460+0000","172.21.15.135:6800/237508642":"2023-10-09T04:26:52.561460+0000","172.21.15.135:6800/1278096744":"2023-10-09T04:26:23.298240+0000","172.21.15.135:0/1355270088":"2023-10-09T04:26:23.298240+0000","172.21.15.135:0/2452488079":"2023-10-09T04:27:54.892539+0000","172.21.15.135:0/576281894":"2023-10-09T04:26:23.298240+0000","172.21.15.135:0/2121454346":"2023-10-09T04:26:52.561460+0000","172.21.15.135:0/1673427760":"2023-10-09T04:26:52.561460+0000","172.21.15.135:6801/1278096744":"2023-10-09T04:26:23.298240+0000","172.21.15.135:0/360632169":"2023-10-09T04:26:23.298240+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-08T04:30:02.932 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:02.933 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:02.933 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:02 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3687657069' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T04:30:03.131 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-08T04:30:03.132 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd dump --format=json 2023-10-08T04:30:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:02 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/3687657069' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T04:30:03.691 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:04.191 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:03 smithi135 ceph-mon[93152]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:03 smithi194 ceph-mon[104785]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:05.099 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:30:05.100 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":37,"fsid":"a9325942-6592-11ee-8db5-212e2dc638e7","created":"2023-10-08T04:25:49.223920+0000","modified":"2023-10-08T04:29:47.889882+0000","last_up_change":"2023-10-08T04:29:43.864296+0000","last_in_change":"2023-10-08T04:29:08.607448+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-08T04:29:29.222261+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"d2e1f4ac-d838-4a66-b5fa-453363c05b3c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":316329601},{"type":"v1","addr":"172.21.15.194:6801","nonce":316329601}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":316329601},{"type":"v1","addr":"172.21.15.194:6803","nonce":316329601}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":316329601},{"type":"v1","addr":"172.21.15.194:6807","nonce":316329601}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":316329601},{"type":"v1","addr":"172.21.15.194:6805","nonce":316329601}]},"public_addr":"172.21.15.194:6801/316329601","cluster_addr":"172.21.15.194:6803/316329601","heartbeat_back_addr":"172.21.15.194:6807/316329601","heartbeat_front_addr":"172.21.15.194:6805/316329601","state":["exists","up"]},{"osd":1,"uuid":"37604ed2-47ef-4967-90ee-5a031377278f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6802","nonce":64468263},{"type":"v1","addr":"172.21.15.135:6803","nonce":64468263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":64468263},{"type":"v1","addr":"172.21.15.135:6805","nonce":64468263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6808","nonce":64468263},{"type":"v1","addr":"172.21.15.135:6809","nonce":64468263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":64468263},{"type":"v1","addr":"172.21.15.135:6807","nonce":64468263}]},"public_addr":"172.21.15.135:6803/64468263","cluster_addr":"172.21.15.135:6805/64468263","heartbeat_back_addr":"172.21.15.135:6809/64468263","heartbeat_front_addr":"172.21.15.135:6807/64468263","state":["exists","up"]},{"osd":2,"uuid":"3048b533-de46-49bc-984c-5354881b5ed8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":1569602968},{"type":"v1","addr":"172.21.15.194:6809","nonce":1569602968}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":1569602968},{"type":"v1","addr":"172.21.15.194:6811","nonce":1569602968}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":1569602968},{"type":"v1","addr":"172.21.15.194:6815","nonce":1569602968}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":1569602968},{"type":"v1","addr":"172.21.15.194:6813","nonce":1569602968}]},"public_addr":"172.21.15.194:6809/1569602968","cluster_addr":"172.21.15.194:6811/1569602968","heartbeat_back_addr":"172.21.15.194:6815/1569602968","heartbeat_front_addr":"172.21.15.194:6813/1569602968","state":["exists","up"]},{"osd":3,"uuid":"970e291a-c0ba-4b08-a9a1-b2cb0a915e34","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.135:6810","nonce":58561095},{"type":"v1","addr":"172.21.15.135:6811","nonce":58561095}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6812","nonce":58561095},{"type":"v1","addr":"172.21.15.135:6813","nonce":58561095}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6816","nonce":58561095},{"type":"v1","addr":"172.21.15.135:6817","nonce":58561095}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6814","nonce":58561095},{"type":"v1","addr":"172.21.15.135:6815","nonce":58561095}]},"public_addr":"172.21.15.135:6811/58561095","cluster_addr":"172.21.15.135:6813/58561095","heartbeat_back_addr":"172.21.15.135:6817/58561095","heartbeat_front_addr":"172.21.15.135:6815/58561095","state":["exists","up"]},{"osd":4,"uuid":"aa1c7cba-cb9c-43d1-bb6c-9024f7274b97","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":2918158140},{"type":"v1","addr":"172.21.15.194:6817","nonce":2918158140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":2918158140},{"type":"v1","addr":"172.21.15.194:6819","nonce":2918158140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":2918158140},{"type":"v1","addr":"172.21.15.194:6823","nonce":2918158140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":2918158140},{"type":"v1","addr":"172.21.15.194:6821","nonce":2918158140}]},"public_addr":"172.21.15.194:6817/2918158140","cluster_addr":"172.21.15.194:6819/2918158140","heartbeat_back_addr":"172.21.15.194:6823/2918158140","heartbeat_front_addr":"172.21.15.194:6821/2918158140","state":["exists","up"]},{"osd":5,"uuid":"e953c1f7-5fa7-402e-964a-83e02aaaffde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6818","nonce":2535547687},{"type":"v1","addr":"172.21.15.135:6819","nonce":2535547687}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6820","nonce":2535547687},{"type":"v1","addr":"172.21.15.135:6821","nonce":2535547687}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6824","nonce":2535547687},{"type":"v1","addr":"172.21.15.135:6825","nonce":2535547687}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6822","nonce":2535547687},{"type":"v1","addr":"172.21.15.135:6823","nonce":2535547687}]},"public_addr":"172.21.15.135:6819/2535547687","cluster_addr":"172.21.15.135:6821/2535547687","heartbeat_back_addr":"172.21.15.135:6825/2535547687","heartbeat_front_addr":"172.21.15.135:6823/2535547687","state":["exists","up"]},{"osd":6,"uuid":"eafba2c5-992d-4b6d-a401-d542caebed44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":1724037007},{"type":"v1","addr":"172.21.15.194:6825","nonce":1724037007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":1724037007},{"type":"v1","addr":"172.21.15.194:6827","nonce":1724037007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":1724037007},{"type":"v1","addr":"172.21.15.194:6831","nonce":1724037007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":1724037007},{"type":"v1","addr":"172.21.15.194:6829","nonce":1724037007}]},"public_addr":"172.21.15.194:6825/1724037007","cluster_addr":"172.21.15.194:6827/1724037007","heartbeat_back_addr":"172.21.15.194:6831/1724037007","heartbeat_front_addr":"172.21.15.194:6829/1724037007","state":["exists","up"]},{"osd":7,"uuid":"1443ce99-2674-46c5-94c5-de79caec5819","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6826","nonce":1722143645},{"type":"v1","addr":"172.21.15.135:6827","nonce":1722143645}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6828","nonce":1722143645},{"type":"v1","addr":"172.21.15.135:6829","nonce":1722143645}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6832","nonce":1722143645},{"type":"v1","addr":"172.21.15.135:6833","nonce":1722143645}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6830","nonce":1722143645},{"type":"v1","addr":"172.21.15.135:6831","nonce":1722143645}]},"public_addr":"172.21.15.135:6827/1722143645","cluster_addr":"172.21.15.135:6829/1722143645","heartbeat_back_addr":"172.21.15.135:6833/1722143645","heartbeat_front_addr":"172.21.15.135:6831/1722143645","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-08T04:29:22.514265+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-08T04:29:25.472003+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-08T04:29:26.988784+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-08T04:29:30.596803+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-08T04:29:31.539296+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-08T04:29:36.080305+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-08T04:29:36.061679+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-08T04:29:42.125599+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.135:0/1860335604":"2023-10-09T04:27:54.892539+0000","172.21.15.135:0/3941193817":"2023-10-09T04:27:54.892539+0000","172.21.15.135:6801/2524116295":"2023-10-09T04:27:54.892539+0000","172.21.15.135:6800/2524116295":"2023-10-09T04:27:54.892539+0000","172.21.15.135:0/4283011574":"2023-10-09T04:26:52.561460+0000","172.21.15.135:6801/237508642":"2023-10-09T04:26:52.561460+0000","172.21.15.135:6800/237508642":"2023-10-09T04:26:52.561460+0000","172.21.15.135:6800/1278096744":"2023-10-09T04:26:23.298240+0000","172.21.15.135:0/1355270088":"2023-10-09T04:26:23.298240+0000","172.21.15.135:0/2452488079":"2023-10-09T04:27:54.892539+0000","172.21.15.135:0/576281894":"2023-10-09T04:26:23.298240+0000","172.21.15.135:0/2121454346":"2023-10-09T04:26:52.561460+0000","172.21.15.135:0/1673427760":"2023-10-09T04:26:52.561460+0000","172.21.15.135:6801/1278096744":"2023-10-09T04:26:23.298240+0000","172.21.15.135:0/360632169":"2023-10-09T04:26:23.298240+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-08T04:30:05.532 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-08T04:30:05.533 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-08T04:30:05.533 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-08T04:30:05.533 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-08T04:30:05.534 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-08T04:30:05.534 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-08T04:30:05.535 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-08T04:30:05.535 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-08T04:30:06.151 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:06.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:05 smithi135 ceph-mon[93152]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:06.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:05 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/2345638658' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T04:30:06.290 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:06.389 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:05 smithi194 ceph-mon[104785]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:05 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/2345638658' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-08T04:30:06.639 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:06.639 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:06.641 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:07.692 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:07.692 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:08.224 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:07 smithi135 ceph-mon[93152]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:07 smithi194 ceph-mon[104785]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:10.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:09 smithi135 ceph-mon[93152]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:10.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:10.452 INFO:teuthology.orchestra.run.smithi135.stdout:85899345930 2023-10-08T04:30:10.452 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-08T04:30:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:09 smithi194 ceph-mon[104785]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:11.123 INFO:teuthology.orchestra.run.smithi135.stdout:141733920776 2023-10-08T04:30:11.124 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-08T04:30:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:11 smithi135 ceph-mon[93152]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:11 smithi194 ceph-mon[104785]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:12.077 INFO:teuthology.orchestra.run.smithi135.stdout:68719476749 2023-10-08T04:30:12.077 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-08T04:30:12.569 INFO:teuthology.orchestra.run.smithi135.stdout:107374182411 2023-10-08T04:30:12.569 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-08T04:30:13.737 INFO:teuthology.orchestra.run.smithi135.stdout:103079215115 2023-10-08T04:30:13.738 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-08T04:30:13.763 INFO:teuthology.orchestra.run.smithi135.stdout:124554051594 2023-10-08T04:30:13.764 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-08T04:30:14.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:13 smithi135 ceph-mon[93152]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:13 smithi194 ceph-mon[104785]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:14.474 INFO:teuthology.orchestra.run.smithi135.stdout:124554051594 2023-10-08T04:30:14.475 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-08T04:30:14.577 INFO:teuthology.orchestra.run.smithi135.stdout:81604378637 2023-10-08T04:30:14.577 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-08T04:30:14.718 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:14.826 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:14.827 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:15.057 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:15.401 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:15.566 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:16.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:15 smithi135 ceph-mon[93152]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:15 smithi194 ceph-mon[104785]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:16.469 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:17.963 INFO:teuthology.orchestra.run.smithi135.stdout:141733920778 2023-10-08T04:30:18.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:17 smithi135 ceph-mon[93152]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:17 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1257606836' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-08T04:30:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:17 smithi194 ceph-mon[104785]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:17 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1257606836' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-08T04:30:18.479 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:18.784 INFO:teuthology.orchestra.run.smithi135.stdout:85899345932 2023-10-08T04:30:19.079 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:18 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/4027784457' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-08T04:30:19.217 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920776 got 141733920778 for osd.7 2023-10-08T04:30:19.217 DEBUG:teuthology.parallel:result is None 2023-10-08T04:30:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:18 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/4027784457' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-08T04:30:19.677 INFO:teuthology.orchestra.run.smithi135.stdout:103079215116 2023-10-08T04:30:19.871 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345930 got 85899345932 for osd.2 2023-10-08T04:30:19.871 DEBUG:teuthology.parallel:result is None 2023-10-08T04:30:20.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:19 smithi135 ceph-mon[93152]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:19 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/738885352' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-08T04:30:20.299 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:19 smithi194 ceph-mon[104785]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:20.299 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:19 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/738885352' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-08T04:30:20.435 INFO:teuthology.orchestra.run.smithi135.stdout:68719476750 2023-10-08T04:30:20.895 INFO:teuthology.orchestra.run.smithi135.stdout:124554051596 2023-10-08T04:30:21.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:20 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3278736995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-08T04:30:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:20 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/3822451427' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-08T04:30:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:20 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1380313763' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-08T04:30:21.263 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476750 for osd.0 2023-10-08T04:30:21.263 DEBUG:teuthology.parallel:result is None 2023-10-08T04:30:21.427 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215115 got 103079215116 for osd.3 2023-10-08T04:30:21.427 DEBUG:teuthology.parallel:result is None 2023-10-08T04:30:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:20 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/3278736995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-08T04:30:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:20 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/3822451427' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-08T04:30:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:20 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1380313763' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-08T04:30:21.485 INFO:teuthology.orchestra.run.smithi135.stdout:107374182412 2023-10-08T04:30:21.973 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051594 got 124554051596 for osd.5 2023-10-08T04:30:21.973 DEBUG:teuthology.parallel:result is None 2023-10-08T04:30:22.047 INFO:teuthology.orchestra.run.smithi135.stdout:124554051596 2023-10-08T04:30:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:21 smithi135 ceph-mon[93152]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:22.359 INFO:teuthology.orchestra.run.smithi135.stdout:81604378638 2023-10-08T04:30:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:21 smithi194 ceph-mon[104785]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:22.479 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182411 got 107374182412 for osd.4 2023-10-08T04:30:22.480 DEBUG:teuthology.parallel:result is None 2023-10-08T04:30:22.896 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051594 got 124554051596 for osd.6 2023-10-08T04:30:22.897 DEBUG:teuthology.parallel:result is None 2023-10-08T04:30:23.050 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378637 got 81604378638 for osd.1 2023-10-08T04:30:23.050 DEBUG:teuthology.parallel:result is None 2023-10-08T04:30:23.054 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-08T04:30:23.054 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-10-08T04:30:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:22 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/239657205' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-08T04:30:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:22 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/1843590488' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-08T04:30:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:22 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/239657205' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-08T04:30:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:22 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/1843590488' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-08T04:30:23.613 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:24.113 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:23 smithi135 ceph-mon[93152]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:23 smithi194 ceph-mon[104785]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:25.012 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:30:25.014 INFO:teuthology.orchestra.run.smithi135.stderr:dumped all 2023-10-08T04:30:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:25.344 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:25.358 INFO:teuthology.orchestra.run.smithi135.stdout:{"pg_ready":true,"pg_map":{"version":100,"stamp":"2023-10-08T04:30:24.920789+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":1049648,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":220752,"kb_used_data":4588,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707696,"statfs":{"total":767926730752,"available":767700680704,"internally_reserved":0,"allocated":4698112,"data_stored":2947504,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12743,"internal_metadata":221236793},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002018"},"pg_stats":[{"pgid":"1.0","version":"29'217","reported_seq":312,"reported_epoch":37,"state":"active+clean","last_fresh":"2023-10-08T04:29:47.898452+0000","last_change":"2023-10-08T04:29:47.898018+0000","last_active":"2023-10-08T04:29:47.898452+0000","last_peered":"2023-10-08T04:29:47.898452+0000","last_clean":"2023-10-08T04:29:47.898452+0000","last_became_active":"2023-10-08T04:29:47.897657+0000","last_became_peered":"2023-10-08T04:29:47.897657+0000","last_unstale":"2023-10-08T04:29:47.898452+0000","last_undegraded":"2023-10-08T04:29:47.898452+0000","last_fullsized":"2023-10-08T04:29:47.898452+0000","mapping_epoch":36,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":37,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-08T04:29:29.309080+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-08T04:29:29.309080+0000","last_clean_scrub_stamp":"2023-10-08T04:29:29.309080+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-09T15:01:28.338828+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":1049648,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1049648,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2838528,"data_stored":2820752,"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":33,"seq":141733920780,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27956,"kb_used_data":936,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713100,"statfs":{"total":95990841344,"available":95962214400,"internally_reserved":0,"allocated":958464,"data_stored":737471,"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.68700000000000006}]},{"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.35199999999999998}]},{"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.46600000000000003}]},{"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.33700000000000002}]},{"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.51400000000000001}]},{"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.378}]},{"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.496}]}]},{"osd":6,"up_from":29,"seq":124554051597,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27376,"kb_used_data":356,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713680,"statfs":{"total":95990841344,"available":95962808320,"internally_reserved":0,"allocated":364544,"data_stored":147103,"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.29099999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51800000000000002}]},{"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.35699999999999998}]},{"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.44400000000000001}]},{"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.46300000000000002}]},{"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.53600000000000003}]},{"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.56799999999999995}]}]},{"osd":1,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":368640,"data_stored":147376,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.439}]},{"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.54400000000000004}]},{"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.318}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.626}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"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.53000000000000003}]},{"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.45200000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27956,"kb_used_data":936,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713100,"statfs":{"total":95990841344,"available":95962214400,"internally_reserved":0,"allocated":958464,"data_stored":737471,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44900000000000001}]},{"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.27600000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40400000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52200000000000002}]},{"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.437}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42199999999999999}]},{"osd":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.57699999999999996}]}]},{"osd":2,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":356,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":364544,"data_stored":147103,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38800000000000001}]},{"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.46000000000000002}]},{"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.52000000000000002}]},{"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.42299999999999999}]},{"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.50800000000000001}]},{"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.443}]},{"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.56499999999999995}]}]},{"osd":3,"up_from":24,"seq":103079215117,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27952,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713104,"statfs":{"total":95990841344,"available":95962218496,"internally_reserved":0,"allocated":954368,"data_stored":736774,"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.436}]},{"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":1.9099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45600000000000002}]},{"osd":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.48699999999999999}]},{"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.41599999999999998}]},{"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.68700000000000006}]},{"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.54200000000000004}]}]},{"osd":4,"up_from":25,"seq":107374182414,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27376,"kb_used_data":356,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713680,"statfs":{"total":95990841344,"available":95962808320,"internally_reserved":0,"allocated":364544,"data_stored":147103,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]},{"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.50600000000000001}]},{"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.53300000000000003}]},{"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.435}]},{"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.59599999999999997}]},{"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.55500000000000005}]},{"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.58699999999999997}]}]},{"osd":5,"up_from":29,"seq":124554051597,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27376,"kb_used_data":356,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713680,"statfs":{"total":95990841344,"available":95962808320,"internally_reserved":0,"allocated":364544,"data_stored":147103,"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.504}]},{"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.31900000000000001}]},{"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.51600000000000001}]},{"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.34000000000000002}]},{"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.56599999999999995}]},{"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.54300000000000004}]},{"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.39800000000000002}]}]}],"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":462848,"data_stored":459280,"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-08T04:30:25.359 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph pg dump --format=json 2023-10-08T04:30:25.923 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:25 smithi135 ceph-mon[93152]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:25 smithi135 ceph-mon[93152]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:30:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:25 smithi194 ceph-mon[104785]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:25 smithi194 ceph-mon[104785]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:30:27.323 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:30:27.326 INFO:teuthology.orchestra.run.smithi135.stderr:dumped all 2023-10-08T04:30:27.778 INFO:teuthology.orchestra.run.smithi135.stdout:{"pg_ready":true,"pg_map":{"version":101,"stamp":"2023-10-08T04:30:26.921096+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":1049648,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":220752,"kb_used_data":4588,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707696,"statfs":{"total":767926730752,"available":767700680704,"internally_reserved":0,"allocated":4698112,"data_stored":2947504,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12743,"internal_metadata":221236793},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002023"},"pg_stats":[{"pgid":"1.0","version":"29'217","reported_seq":312,"reported_epoch":37,"state":"active+clean","last_fresh":"2023-10-08T04:29:47.898452+0000","last_change":"2023-10-08T04:29:47.898018+0000","last_active":"2023-10-08T04:29:47.898452+0000","last_peered":"2023-10-08T04:29:47.898452+0000","last_clean":"2023-10-08T04:29:47.898452+0000","last_became_active":"2023-10-08T04:29:47.897657+0000","last_became_peered":"2023-10-08T04:29:47.897657+0000","last_unstale":"2023-10-08T04:29:47.898452+0000","last_undegraded":"2023-10-08T04:29:47.898452+0000","last_fullsized":"2023-10-08T04:29:47.898452+0000","mapping_epoch":36,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":37,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-08T04:29:29.309080+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-08T04:29:29.309080+0000","last_clean_scrub_stamp":"2023-10-08T04:29:29.309080+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-09T15:01:28.338828+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":1049648,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1049648,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2838528,"data_stored":2820752,"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":33,"seq":141733920780,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27956,"kb_used_data":936,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713100,"statfs":{"total":95990841344,"available":95962214400,"internally_reserved":0,"allocated":958464,"data_stored":737471,"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.68700000000000006}]},{"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.35199999999999998}]},{"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.46600000000000003}]},{"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.33700000000000002}]},{"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.51400000000000001}]},{"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.378}]},{"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.496}]}]},{"osd":6,"up_from":29,"seq":124554051597,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27376,"kb_used_data":356,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713680,"statfs":{"total":95990841344,"available":95962808320,"internally_reserved":0,"allocated":364544,"data_stored":147103,"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.29099999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51800000000000002}]},{"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.35699999999999998}]},{"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.44400000000000001}]},{"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.46300000000000002}]},{"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.53600000000000003}]},{"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.56799999999999995}]}]},{"osd":1,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":368640,"data_stored":147376,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.439}]},{"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.54400000000000004}]},{"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.318}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.626}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"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.53000000000000003}]},{"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.45200000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27956,"kb_used_data":936,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713100,"statfs":{"total":95990841344,"available":95962214400,"internally_reserved":0,"allocated":958464,"data_stored":737471,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40600000000000003}]},{"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.57199999999999995}]},{"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.5}]},{"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.45300000000000001}]},{"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.59399999999999997}]},{"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.46100000000000002}]},{"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.70799999999999996}]}]},{"osd":2,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27380,"kb_used_data":356,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713676,"statfs":{"total":95990841344,"available":95962804224,"internally_reserved":0,"allocated":364544,"data_stored":147103,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38800000000000001}]},{"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.46000000000000002}]},{"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.52000000000000002}]},{"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.42299999999999999}]},{"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.50800000000000001}]},{"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.443}]},{"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.56499999999999995}]}]},{"osd":3,"up_from":24,"seq":103079215117,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27952,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713104,"statfs":{"total":95990841344,"available":95962218496,"internally_reserved":0,"allocated":954368,"data_stored":736774,"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.436}]},{"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":1.9099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45600000000000002}]},{"osd":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.48699999999999999}]},{"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.41599999999999998}]},{"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.68700000000000006}]},{"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.54200000000000004}]}]},{"osd":4,"up_from":25,"seq":107374182414,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27376,"kb_used_data":356,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713680,"statfs":{"total":95990841344,"available":95962808320,"internally_reserved":0,"allocated":364544,"data_stored":147103,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]},{"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.50600000000000001}]},{"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.53300000000000003}]},{"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.435}]},{"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.59599999999999997}]},{"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.55500000000000005}]},{"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.58699999999999997}]}]},{"osd":5,"up_from":29,"seq":124554051597,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27376,"kb_used_data":356,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713680,"statfs":{"total":95990841344,"available":95962808320,"internally_reserved":0,"allocated":364544,"data_stored":147103,"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.504}]},{"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.31900000000000001}]},{"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.51600000000000001}]},{"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.34000000000000002}]},{"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.56599999999999995}]},{"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.54300000000000004}]},{"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.39800000000000002}]}]}],"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":462848,"data_stored":459280,"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-08T04:30:27.779 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-08T04:30:27.779 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-08T04:30:27.779 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-08T04:30:27.779 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph health --format=json 2023-10-08T04:30:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:28 smithi135 ceph-mon[93152]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:28.339 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:28 smithi194 ceph-mon[104785]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:29 smithi135 ceph-mon[93152]: from='client.14528 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:30:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:29 smithi194 ceph-mon[104785]: from='client.14528 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:30:29.880 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:30:29.881 INFO:teuthology.orchestra.run.smithi135.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-08T04:30:30.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:30 smithi135 ceph-mon[93152]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:30 smithi135 ceph-mon[93152]: from='client.? 172.21.15.135:0/4087560489' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-08T04:30:30.287 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-08T04:30:30.287 INFO:tasks.cephadm:Setup complete, yielding 2023-10-08T04:30:30.287 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T04:30:30.294 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-10-08T04:30:30.295 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-08T04:30:30.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:30 smithi194 ceph-mon[104785]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:30.390 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:30 smithi194 ceph-mon[104785]: from='client.? 172.21.15.135:0/4087560489' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-08T04:30:30.854 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:31.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:31 smithi135 ceph-mon[93152]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:31 smithi194 ceph-mon[104785]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:32.281 INFO:teuthology.orchestra.run.smithi135.stdout:Backend: cephadm 2023-10-08T04:30:32.281 INFO:teuthology.orchestra.run.smithi135.stdout:Available: Yes 2023-10-08T04:30:32.281 INFO:teuthology.orchestra.run.smithi135.stdout:Paused: No 2023-10-08T04:30:32.699 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-08T04:30:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:32 smithi194 ceph-mon[104785]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:32 smithi135 ceph-mon[93152]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:33.260 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:33.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:33 smithi135 ceph-mon[93152]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:33 smithi194 ceph-mon[104785]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:34.819 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T04:30:34.820 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 running (2m) 47s ago 3m 26.9M - 0.25.0 c8568f914cd2 6278d89bf815 2023-10-08T04:30:34.820 INFO:teuthology.orchestra.run.smithi135.stdout:ceph-exporter.smithi135 smithi135 running (3m) 47s ago 3m 7856k - 18.0.0-6609-g9725b08f d68377abd09f 0ca3c5fa0bd1 2023-10-08T04:30:34.820 INFO:teuthology.orchestra.run.smithi135.stdout:ceph-exporter.smithi194 smithi194 running (2m) 50s ago 2m 8170k - 18.0.0-6609-g9725b08f d68377abd09f ffd520a2fa1f 2023-10-08T04:30:34.820 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (3m) 47s ago 3m 7478k - 18.0.0-6609-g9725b08f d68377abd09f a73768493832 2023-10-08T04:30:34.820 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi194 smithi194 running (2m) 50s ago 2m 7453k - 18.0.0-6609-g9725b08f d68377abd09f 1dd016469957 2023-10-08T04:30:34.820 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 running (116s) 47s ago 3m 81.6M - 9.4.7 2c41d148cca3 2a6456c86c66 2023-10-08T04:30:34.820 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.vegapu smithi135 *:9283,8765,8443 running (4m) 47s ago 4m 500M - 18.0.0-6609-g9725b08f d68377abd09f 4b37128957ae 2023-10-08T04:30:34.821 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi194.ukbpjn smithi194 *:8443,9283,8765 running (2m) 50s ago 2m 447M - 18.0.0-6609-g9725b08f d68377abd09f 10701fa765ca 2023-10-08T04:30:34.821 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (4m) 47s ago 4m 69.7M 2048M 18.0.0-6609-g9725b08f d68377abd09f d3fcf191aec8 2023-10-08T04:30:34.821 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi194 smithi194 running (2m) 50s ago 2m 52.3M 2048M 18.0.0-6609-g9725b08f d68377abd09f 8cb0d93fb47b 2023-10-08T04:30:34.821 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 running (3m) 47s ago 3m 18.4M - 1.5.0 0da6a335fe13 eab09617d517 2023-10-08T04:30:34.821 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi194 smithi194 *:9100 running (2m) 50s ago 2m 15.6M - 1.5.0 0da6a335fe13 f390703218ba 2023-10-08T04:30:34.821 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi194 running (76s) 50s ago 76s 44.1M 3748M 18.0.0-6609-g9725b08f d68377abd09f 615995ae5b86 2023-10-08T04:30:34.821 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (73s) 47s ago 73s 50.8M 2980M 18.0.0-6609-g9725b08f d68377abd09f 6da1b6912206 2023-10-08T04:30:34.821 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi194 running (72s) 50s ago 72s 41.9M 3748M 18.0.0-6609-g9725b08f d68377abd09f 25f70a0c0b1a 2023-10-08T04:30:34.821 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (68s) 47s ago 68s 44.4M 2980M 18.0.0-6609-g9725b08f d68377abd09f c308b915ed29 2023-10-08T04:30:34.821 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi194 running (67s) 50s ago 67s 32.7M 3748M 18.0.0-6609-g9725b08f d68377abd09f de5e45e74994 2023-10-08T04:30:34.822 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi135 running (63s) 47s ago 62s 32.8M 2980M 18.0.0-6609-g9725b08f d68377abd09f ceebbd86b557 2023-10-08T04:30:34.822 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi194 running (63s) 50s ago 62s 31.4M 3748M 18.0.0-6609-g9725b08f d68377abd09f 7c4eaf3095f9 2023-10-08T04:30:34.822 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi135 running (57s) 47s ago 56s 27.7M 2980M 18.0.0-6609-g9725b08f d68377abd09f af1ddd77a56f 2023-10-08T04:30:34.822 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 running (112s) 47s ago 2m 39.4M - 2.43.0 a07b618ecd1d 0c18565a613f 2023-10-08T04:30:35.204 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-08T04:30:35.764 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:36.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:35 smithi135 ceph-mon[93152]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:35 smithi135 ceph-mon[93152]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:35 smithi194 ceph-mon[104785]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:35 smithi194 ceph-mon[104785]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:37.209 INFO:teuthology.orchestra.run.smithi135.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-08T04:30:37.209 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager ?:9093,9094 1/1 50s ago 3m count:1 2023-10-08T04:30:37.209 INFO:teuthology.orchestra.run.smithi135.stdout:ceph-exporter 2/2 53s ago 4m * 2023-10-08T04:30:37.209 INFO:teuthology.orchestra.run.smithi135.stdout:crash 2/2 53s ago 4m * 2023-10-08T04:30:37.209 INFO:teuthology.orchestra.run.smithi135.stdout:grafana ?:3000 1/1 50s ago 3m count:1 2023-10-08T04:30:37.209 INFO:teuthology.orchestra.run.smithi135.stdout:mgr 2/2 53s ago 4m count:2 2023-10-08T04:30:37.209 INFO:teuthology.orchestra.run.smithi135.stdout:mon 2/2 53s ago 3m smithi135:172.21.15.135=smithi135;smithi194:172.21.15.194=smithi194;count:2 2023-10-08T04:30:37.210 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter ?:9100 2/2 53s ago 3m * 2023-10-08T04:30:37.210 INFO:teuthology.orchestra.run.smithi135.stdout:osd.all-available-devices 8 53s ago 2m * 2023-10-08T04:30:37.210 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus ?:9095 1/1 50s ago 3m count:1 2023-10-08T04:30:37.619 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-08T04:30:38.183 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:37 smithi135 ceph-mon[93152]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:37 smithi135 ceph-mon[93152]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:37 smithi194 ceph-mon[104785]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:37 smithi194 ceph-mon[104785]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:39.586 INFO:teuthology.orchestra.run.smithi135.stdout:HOST ADDR LABELS STATUS 2023-10-08T04:30:39.586 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 172.21.15.135 2023-10-08T04:30:39.586 INFO:teuthology.orchestra.run.smithi135.stdout:smithi194 172.21.15.194 2023-10-08T04:30:39.586 INFO:teuthology.orchestra.run.smithi135.stdout:2 hosts in cluster 2023-10-08T04:30:40.040 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-08T04:30:40.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:39 smithi135 ceph-mon[93152]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:39 smithi194 ceph-mon[104785]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:40.599 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:41.119 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:40 smithi135 ceph-mon[93152]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:40 smithi194 ceph-mon[104785]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:42.008 INFO:teuthology.orchestra.run.smithi135.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-08T04:30:42.008 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620401BA400BGN 372G No 50s ago Has a FileSystem, LVM detected 2023-10-08T04:30:42.008 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 /dev/nvme1n1 ssd Linux_5b0615a50b1837754775 89.4G No 50s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:42.008 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 /dev/nvme2n1 ssd Linux_e058cc39b9ed62788ee4 89.4G No 50s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:42.009 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 /dev/nvme3n1 ssd Linux_41f8710a66a393f3871f 89.4G No 50s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:42.009 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 /dev/nvme4n1 ssd Linux_ee30d1a63ce9943ef328 89.4G No 50s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:42.009 INFO:teuthology.orchestra.run.smithi135.stdout:smithi194 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6240002A400BGN 372G No 53s ago Has a FileSystem, LVM detected 2023-10-08T04:30:42.009 INFO:teuthology.orchestra.run.smithi135.stdout:smithi194 /dev/nvme1n1 ssd Linux_af9d25d793825862b7f1 89.4G No 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:42.009 INFO:teuthology.orchestra.run.smithi135.stdout:smithi194 /dev/nvme2n1 ssd Linux_9897827f000a13c59c50 89.4G No 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:42.009 INFO:teuthology.orchestra.run.smithi135.stdout:smithi194 /dev/nvme3n1 ssd Linux_2a2db9ef174ff1c710cd 89.4G No 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:42.009 INFO:teuthology.orchestra.run.smithi135.stdout:smithi194 /dev/nvme4n1 ssd Linux_8cf7785e9868610feeea 89.4G No 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:42.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:41 smithi135 ceph-mon[93152]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:42.458 INFO:teuthology.run_tasks:Running task vip... 2023-10-08T04:30:42.469 INFO:tasks.vip:Allocating static IPs for each host... 2023-10-08T04:30:42.469 INFO:tasks.vip:peername 172.21.15.135 2023-10-08T04:30:42.472 INFO:tasks.vip:172.21.15.135 in 172.21.0.0/20, pos 3974 2023-10-08T04:30:42.476 INFO:tasks.vip:smithi135.front.sepia.ceph.com static 10.0.15.135, vnet 10.0.0.0/16 2023-10-08T04:30:42.476 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-10-08T04:30:42.477 DEBUG:teuthology.orchestra.run.smithi135:> sudo ip route ls 2023-10-08T04:30:42.477 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:41 smithi194 ceph-mon[104785]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:42.505 INFO:teuthology.orchestra.run.smithi135.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-10-08T04:30:42.505 INFO:teuthology.orchestra.run.smithi135.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.135 metric 100 2023-10-08T04:30:42.507 INFO:tasks.vip:Configuring 10.0.15.135 on smithi135.front.sepia.ceph.com iface enp3s0f1... 2023-10-08T04:30:42.507 DEBUG:teuthology.orchestra.run.smithi135:> sudo ip addr add 10.0.15.135/16 dev enp3s0f1 2023-10-08T04:30:42.573 INFO:tasks.vip:peername 172.21.15.194 2023-10-08T04:30:42.576 INFO:tasks.vip:172.21.15.194 in 172.21.0.0/20, pos 4033 2023-10-08T04:30:42.580 INFO:tasks.vip:smithi194.front.sepia.ceph.com static 10.0.15.194, vnet 10.0.0.0/16 2023-10-08T04:30:42.580 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip route ls 2023-10-08T04:30:42.617 INFO:teuthology.orchestra.run.smithi194.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-10-08T04:30:42.617 INFO:teuthology.orchestra.run.smithi194.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.194 metric 100 2023-10-08T04:30:42.618 INFO:tasks.vip:Configuring 10.0.15.194 on smithi194.front.sepia.ceph.com iface enp3s0f1... 2023-10-08T04:30:42.618 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip addr add 10.0.15.194/16 dev enp3s0f1 2023-10-08T04:30:42.691 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T04:30:42.700 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-10-08T04:30:42.701 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-10-08T04:30:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:42 smithi135 ceph-mon[93152]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:43.260 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:42 smithi194 ceph-mon[104785]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:43 smithi135 ceph-mon[93152]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:43 smithi194 ceph-mon[104785]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:44.782 INFO:teuthology.orchestra.run.smithi135.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-08T04:30:44.783 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620401BA400BGN 372G No 52s ago Has a FileSystem, LVM detected 2023-10-08T04:30:44.783 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 /dev/nvme1n1 ssd Linux_5b0615a50b1837754775 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:44.783 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 /dev/nvme2n1 ssd Linux_e058cc39b9ed62788ee4 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:44.783 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 /dev/nvme3n1 ssd Linux_41f8710a66a393f3871f 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:44.783 INFO:teuthology.orchestra.run.smithi135.stdout:smithi135 /dev/nvme4n1 ssd Linux_ee30d1a63ce9943ef328 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:44.783 INFO:teuthology.orchestra.run.smithi135.stdout:smithi194 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6240002A400BGN 372G No 56s ago Has a FileSystem, LVM detected 2023-10-08T04:30:44.783 INFO:teuthology.orchestra.run.smithi135.stdout:smithi194 /dev/nvme1n1 ssd Linux_af9d25d793825862b7f1 89.4G No 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:44.783 INFO:teuthology.orchestra.run.smithi135.stdout:smithi194 /dev/nvme2n1 ssd Linux_9897827f000a13c59c50 89.4G No 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:44.783 INFO:teuthology.orchestra.run.smithi135.stdout:smithi194 /dev/nvme3n1 ssd Linux_2a2db9ef174ff1c710cd 89.4G No 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:44.784 INFO:teuthology.orchestra.run.smithi135.stdout:smithi194 /dev/nvme4n1 ssd Linux_8cf7785e9868610feeea 89.4G No 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-08T04:30:45.135 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:30:45.222 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T04:30:45.232 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-10-08T04:30:45.232 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-08T04:30:45.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ systemctl stop nfs-server 2023-10-08T04:30:45.267 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi194.front.sepia.ceph.com 2023-10-08T04:30:45.267 DEBUG:teuthology.orchestra.run.smithi194:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-08T04:30:45.292 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:30:45.296 INFO:teuthology.orchestra.run.smithi194.stderr:+ systemctl stop nfs-server 2023-10-08T04:30:45.304 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T04:30:45.314 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-10-08T04:30:45.314 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-10-08T04:30:45.877 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:46 smithi135 ceph-mon[93152]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:46 smithi135 ceph-mon[93152]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:46 smithi194 ceph-mon[104785]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:46 smithi194 ceph-mon[104785]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:48 smithi135 ceph-mon[93152]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-08T04:30:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:48 smithi194 ceph-mon[104785]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-08T04:30:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:49.370 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:49 smithi135 ceph-mon[93152]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:49.370 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-08T04:30:49.370 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:49 smithi135 ceph-mon[93152]: osdmap e38: 8 total, 8 up, 8 in 2023-10-08T04:30:49.370 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-08T04:30:49.370 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:49.371 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:49.371 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:49 smithi135 ceph-a9325942-6592-11ee-8db5-212e2dc638e7-mon-smithi135[93128]: 2023-10-08T04:30:49.017+0000 7f34993b9700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-08T04:30:49.451 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.135/16 --port 2999' 2023-10-08T04:30:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:49 smithi194 ceph-mon[104785]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-08T04:30:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:49 smithi194 ceph-mon[104785]: osdmap e38: 8 total, 8 up, 8 in 2023-10-08T04:30:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-08T04:30:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:50.050 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:50.201 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:50 smithi194 ceph-mon[104785]: pgmap v113: 33 pgs: 12 creating+peering, 1 active+clean, 20 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:50.201 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-08T04:30:50.201 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:50 smithi194 ceph-mon[104785]: osdmap e39: 8 total, 8 up, 8 in 2023-10-08T04:30:50.201 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-08T04:30:50.201 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:50 smithi194 ceph-mon[104785]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-08T04:30:50.201 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:50 smithi194 ceph-mon[104785]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-08T04:30:50.201 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-08T04:30:50.201 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:50 smithi194 ceph-mon[104785]: osdmap e40: 8 total, 8 up, 8 in 2023-10-08T04:30:50.201 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:50 smithi194 ceph-mon[104785]: fsmap foofs:0 2023-10-08T04:30:50.201 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:50 smithi194 ceph-mon[104785]: Saving service mds.foofs spec with placement count:2 2023-10-08T04:30:50.202 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:50.202 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:50 smithi194 ceph-mon[104785]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-08T04:30:50.283 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:50 smithi135 ceph-mon[93152]: pgmap v113: 33 pgs: 12 creating+peering, 1 active+clean, 20 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:50.283 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-08T04:30:50.283 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:50 smithi135 ceph-mon[93152]: osdmap e39: 8 total, 8 up, 8 in 2023-10-08T04:30:50.283 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-08T04:30:50.283 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:50 smithi135 ceph-mon[93152]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-08T04:30:50.283 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:50 smithi135 ceph-mon[93152]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-08T04:30:50.283 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-08T04:30:50.283 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:50 smithi135 ceph-mon[93152]: osdmap e40: 8 total, 8 up, 8 in 2023-10-08T04:30:50.283 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:50 smithi135 ceph-mon[93152]: fsmap foofs:0 2023-10-08T04:30:50.283 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:50 smithi135 ceph-mon[93152]: Saving service mds.foofs spec with placement count:2 2023-10-08T04:30:50.283 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:50.284 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:50 smithi135 ceph-mon[93152]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-08T04:30:51.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:51 smithi135 ceph-mon[93152]: osdmap e41: 8 total, 8 up, 8 in 2023-10-08T04:30:51.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:51.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:51 smithi194 ceph-mon[104785]: osdmap e41: 8 total, 8 up, 8 in 2023-10-08T04:30:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:52 smithi194 ceph-mon[104785]: pgmap v117: 65 pgs: 21 active+clean, 21 creating+peering, 23 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:52 smithi194 ceph-mon[104785]: osdmap e42: 8 total, 8 up, 8 in 2023-10-08T04:30:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:52 smithi194 ceph-mon[104785]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-08T04:30:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T04:30:52.323 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:52 smithi135 ceph-mon[93152]: pgmap v117: 65 pgs: 21 active+clean, 21 creating+peering, 23 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:52.323 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:52 smithi135 ceph-mon[93152]: osdmap e42: 8 total, 8 up, 8 in 2023-10-08T04:30:52.323 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:52.323 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:52.323 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:52 smithi135 ceph-mon[93152]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-08T04:30:52.323 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-08T04:30:53.169 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:53 smithi135 ceph-mon[93152]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.135/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:53.169 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:53.169 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:53.170 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-08T04:30:53.170 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:53 smithi135 ceph-mon[93152]: osdmap e43: 8 total, 8 up, 8 in 2023-10-08T04:30:53.170 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-08T04:30:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:53 smithi194 ceph-mon[104785]: from='client.14564 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.135/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-08T04:30:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:53 smithi194 ceph-mon[104785]: osdmap e43: 8 total, 8 up, 8 in 2023-10-08T04:30:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-08T04:30:54.111 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-10-08T04:30:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:54 smithi194 ceph-mon[104785]: pgmap v120: 97 pgs: 33 active+clean, 21 creating+peering, 43 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:54 smithi194 ceph-mon[104785]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-08T04:30:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-08T04:30:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:54 smithi194 ceph-mon[104785]: osdmap e44: 8 total, 8 up, 8 in 2023-10-08T04:30:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:54 smithi135 ceph-mon[93152]: pgmap v120: 97 pgs: 33 active+clean, 21 creating+peering, 43 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:54 smithi135 ceph-mon[93152]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-08T04:30:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-08T04:30:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:54 smithi135 ceph-mon[93152]: osdmap e44: 8 total, 8 up, 8 in 2023-10-08T04:30:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:54.686 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:30:55.393 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:55 smithi135 ceph-mon[93152]: Saving service nfs.foo spec with placement count:1 2023-10-08T04:30:55.393 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:55 smithi135 ceph-mon[93152]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-08T04:30:55.393 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:55 smithi135 ceph-mon[93152]: osdmap e45: 8 total, 8 up, 8 in 2023-10-08T04:30:55.393 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:55.394 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:55 smithi194 ceph-mon[104785]: Saving service nfs.foo spec with placement count:1 2023-10-08T04:30:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:55 smithi194 ceph-mon[104785]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-08T04:30:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:55 smithi194 ceph-mon[104785]: osdmap e45: 8 total, 8 up, 8 in 2023-10-08T04:30:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:30:56.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:56 smithi135 ceph-mon[93152]: pgmap v123: 97 pgs: 73 active+clean, 10 creating+peering, 14 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:56.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:56.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:56.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:30:56.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:30:56.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:56.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:30:56.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.irzkez", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-08T04:30:56.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.irzkez", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-08T04:30:56.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:30:56.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:56 smithi135 ceph-mon[93152]: Deploying daemon mds.foofs.smithi194.irzkez on smithi194 2023-10-08T04:30:56.471 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:56 smithi135 ceph-mon[93152]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-08T04:30:56.514 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:56 smithi194 ceph-mon[104785]: pgmap v123: 97 pgs: 73 active+clean, 10 creating+peering, 14 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-08T04:30:56.514 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:56.514 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:56.514 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:30:56.514 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:30:56.514 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:56.514 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:30:56.514 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.irzkez", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-08T04:30:56.515 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.irzkez", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-08T04:30:56.515 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:30:56.515 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:56 smithi194 ceph-mon[104785]: Deploying daemon mds.foofs.smithi194.irzkez on smithi194 2023-10-08T04:30:56.515 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:56 smithi194 ceph-mon[104785]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-08T04:30:57.428 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:57 smithi194 ceph-mon[104785]: mgrmap e20: smithi135.vegapu(active, since 3m), standbys: smithi194.ukbpjn 2023-10-08T04:30:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:57 smithi135 ceph-mon[93152]: mgrmap e20: smithi135.vegapu(active, since 3m), standbys: smithi194.ukbpjn 2023-10-08T04:30:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:58 smithi135 ceph-mon[93152]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:58 smithi135 ceph-mon[93152]: pgmap v124: 97 pgs: 80 active+clean, 10 creating+peering, 7 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T04:30:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.biwzyv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-08T04:30:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.biwzyv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-08T04:30:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:30:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:58 smithi194 ceph-mon[104785]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:30:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:58 smithi194 ceph-mon[104785]: pgmap v124: 97 pgs: 80 active+clean, 10 creating+peering, 7 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-08T04:30:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:30:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.biwzyv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-08T04:30:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi135.biwzyv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-08T04:30:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:30:59.274 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-10-08T04:30:59.275 INFO:teuthology.orchestra.run.smithi135.stdout: "bind": "/fake", 2023-10-08T04:30:59.275 INFO:teuthology.orchestra.run.smithi135.stdout: "cluster": "foo", 2023-10-08T04:30:59.275 INFO:teuthology.orchestra.run.smithi135.stdout: "fs": "foofs", 2023-10-08T04:30:59.275 INFO:teuthology.orchestra.run.smithi135.stdout: "mode": "RW", 2023-10-08T04:30:59.275 INFO:teuthology.orchestra.run.smithi135.stdout: "path": "/" 2023-10-08T04:30:59.275 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-10-08T04:30:59.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:59 smithi135 ceph-mon[93152]: Deploying daemon mds.foofs.smithi135.biwzyv on smithi135 2023-10-08T04:30:59.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:59 smithi135 ceph-mon[93152]: mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056] up:boot 2023-10-08T04:30:59.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:59 smithi135 ceph-mon[93152]: daemon mds.foofs.smithi194.irzkez assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-08T04:30:59.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:59 smithi135 ceph-mon[93152]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-08T04:30:59.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:59 smithi135 ceph-mon[93152]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-08T04:30:59.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:59 smithi135 ceph-mon[93152]: Cluster is now healthy 2023-10-08T04:30:59.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:59 smithi135 ceph-mon[93152]: fsmap foofs:0 1 up:standby 2023-10-08T04:30:59.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi194.irzkez"}]: dispatch 2023-10-08T04:30:59.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:59 smithi135 ceph-mon[93152]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:creating} 2023-10-08T04:30:59.504 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:30:59 smithi135 ceph-mon[93152]: daemon mds.foofs.smithi194.irzkez is now active in filesystem foofs as rank 0 2023-10-08T04:30:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:59 smithi194 ceph-mon[104785]: Deploying daemon mds.foofs.smithi135.biwzyv on smithi135 2023-10-08T04:30:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:59 smithi194 ceph-mon[104785]: mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056] up:boot 2023-10-08T04:30:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:59 smithi194 ceph-mon[104785]: daemon mds.foofs.smithi194.irzkez assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-08T04:30:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:59 smithi194 ceph-mon[104785]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-08T04:30:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:59 smithi194 ceph-mon[104785]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-08T04:30:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:59 smithi194 ceph-mon[104785]: Cluster is now healthy 2023-10-08T04:30:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:59 smithi194 ceph-mon[104785]: fsmap foofs:0 1 up:standby 2023-10-08T04:30:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi194.irzkez"}]: dispatch 2023-10-08T04:30:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:59 smithi194 ceph-mon[104785]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:creating} 2023-10-08T04:30:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:30:59 smithi194 ceph-mon[104785]: daemon mds.foofs.smithi194.irzkez is now active in filesystem foofs as rank 0 2023-10-08T04:30:59.945 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-08T04:30:59.960 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-10-08T04:30:59.960 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T04:31:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: pgmap v125: 97 pgs: 97 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 325 B/s wr, 0 op/s 2023-10-08T04:31:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056] up:active 2023-10-08T04:31:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 2023-10-08T04:31:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:31:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:31:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.ujgfvk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T04:31:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.ujgfvk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T04:31:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:31:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:31:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:31:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T04:31:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T04:31:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.ujgfvk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T04:31:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.ujgfvk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T04:31:00.583 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:31:00.636 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:31:00.673 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: pgmap v125: 97 pgs: 97 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 325 B/s wr, 0 op/s 2023-10-08T04:31:00.673 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056] up:active 2023-10-08T04:31:00.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 2023-10-08T04:31:00.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:31:00.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:31:00.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.ujgfvk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T04:31:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.ujgfvk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T04:31:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:31:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:31:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:31:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T04:31:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T04:31:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.ujgfvk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T04:31:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi135.ujgfvk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T04:31:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:31:01.538 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:01 smithi135 ceph-mon[93152]: Creating key for client.nfs.foo.0.0.smithi135.ujgfvk 2023-10-08T04:31:01.538 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:01 smithi135 ceph-mon[93152]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T04:31:01.538 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:01 smithi135 ceph-mon[93152]: Rados config object exists: conf-nfs.foo 2023-10-08T04:31:01.538 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:01 smithi135 ceph-mon[93152]: Creating key for client.nfs.foo.0.0.smithi135.ujgfvk-rgw 2023-10-08T04:31:01.538 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:01 smithi135 ceph-mon[93152]: Bind address in nfs.foo.0.0.smithi135.ujgfvk's ganesha conf is defaulting to empty 2023-10-08T04:31:01.538 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:01 smithi135 ceph-mon[93152]: Deploying daemon nfs.foo.0.0.smithi135.ujgfvk on smithi135 2023-10-08T04:31:01.538 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:01 smithi135 ceph-mon[93152]: mds.? [v2:172.21.15.135:6834/1709178710,v1:172.21.15.135:6835/1709178710] up:boot 2023-10-08T04:31:01.539 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:01 smithi135 ceph-mon[93152]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 1 up:standby 2023-10-08T04:31:01.539 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi135.biwzyv"}]: dispatch 2023-10-08T04:31:01.539 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:01 smithi135 ceph-mon[93152]: mgrmap e21: smithi135.vegapu(active, since 3m), standbys: smithi194.ukbpjn 2023-10-08T04:31:01.539 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:01 smithi135 ceph-mon[93152]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 1 up:standby 2023-10-08T04:31:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:01 smithi194 ceph-mon[104785]: Creating key for client.nfs.foo.0.0.smithi135.ujgfvk 2023-10-08T04:31:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:01 smithi194 ceph-mon[104785]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T04:31:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:01 smithi194 ceph-mon[104785]: Rados config object exists: conf-nfs.foo 2023-10-08T04:31:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:01 smithi194 ceph-mon[104785]: Creating key for client.nfs.foo.0.0.smithi135.ujgfvk-rgw 2023-10-08T04:31:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:01 smithi194 ceph-mon[104785]: Bind address in nfs.foo.0.0.smithi135.ujgfvk's ganesha conf is defaulting to empty 2023-10-08T04:31:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:01 smithi194 ceph-mon[104785]: Deploying daemon nfs.foo.0.0.smithi135.ujgfvk on smithi135 2023-10-08T04:31:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:01 smithi194 ceph-mon[104785]: mds.? [v2:172.21.15.135:6834/1709178710,v1:172.21.15.135:6835/1709178710] up:boot 2023-10-08T04:31:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:01 smithi194 ceph-mon[104785]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 1 up:standby 2023-10-08T04:31:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi135.biwzyv"}]: dispatch 2023-10-08T04:31:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:01 smithi194 ceph-mon[104785]: mgrmap e21: smithi135.vegapu(active, since 3m), standbys: smithi194.ukbpjn 2023-10-08T04:31:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:01 smithi194 ceph-mon[104785]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 1 up:standby 2023-10-08T04:31:02.398 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:02 smithi135 ceph-mon[93152]: pgmap v126: 97 pgs: 97 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-10-08T04:31:02.506 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:31:02.506 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T04:26:41.639675Z", "last_refresh": "2023-10-08T04:30:50.485421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:04.819470Z 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-08T04:26:36.924112Z", "last_refresh": "2023-10-08T04:30:47.924707Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:07.600292Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T04:26:35.789042Z", "last_refresh": "2023-10-08T04:30:47.924808Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T04:26:39.182986Z", "last_refresh": "2023-10-08T04:30:50.485508Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:30:53.677948Z 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.135/16"}, "status": {"created": "2023-10-08T04:30:53.675476Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.135/16"}}, {"events": ["2023-10-08T04:30:49.045153Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T04:30:49.039736Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T04:28:14.113149Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T04:26:34.797784Z", "last_refresh": "2023-10-08T04:30:47.924964Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:22.457021Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T04:27:22.455657Z", "last_refresh": "2023-10-08T04:30:47.925038Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:30:53.674397Z 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-08T04:30:53.670797Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T04:28:11.279054Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T04:26:40.462338Z", "last_refresh": "2023-10-08T04:30:47.924887Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:29.837645Z 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-08T04:28:29.834045Z", "last_refresh": "2023-10-08T04:30:47.925126Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T04:28:22.465389Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T04:26:38.053836Z", "last_refresh": "2023-10-08T04:30:50.485585Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T04:31:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:02 smithi194 ceph-mon[104785]: pgmap v126: 97 pgs: 97 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-10-08T04:31:03.017 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T04:31:04.018 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T04:31:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:04 smithi194 ceph-mon[104785]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:04 smithi194 ceph-mon[104785]: pgmap v127: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 110 B/s rd, 1.8 KiB/s wr, 5 op/s 2023-10-08T04:31:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:04 smithi194 ceph-mon[104785]: Deploying daemon haproxy.nfs.foo.smithi135.ykbizd on smithi135 2023-10-08T04:31:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:04 smithi194 ceph-mon[104785]: mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056] up:active 2023-10-08T04:31:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:04 smithi194 ceph-mon[104785]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 1 up:standby 2023-10-08T04:31:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:04 smithi135 ceph-mon[93152]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:04 smithi135 ceph-mon[93152]: pgmap v127: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 110 B/s rd, 1.8 KiB/s wr, 5 op/s 2023-10-08T04:31:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:04 smithi135 ceph-mon[93152]: Deploying daemon haproxy.nfs.foo.smithi135.ykbizd on smithi135 2023-10-08T04:31:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:04 smithi135 ceph-mon[93152]: mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056] up:active 2023-10-08T04:31:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:04 smithi135 ceph-mon[93152]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 1 up:standby 2023-10-08T04:31:04.585 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:31:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:05 smithi194 ceph-mon[104785]: mds.? [v2:172.21.15.135:6834/1709178710,v1:172.21.15.135:6835/1709178710] up:standby 2023-10-08T04:31:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:05 smithi194 ceph-mon[104785]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 1 up:standby 2023-10-08T04:31:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:05.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:05 smithi135 ceph-mon[93152]: mds.? [v2:172.21.15.135:6834/1709178710,v1:172.21.15.135:6835/1709178710] up:standby 2023-10-08T04:31:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:05 smithi135 ceph-mon[93152]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 1 up:standby 2023-10-08T04:31:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:06.662 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:06 smithi135 ceph-mon[93152]: pgmap v128: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-10-08T04:31:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:06 smithi194 ceph-mon[104785]: pgmap v128: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-10-08T04:31:07.575 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:31:07.575 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T04:26:41.639675Z", "last_refresh": "2023-10-08T04:30:50.485421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:04.819470Z 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-08T04:26:36.924112Z", "last_refresh": "2023-10-08T04:30:47.924707Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:07.600292Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T04:26:35.789042Z", "last_refresh": "2023-10-08T04:30:47.924808Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T04:26:39.182986Z", "last_refresh": "2023-10-08T04:30:50.485508Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:30:53.677948Z 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.135/16"}, "status": {"created": "2023-10-08T04:30:53.675476Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.135/16"}}, {"events": ["2023-10-08T04:30:49.045153Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T04:30:49.039736Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T04:28:14.113149Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T04:26:34.797784Z", "last_refresh": "2023-10-08T04:30:47.924964Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:22.457021Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T04:27:22.455657Z", "last_refresh": "2023-10-08T04:30:47.925038Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:30:53.674397Z 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-08T04:30:53.670797Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T04:28:11.279054Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T04:26:40.462338Z", "last_refresh": "2023-10-08T04:30:47.924887Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:29.837645Z 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-08T04:28:29.834045Z", "last_refresh": "2023-10-08T04:30:47.925126Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T04:28:22.465389Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T04:26:38.053836Z", "last_refresh": "2023-10-08T04:30:50.485585Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T04:31:08.072 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T04:31:08.435 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:08 smithi135 ceph-mon[93152]: pgmap v129: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.1 KiB/s wr, 5 op/s 2023-10-08T04:31:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:08 smithi194 ceph-mon[104785]: pgmap v129: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.1 KiB/s wr, 5 op/s 2023-10-08T04:31:09.073 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T04:31:09.430 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:09 smithi135 ceph-mon[93152]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:09.656 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:31:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:09 smithi194 ceph-mon[104785]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:10.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:10 smithi135 ceph-mon[93152]: pgmap v130: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-10-08T04:31:10.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:10.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:10.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:10.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:10.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:10 smithi194 ceph-mon[104785]: pgmap v130: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-10-08T04:31:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:11.211 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:31:11.211 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T04:26:41.639675Z", "last_refresh": "2023-10-08T04:30:50.485421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:04.819470Z 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-08T04:26:36.924112Z", "last_refresh": "2023-10-08T04:30:47.924707Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:07.600292Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T04:26:35.789042Z", "last_refresh": "2023-10-08T04:30:47.924808Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T04:26:39.182986Z", "last_refresh": "2023-10-08T04:30:50.485508Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:30:53.677948Z 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.135/16"}, "status": {"created": "2023-10-08T04:30:53.675476Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.135/16"}}, {"events": ["2023-10-08T04:30:49.045153Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T04:30:49.039736Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T04:28:14.113149Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T04:26:34.797784Z", "last_refresh": "2023-10-08T04:30:47.924964Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:22.457021Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T04:27:22.455657Z", "last_refresh": "2023-10-08T04:30:47.925038Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:30:53.674397Z 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-08T04:30:53.670797Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T04:28:11.279054Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T04:26:40.462338Z", "last_refresh": "2023-10-08T04:30:47.924887Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:29.837645Z 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-08T04:28:29.834045Z", "last_refresh": "2023-10-08T04:30:47.925126Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T04:28:22.465389Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T04:26:38.053836Z", "last_refresh": "2023-10-08T04:30:50.485585Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T04:31:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:11 smithi135 ceph-mon[93152]: Deploying daemon haproxy.nfs.foo.smithi194.kzpalo on smithi194 2023-10-08T04:31:11.613 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T04:31:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:11 smithi194 ceph-mon[104785]: Deploying daemon haproxy.nfs.foo.smithi194.kzpalo on smithi194 2023-10-08T04:31:12.613 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T04:31:12.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:12 smithi135 ceph-mon[93152]: pgmap v131: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-10-08T04:31:12.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:12 smithi135 ceph-mon[93152]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:12 smithi194 ceph-mon[104785]: pgmap v131: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-10-08T04:31:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:12 smithi194 ceph-mon[104785]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:13.188 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:31:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:14 smithi194 ceph-mon[104785]: pgmap v132: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-10-08T04:31:14.756 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:31:14.756 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T04:26:41.639675Z", "last_refresh": "2023-10-08T04:30:50.485421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:04.819470Z 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-08T04:26:36.924112Z", "last_refresh": "2023-10-08T04:30:47.924707Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:07.600292Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T04:26:35.789042Z", "last_refresh": "2023-10-08T04:30:47.924808Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T04:26:39.182986Z", "last_refresh": "2023-10-08T04:30:50.485508Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:30:53.677948Z 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.135/16"}, "status": {"created": "2023-10-08T04:30:53.675476Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.135/16"}}, {"events": ["2023-10-08T04:30:49.045153Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T04:30:49.039736Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T04:28:14.113149Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T04:26:34.797784Z", "last_refresh": "2023-10-08T04:30:47.924964Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:22.457021Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T04:27:22.455657Z", "last_refresh": "2023-10-08T04:30:47.925038Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:30:53.674397Z 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-08T04:30:53.670797Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T04:28:11.279054Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T04:26:40.462338Z", "last_refresh": "2023-10-08T04:30:47.924887Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:29.837645Z 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-08T04:28:29.834045Z", "last_refresh": "2023-10-08T04:30:47.925126Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T04:28:22.465389Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T04:26:38.053836Z", "last_refresh": "2023-10-08T04:30:50.485585Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T04:31:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:14 smithi135 ceph-mon[93152]: pgmap v132: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-10-08T04:31:15.135 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T04:31:16.136 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T04:31:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:16 smithi135 ceph-mon[93152]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:16 smithi135 ceph-mon[93152]: pgmap v133: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-08T04:31:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:16.697 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:31:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:16 smithi194 ceph-mon[104785]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:16 smithi194 ceph-mon[104785]: pgmap v133: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-08T04:31:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:17 smithi194 ceph-mon[104785]: 10.0.31.135 is in 10.0.0.0/16 on smithi135 interface enp3s0f1 2023-10-08T04:31:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:17 smithi194 ceph-mon[104785]: 10.0.31.135 is in 10.0.0.0/16 on smithi194 interface enp3s0f1 2023-10-08T04:31:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:17 smithi194 ceph-mon[104785]: Deploying daemon keepalived.nfs.foo.smithi135.xtxlpx on smithi135 2023-10-08T04:31:17.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:17 smithi135 ceph-mon[93152]: 10.0.31.135 is in 10.0.0.0/16 on smithi135 interface enp3s0f1 2023-10-08T04:31:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:17 smithi135 ceph-mon[93152]: 10.0.31.135 is in 10.0.0.0/16 on smithi194 interface enp3s0f1 2023-10-08T04:31:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:17 smithi135 ceph-mon[93152]: Deploying daemon keepalived.nfs.foo.smithi135.xtxlpx on smithi135 2023-10-08T04:31:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:18 smithi135 ceph-mon[93152]: pgmap v134: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T04:31:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:18 smithi194 ceph-mon[104785]: pgmap v134: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T04:31:20.105 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:31:20.106 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T04:26:41.639675Z", "last_refresh": "2023-10-08T04:30:50.485421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:04.819470Z 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-08T04:26:36.924112Z", "last_refresh": "2023-10-08T04:30:47.924707Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:07.600292Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T04:26:35.789042Z", "last_refresh": "2023-10-08T04:30:47.924808Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T04:26:39.182986Z", "last_refresh": "2023-10-08T04:30:50.485508Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:30:53.677948Z 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.135/16"}, "status": {"created": "2023-10-08T04:30:53.675476Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.135/16"}}, {"events": ["2023-10-08T04:30:49.045153Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T04:30:49.039736Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T04:28:14.113149Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T04:26:34.797784Z", "last_refresh": "2023-10-08T04:30:47.924964Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:22.457021Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T04:27:22.455657Z", "last_refresh": "2023-10-08T04:30:47.925038Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:30:53.674397Z 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-08T04:30:53.670797Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T04:28:11.279054Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T04:26:40.462338Z", "last_refresh": "2023-10-08T04:30:47.924887Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:29.837645Z 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-08T04:28:29.834045Z", "last_refresh": "2023-10-08T04:30:47.925126Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T04:28:22.465389Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T04:26:38.053836Z", "last_refresh": "2023-10-08T04:30:50.485585Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T04:31:20.477 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:20 smithi135 ceph-mon[93152]: pgmap v135: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T04:31:20.505 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T04:31:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:20 smithi194 ceph-mon[104785]: pgmap v135: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T04:31:21.506 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T04:31:21.638 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:21 smithi135 ceph-mon[93152]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:21 smithi194 ceph-mon[104785]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:22.181 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:31:22.608 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:22 smithi135 ceph-mon[93152]: pgmap v136: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:22.798 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:22.798 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:22.798 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:22.799 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:22 smithi194 ceph-mon[104785]: pgmap v136: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:22.799 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:22.799 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:22.799 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:23 smithi135 ceph-mon[93152]: 10.0.31.135 is in 10.0.0.0/16 on smithi194 interface enp3s0f1 2023-10-08T04:31:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:23 smithi135 ceph-mon[93152]: 10.0.31.135 is in 10.0.0.0/16 on smithi135 interface enp3s0f1 2023-10-08T04:31:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:23 smithi135 ceph-mon[93152]: Deploying daemon keepalived.nfs.foo.smithi194.ozyjpc on smithi194 2023-10-08T04:31:23.640 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:31:23.641 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T04:26:41.639675Z", "last_refresh": "2023-10-08T04:30:50.485421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:04.819470Z 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-08T04:26:36.924112Z", "last_refresh": "2023-10-08T04:30:47.924707Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:07.600292Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T04:26:35.789042Z", "last_refresh": "2023-10-08T04:30:47.924808Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T04:26:39.182986Z", "last_refresh": "2023-10-08T04:30:50.485508Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:30:53.677948Z 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.135/16"}, "status": {"created": "2023-10-08T04:30:53.675476Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.135/16"}}, {"events": ["2023-10-08T04:30:49.045153Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T04:30:49.039736Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T04:28:14.113149Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T04:26:34.797784Z", "last_refresh": "2023-10-08T04:30:47.924964Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:22.457021Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T04:27:22.455657Z", "last_refresh": "2023-10-08T04:30:47.925038Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:30:53.674397Z 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-08T04:30:53.670797Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T04:28:11.279054Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T04:26:40.462338Z", "last_refresh": "2023-10-08T04:30:47.924887Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:29.837645Z 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-08T04:28:29.834045Z", "last_refresh": "2023-10-08T04:30:47.925126Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T04:28:22.465389Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T04:26:38.053836Z", "last_refresh": "2023-10-08T04:30:50.485585Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T04:31:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:23 smithi194 ceph-mon[104785]: 10.0.31.135 is in 10.0.0.0/16 on smithi194 interface enp3s0f1 2023-10-08T04:31:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:23 smithi194 ceph-mon[104785]: 10.0.31.135 is in 10.0.0.0/16 on smithi135 interface enp3s0f1 2023-10-08T04:31:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:23 smithi194 ceph-mon[104785]: Deploying daemon keepalived.nfs.foo.smithi194.ozyjpc on smithi194 2023-10-08T04:31:24.037 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T04:31:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:24 smithi194 ceph-mon[104785]: pgmap v137: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:24 smithi135 ceph-mon[93152]: pgmap v137: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:25.038 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T04:31:25.496 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:25 smithi135 ceph-mon[93152]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:25.496 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:25.610 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:31:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:25 smithi194 ceph-mon[104785]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:26 smithi135 ceph-mon[93152]: pgmap v138: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:26.650 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:26 smithi194 ceph-mon[104785]: pgmap v138: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:27.100 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:31:27.100 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T04:26:41.639675Z", "last_refresh": "2023-10-08T04:30:50.485421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:04.819470Z 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-08T04:26:36.924112Z", "last_refresh": "2023-10-08T04:30:47.924707Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:07.600292Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T04:26:35.789042Z", "last_refresh": "2023-10-08T04:30:47.924808Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T04:26:39.182986Z", "last_refresh": "2023-10-08T04:30:50.485508Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:30:53.677948Z 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.135/16"}, "status": {"created": "2023-10-08T04:30:53.675476Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.135/16"}}, {"events": ["2023-10-08T04:30:49.045153Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T04:30:49.039736Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T04:28:14.113149Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T04:26:34.797784Z", "last_refresh": "2023-10-08T04:30:47.924964Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:22.457021Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T04:27:22.455657Z", "last_refresh": "2023-10-08T04:30:47.925038Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:30:53.674397Z 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-08T04:30:53.670797Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T04:28:11.279054Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T04:26:40.462338Z", "last_refresh": "2023-10-08T04:30:47.924887Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:29.837645Z 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-08T04:28:29.834045Z", "last_refresh": "2023-10-08T04:30:47.925126Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T04:28:22.465389Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T04:26:38.053836Z", "last_refresh": "2023-10-08T04:30:50.485585Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T04:31:27.459 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T04:31:27.686 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:27 smithi194 ceph-mon[104785]: pgmap v139: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:27.687 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:27 smithi194 ceph-mon[104785]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:27 smithi135 ceph-mon[93152]: pgmap v139: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:27 smithi135 ceph-mon[93152]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:28.460 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T04:31:29.021 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:31:29.303 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:29.303 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:29.303 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:29.303 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:29.303 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:31:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:31:30.356 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:30 smithi135 ceph-mon[93152]: pgmap v140: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:31:30.357 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:30 smithi194 ceph-mon[104785]: pgmap v140: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:31:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:31.145 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:31:31.188 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T04:26:41.639675Z", "last_refresh": "2023-10-08T04:30:50.485421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:04.819470Z 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-08T04:26:36.924112Z", "last_refresh": "2023-10-08T04:30:47.924707Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:07.600292Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T04:26:35.789042Z", "last_refresh": "2023-10-08T04:30:47.924808Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T04:26:39.182986Z", "last_refresh": "2023-10-08T04:30:50.485508Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:30:53.677948Z 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.135/16"}, "status": {"created": "2023-10-08T04:30:53.675476Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.135/16"}}, {"events": ["2023-10-08T04:30:49.045153Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T04:30:49.039736Z", "running": 0, "size": 2}}, {"events": ["2023-10-08T04:28:14.113149Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T04:26:34.797784Z", "last_refresh": "2023-10-08T04:30:47.924964Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:22.457021Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T04:27:22.455657Z", "last_refresh": "2023-10-08T04:30:47.925038Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:30:53.674397Z 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-08T04:30:53.670797Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T04:28:11.279054Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T04:26:40.462338Z", "last_refresh": "2023-10-08T04:30:47.924887Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:29.837645Z 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-08T04:28:29.834045Z", "last_refresh": "2023-10-08T04:30:47.925126Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T04:28:22.465389Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T04:26:38.053836Z", "last_refresh": "2023-10-08T04:30:50.485585Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T04:31:31.687 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T04:31:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:31 smithi194 ceph-mon[104785]: pgmap v141: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:31 smithi194 ceph-mon[104785]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:32.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:31 smithi135 ceph-mon[93152]: pgmap v141: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:32.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:31 smithi135 ceph-mon[93152]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:32.688 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T04:31:33.366 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:31:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:33 smithi194 ceph-mon[104785]: pgmap v142: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:33.961 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:33.961 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:33.961 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:33 smithi135 ceph-mon[93152]: pgmap v142: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:34.909 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:31:34.910 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T04:26:41.639675Z", "last_refresh": "2023-10-08T04:30:50.485421Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:04.819470Z 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-08T04:26:36.924112Z", "last_refresh": "2023-10-08T04:30:50.485160Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:07.600292Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T04:26:35.789042Z", "last_refresh": "2023-10-08T04:30:50.485234Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T04:26:39.182986Z", "last_refresh": "2023-10-08T04:30:50.485508Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:30:53.677948Z 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.135/16"}, "status": {"created": "2023-10-08T04:30:53.675476Z", "last_refresh": "2023-10-08T04:31:32.683647Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.135/16"}}, {"events": ["2023-10-08T04:30:49.045153Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T04:30:49.039736Z", "last_refresh": "2023-10-08T04:31:32.683556Z", "running": 1, "size": 2}}, {"events": ["2023-10-08T04:28:14.113149Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T04:26:34.797784Z", "last_refresh": "2023-10-08T04:30:50.485082Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:22.457021Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T04:27:22.455657Z", "last_refresh": "2023-10-08T04:30:50.484986Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:30:53.674397Z 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-08T04:30:53.670797Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-08T04:28:11.279054Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T04:26:40.462338Z", "last_refresh": "2023-10-08T04:30:50.485307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:29.837645Z 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-08T04:28:29.834045Z", "last_refresh": "2023-10-08T04:30:50.485675Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T04:28:22.465389Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T04:26:38.053836Z", "last_refresh": "2023-10-08T04:30:50.485585Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T04:31:36.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:35 smithi135 ceph-mon[93152]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:35 smithi135 ceph-mon[93152]: pgmap v143: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:35 smithi194 ceph-mon[104785]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:35 smithi194 ceph-mon[104785]: pgmap v143: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:36.633 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-08T04:31:37.634 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T04:31:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:37 smithi135 ceph-mon[93152]: pgmap v144: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:38.259 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:31:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:37 smithi194 ceph-mon[104785]: pgmap v144: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:31:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:31:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:31:39.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:39.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:39 smithi135 ceph-mon[93152]: Reconfiguring prometheus.smithi135 (dependencies changed)... 2023-10-08T04:31:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:31:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:31:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:31:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:39 smithi194 ceph-mon[104785]: Reconfiguring prometheus.smithi135 (dependencies changed)... 2023-10-08T04:31:39.939 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:31:39.939 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T04:26:41.639675Z", "last_refresh": "2023-10-08T04:31:38.097557Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:04.819470Z 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-08T04:26:36.924112Z", "last_refresh": "2023-10-08T04:31:32.682777Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:07.600292Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T04:26:35.789042Z", "last_refresh": "2023-10-08T04:31:32.682879Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T04:26:39.182986Z", "last_refresh": "2023-10-08T04:31:38.097633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:30:53.677948Z 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.135/16"}, "status": {"created": "2023-10-08T04:30:53.675476Z", "last_refresh": "2023-10-08T04:31:32.683647Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.135/16"}}, {"events": ["2023-10-08T04:30:49.045153Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T04:30:49.039736Z", "last_refresh": "2023-10-08T04:31:32.683556Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:14.113149Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T04:26:34.797784Z", "last_refresh": "2023-10-08T04:31:32.683061Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:22.457021Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T04:27:22.455657Z", "last_refresh": "2023-10-08T04:31:32.683138Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:30:53.674397Z 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-08T04:30:53.670797Z", "last_refresh": "2023-10-08T04:31:38.098146Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:11.279054Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T04:26:40.462338Z", "last_refresh": "2023-10-08T04:31:32.682957Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:29.837645Z 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-08T04:28:29.834045Z", "last_refresh": "2023-10-08T04:31:32.683214Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T04:28:22.465389Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T04:26:38.053836Z", "last_refresh": "2023-10-08T04:31:38.097723Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T04:31:40.388 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:40 smithi135 ceph-mon[93152]: Reconfiguring daemon prometheus.smithi135 on smithi135 2023-10-08T04:31:40.389 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:40 smithi135 ceph-mon[93152]: pgmap v145: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:31:40.389 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:40 smithi194 ceph-mon[104785]: Reconfiguring daemon prometheus.smithi135 on smithi135 2023-10-08T04:31:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:40 smithi194 ceph-mon[104785]: pgmap v145: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:31:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:40.634 INFO:tasks.cephadm:nfs.foo has 1/1 2023-10-08T04:31:40.634 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-08T04:31:40.644 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-10-08T04:31:40.644 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -- ceph orch ls -f json 2023-10-08T04:31:41.235 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:31:41.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:41 smithi135 ceph-mon[93152]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:41 smithi194 ceph-mon[104785]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:42.445 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:42 smithi135 ceph-mon[93152]: pgmap v146: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:42 smithi194 ceph-mon[104785]: pgmap v146: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:43.039 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-08T04:31:43.039 INFO:teuthology.orchestra.run.smithi135.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-08T04:26:41.639675Z", "last_refresh": "2023-10-08T04:31:38.097557Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:04.819470Z 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-08T04:26:36.924112Z", "last_refresh": "2023-10-08T04:31:32.682777Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:07.600292Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-08T04:26:35.789042Z", "last_refresh": "2023-10-08T04:31:32.682879Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-08T04:26:39.182986Z", "last_refresh": "2023-10-08T04:31:38.097633Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:30:53.677948Z 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.135/16"}, "status": {"created": "2023-10-08T04:30:53.675476Z", "last_refresh": "2023-10-08T04:31:32.683647Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.135/16"}}, {"events": ["2023-10-08T04:30:49.045153Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-08T04:30:49.039736Z", "last_refresh": "2023-10-08T04:31:32.683556Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:14.113149Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-08T04:26:34.797784Z", "last_refresh": "2023-10-08T04:31:32.683061Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:22.457021Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi135:172.21.15.135=smithi135", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-08T04:27:22.455657Z", "last_refresh": "2023-10-08T04:31:32.683138Z", "running": 2, "size": 2}}, {"events": ["2023-10-08T04:30:53.674397Z 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-08T04:30:53.670797Z", "last_refresh": "2023-10-08T04:31:38.098146Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2023-10-08T04:28:11.279054Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-08T04:26:40.462338Z", "last_refresh": "2023-10-08T04:31:32.682957Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-08T04:28:29.837645Z 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-08T04:28:29.834045Z", "last_refresh": "2023-10-08T04:31:32.683214Z", "running": 8, "size": 8}}, {"events": ["2023-10-08T04:28:22.465389Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-08T04:26:38.053836Z", "last_refresh": "2023-10-08T04:31:38.097723Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-08T04:31:43.506 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2023-10-08T04:31:43.506 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T04:31:43.516 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-10-08T04:31:43.516 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-10-08T04:31:43.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ mkdir /mnt/foo 2023-10-08T04:31:43.555 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2023-10-08T04:31:43.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ sleep 5 2023-10-08T04:31:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:44 smithi194 ceph-mon[104785]: pgmap v147: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:44 smithi194 ceph-mon[104785]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T04:31:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:31:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:44 smithi135 ceph-mon[93152]: pgmap v147: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:44 smithi135 ceph-mon[93152]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-08T04:31:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T04:31:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:31:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:45 smithi194 ceph-mon[104785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T04:31:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:45 smithi135 ceph-mon[93152]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-08T04:31:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:46 smithi194 ceph-mon[104785]: pgmap v148: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:46 smithi135 ceph-mon[93152]: pgmap v148: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:48 smithi194 ceph-mon[104785]: pgmap v149: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:48.473 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:48 smithi135 ceph-mon[93152]: pgmap v149: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:31:48.625 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.135:/fake /mnt/foo -o port=2999' 2023-10-08T04:31:48.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ mount -t nfs 10.0.31.135:/fake /mnt/foo -o port=2999 2023-10-08T04:31:49.123 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-10-08T04:31:49.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ echo test 2023-10-08T04:31:49.216 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-10-08T04:31:49.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ sync 2023-10-08T04:31:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:50 smithi194 ceph-mon[104785]: pgmap v150: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:31:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:50 smithi135 ceph-mon[93152]: pgmap v150: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:31:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:51.685 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-08T04:31:51.697 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-10-08T04:31:51.698 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a9325942-6592-11ee-8db5-212e2dc638e7 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2023-10-08T04:31:51.698 DEBUG:teuthology.orchestra.run.smithi135:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2023-10-08T04:31:51.698 DEBUG:teuthology.orchestra.run.smithi135:> ceph orch daemon stop $haproxy 2023-10-08T04:31:51.698 DEBUG:teuthology.orchestra.run.smithi135:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2023-10-08T04:31:51.698 DEBUG:teuthology.orchestra.run.smithi135:> cat /mnt/foo/testfile 2023-10-08T04:31:51.698 DEBUG:teuthology.orchestra.run.smithi135:> echo $haproxy > /mnt/foo/testfile 2023-10-08T04:31:51.699 DEBUG:teuthology.orchestra.run.smithi135:> sync 2023-10-08T04:31:51.699 DEBUG:teuthology.orchestra.run.smithi135:> ceph orch daemon start $haproxy 2023-10-08T04:31:51.699 DEBUG:teuthology.orchestra.run.smithi135:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2023-10-08T04:31:51.699 DEBUG:teuthology.orchestra.run.smithi135:> done 2023-10-08T04:31:51.699 DEBUG:teuthology.orchestra.run.smithi135:> ' 2023-10-08T04:31:51.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:51 smithi194 ceph-mon[104785]: pgmap v151: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T04:31:52.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:51 smithi135 ceph-mon[93152]: pgmap v151: 97 pgs: 97 active+clean; 580 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2023-10-08T04:31:52.408 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:31:53.656 INFO:teuthology.orchestra.run.smithi135.stdout:Check with each haproxy down in turn... 2023-10-08T04:31:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:53 smithi135 ceph-mon[93152]: pgmap v152: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2023-10-08T04:31:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:31:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:31:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:31:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:53 smithi194 ceph-mon[104785]: pgmap v152: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2023-10-08T04:31:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:31:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:31:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:31:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:54.278 INFO:teuthology.orchestra.run.smithi135.stdout:Scheduled to stop haproxy.nfs.foo.smithi135.ykbizd on host 'smithi135' 2023-10-08T04:31:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:55 smithi194 ceph-mon[104785]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:31:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:55 smithi194 ceph-mon[104785]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi135.ykbizd", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:31:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:55 smithi194 ceph-mon[104785]: Schedule stop daemon haproxy.nfs.foo.smithi135.ykbizd 2023-10-08T04:31:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:31:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:55.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:55 smithi135 ceph-mon[93152]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:31:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:55 smithi135 ceph-mon[93152]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi135.ykbizd", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:31:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:55 smithi135 ceph-mon[93152]: Schedule stop daemon haproxy.nfs.foo.smithi135.ykbizd 2023-10-08T04:31:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:31:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:31:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:31:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:56 smithi194 ceph-mon[104785]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:31:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:56 smithi194 ceph-mon[104785]: pgmap v153: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T04:31:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:56 smithi135 ceph-mon[93152]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:31:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:56 smithi135 ceph-mon[93152]: pgmap v153: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T04:31:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:57 smithi194 ceph-mon[104785]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:31:57.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:57 smithi135 ceph-mon[93152]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:31:58.570 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:58 smithi135 ceph-mon[93152]: pgmap v154: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T04:31:58.570 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:31:58 smithi135 ceph-mon[93152]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:31:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:58 smithi194 ceph-mon[104785]: pgmap v154: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T04:31:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:31:58 smithi194 ceph-mon[104785]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:00 smithi135 ceph-mon[93152]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:00.599 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:00 smithi135 ceph-mon[93152]: pgmap v155: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T04:32:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:00 smithi194 ceph-mon[104785]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:00 smithi194 ceph-mon[104785]: pgmap v155: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T04:32:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:01 smithi194 ceph-mon[104785]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:01.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:01 smithi135 ceph-mon[93152]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:02.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:02 smithi135 ceph-mon[93152]: pgmap v156: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T04:32:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:02 smithi194 ceph-mon[104785]: pgmap v156: 97 pgs: 97 active+clean; 587 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T04:32:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:03.621 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:03 smithi135 ceph-mon[93152]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:03.621 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:03.621 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:03.621 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:03 smithi194 ceph-mon[104785]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:04 smithi194 ceph-mon[104785]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:04.735 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:04 smithi194 ceph-mon[104785]: pgmap v157: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-08T04:32:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:04 smithi135 ceph-mon[93152]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:04.885 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:04 smithi135 ceph-mon[93152]: pgmap v157: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-08T04:32:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:05 smithi194 ceph-mon[104785]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:05.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:05 smithi135 ceph-mon[93152]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:06 smithi194 ceph-mon[104785]: pgmap v158: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T04:32:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:06 smithi135 ceph-mon[93152]: pgmap v158: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-08T04:32:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:07 smithi194 ceph-mon[104785]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:07.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:07 smithi135 ceph-mon[93152]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:08.666 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:08 smithi135 ceph-mon[93152]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:08.667 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:08 smithi135 ceph-mon[93152]: pgmap v159: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:08.667 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:08.667 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:08 smithi194 ceph-mon[104785]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:08 smithi194 ceph-mon[104785]: pgmap v159: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:08.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:08.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:09 smithi194 ceph-mon[104785]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:09 smithi135 ceph-mon[93152]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:10 smithi135 ceph-mon[93152]: pgmap v160: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:10 smithi194 ceph-mon[104785]: pgmap v160: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:10.776 INFO:teuthology.orchestra.run.smithi135.stdout:haproxy.nfs.foo.smithi135.ykbizd smithi135 *:2999,9999 stopped 0s ago 61s - - 2023-10-08T04:32:10.785 INFO:teuthology.orchestra.run.smithi135.stdout:test 2023-10-08T04:32:11.378 INFO:teuthology.orchestra.run.smithi135.stdout:Scheduled to start haproxy.nfs.foo.smithi135.ykbizd on host 'smithi135' 2023-10-08T04:32:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:11 smithi194 ceph-mon[104785]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:11 smithi135 ceph-mon[93152]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:12 smithi194 ceph-mon[104785]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:12 smithi194 ceph-mon[104785]: pgmap v161: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:12 smithi135 ceph-mon[93152]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:12 smithi135 ceph-mon[93152]: pgmap v161: 97 pgs: 97 active+clean; 589 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:13 smithi194 ceph-mon[104785]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi135.ykbizd", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:13 smithi194 ceph-mon[104785]: Schedule start daemon haproxy.nfs.foo.smithi135.ykbizd 2023-10-08T04:32:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:13 smithi194 ceph-mon[104785]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:13.712 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:13 smithi135 ceph-mon[93152]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi135.ykbizd", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:13.712 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:13 smithi135 ceph-mon[93152]: Schedule start daemon haproxy.nfs.foo.smithi135.ykbizd 2023-10-08T04:32:13.712 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:13 smithi135 ceph-mon[93152]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:14 smithi194 ceph-mon[104785]: pgmap v162: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T04:32:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:14 smithi194 ceph-mon[104785]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:14 smithi135 ceph-mon[93152]: pgmap v162: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T04:32:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:14 smithi135 ceph-mon[93152]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:16 smithi194 ceph-mon[104785]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:16.715 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:16 smithi194 ceph-mon[104785]: pgmap v163: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T04:32:16.715 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:16.715 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:16 smithi135 ceph-mon[93152]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:16 smithi135 ceph-mon[93152]: pgmap v163: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T04:32:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:17 smithi194 ceph-mon[104785]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:17.846 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:17 smithi135 ceph-mon[93152]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:18 smithi194 ceph-mon[104785]: pgmap v164: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T04:32:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:18 smithi194 ceph-mon[104785]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:18 smithi135 ceph-mon[93152]: pgmap v164: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T04:32:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:18 smithi135 ceph-mon[93152]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:19 smithi194 ceph-mon[104785]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:19 smithi194 ceph-mon[104785]: pgmap v165: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T04:32:19.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:19 smithi135 ceph-mon[93152]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:19 smithi135 ceph-mon[93152]: pgmap v165: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T04:32:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:21 smithi194 ceph-mon[104785]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:21 smithi135 ceph-mon[93152]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:22 smithi135 ceph-mon[93152]: pgmap v166: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-08T04:32:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:22 smithi135 ceph-mon[93152]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:22 smithi194 ceph-mon[104785]: pgmap v166: 97 pgs: 97 active+clean; 598 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-08T04:32:22.517 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:22 smithi194 ceph-mon[104785]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:24 smithi194 ceph-mon[104785]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:24 smithi194 ceph-mon[104785]: pgmap v167: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-08T04:32:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:24 smithi135 ceph-mon[93152]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:24 smithi135 ceph-mon[93152]: pgmap v167: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-08T04:32:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:25 smithi194 ceph-mon[104785]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:25.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:25 smithi135 ceph-mon[93152]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:25.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:25.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:25.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:26 smithi194 ceph-mon[104785]: pgmap v168: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:32:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:26 smithi194 ceph-mon[104785]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:26 smithi135 ceph-mon[93152]: pgmap v168: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:32:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:26 smithi135 ceph-mon[93152]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:27.933 INFO:teuthology.orchestra.run.smithi135.stdout:haproxy.nfs.foo.smithi135.ykbizd smithi135 *:2999,9999 running (8s) 0s ago 78s 6937k - 2.3.17-d1c9119 e85424b0d443 21b056c16077 2023-10-08T04:32:28.257 INFO:teuthology.orchestra.run.smithi135.stdout:Scheduled to stop haproxy.nfs.foo.smithi194.kzpalo on host 'smithi194' 2023-10-08T04:32:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:28 smithi194 ceph-mon[104785]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:28 smithi194 ceph-mon[104785]: pgmap v169: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:28 smithi135 ceph-mon[93152]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:28 smithi135 ceph-mon[93152]: pgmap v169: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:29 smithi194 ceph-mon[104785]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:29 smithi194 ceph-mon[104785]: mgrmap e22: smithi135.vegapu(active, since 4m), standbys: smithi194.ukbpjn 2023-10-08T04:32:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:29 smithi194 ceph-mon[104785]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi194.kzpalo", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:29 smithi194 ceph-mon[104785]: Schedule stop daemon haproxy.nfs.foo.smithi194.kzpalo 2023-10-08T04:32:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:29 smithi135 ceph-mon[93152]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:29 smithi135 ceph-mon[93152]: mgrmap e22: smithi135.vegapu(active, since 4m), standbys: smithi194.ukbpjn 2023-10-08T04:32:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:29 smithi135 ceph-mon[93152]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi194.kzpalo", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:29 smithi135 ceph-mon[93152]: Schedule stop daemon haproxy.nfs.foo.smithi194.kzpalo 2023-10-08T04:32:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:30 smithi135 ceph-mon[93152]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:30 smithi135 ceph-mon[93152]: pgmap v170: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:32:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:30 smithi194 ceph-mon[104785]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:30 smithi194 ceph-mon[104785]: pgmap v170: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:32:31.606 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:31 smithi194 ceph-mon[104785]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:31.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:31 smithi135 ceph-mon[93152]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:32 smithi194 ceph-mon[104785]: pgmap v171: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:32:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:32 smithi194 ceph-mon[104785]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:32 smithi135 ceph-mon[93152]: pgmap v171: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:32:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:32 smithi135 ceph-mon[93152]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:33.920 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:33.920 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:33.920 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:33 smithi135 ceph-mon[93152]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:33.921 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:33 smithi135 ceph-mon[93152]: pgmap v172: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:32:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:33 smithi194 ceph-mon[104785]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:33 smithi194 ceph-mon[104785]: pgmap v172: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:32:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:34 smithi194 ceph-mon[104785]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:34 smithi135 ceph-mon[93152]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:35 smithi194 ceph-mon[104785]: pgmap v173: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:35 smithi135 ceph-mon[93152]: pgmap v173: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:36.812 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:36 smithi194 ceph-mon[104785]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:36 smithi135 ceph-mon[93152]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:38 smithi194 ceph-mon[104785]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:38 smithi194 ceph-mon[104785]: pgmap v174: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:38 smithi135 ceph-mon[93152]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:38 smithi135 ceph-mon[93152]: pgmap v174: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:39.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:39 smithi135 ceph-mon[93152]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:39 smithi194 ceph-mon[104785]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:40 smithi194 ceph-mon[104785]: pgmap v175: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:40 smithi135 ceph-mon[93152]: pgmap v175: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:41 smithi194 ceph-mon[104785]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:41 smithi135 ceph-mon[93152]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:42.145 INFO:teuthology.orchestra.run.smithi135.stdout:haproxy.nfs.foo.smithi194.kzpalo smithi194 *:2999,9999 stopped 1s ago 86s - - 2023-10-08T04:32:42.147 INFO:teuthology.orchestra.run.smithi135.stdout:haproxy.nfs.foo.smithi135.ykbizd 2023-10-08T04:32:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:42 smithi194 ceph-mon[104785]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:42 smithi194 ceph-mon[104785]: pgmap v176: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:32:42.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:42 smithi135 ceph-mon[93152]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:42.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:42 smithi135 ceph-mon[93152]: pgmap v176: 97 pgs: 97 active+clean; 600 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:32:42.674 INFO:teuthology.orchestra.run.smithi135.stdout:Scheduled to start haproxy.nfs.foo.smithi194.kzpalo on host 'smithi194' 2023-10-08T04:32:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:43 smithi194 ceph-mon[104785]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:43 smithi135 ceph-mon[93152]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:44 smithi194 ceph-mon[104785]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi194.kzpalo", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:44 smithi194 ceph-mon[104785]: Schedule start daemon haproxy.nfs.foo.smithi194.kzpalo 2023-10-08T04:32:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:44 smithi194 ceph-mon[104785]: pgmap v177: 97 pgs: 97 active+clean; 609 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T04:32:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:44 smithi194 ceph-mon[104785]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:44 smithi135 ceph-mon[93152]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi194.kzpalo", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:44 smithi135 ceph-mon[93152]: Schedule start daemon haproxy.nfs.foo.smithi194.kzpalo 2023-10-08T04:32:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:44 smithi135 ceph-mon[93152]: pgmap v177: 97 pgs: 97 active+clean; 609 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-08T04:32:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:44 smithi135 ceph-mon[93152]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:46 smithi194 ceph-mon[104785]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:46 smithi194 ceph-mon[104785]: pgmap v178: 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-08T04:32:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:46 smithi135 ceph-mon[93152]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:46 smithi135 ceph-mon[93152]: pgmap v178: 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-08T04:32:47.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:47 smithi135 ceph-mon[93152]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:47 smithi194 ceph-mon[104785]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:48 smithi135 ceph-mon[93152]: pgmap v179: 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-08T04:32:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:48 smithi135 ceph-mon[93152]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:48 smithi194 ceph-mon[104785]: pgmap v179: 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-08T04:32:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:48 smithi194 ceph-mon[104785]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:50 smithi135 ceph-mon[93152]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:50 smithi135 ceph-mon[93152]: pgmap v180: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T04:32:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:50 smithi194 ceph-mon[104785]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:50 smithi194 ceph-mon[104785]: pgmap v180: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T04:32:51.143 INFO:teuthology.orchestra.run.smithi135.stdout:haproxy.nfs.foo.smithi194.kzpalo smithi194 *:2999,9999 running (5s) 0s ago 95s 13.0M - 2.3.17-d1c9119 e85424b0d443 f7a6c82b0cc6 2023-10-08T04:32:51.494 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:51 smithi135 ceph-mon[93152]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:51.494 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:51.494 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:51.495 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-08T04:32:51.511 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2023-10-08T04:32:51.512 DEBUG:teuthology.orchestra.run.smithi135:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2023-10-08T04:32:51.512 DEBUG:teuthology.orchestra.run.smithi135:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2023-10-08T04:32:51.512 DEBUG:teuthology.orchestra.run.smithi135:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2023-10-08T04:32:51.512 DEBUG:teuthology.orchestra.run.smithi135:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2023-10-08T04:32:51.512 DEBUG:teuthology.orchestra.run.smithi135:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2023-10-08T04:32:51.513 DEBUG:teuthology.orchestra.run.smithi135:> echo "Removing daemon $id fsid $fsid..." 2023-10-08T04:32:51.513 DEBUG:teuthology.orchestra.run.smithi135:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2023-10-08T04:32:51.513 DEBUG:teuthology.orchestra.run.smithi135:> 2023-10-08T04:32:51.513 DEBUG:teuthology.orchestra.run.smithi135:> echo "Waking up cephadm..." 2023-10-08T04:32:51.513 DEBUG:teuthology.orchestra.run.smithi135:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2023-10-08T04:32:51.513 DEBUG:teuthology.orchestra.run.smithi135:> 2023-10-08T04:32:51.513 DEBUG:teuthology.orchestra.run.smithi135:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2023-10-08T04:32:51.514 DEBUG:teuthology.orchestra.run.smithi135:> echo "Mount is back!" 2023-10-08T04:32:51.514 DEBUG:teuthology.orchestra.run.smithi135:> done 2023-10-08T04:32:51.514 DEBUG:teuthology.orchestra.run.smithi135:> ' 2023-10-08T04:32:51.543 INFO:teuthology.orchestra.run.smithi135.stderr:++ hostname 2023-10-08T04:32:51.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ echo 'Check with smithi135 ganesha(s) down...' 2023-10-08T04:32:51.545 INFO:teuthology.orchestra.run.smithi135.stdout:Check with smithi135 ganesha(s) down... 2023-10-08T04:32:51.546 INFO:teuthology.orchestra.run.smithi135.stderr:++ systemctl 2023-10-08T04:32:51.546 INFO:teuthology.orchestra.run.smithi135.stderr:++ grep ceph- 2023-10-08T04:32:51.546 INFO:teuthology.orchestra.run.smithi135.stderr:++ grep @nfs 2023-10-08T04:32:51.546 INFO:teuthology.orchestra.run.smithi135.stderr:++ awk '{print $1}' 2023-10-08T04:32:51.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2023-10-08T04:32:51.553 INFO:teuthology.orchestra.run.smithi135.stderr:++ echo ceph-a9325942-6592-11ee-8db5-212e2dc638e7@nfs.foo.0.0.smithi135.ujgfvk.service 2023-10-08T04:32:51.553 INFO:teuthology.orchestra.run.smithi135.stderr:++ sed s/@/-/ 2023-10-08T04:32:51.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ cid=ceph-a9325942-6592-11ee-8db5-212e2dc638e7-nfs.foo.0.0.smithi135.ujgfvk.service 2023-10-08T04:32:51.555 INFO:teuthology.orchestra.run.smithi135.stderr:++ echo ceph-a9325942-6592-11ee-8db5-212e2dc638e7@nfs.foo.0.0.smithi135.ujgfvk.service 2023-10-08T04:32:51.555 INFO:teuthology.orchestra.run.smithi135.stderr:++ cut -d @ -f 2 2023-10-08T04:32:51.555 INFO:teuthology.orchestra.run.smithi135.stderr:++ sed 's/.service$//' 2023-10-08T04:32:51.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ id=nfs.foo.0.0.smithi135.ujgfvk 2023-10-08T04:32:51.557 INFO:teuthology.orchestra.run.smithi135.stderr:++ echo ceph-a9325942-6592-11ee-8db5-212e2dc638e7@nfs.foo.0.0.smithi135.ujgfvk.service 2023-10-08T04:32:51.557 INFO:teuthology.orchestra.run.smithi135.stderr:++ cut -d @ -f 1 2023-10-08T04:32:51.557 INFO:teuthology.orchestra.run.smithi135.stderr:++ cut -d - -f 2- 2023-10-08T04:32:51.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ fsid=a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:32:51.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi135.ujgfvk fsid a9325942-6592-11ee-8db5-212e2dc638e7...' 2023-10-08T04:32:51.558 INFO:teuthology.orchestra.run.smithi135.stdout:Removing daemon nfs.foo.0.0.smithi135.ujgfvk fsid a9325942-6592-11ee-8db5-212e2dc638e7... 2023-10-08T04:32:51.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid a9325942-6592-11ee-8db5-212e2dc638e7 --name nfs.foo.0.0.smithi135.ujgfvk 2023-10-08T04:32:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:51 smithi194 ceph-mon[104785]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:52 smithi135 ceph-mon[93152]: pgmap v181: 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-08T04:32:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:52 smithi135 ceph-mon[93152]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:52 smithi194 ceph-mon[104785]: pgmap v181: 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-08T04:32:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:52 smithi194 ceph-mon[104785]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:53.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ echo 'Waking up cephadm...' 2023-10-08T04:32:53.513 INFO:teuthology.orchestra.run.smithi135.stdout:Waking up cephadm... 2023-10-08T04:32:53.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2023-10-08T04:32:54.065 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring fsid a9325942-6592-11ee-8db5-212e2dc638e7 2023-10-08T04:32:54.347 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/a9325942-6592-11ee-8db5-212e2dc638e7/mon.smithi135/config 2023-10-08T04:32:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:54 smithi135 ceph-mon[93152]: pgmap v182: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T04:32:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:54 smithi194 ceph-mon[104785]: pgmap v182: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-08T04:32:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:32:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:32:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:32:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:32:54.894 INFO:teuthology.orchestra.run.smithi135.stderr:Using ceph image with id 'd68377abd09f' and tag '9725b08fd801c82987c737f7e6d354878f036ee8' created on 2023-10-06 18:26:40 +0000 UTC 2023-10-08T04:32:54.894 INFO:teuthology.orchestra.run.smithi135.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991 2023-10-08T04:32:55.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:32:56.288 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-08T04:32:56.288 INFO:teuthology.orchestra.run.smithi135.stdout:alertmanager.smithi135 smithi135 *:9093,9094 running (4m) 2s ago 5m 26.9M - 0.25.0 c8568f914cd2 6278d89bf815 2023-10-08T04:32:56.288 INFO:teuthology.orchestra.run.smithi135.stdout:ceph-exporter.smithi135 smithi135 running (5m) 2s ago 5m 8346k - 18.0.0-6609-g9725b08f d68377abd09f 0ca3c5fa0bd1 2023-10-08T04:32:56.288 INFO:teuthology.orchestra.run.smithi135.stdout:ceph-exporter.smithi194 smithi194 running (4m) 5s ago 4m 8804k - 18.0.0-6609-g9725b08f d68377abd09f ffd520a2fa1f 2023-10-08T04:32:56.288 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi135 smithi135 running (5m) 2s ago 5m 7478k - 18.0.0-6609-g9725b08f d68377abd09f a73768493832 2023-10-08T04:32:56.288 INFO:teuthology.orchestra.run.smithi135.stdout:crash.smithi194 smithi194 running (4m) 5s ago 4m 7453k - 18.0.0-6609-g9725b08f d68377abd09f 1dd016469957 2023-10-08T04:32:56.288 INFO:teuthology.orchestra.run.smithi135.stdout:grafana.smithi135 smithi135 *:3000 running (4m) 2s ago 5m 90.7M - 9.4.7 2c41d148cca3 2a6456c86c66 2023-10-08T04:32:56.288 INFO:teuthology.orchestra.run.smithi135.stdout:haproxy.nfs.foo.smithi135.ykbizd smithi135 *:2999,9999 running (36s) 2s ago 106s 7402k - 2.3.17-d1c9119 e85424b0d443 21b056c16077 2023-10-08T04:32:56.288 INFO:teuthology.orchestra.run.smithi135.stdout:haproxy.nfs.foo.smithi194.kzpalo smithi194 *:2999,9999 running (10s) 5s ago 100s 13.0M - 2.3.17-d1c9119 e85424b0d443 f7a6c82b0cc6 2023-10-08T04:32:56.289 INFO:teuthology.orchestra.run.smithi135.stdout:keepalived.nfs.foo.smithi135.xtxlpx smithi135 running (94s) 2s ago 94s 2587k - 2.2.4 4a3a1ff181d9 cd419fb45603 2023-10-08T04:32:56.289 INFO:teuthology.orchestra.run.smithi135.stdout:keepalived.nfs.foo.smithi194.ozyjpc smithi194 running (88s) 5s ago 88s 2625k - 2.2.4 4a3a1ff181d9 f8f2c7377ad1 2023-10-08T04:32:56.289 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi135.biwzyv smithi135 running (116s) 2s ago 116s 17.5M - 18.0.0-6609-g9725b08f d68377abd09f 248c6676715e 2023-10-08T04:32:56.289 INFO:teuthology.orchestra.run.smithi135.stdout:mds.foofs.smithi194.irzkez smithi194 running (119s) 5s ago 118s 20.0M - 18.0.0-6609-g9725b08f d68377abd09f 8dafad29b3b8 2023-10-08T04:32:56.289 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi135.vegapu smithi135 *:9283,8765,8443 running (6m) 2s ago 6m 524M - 18.0.0-6609-g9725b08f d68377abd09f 4b37128957ae 2023-10-08T04:32:56.289 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.smithi194.ukbpjn smithi194 *:8443,9283,8765 running (4m) 5s ago 4m 449M - 18.0.0-6609-g9725b08f d68377abd09f 10701fa765ca 2023-10-08T04:32:56.289 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi135 smithi135 running (7m) 2s ago 7m 87.1M 2048M 18.0.0-6609-g9725b08f d68377abd09f d3fcf191aec8 2023-10-08T04:32:56.289 INFO:teuthology.orchestra.run.smithi135.stdout:mon.smithi194 smithi194 running (4m) 5s ago 4m 56.2M 2048M 18.0.0-6609-g9725b08f d68377abd09f 8cb0d93fb47b 2023-10-08T04:32:56.289 INFO:teuthology.orchestra.run.smithi135.stdout:nfs.foo.0.0.smithi135.ujgfvk smithi135 *:12999 running (114s) 2s ago 113s 74.1M - 5.5 d68377abd09f db83d4b791f2 2023-10-08T04:32:56.289 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi135 smithi135 *:9100 running (5m) 2s ago 5m 19.1M - 1.5.0 0da6a335fe13 eab09617d517 2023-10-08T04:32:56.290 INFO:teuthology.orchestra.run.smithi135.stdout:node-exporter.smithi194 smithi194 *:9100 running (4m) 5s ago 4m 18.0M - 1.5.0 0da6a335fe13 f390703218ba 2023-10-08T04:32:56.290 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi194 running (3m) 5s ago 3m 62.6M 3748M 18.0.0-6609-g9725b08f d68377abd09f 615995ae5b86 2023-10-08T04:32:56.290 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi135 running (3m) 2s ago 3m 67.3M 2980M 18.0.0-6609-g9725b08f d68377abd09f 6da1b6912206 2023-10-08T04:32:56.290 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi194 running (3m) 5s ago 3m 57.6M 3748M 18.0.0-6609-g9725b08f d68377abd09f 25f70a0c0b1a 2023-10-08T04:32:56.290 INFO:teuthology.orchestra.run.smithi135.stdout:osd.3 smithi135 running (3m) 2s ago 3m 64.9M 2980M 18.0.0-6609-g9725b08f d68377abd09f c308b915ed29 2023-10-08T04:32:56.290 INFO:teuthology.orchestra.run.smithi135.stdout:osd.4 smithi194 running (3m) 5s ago 3m 53.9M 3748M 18.0.0-6609-g9725b08f d68377abd09f de5e45e74994 2023-10-08T04:32:56.290 INFO:teuthology.orchestra.run.smithi135.stdout:osd.5 smithi135 running (3m) 2s ago 3m 54.8M 2980M 18.0.0-6609-g9725b08f d68377abd09f ceebbd86b557 2023-10-08T04:32:56.290 INFO:teuthology.orchestra.run.smithi135.stdout:osd.6 smithi194 running (3m) 5s ago 3m 56.0M 3748M 18.0.0-6609-g9725b08f d68377abd09f 7c4eaf3095f9 2023-10-08T04:32:56.290 INFO:teuthology.orchestra.run.smithi135.stdout:osd.7 smithi135 running (3m) 2s ago 3m 57.5M 2980M 18.0.0-6609-g9725b08f d68377abd09f af1ddd77a56f 2023-10-08T04:32:56.290 INFO:teuthology.orchestra.run.smithi135.stdout:prometheus.smithi135 smithi135 *:9095 running (73s) 2s ago 5m 50.0M - 2.43.0 a07b618ecd1d 7dcdc276beba 2023-10-08T04:32:56.638 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:56 smithi135 ceph-mon[93152]: pgmap v183: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 1 op/s 2023-10-08T04:32:56.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:56 smithi194 ceph-mon[104785]: pgmap v183: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 1 op/s 2023-10-08T04:32:57.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:32:57.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:57 smithi194 ceph-mon[104785]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:57.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:57 smithi135 ceph-mon[93152]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-08T04:32:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:32:58.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:32:58.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:32:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:32:58 smithi194 ceph-mon[104785]: pgmap v184: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:32:58 smithi135 ceph-mon[93152]: pgmap v184: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:32:59.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:32:59.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:00 smithi135 ceph-mon[93152]: pgmap v185: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:33:00.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:00.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:00 smithi194 ceph-mon[104785]: pgmap v185: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:33:01.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:01.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:01 smithi194 ceph-mon[104785]: pgmap v186: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:33:02.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:01 smithi135 ceph-mon[93152]: pgmap v186: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:33:02.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:02.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:03.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:03.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:03.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:03.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:03.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:33:03.839 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:33:03.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:03.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:33:03.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:03.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: Fencing old nfs.foo.0.0.smithi135.ujgfvk 2023-10-08T04:33:03.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi135.ujgfvk"}]: dispatch 2023-10-08T04:33:03.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi135.ujgfvk"}]': finished 2023-10-08T04:33:03.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:03.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: Creating key for client.nfs.foo.0.1.smithi135.oivmhy 2023-10-08T04:33:03.840 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi135.oivmhy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T04:33:03.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi135.oivmhy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T04:33:03.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T04:33:03.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:33:03.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:33:03.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:33:03.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T04:33:03.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T04:33:03.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: Rados config object exists: conf-nfs.foo 2023-10-08T04:33:03.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: Creating key for client.nfs.foo.0.1.smithi135.oivmhy-rgw 2023-10-08T04:33:03.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi135.oivmhy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T04:33:03.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi135.oivmhy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T04:33:03.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: Bind address in nfs.foo.0.1.smithi135.oivmhy's ganesha conf is defaulting to empty 2023-10-08T04:33:03.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:33:03.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: Deploying daemon nfs.foo.0.1.smithi135.oivmhy on smithi135 2023-10-08T04:33:03.842 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:03 smithi135 ceph-mon[93152]: pgmap v187: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:33:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:33:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:33:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:33:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: Fencing old nfs.foo.0.0.smithi135.ujgfvk 2023-10-08T04:33:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi135.ujgfvk"}]: dispatch 2023-10-08T04:33:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi135.ujgfvk"}]': finished 2023-10-08T04:33:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: Creating key for client.nfs.foo.0.1.smithi135.oivmhy 2023-10-08T04:33:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi135.oivmhy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-08T04:33:04.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi135.oivmhy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-08T04:33:04.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-08T04:33:04.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:33:04.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 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-08T04:33:04.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:33:04.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-08T04:33:04.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-08T04:33:04.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: Rados config object exists: conf-nfs.foo 2023-10-08T04:33:04.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: Creating key for client.nfs.foo.0.1.smithi135.oivmhy-rgw 2023-10-08T04:33:04.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi135.oivmhy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-08T04:33:04.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi135.oivmhy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-08T04:33:04.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: Bind address in nfs.foo.0.1.smithi135.oivmhy's ganesha conf is defaulting to empty 2023-10-08T04:33:04.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:33:04.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: Deploying daemon nfs.foo.0.1.smithi135.oivmhy on smithi135 2023-10-08T04:33:04.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:03 smithi194 ceph-mon[104785]: pgmap v187: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:33:04.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:04.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:05 smithi135 ceph-mon[93152]: from='mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056]' entity='mds.foofs.smithi194.irzkez' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.135:0/1710880781"}]: dispatch 2023-10-08T04:33:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:05 smithi135 ceph-mon[93152]: from='mds.? ' entity='mds.foofs.smithi194.irzkez' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.135:0/1710880781"}]: dispatch 2023-10-08T04:33:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:05 smithi194 ceph-mon[104785]: from='mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056]' entity='mds.foofs.smithi194.irzkez' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.135:0/1710880781"}]: dispatch 2023-10-08T04:33:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:05 smithi194 ceph-mon[104785]: from='mds.? ' entity='mds.foofs.smithi194.irzkez' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.135:0/1710880781"}]: dispatch 2023-10-08T04:33:05.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:05.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:06 smithi194 ceph-mon[104785]: pgmap v188: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:33:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:06 smithi194 ceph-mon[104785]: Evicting (and blocklisting) client session 14610 (172.21.15.135:0/1710880781) 2023-10-08T04:33:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:06 smithi194 ceph-mon[104785]: from='mds.? ' entity='mds.foofs.smithi194.irzkez' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.135:0/1710880781"}]': finished 2023-10-08T04:33:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:06 smithi194 ceph-mon[104785]: osdmap e46: 8 total, 8 up, 8 in 2023-10-08T04:33:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:33:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:06 smithi135 ceph-mon[93152]: pgmap v188: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:33:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:06 smithi135 ceph-mon[93152]: Evicting (and blocklisting) client session 14610 (172.21.15.135:0/1710880781) 2023-10-08T04:33:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:06 smithi135 ceph-mon[93152]: from='mds.? ' entity='mds.foofs.smithi194.irzkez' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.135:0/1710880781"}]': finished 2023-10-08T04:33:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:06 smithi135 ceph-mon[93152]: osdmap e46: 8 total, 8 up, 8 in 2023-10-08T04:33:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:33:06.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:06.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:07.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:07.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:08 smithi194 ceph-mon[104785]: pgmap v190: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 204 B/s wr, 0 op/s 2023-10-08T04:33:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:08 smithi135 ceph-mon[93152]: pgmap v190: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 204 B/s wr, 0 op/s 2023-10-08T04:33:08.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:08.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:09.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:09.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:10 smithi194 ceph-mon[104785]: pgmap v191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 818 B/s wr, 2 op/s 2023-10-08T04:33:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:10 smithi135 ceph-mon[93152]: pgmap v191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 818 B/s wr, 2 op/s 2023-10-08T04:33:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:10.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:10.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:11.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:11.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:11 smithi194 ceph-mon[104785]: pgmap v192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2023-10-08T04:33:12.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:11 smithi135 ceph-mon[93152]: pgmap v192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2023-10-08T04:33:12.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:12.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:13.646 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:13.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:13.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:33:13.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:33:13.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:13.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:33:13.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:13.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:13 smithi135 ceph-mon[93152]: Reconfiguring haproxy.nfs.foo.smithi135.ykbizd (dependencies changed)... 2023-10-08T04:33:13.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:13 smithi135 ceph-mon[93152]: Reconfiguring daemon haproxy.nfs.foo.smithi135.ykbizd on smithi135 2023-10-08T04:33:13.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:13 smithi135 ceph-mon[93152]: pgmap v193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2023-10-08T04:33:13.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:13.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:33:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:33:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:33:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:13 smithi194 ceph-mon[104785]: Reconfiguring haproxy.nfs.foo.smithi135.ykbizd (dependencies changed)... 2023-10-08T04:33:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:13 smithi194 ceph-mon[104785]: Reconfiguring daemon haproxy.nfs.foo.smithi135.ykbizd on smithi135 2023-10-08T04:33:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:13 smithi194 ceph-mon[104785]: pgmap v193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2023-10-08T04:33:14.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:14.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:15.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:15.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:16 smithi194 ceph-mon[104785]: pgmap v194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 921 B/s wr, 2 op/s 2023-10-08T04:33:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:16 smithi194 ceph-mon[104785]: Reconfiguring haproxy.nfs.foo.smithi194.kzpalo (dependencies changed)... 2023-10-08T04:33:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:16 smithi194 ceph-mon[104785]: Reconfiguring daemon haproxy.nfs.foo.smithi194.kzpalo on smithi194 2023-10-08T04:33:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:16 smithi135 ceph-mon[93152]: pgmap v194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 921 B/s wr, 2 op/s 2023-10-08T04:33:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:16 smithi135 ceph-mon[93152]: Reconfiguring haproxy.nfs.foo.smithi194.kzpalo (dependencies changed)... 2023-10-08T04:33:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:16 smithi135 ceph-mon[93152]: Reconfiguring daemon haproxy.nfs.foo.smithi194.kzpalo on smithi194 2023-10-08T04:33:17.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:17.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:18.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:18.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:18 smithi194 ceph-mon[104785]: pgmap v195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 771 B/s wr, 1 op/s 2023-10-08T04:33:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:33:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:18 smithi135 ceph-mon[93152]: pgmap v195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 771 B/s wr, 1 op/s 2023-10-08T04:33:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:33:19.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:19.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:20 smithi135 ceph-mon[93152]: pgmap v196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 2 op/s 2023-10-08T04:33:20.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:20.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:20 smithi194 ceph-mon[104785]: pgmap v196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 2 op/s 2023-10-08T04:33:21.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:21.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:21 smithi194 ceph-mon[104785]: pgmap v197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T04:33:22.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:21 smithi135 ceph-mon[93152]: pgmap v197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 1 op/s 2023-10-08T04:33:22.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:22.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:23.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:23.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:24.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:23 smithi135 ceph-mon[93152]: pgmap v198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:33:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:23 smithi194 ceph-mon[104785]: pgmap v198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:33:24.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:24.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:25.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:25.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:33:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:33:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:33:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:25 smithi194 ceph-mon[104785]: pgmap v199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:33:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:33:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:33:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:33:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:33:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:25 smithi135 ceph-mon[93152]: pgmap v199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-08T04:33:26.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:26.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:27.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:27.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:28 smithi194 ceph-mon[104785]: pgmap v200: 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-08T04:33:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:28 smithi135 ceph-mon[93152]: pgmap v200: 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-08T04:33:28.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:28.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:29.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:29.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:30 smithi194 ceph-mon[104785]: pgmap v201: 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-08T04:33:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:30 smithi135 ceph-mon[93152]: pgmap v201: 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-08T04:33:30.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:30.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:31.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:31.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:31 smithi194 ceph-mon[104785]: pgmap v202: 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-08T04:33:32.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:31 smithi135 ceph-mon[93152]: pgmap v202: 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-08T04:33:32.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:32.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:33.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:33.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:34 smithi194 ceph-mon[104785]: pgmap v203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:34 smithi135 ceph-mon[93152]: pgmap v203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:34.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:34.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:35.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:35.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:36 smithi194 ceph-mon[104785]: pgmap v204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:36.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:36 smithi135 ceph-mon[93152]: pgmap v204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:36.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:36.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:37.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:37.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:38 smithi194 ceph-mon[104785]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:38 smithi135 ceph-mon[93152]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:38.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:38.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:39.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:39.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:40 smithi194 ceph-mon[104785]: pgmap v206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:33:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:40 smithi135 ceph-mon[93152]: pgmap v206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:33:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:40.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:40.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:41.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:41.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:41 smithi194 ceph-mon[104785]: pgmap v207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:41 smithi135 ceph-mon[93152]: pgmap v207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:42.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:42.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:43.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:43.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:44 smithi194 ceph-mon[104785]: pgmap v208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:44 smithi135 ceph-mon[93152]: pgmap v208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:44.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:44.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:45.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:45.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:46 smithi194 ceph-mon[104785]: pgmap v209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:46 smithi135 ceph-mon[93152]: pgmap v209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:46.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:46.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:47.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:47.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:48 smithi194 ceph-mon[104785]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:48 smithi135 ceph-mon[93152]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:48.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:48.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:49.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:49.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:50 smithi194 ceph-mon[104785]: pgmap v211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:33:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:50 smithi135 ceph-mon[93152]: pgmap v211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:33:50.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:50.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:51.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:51.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:51.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:51 smithi194 ceph-mon[104785]: pgmap v212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:52.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:51 smithi135 ceph-mon[93152]: pgmap v212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:52.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:52.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:53.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:53.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:54 smithi194 ceph-mon[104785]: pgmap v213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:54 smithi135 ceph-mon[93152]: pgmap v213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:33:54.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:54.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:33:55.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:55.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:56 smithi194 ceph-mon[104785]: 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-08T04:33:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:56 smithi135 ceph-mon[93152]: 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-08T04:33:56.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:56.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:57.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:57.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:33:58 smithi194 ceph-mon[104785]: 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-08T04:33:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:33:58 smithi135 ceph-mon[93152]: 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-08T04:33:58.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:58.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:33:59.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:33:59.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:00 smithi194 ceph-mon[104785]: 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-08T04:34:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:00 smithi135 ceph-mon[93152]: 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-08T04:34:00.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:00.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:01.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:01.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:01 smithi194 ceph-mon[104785]: 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-08T04:34:02.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:01 smithi135 ceph-mon[93152]: 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-08T04:34:02.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:02.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:03.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:03.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:04 smithi194 ceph-mon[104785]: 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-08T04:34:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:04 smithi135 ceph-mon[93152]: 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-08T04:34:04.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:04.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:05.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:05.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:06 smithi194 ceph-mon[104785]: 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-08T04:34:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:06 smithi135 ceph-mon[93152]: 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-08T04:34:06.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:06.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:07.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:07.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:08 smithi194 ceph-mon[104785]: 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-08T04:34:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:08 smithi135 ceph-mon[93152]: 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-08T04:34:08.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:08.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:09.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:09.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:10.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:10 smithi135 ceph-mon[93152]: 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-08T04:34:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:10 smithi194 ceph-mon[104785]: 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-08T04:34:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:10.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:10.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:11.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:11.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:11 smithi194 ceph-mon[104785]: 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-08T04:34:12.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:11 smithi135 ceph-mon[93152]: 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-08T04:34:12.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:12.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:13.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:13.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:14 smithi194 ceph-mon[104785]: 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-08T04:34:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:14 smithi135 ceph-mon[93152]: 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-08T04:34:14.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:14.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:15.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:15.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:16 smithi194 ceph-mon[104785]: 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-08T04:34:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:16 smithi135 ceph-mon[93152]: 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-08T04:34:16.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:16.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:17.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:17.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:18 smithi194 ceph-mon[104785]: 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-08T04:34:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:18 smithi135 ceph-mon[93152]: 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-08T04:34:18.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:18.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:19.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:19.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:20 smithi135 ceph-mon[93152]: 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-08T04:34:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:20 smithi194 ceph-mon[104785]: 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-08T04:34:20.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:20.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:21.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:21.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:21 smithi194 ceph-mon[104785]: 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-08T04:34:22.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:21 smithi135 ceph-mon[93152]: 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-08T04:34:22.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:22.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:23.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:23.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:24 smithi194 ceph-mon[104785]: 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-08T04:34:24.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:24 smithi135 ceph-mon[93152]: 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-08T04:34:24.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:24.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:25.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:25.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:26 smithi194 ceph-mon[104785]: 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-08T04:34:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:34:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:26 smithi135 ceph-mon[93152]: 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-08T04:34:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:34:26.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:26.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:27.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:27.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:28 smithi194 ceph-mon[104785]: 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-08T04:34:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:28 smithi135 ceph-mon[93152]: 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-08T04:34:28.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:28.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:29.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:29.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:30 smithi194 ceph-mon[104785]: 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-08T04:34:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:30 smithi135 ceph-mon[93152]: 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-08T04:34:30.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:30.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:31.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:31.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:31 smithi194 ceph-mon[104785]: 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-08T04:34:32.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:31 smithi135 ceph-mon[93152]: 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-08T04:34:32.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:32.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:34:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:34:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:34:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:34:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:34:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:34:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:34:33.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:34:33.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:34:33.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:34:33.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:34:33.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:34:33.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:34:33.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:34:33.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:33.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:34 smithi194 ceph-mon[104785]: 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-08T04:34:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:34 smithi135 ceph-mon[93152]: 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-08T04:34:34.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:34.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:35.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:35.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:36 smithi194 ceph-mon[104785]: 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-08T04:34:36.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:36 smithi135 ceph-mon[93152]: 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-08T04:34:36.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:36.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:37.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:37.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:38 smithi194 ceph-mon[104785]: 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-08T04:34:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:38 smithi135 ceph-mon[93152]: 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-08T04:34:38.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:38.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:39.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:39.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:40 smithi194 ceph-mon[104785]: 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-08T04:34:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:40 smithi135 ceph-mon[93152]: 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-08T04:34:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:40.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:40.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:41.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:41.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:41 smithi194 ceph-mon[104785]: 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-08T04:34:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:41 smithi135 ceph-mon[93152]: 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-08T04:34:42.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:42.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:43.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:43.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:44 smithi194 ceph-mon[104785]: 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-08T04:34:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:44 smithi135 ceph-mon[93152]: 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-08T04:34:44.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:44.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:45.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:45.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:46 smithi194 ceph-mon[104785]: 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-08T04:34:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:46 smithi135 ceph-mon[93152]: 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-08T04:34:46.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:46.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:47.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:47.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:48 smithi194 ceph-mon[104785]: 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-08T04:34:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:48 smithi135 ceph-mon[93152]: 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-08T04:34:48.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:48.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:49.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:49.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:50 smithi194 ceph-mon[104785]: 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-08T04:34:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:50 smithi135 ceph-mon[93152]: 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-08T04:34:50.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:50.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:51.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:51.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:51.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:51 smithi194 ceph-mon[104785]: 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-08T04:34:52.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:51 smithi135 ceph-mon[93152]: 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-08T04:34:52.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:52.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:53.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:53.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:54 smithi194 ceph-mon[104785]: 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-08T04:34:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:54 smithi135 ceph-mon[93152]: 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-08T04:34:54.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:54.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:55.305 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:34:55.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:55.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:56 smithi194 ceph-mon[104785]: 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-08T04:34:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:56 smithi135 ceph-mon[93152]: 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-08T04:34:56.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:56.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:57.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:57.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:34:58 smithi194 ceph-mon[104785]: 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-08T04:34:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:34:58 smithi135 ceph-mon[93152]: 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-08T04:34:58.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:58.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:34:59.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:34:59.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:00.355 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:00 smithi135 ceph-mon[93152]: 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-08T04:35:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:00 smithi194 ceph-mon[104785]: 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-08T04:35:00.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:00.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:01.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:01.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:01 smithi194 ceph-mon[104785]: 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-08T04:35:02.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:01 smithi135 ceph-mon[93152]: 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-08T04:35:02.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:02.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:03.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:03.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:04 smithi194 ceph-mon[104785]: 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-08T04:35:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:04 smithi135 ceph-mon[93152]: 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-08T04:35:04.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:04.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:05.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:05.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:06 smithi194 ceph-mon[104785]: 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-08T04:35:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:06 smithi135 ceph-mon[93152]: 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-08T04:35:06.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:06.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:07.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:07.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:08 smithi194 ceph-mon[104785]: 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-08T04:35:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:08 smithi135 ceph-mon[93152]: 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-08T04:35:08.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:08.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:09.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:09.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:10.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:10 smithi135 ceph-mon[93152]: 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-08T04:35:10.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:10 smithi194 ceph-mon[104785]: 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-08T04:35:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:10.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:10.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:11.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:11.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:11 smithi194 ceph-mon[104785]: 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-08T04:35:12.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:11 smithi135 ceph-mon[93152]: 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-08T04:35:12.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:12.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:13.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:13.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:14 smithi194 ceph-mon[104785]: 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-08T04:35:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:14 smithi135 ceph-mon[93152]: 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-08T04:35:14.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:14.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:15.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:15.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:16 smithi194 ceph-mon[104785]: 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-08T04:35:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:16 smithi135 ceph-mon[93152]: 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-08T04:35:16.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:16.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:17.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:17.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:18.323 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:18 smithi194 ceph-mon[104785]: 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-08T04:35:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:18 smithi135 ceph-mon[93152]: 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-08T04:35:18.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:18.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:19.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:19.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:20 smithi194 ceph-mon[104785]: 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-08T04:35:20.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:20 smithi135 ceph-mon[93152]: 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-08T04:35:20.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:20.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:21.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:21.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:21 smithi194 ceph-mon[104785]: 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-08T04:35:22.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:21 smithi135 ceph-mon[93152]: 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-08T04:35:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:22.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:23.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:23.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:24 smithi194 ceph-mon[104785]: 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-08T04:35:24.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:24 smithi135 ceph-mon[93152]: 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-08T04:35:24.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:24.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:25.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:25.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:26 smithi194 ceph-mon[104785]: 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-08T04:35:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:26 smithi135 ceph-mon[93152]: 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-08T04:35:26.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:26.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:27.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:27.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:28.427 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:28 smithi194 ceph-mon[104785]: 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-08T04:35:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:28 smithi135 ceph-mon[93152]: 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-08T04:35:28.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:28.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:29.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:29.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:30 smithi194 ceph-mon[104785]: 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-08T04:35:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:30 smithi135 ceph-mon[93152]: 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-08T04:35:30.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:30.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:31.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:31.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:31 smithi194 ceph-mon[104785]: 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-08T04:35:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:31 smithi135 ceph-mon[93152]: 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-08T04:35:32.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:32.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:35:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:35:33.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:33.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:33 smithi194 ceph-mon[104785]: 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-08T04:35:34.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:33 smithi135 ceph-mon[93152]: 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-08T04:35:34.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:34.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:35.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:35.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:36 smithi194 ceph-mon[104785]: 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-08T04:35:36.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:36 smithi135 ceph-mon[93152]: 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-08T04:35:36.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:36.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:37.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:37.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:38 smithi194 ceph-mon[104785]: 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-08T04:35:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:38 smithi135 ceph-mon[93152]: 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-08T04:35:38.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:38.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:39.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:39.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:40 smithi194 ceph-mon[104785]: 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-08T04:35:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:35:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:35:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:40 smithi135 ceph-mon[93152]: 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-08T04:35:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:35:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:35:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:40.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:40.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:35:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:35:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:35:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:35:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:35:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:35:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:35:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:35:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:35:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:35:41.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:41.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:42 smithi194 ceph-mon[104785]: 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-08T04:35:42.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:42 smithi135 ceph-mon[93152]: 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-08T04:35:42.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:42.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:43.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:43.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:44 smithi194 ceph-mon[104785]: 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-08T04:35:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:44 smithi135 ceph-mon[93152]: 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-08T04:35:44.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:44.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:45.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:45.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:46 smithi194 ceph-mon[104785]: 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-08T04:35:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:46 smithi135 ceph-mon[93152]: 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-08T04:35:46.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:46.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:47.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:47.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:48 smithi194 ceph-mon[104785]: 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-08T04:35:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:48 smithi135 ceph-mon[93152]: 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-08T04:35:48.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:48.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:49.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:49.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:50 smithi194 ceph-mon[104785]: 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-08T04:35:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:50 smithi135 ceph-mon[93152]: 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-08T04:35:50.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:50.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:51.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:51.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:51.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:51 smithi194 ceph-mon[104785]: 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-08T04:35:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:51 smithi135 ceph-mon[93152]: 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-08T04:35:52.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:52.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:53.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:53.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:54 smithi194 ceph-mon[104785]: 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-08T04:35:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:54 smithi135 ceph-mon[93152]: 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-08T04:35:54.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:54.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:35:55.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:55.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:56 smithi135 ceph-mon[93152]: 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-08T04:35:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:56 smithi194 ceph-mon[104785]: 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-08T04:35:56.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:56.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:57.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:57.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:35:58 smithi194 ceph-mon[104785]: 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-08T04:35:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:35:58 smithi135 ceph-mon[93152]: 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-08T04:35:58.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:58.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:35:59.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:35:59.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:00 smithi194 ceph-mon[104785]: 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-08T04:36:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:00 smithi135 ceph-mon[93152]: 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-08T04:36:00.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:00.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:01.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:01.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:01 smithi194 ceph-mon[104785]: 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-08T04:36:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:01 smithi135 ceph-mon[93152]: 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-08T04:36:02.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:02.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:03.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:03.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:04 smithi194 ceph-mon[104785]: 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-08T04:36:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:04 smithi135 ceph-mon[93152]: 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-08T04:36:04.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:04.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:05.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:05.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:06 smithi135 ceph-mon[93152]: 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-08T04:36:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:06 smithi194 ceph-mon[104785]: 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-08T04:36:06.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:06.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:07.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:07.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:08 smithi194 ceph-mon[104785]: 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-08T04:36:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:08 smithi135 ceph-mon[93152]: 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-08T04:36:08.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:08.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:09.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:09.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:10 smithi194 ceph-mon[104785]: 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-08T04:36:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:10 smithi135 ceph-mon[93152]: 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-08T04:36:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:10.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:10.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:11.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:11.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:11 smithi194 ceph-mon[104785]: 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-08T04:36:12.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:11 smithi135 ceph-mon[93152]: 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-08T04:36:12.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:12.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:13.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:13.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:14 smithi194 ceph-mon[104785]: 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-08T04:36:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:14 smithi135 ceph-mon[93152]: 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-08T04:36:14.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:15.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:15.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:15.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:16 smithi194 ceph-mon[104785]: 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-08T04:36:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:16 smithi135 ceph-mon[93152]: 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-08T04:36:16.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:17.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:17.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:17.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:18 smithi135 ceph-mon[93152]: 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-08T04:36:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:18 smithi194 ceph-mon[104785]: 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-08T04:36:18.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:18.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:19.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:20.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:20 smithi194 ceph-mon[104785]: 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-08T04:36:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:20 smithi135 ceph-mon[93152]: 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-08T04:36:20.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:21.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:21.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:21.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:22.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:21 smithi135 ceph-mon[93152]: 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-08T04:36:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:21 smithi194 ceph-mon[104785]: 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-08T04:36:22.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:22.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:23.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:23.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:24 smithi194 ceph-mon[104785]: 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-08T04:36:24.651 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:24 smithi135 ceph-mon[93152]: 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-08T04:36:24.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:24.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:25.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:25.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:26 smithi194 ceph-mon[104785]: 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-08T04:36:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:26 smithi135 ceph-mon[93152]: 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-08T04:36:26.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:26.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:27.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:27.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:28 smithi194 ceph-mon[104785]: 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-08T04:36:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:28 smithi135 ceph-mon[93152]: 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-08T04:36:28.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:28.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:29.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:29.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:30 smithi194 ceph-mon[104785]: 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-08T04:36:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:30 smithi135 ceph-mon[93152]: 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-08T04:36:30.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:30.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:31.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:31.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:31 smithi135 ceph-mon[93152]: 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-08T04:36:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:31 smithi194 ceph-mon[104785]: 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-08T04:36:32.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:32.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:33.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:33.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:34 smithi194 ceph-mon[104785]: 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-08T04:36:34.788 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:34 smithi135 ceph-mon[93152]: 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-08T04:36:34.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:34.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:35.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:35.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:36 smithi194 ceph-mon[104785]: 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-08T04:36:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:36 smithi135 ceph-mon[93152]: 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-08T04:36:36.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:36.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:37.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:37.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:38 smithi194 ceph-mon[104785]: 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-08T04:36:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:38 smithi135 ceph-mon[93152]: 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-08T04:36:38.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:38.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:39.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:39.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:40 smithi194 ceph-mon[104785]: 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-08T04:36:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:40 smithi135 ceph-mon[93152]: 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-08T04:36:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:40.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:40.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:41.344 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:36:41.344 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:36:41.344 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:36:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:36:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:36:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:36:41.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:41.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:42 smithi194 ceph-mon[104785]: 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-08T04:36:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:36:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:36:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:36:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:36:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:36:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:42 smithi135 ceph-mon[93152]: 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-08T04:36:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:36:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:36:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:36:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:36:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:36:42.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:42.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:43.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:43.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:44 smithi194 ceph-mon[104785]: 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-08T04:36:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:44 smithi135 ceph-mon[93152]: 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-08T04:36:44.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:44.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:45.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:45.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:46.389 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:46 smithi135 ceph-mon[93152]: 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-08T04:36:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:46 smithi194 ceph-mon[104785]: 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-08T04:36:46.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:46.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:47.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:47.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:48 smithi194 ceph-mon[104785]: 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-08T04:36:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:48 smithi135 ceph-mon[93152]: 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-08T04:36:49.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:49.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:50.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:50.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:50 smithi194 ceph-mon[104785]: 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-08T04:36:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:50 smithi135 ceph-mon[93152]: 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-08T04:36:51.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:51.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:52.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:52.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:52.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:51 smithi194 ceph-mon[104785]: 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-08T04:36:52.307 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:51 smithi135 ceph-mon[93152]: 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-08T04:36:53.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:53.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:54.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:54.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:54 smithi194 ceph-mon[104785]: 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-08T04:36:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:54 smithi135 ceph-mon[93152]: 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-08T04:36:55.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:55.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:36:56.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:56.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:56 smithi194 ceph-mon[104785]: 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-08T04:36:56.488 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:56 smithi135 ceph-mon[93152]: 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-08T04:36:57.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:57.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:58.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:58.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:36:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:36:58 smithi194 ceph-mon[104785]: 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-08T04:36:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:36:58 smithi135 ceph-mon[93152]: 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-08T04:36:59.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:36:59.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:00.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:00.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:00 smithi194 ceph-mon[104785]: 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-08T04:37:00.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:00 smithi135 ceph-mon[93152]: 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-08T04:37:01.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:01.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:02.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:01 smithi135 ceph-mon[93152]: 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-08T04:37:02.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:02.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:01 smithi194 ceph-mon[104785]: 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-08T04:37:03.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:03.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:04.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:04.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:04.425 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:04 smithi194 ceph-mon[104785]: 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-08T04:37:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:04 smithi135 ceph-mon[93152]: 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-08T04:37:05.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:05.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:06.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:06.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:06 smithi194 ceph-mon[104785]: 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-08T04:37:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:06 smithi135 ceph-mon[93152]: 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-08T04:37:07.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:07.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:08.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:08.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:08 smithi194 ceph-mon[104785]: 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-08T04:37:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:08 smithi135 ceph-mon[93152]: 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-08T04:37:09.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:09.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:10.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:10.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:10 smithi194 ceph-mon[104785]: 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-08T04:37:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:10 smithi135 ceph-mon[93152]: 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-08T04:37:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:11.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:11.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:12.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:11 smithi135 ceph-mon[93152]: 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-08T04:37:12.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:12.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:11 smithi194 ceph-mon[104785]: 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-08T04:37:13.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:13.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:14.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:14.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:14 smithi194 ceph-mon[104785]: 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-08T04:37:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:14 smithi135 ceph-mon[93152]: 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-08T04:37:15.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:15.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:16.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:16.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:16 smithi194 ceph-mon[104785]: 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-08T04:37:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:16 smithi135 ceph-mon[93152]: 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-08T04:37:17.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:17.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:18.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:18.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:18 smithi194 ceph-mon[104785]: 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-08T04:37:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:18 smithi135 ceph-mon[93152]: 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-08T04:37:19.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:19.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:20.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:20.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:20 smithi194 ceph-mon[104785]: 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-08T04:37:20.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:20 smithi135 ceph-mon[93152]: 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-08T04:37:21.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:21.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:22.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:21 smithi135 ceph-mon[93152]: 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-08T04:37:22.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:22.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:21 smithi194 ceph-mon[104785]: 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-08T04:37:23.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:23.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:24.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:24.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:24 smithi194 ceph-mon[104785]: 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-08T04:37:24.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:24 smithi135 ceph-mon[93152]: 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-08T04:37:25.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:25.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:26.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:26.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:26 smithi194 ceph-mon[104785]: 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-08T04:37:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:26 smithi135 ceph-mon[93152]: 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-08T04:37:27.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:27.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:28.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:28.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:28 smithi194 ceph-mon[104785]: 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-08T04:37:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:28 smithi135 ceph-mon[93152]: 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-08T04:37:29.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:29.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:30.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:30.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:30 smithi194 ceph-mon[104785]: 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-08T04:37:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:30 smithi135 ceph-mon[93152]: 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-08T04:37:31.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:31.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:32.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:31 smithi135 ceph-mon[93152]: 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-08T04:37:32.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:32.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:31 smithi194 ceph-mon[104785]: 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-08T04:37:33.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:33.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:34.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:34.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:34 smithi194 ceph-mon[104785]: 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-08T04:37:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:34 smithi135 ceph-mon[93152]: 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-08T04:37:35.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:35.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:36.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:36.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:36 smithi194 ceph-mon[104785]: 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-08T04:37:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:36 smithi135 ceph-mon[93152]: 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-08T04:37:37.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:37.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:38.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:38.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:38.693 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:38 smithi194 ceph-mon[104785]: 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-08T04:37:38.693 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:38 smithi135 ceph-mon[93152]: 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-08T04:37:39.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:39.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:40.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:40.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:40 smithi194 ceph-mon[104785]: 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-08T04:37:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:40 smithi135 ceph-mon[93152]: 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-08T04:37:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:41.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:41.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:41 smithi135 ceph-mon[93152]: 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-08T04:37:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:37:42.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:42.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:41 smithi194 ceph-mon[104785]: 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-08T04:37:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:37:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:37:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:37:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:37:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:37:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:37:43.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:43.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:37:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:37:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:37:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:37:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:37:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:43 smithi135 ceph-mon[93152]: 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-08T04:37:44.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:44.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:43 smithi194 ceph-mon[104785]: 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-08T04:37:45.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:45.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:46.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:46.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:46 smithi194 ceph-mon[104785]: 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-08T04:37:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:46 smithi135 ceph-mon[93152]: 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-08T04:37:47.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:47.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:48.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:48.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:48 smithi194 ceph-mon[104785]: 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-08T04:37:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:48 smithi135 ceph-mon[93152]: 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-08T04:37:49.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:49.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:50.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:50.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:50 smithi194 ceph-mon[104785]: 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-08T04:37:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:50 smithi135 ceph-mon[93152]: 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-08T04:37:51.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:51.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:52.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:51 smithi135 ceph-mon[93152]: 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-08T04:37:52.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:52.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:51 smithi194 ceph-mon[104785]: 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-08T04:37:53.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:53.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:54.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:54.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:54 smithi194 ceph-mon[104785]: 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-08T04:37:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:54 smithi135 ceph-mon[93152]: 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-08T04:37:55.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:55.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:37:56.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:56.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:56 smithi194 ceph-mon[104785]: 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-08T04:37:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:56 smithi135 ceph-mon[93152]: 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-08T04:37:57.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:57.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:58.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:58.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:37:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:37:58 smithi194 ceph-mon[104785]: 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-08T04:37:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:37:58 smithi135 ceph-mon[93152]: 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-08T04:37:59.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:37:59.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:00.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:00.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:00 smithi194 ceph-mon[104785]: 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-08T04:38:00.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:00 smithi135 ceph-mon[93152]: 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-08T04:38:01.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:01.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:01 smithi135 ceph-mon[93152]: 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-08T04:38:02.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:02.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:01 smithi194 ceph-mon[104785]: 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-08T04:38:03.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:03.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:04.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:04.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:04 smithi194 ceph-mon[104785]: 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-08T04:38:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:04 smithi135 ceph-mon[93152]: 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-08T04:38:05.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:05.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:06.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:06.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:06 smithi194 ceph-mon[104785]: 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-08T04:38:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:06 smithi135 ceph-mon[93152]: 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-08T04:38:07.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:07.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:08.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:08.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:08 smithi194 ceph-mon[104785]: 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-08T04:38:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:08 smithi135 ceph-mon[93152]: 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-08T04:38:09.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:09.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:10.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:10.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:10 smithi194 ceph-mon[104785]: 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-08T04:38:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:10 smithi135 ceph-mon[93152]: 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-08T04:38:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:11.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:11.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:11 smithi135 ceph-mon[93152]: 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-08T04:38:12.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:12.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:11 smithi194 ceph-mon[104785]: 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-08T04:38:13.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:13.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:14.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:14.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:14 smithi194 ceph-mon[104785]: 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-08T04:38:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:14 smithi135 ceph-mon[93152]: 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-08T04:38:15.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:15.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:16.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:16.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:16 smithi194 ceph-mon[104785]: 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-08T04:38:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:16 smithi135 ceph-mon[93152]: 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-08T04:38:17.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:17.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:18.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:18.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:18 smithi194 ceph-mon[104785]: 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-08T04:38:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:18 smithi135 ceph-mon[93152]: 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-08T04:38:19.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:19.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:20.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:20.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:20 smithi194 ceph-mon[104785]: 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-08T04:38:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:20 smithi135 ceph-mon[93152]: 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-08T04:38:21.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:21.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:22.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:21 smithi135 ceph-mon[93152]: 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-08T04:38:22.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:22.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:21 smithi194 ceph-mon[104785]: 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-08T04:38:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:22 smithi135 ceph-mon[93152]: evicting unresponsive client smithi135:nfs.foo.1 (14872), after 317.413 seconds 2023-10-08T04:38:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:22 smithi135 ceph-mon[93152]: Evicting (and blocklisting) client session 14872 (172.21.15.135:0/3836265471) 2023-10-08T04:38:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:22 smithi135 ceph-mon[93152]: from='mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056]' entity='mds.foofs.smithi194.irzkez' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.135:0/3836265471"}]: dispatch 2023-10-08T04:38:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:22 smithi135 ceph-mon[93152]: from='mds.? ' entity='mds.foofs.smithi194.irzkez' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.135:0/3836265471"}]: dispatch 2023-10-08T04:38:23.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:23.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:22 smithi194 ceph-mon[104785]: evicting unresponsive client smithi135:nfs.foo.1 (14872), after 317.413 seconds 2023-10-08T04:38:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:22 smithi194 ceph-mon[104785]: Evicting (and blocklisting) client session 14872 (172.21.15.135:0/3836265471) 2023-10-08T04:38:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:22 smithi194 ceph-mon[104785]: from='mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056]' entity='mds.foofs.smithi194.irzkez' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.135:0/3836265471"}]: dispatch 2023-10-08T04:38:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:22 smithi194 ceph-mon[104785]: from='mds.? ' entity='mds.foofs.smithi194.irzkez' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.135:0/3836265471"}]: dispatch 2023-10-08T04:38:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:23 smithi135 ceph-mon[93152]: from='mds.? ' entity='mds.foofs.smithi194.irzkez' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.135:0/3836265471"}]': finished 2023-10-08T04:38:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:23 smithi135 ceph-mon[93152]: osdmap e47: 8 total, 8 up, 8 in 2023-10-08T04:38:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:23 smithi135 ceph-mon[93152]: pgmap v349: 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-08T04:38:24.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:24.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:23 smithi194 ceph-mon[104785]: from='mds.? ' entity='mds.foofs.smithi194.irzkez' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.135:0/3836265471"}]': finished 2023-10-08T04:38:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:23 smithi194 ceph-mon[104785]: osdmap e47: 8 total, 8 up, 8 in 2023-10-08T04:38:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:23 smithi194 ceph-mon[104785]: pgmap v349: 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-08T04:38:25.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:25.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:26.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:26.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:26 smithi194 ceph-mon[104785]: pgmap v350: 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-08T04:38:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:26 smithi135 ceph-mon[93152]: pgmap v350: 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-08T04:38:27.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:27.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:27.369 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:27 smithi135 ceph-mon[93152]: Health check failed: 1 client(s) laggy due to laggy OSDs (MDS_CLIENTS_LAGGY) 2023-10-08T04:38:27.369 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:27 smithi135 ceph-mon[93152]: mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056] up:active 2023-10-08T04:38:27.370 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:27 smithi135 ceph-mon[93152]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 1 up:standby 2023-10-08T04:38:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:27 smithi194 ceph-mon[104785]: Health check failed: 1 client(s) laggy due to laggy OSDs (MDS_CLIENTS_LAGGY) 2023-10-08T04:38:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:27 smithi194 ceph-mon[104785]: mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056] up:active 2023-10-08T04:38:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:27 smithi194 ceph-mon[104785]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 1 up:standby 2023-10-08T04:38:28.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:28.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:28 smithi194 ceph-mon[104785]: pgmap v351: 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-08T04:38:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:28 smithi135 ceph-mon[93152]: pgmap v351: 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-08T04:38:29.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:29.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:30.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:30.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:30 smithi194 ceph-mon[104785]: pgmap v352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-08T04:38:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:30 smithi135 ceph-mon[93152]: pgmap v352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-08T04:38:31.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:31.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:31 smithi194 ceph-mon[104785]: MDS health message cleared (mds.?): Client 14872 is laggy; not evicted because some OSD(s) is/are laggy 2023-10-08T04:38:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:31 smithi135 ceph-mon[93152]: MDS health message cleared (mds.?): Client 14872 is laggy; not evicted because some OSD(s) is/are laggy 2023-10-08T04:38:32.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:32.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:32.418 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:32 smithi135 ceph-mon[93152]: pgmap v353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-08T04:38:32.419 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:32 smithi135 ceph-mon[93152]: Health check cleared: MDS_CLIENTS_LAGGY (was: 1 client(s) laggy due to laggy OSDs) 2023-10-08T04:38:32.419 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:32 smithi135 ceph-mon[93152]: Cluster is now healthy 2023-10-08T04:38:32.419 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:32 smithi135 ceph-mon[93152]: mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056] up:active 2023-10-08T04:38:32.419 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:32 smithi135 ceph-mon[93152]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 1 up:standby 2023-10-08T04:38:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:32 smithi194 ceph-mon[104785]: pgmap v353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-08T04:38:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:32 smithi194 ceph-mon[104785]: Health check cleared: MDS_CLIENTS_LAGGY (was: 1 client(s) laggy due to laggy OSDs) 2023-10-08T04:38:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:32 smithi194 ceph-mon[104785]: Cluster is now healthy 2023-10-08T04:38:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:32 smithi194 ceph-mon[104785]: mds.? [v2:172.21.15.194:6832/3439726056,v1:172.21.15.194:6833/3439726056] up:active 2023-10-08T04:38:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:32 smithi194 ceph-mon[104785]: fsmap foofs:1 {0=foofs.smithi194.irzkez=up:active} 1 up:standby 2023-10-08T04:38:33.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:33.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:34.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:34.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:34 smithi194 ceph-mon[104785]: pgmap v354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 99 B/s rd, 198 B/s wr, 0 op/s 2023-10-08T04:38:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:34 smithi135 ceph-mon[93152]: pgmap v354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 99 B/s rd, 198 B/s wr, 0 op/s 2023-10-08T04:38:35.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:35.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:36.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:36.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:36 smithi194 ceph-mon[104785]: pgmap v355: 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-08T04:38:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:36 smithi135 ceph-mon[93152]: pgmap v355: 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-08T04:38:37.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:37.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:38.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:38.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:38 smithi194 ceph-mon[104785]: pgmap v356: 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-08T04:38:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:38 smithi135 ceph-mon[93152]: pgmap v356: 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-08T04:38:39.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:39.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:40.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:40.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:40 smithi135 ceph-mon[93152]: pgmap v357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:38:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:40.424 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:40 smithi194 ceph-mon[104785]: pgmap v357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-08T04:38:40.425 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:41.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:41.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:41 smithi135 ceph-mon[93152]: pgmap v358: 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-08T04:38:42.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:42.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:41 smithi194 ceph-mon[104785]: pgmap v358: 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-08T04:38:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:38:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:38:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:38:43.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:43.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:38:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:38:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:38:44.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:38:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:38:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:38:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:38:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:38:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:43 smithi135 ceph-mon[93152]: pgmap v359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:44.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:44.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:38:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:38:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:38:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:38:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:38:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:43 smithi194 ceph-mon[104785]: pgmap v359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:45.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:45.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:46.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:46.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:46 smithi194 ceph-mon[104785]: pgmap v360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:46 smithi135 ceph-mon[93152]: pgmap v360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:47.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:47.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:48.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:48.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:48 smithi194 ceph-mon[104785]: pgmap v361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:48 smithi135 ceph-mon[93152]: pgmap v361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:49.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:49.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:50.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:50.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:50 smithi194 ceph-mon[104785]: pgmap v362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:38:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:50 smithi135 ceph-mon[93152]: pgmap v362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:38:51.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:51.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:52.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:51 smithi135 ceph-mon[93152]: pgmap v363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:52.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:52.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:51 smithi194 ceph-mon[104785]: pgmap v363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:53.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:53.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:54.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:54.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:54 smithi194 ceph-mon[104785]: pgmap v364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:54 smithi135 ceph-mon[93152]: pgmap v364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:55.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:55.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:38:56.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:56.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:56 smithi194 ceph-mon[104785]: pgmap v365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:56 smithi135 ceph-mon[93152]: pgmap v365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:57.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:57.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:58.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:58.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:38:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:38:58 smithi194 ceph-mon[104785]: pgmap v366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:38:58 smithi135 ceph-mon[93152]: pgmap v366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:38:59.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:38:59.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:00.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:00.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:00 smithi194 ceph-mon[104785]: pgmap v367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:39:00.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:00 smithi135 ceph-mon[93152]: pgmap v367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T04:39:01.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:01.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:02.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:01 smithi135 ceph-mon[93152]: 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-08T04:39:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:01 smithi194 ceph-mon[104785]: 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-08T04:39:02.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:02.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:03.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:03.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:04.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:04.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:04 smithi194 ceph-mon[104785]: 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-08T04:39:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:04 smithi135 ceph-mon[93152]: 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-08T04:39:05.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:05.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:06.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:06.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:06 smithi194 ceph-mon[104785]: 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-08T04:39:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:06 smithi135 ceph-mon[93152]: 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-08T04:39:07.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:07.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:08.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:08.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:08 smithi194 ceph-mon[104785]: 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-08T04:39:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:08 smithi135 ceph-mon[93152]: 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-08T04:39:09.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:09.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:10.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:10.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:10 smithi194 ceph-mon[104785]: 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-08T04:39:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:10 smithi135 ceph-mon[93152]: 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-08T04:39:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:11.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:11.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:12.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:11 smithi135 ceph-mon[93152]: 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-08T04:39:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:11 smithi194 ceph-mon[104785]: 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-08T04:39:12.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:12.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:13.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:13.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:14.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:14.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:14 smithi194 ceph-mon[104785]: 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-08T04:39:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:14 smithi135 ceph-mon[93152]: 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-08T04:39:15.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:15.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:16.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:16.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:16 smithi194 ceph-mon[104785]: 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-08T04:39:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:16 smithi135 ceph-mon[93152]: 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-08T04:39:17.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:17.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:18.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:18.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:18 smithi194 ceph-mon[104785]: 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-08T04:39:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:18 smithi135 ceph-mon[93152]: 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-08T04:39:19.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:19.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:20.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:20.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:20 smithi194 ceph-mon[104785]: 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-08T04:39:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:20 smithi135 ceph-mon[93152]: 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-08T04:39:21.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:21.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:22.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:21 smithi135 ceph-mon[93152]: 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-08T04:39:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:21 smithi194 ceph-mon[104785]: 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-08T04:39:22.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:22.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:23.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:23.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:24.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:24.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:24 smithi194 ceph-mon[104785]: 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-08T04:39:24.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:24 smithi135 ceph-mon[93152]: 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-08T04:39:25.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:25.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:26 smithi194 ceph-mon[104785]: 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-08T04:39:26.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:26.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:26 smithi135 ceph-mon[93152]: 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-08T04:39:27.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:27.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:28 smithi135 ceph-mon[93152]: 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-08T04:39:28.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:28.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:28 smithi194 ceph-mon[104785]: 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-08T04:39:29.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:29.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:30.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:30.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:30 smithi194 ceph-mon[104785]: 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-08T04:39:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:30 smithi135 ceph-mon[93152]: 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-08T04:39:31.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:31.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:32.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:31 smithi135 ceph-mon[93152]: 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-08T04:39:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:31 smithi194 ceph-mon[104785]: 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-08T04:39:32.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:32.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:33.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:33.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:34.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:34.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:34 smithi194 ceph-mon[104785]: 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-08T04:39:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:34 smithi135 ceph-mon[93152]: 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-08T04:39:35.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:35.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:36.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:36.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:36 smithi194 ceph-mon[104785]: 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-08T04:39:36.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:36 smithi135 ceph-mon[93152]: 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-08T04:39:37.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:37.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:38.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:38.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:38 smithi194 ceph-mon[104785]: 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-08T04:39:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:38 smithi135 ceph-mon[93152]: 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-08T04:39:39.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:39.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:40.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:40.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:40 smithi194 ceph-mon[104785]: 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-08T04:39:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:40 smithi135 ceph-mon[93152]: 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-08T04:39:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:41.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:41.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:41 smithi135 ceph-mon[93152]: 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-08T04:39:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:41 smithi194 ceph-mon[104785]: 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-08T04:39:42.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:42.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:39:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:39:43.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:43.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:43 smithi194 ceph-mon[104785]: 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-08T04:39:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:39:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:39:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:39:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:39:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:39:44.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:43 smithi135 ceph-mon[93152]: 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-08T04:39:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:39:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:39:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:39:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:39:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:39:44.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:44.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:45.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:45.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:46.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:46.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:46 smithi194 ceph-mon[104785]: 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-08T04:39:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:46 smithi135 ceph-mon[93152]: 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-08T04:39:47.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:47.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:48.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:48.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:48 smithi194 ceph-mon[104785]: 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-08T04:39:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:48 smithi135 ceph-mon[93152]: 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-08T04:39:49.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:49.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:50.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:50.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:50 smithi194 ceph-mon[104785]: 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-08T04:39:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:50 smithi135 ceph-mon[93152]: 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-08T04:39:51.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:51.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:52.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:51 smithi135 ceph-mon[93152]: 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-08T04:39:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:51 smithi194 ceph-mon[104785]: 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-08T04:39:52.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:52.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:53.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:53.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:54.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:54.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:54 smithi194 ceph-mon[104785]: 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-08T04:39:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:54 smithi135 ceph-mon[93152]: 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-08T04:39:55.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:55.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:39:56.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:56.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:56 smithi194 ceph-mon[104785]: 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-08T04:39:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:56 smithi135 ceph-mon[93152]: 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-08T04:39:57.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:57.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:58.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:58.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:39:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:39:58 smithi194 ceph-mon[104785]: 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-08T04:39:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:39:58 smithi135 ceph-mon[93152]: 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-08T04:39:59.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:39:59.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:00.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:00.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:00 smithi194 ceph-mon[104785]: 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-08T04:40:00.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T04:40:00.675 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:00 smithi135 ceph-mon[93152]: 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-08T04:40:00.675 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T04:40:01.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:01.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:01 smithi194 ceph-mon[104785]: 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-08T04:40:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:01 smithi135 ceph-mon[93152]: 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-08T04:40:02.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:02.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:03.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:03.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:04.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:04.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:04 smithi194 ceph-mon[104785]: 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-08T04:40:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:04 smithi135 ceph-mon[93152]: 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-08T04:40:05.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:05.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:06.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:06.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:06 smithi194 ceph-mon[104785]: 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-08T04:40:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:06 smithi135 ceph-mon[93152]: 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-08T04:40:07.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:07.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:08.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:08.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:08 smithi194 ceph-mon[104785]: 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-08T04:40:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:08 smithi135 ceph-mon[93152]: 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-08T04:40:09.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:09.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:10.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:10.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:10 smithi194 ceph-mon[104785]: 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-08T04:40:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:10 smithi135 ceph-mon[93152]: 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-08T04:40:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:11.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:11.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:11 smithi194 ceph-mon[104785]: 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-08T04:40:12.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:11 smithi135 ceph-mon[93152]: 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-08T04:40:12.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:12.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:13.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:13.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:14.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:14.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:14 smithi194 ceph-mon[104785]: 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-08T04:40:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:14 smithi135 ceph-mon[93152]: 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-08T04:40:15.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:15.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:16.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:16.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:16.425 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:16 smithi194 ceph-mon[104785]: 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-08T04:40:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:16 smithi135 ceph-mon[93152]: 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-08T04:40:17.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:17.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:18.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:18.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:18.451 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:18 smithi135 ceph-mon[93152]: 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-08T04:40:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:18 smithi194 ceph-mon[104785]: 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-08T04:40:19.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:19.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:20.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:20.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:20 smithi194 ceph-mon[104785]: 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-08T04:40:20.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:20 smithi135 ceph-mon[93152]: 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-08T04:40:21.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:21.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:21 smithi194 ceph-mon[104785]: 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-08T04:40:22.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:21 smithi135 ceph-mon[93152]: 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-08T04:40:22.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:22.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:23.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:23.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:24.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:24.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:24 smithi194 ceph-mon[104785]: 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-08T04:40:24.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:24 smithi135 ceph-mon[93152]: 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-08T04:40:25.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:25.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:26.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:26.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:26 smithi194 ceph-mon[104785]: 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-08T04:40:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:26 smithi135 ceph-mon[93152]: 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-08T04:40:27.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:27.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:28.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:28.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:28 smithi194 ceph-mon[104785]: 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-08T04:40:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:28 smithi135 ceph-mon[93152]: 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-08T04:40:29.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:29.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:30.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:30.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:30 smithi194 ceph-mon[104785]: 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-08T04:40:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:30 smithi135 ceph-mon[93152]: 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-08T04:40:31.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:31.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:31 smithi194 ceph-mon[104785]: 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-08T04:40:32.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:31 smithi135 ceph-mon[93152]: 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-08T04:40:32.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:32.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:33.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:33.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:34.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:34.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:34 smithi194 ceph-mon[104785]: 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-08T04:40:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:34 smithi135 ceph-mon[93152]: 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-08T04:40:35.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:35.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:36.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:36.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:36 smithi194 ceph-mon[104785]: 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-08T04:40:36.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:36 smithi135 ceph-mon[93152]: 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-08T04:40:37.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:37.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:38.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:38.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:38 smithi194 ceph-mon[104785]: 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-08T04:40:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:38 smithi135 ceph-mon[93152]: 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-08T04:40:39.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:39.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:40.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:40.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:40 smithi194 ceph-mon[104785]: 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-08T04:40:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:40 smithi135 ceph-mon[93152]: 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-08T04:40:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:41.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:41.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:41 smithi194 ceph-mon[104785]: 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-08T04:40:42.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:41 smithi135 ceph-mon[93152]: 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-08T04:40:42.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:42.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:43.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:43.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:44.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:44.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: 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-08T04:40:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:40:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:40:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:40:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:40:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:40:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:40:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:40:44.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:40:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: 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-08T04:40:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:40:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T04:40:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:40:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:40:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:40:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:40:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:40:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:40:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:40:45.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:45.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:45 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1636M 2023-10-08T04:40:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:45 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi194 to 2660M 2023-10-08T04:40:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:45 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1636M 2023-10-08T04:40:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:45 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi194 to 2660M 2023-10-08T04:40:46.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:46.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:46 smithi194 ceph-mon[104785]: 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-08T04:40:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:46 smithi135 ceph-mon[93152]: 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-08T04:40:47.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:47.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:48.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:48.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:48 smithi194 ceph-mon[104785]: 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-08T04:40:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:48 smithi135 ceph-mon[93152]: 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-08T04:40:49.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:49.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:50.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:50.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:50 smithi194 ceph-mon[104785]: 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-08T04:40:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:50 smithi135 ceph-mon[93152]: 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-08T04:40:51.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:51.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:51 smithi194 ceph-mon[104785]: 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-08T04:40:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:51 smithi135 ceph-mon[93152]: 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-08T04:40:52.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:52.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:53.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:53.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:54.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:54.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:54.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:54 smithi194 ceph-mon[104785]: 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-08T04:40:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:54 smithi135 ceph-mon[93152]: 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-08T04:40:55.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:55.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:40:56.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:56.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:56 smithi194 ceph-mon[104785]: 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-08T04:40:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:56 smithi135 ceph-mon[93152]: 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-08T04:40:57.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:57.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:58.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:58.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:40:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:40:58 smithi194 ceph-mon[104785]: 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-08T04:40:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:40:58 smithi135 ceph-mon[93152]: 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-08T04:40:59.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:40:59.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:00.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:00.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:00 smithi194 ceph-mon[104785]: 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-08T04:41:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:00 smithi135 ceph-mon[93152]: 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-08T04:41:01.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:01.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:01 smithi194 ceph-mon[104785]: 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-08T04:41:02.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:01 smithi135 ceph-mon[93152]: 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-08T04:41:02.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:02.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:03.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:03.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:04.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:04.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:04 smithi194 ceph-mon[104785]: 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-08T04:41:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:04 smithi135 ceph-mon[93152]: 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-08T04:41:05.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:05.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:06.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:06.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:06 smithi194 ceph-mon[104785]: 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-08T04:41:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:06 smithi135 ceph-mon[93152]: 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-08T04:41:07.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:07.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:08.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:08.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:08 smithi194 ceph-mon[104785]: 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-08T04:41:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:08 smithi135 ceph-mon[93152]: 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-08T04:41:09.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:09.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:10.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:10.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:10 smithi194 ceph-mon[104785]: 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-08T04:41:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:10 smithi135 ceph-mon[93152]: 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-08T04:41:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:11.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:11.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:11 smithi194 ceph-mon[104785]: 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-08T04:41:12.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:11 smithi135 ceph-mon[93152]: 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-08T04:41:12.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:12.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:13.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:13.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:14.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:14 smithi135 ceph-mon[93152]: 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-08T04:41:14.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:14.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:14 smithi194 ceph-mon[104785]: 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-08T04:41:15.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:15.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:16.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:16.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:16 smithi194 ceph-mon[104785]: 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-08T04:41:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:16 smithi135 ceph-mon[93152]: 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-08T04:41:17.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:17.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:18.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:18.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:18 smithi194 ceph-mon[104785]: 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-08T04:41:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:18 smithi135 ceph-mon[93152]: 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-08T04:41:19.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:19.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:20.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:20.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:20 smithi194 ceph-mon[104785]: 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-08T04:41:20.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:20 smithi135 ceph-mon[93152]: 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-08T04:41:21.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:21.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:22.109 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:21 smithi194 ceph-mon[104785]: 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-08T04:41:22.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:21 smithi135 ceph-mon[93152]: 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-08T04:41:22.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:22.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:23.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:23.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:24.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:24.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:24 smithi194 ceph-mon[104785]: 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-08T04:41:24.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:24 smithi135 ceph-mon[93152]: 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-08T04:41:25.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:25.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:26.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:26.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:26 smithi194 ceph-mon[104785]: 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-08T04:41:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:26 smithi135 ceph-mon[93152]: 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-08T04:41:27.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:27.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:28 smithi194 ceph-mon[104785]: 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-08T04:41:28.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:28.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:28 smithi135 ceph-mon[93152]: 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-08T04:41:29.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:29.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:30 smithi194 ceph-mon[104785]: 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-08T04:41:30.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:30.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:30 smithi135 ceph-mon[93152]: 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-08T04:41:31.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:31.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:31 smithi194 ceph-mon[104785]: 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-08T04:41:32.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:31 smithi135 ceph-mon[93152]: 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-08T04:41:32.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:32.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:33.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:33.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:34 smithi194 ceph-mon[104785]: 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-08T04:41:34.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:34.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:34 smithi135 ceph-mon[93152]: 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-08T04:41:35.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:35.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:36 smithi194 ceph-mon[104785]: 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-08T04:41:36.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:36.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:36.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:36 smithi135 ceph-mon[93152]: 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-08T04:41:37.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:37.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:38 smithi194 ceph-mon[104785]: 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-08T04:41:38.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:38.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:38 smithi135 ceph-mon[93152]: 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-08T04:41:39.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:39.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:40 smithi194 ceph-mon[104785]: 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-08T04:41:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:40.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:40.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:40 smithi135 ceph-mon[93152]: 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-08T04:41:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:41.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:41.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:41 smithi194 ceph-mon[104785]: 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-08T04:41:42.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:41 smithi135 ceph-mon[93152]: 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-08T04:41:42.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:42.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:43.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:43.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:44 smithi194 ceph-mon[104785]: 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-08T04:41:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:41:44.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:44.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:44 smithi135 ceph-mon[93152]: 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-08T04:41:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:41:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:41:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:41:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:41:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:41:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:41:45.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:45.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:41:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:41:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:41:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:41:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:41:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:46 smithi194 ceph-mon[104785]: 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-08T04:41:46.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:46.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:46 smithi135 ceph-mon[93152]: 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-08T04:41:47.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:47.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:48 smithi194 ceph-mon[104785]: 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-08T04:41:48.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:48.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:48 smithi135 ceph-mon[93152]: 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-08T04:41:49.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:49.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:50 smithi194 ceph-mon[104785]: 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-08T04:41:50.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:50.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:50 smithi135 ceph-mon[93152]: 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-08T04:41:51.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:51.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:51 smithi194 ceph-mon[104785]: 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-08T04:41:52.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:51 smithi135 ceph-mon[93152]: 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-08T04:41:52.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:52.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:53.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:53.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:54 smithi194 ceph-mon[104785]: 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-08T04:41:54.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:54.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:54 smithi135 ceph-mon[93152]: 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-08T04:41:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:55.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:55.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:41:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:56 smithi194 ceph-mon[104785]: 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-08T04:41:56.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:56.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:56 smithi135 ceph-mon[93152]: 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-08T04:41:57.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:57.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:41:58 smithi194 ceph-mon[104785]: 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-08T04:41:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:41:58 smithi135 ceph-mon[93152]: 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-08T04:41:58.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:58.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:41:59.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:41:59.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:00 smithi194 ceph-mon[104785]: 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-08T04:42:00.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:00 smithi135 ceph-mon[93152]: 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-08T04:42:00.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:00.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:01.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:01.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:01 smithi194 ceph-mon[104785]: 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-08T04:42:02.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:01 smithi135 ceph-mon[93152]: 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-08T04:42:02.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:02.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:03.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:03.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:04 smithi194 ceph-mon[104785]: 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-08T04:42:04.494 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:04 smithi135 ceph-mon[93152]: 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-08T04:42:04.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:04.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:05.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:05.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:06 smithi194 ceph-mon[104785]: 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-08T04:42:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:06 smithi135 ceph-mon[93152]: 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-08T04:42:06.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:06.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:07.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:07.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:08 smithi194 ceph-mon[104785]: 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-08T04:42:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:08 smithi135 ceph-mon[93152]: 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-08T04:42:08.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:08.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:09.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:09.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:10 smithi194 ceph-mon[104785]: 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-08T04:42:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:10 smithi135 ceph-mon[93152]: 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-08T04:42:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:10.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:10.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:11.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:11.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:11 smithi194 ceph-mon[104785]: 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-08T04:42:12.266 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:11 smithi135 ceph-mon[93152]: 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-08T04:42:12.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:12.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:13.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:13.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:14 smithi194 ceph-mon[104785]: 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-08T04:42:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:14 smithi135 ceph-mon[93152]: 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-08T04:42:14.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:14.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:15.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:15.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:16 smithi194 ceph-mon[104785]: 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-08T04:42:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:16 smithi135 ceph-mon[93152]: 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-08T04:42:16.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:16.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:17.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:17.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:18 smithi194 ceph-mon[104785]: 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-08T04:42:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:18 smithi135 ceph-mon[93152]: 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-08T04:42:18.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:18.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:19.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:19.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:20 smithi194 ceph-mon[104785]: 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-08T04:42:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:20 smithi135 ceph-mon[93152]: 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-08T04:42:20.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:20.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:21.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:22.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:21 smithi194 ceph-mon[104785]: 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-08T04:42:22.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:21 smithi135 ceph-mon[93152]: 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-08T04:42:22.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:22.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:23.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:23.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:24 smithi194 ceph-mon[104785]: 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-08T04:42:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:24 smithi135 ceph-mon[93152]: 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-08T04:42:24.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:24.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:25.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:25.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:26 smithi194 ceph-mon[104785]: 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-08T04:42:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:26 smithi135 ceph-mon[93152]: 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-08T04:42:26.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:26.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:27.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:27.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:28 smithi194 ceph-mon[104785]: 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-08T04:42:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:28 smithi135 ceph-mon[93152]: 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-08T04:42:28.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:28.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:29.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:29.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:30 smithi194 ceph-mon[104785]: 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-08T04:42:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:30 smithi135 ceph-mon[93152]: 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-08T04:42:30.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:30.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:31.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:31.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:31 smithi194 ceph-mon[104785]: 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-08T04:42:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:31 smithi135 ceph-mon[93152]: 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-08T04:42:32.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:32.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:33.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:33.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:34 smithi194 ceph-mon[104785]: 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-08T04:42:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:34 smithi135 ceph-mon[93152]: 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-08T04:42:34.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:34.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:35.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:35.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:36 smithi194 ceph-mon[104785]: 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-08T04:42:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:36 smithi135 ceph-mon[93152]: 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-08T04:42:36.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:36.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:37.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:37.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:38 smithi194 ceph-mon[104785]: 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-08T04:42:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:38 smithi135 ceph-mon[93152]: 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-08T04:42:38.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:38.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:39.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:39.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:40 smithi194 ceph-mon[104785]: 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-08T04:42:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:40 smithi135 ceph-mon[93152]: 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-08T04:42:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:40.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:40.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:41.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:41.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:41 smithi194 ceph-mon[104785]: 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-08T04:42:42.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:41 smithi135 ceph-mon[93152]: 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-08T04:42:42.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:42.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:43.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:43.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:44 smithi194 ceph-mon[104785]: 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-08T04:42:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:44 smithi135 ceph-mon[93152]: 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-08T04:42:44.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:44.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:42:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:42:45.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:45.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:46 smithi194 ceph-mon[104785]: 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-08T04:42:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:42:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:42:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:42:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:42:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:42:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:46 smithi135 ceph-mon[93152]: 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-08T04:42:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:42:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:42:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:42:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:42:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:42:46.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:46.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:47.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:47.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:48 smithi194 ceph-mon[104785]: 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-08T04:42:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:48 smithi135 ceph-mon[93152]: 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-08T04:42:48.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:48.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:49.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:49.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:50 smithi194 ceph-mon[104785]: 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-08T04:42:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:50 smithi135 ceph-mon[93152]: 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-08T04:42:50.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:50.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:51.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:51.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:51 smithi194 ceph-mon[104785]: 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-08T04:42:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:51 smithi135 ceph-mon[93152]: 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-08T04:42:52.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:52.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:53.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:53.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:54 smithi194 ceph-mon[104785]: 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-08T04:42:54.806 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:54 smithi135 ceph-mon[93152]: 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-08T04:42:54.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:54.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:42:55.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:55.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:56 smithi194 ceph-mon[104785]: 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-08T04:42:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:56 smithi135 ceph-mon[93152]: 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-08T04:42:56.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:56.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:57.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:57.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:42:58 smithi194 ceph-mon[104785]: 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-08T04:42:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:42:58 smithi135 ceph-mon[93152]: 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-08T04:42:58.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:58.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:42:59.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:42:59.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:00 smithi135 ceph-mon[93152]: 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-08T04:43:00.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:00.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:00 smithi194 ceph-mon[104785]: 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-08T04:43:01.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:01.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:01 smithi194 ceph-mon[104785]: 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-08T04:43:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:01 smithi135 ceph-mon[93152]: 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-08T04:43:02.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:02.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:03.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:03.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:04 smithi194 ceph-mon[104785]: 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-08T04:43:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:04 smithi135 ceph-mon[93152]: 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-08T04:43:04.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:04.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:05.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:05.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:06 smithi194 ceph-mon[104785]: 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-08T04:43:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:06 smithi135 ceph-mon[93152]: 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-08T04:43:06.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:06.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:07.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:07.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:08 smithi194 ceph-mon[104785]: 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-08T04:43:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:08 smithi135 ceph-mon[93152]: 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-08T04:43:08.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:08.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:09.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:09.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:10 smithi194 ceph-mon[104785]: 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-08T04:43:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:10 smithi135 ceph-mon[93152]: 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-08T04:43:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:10.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:10.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:11.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:11.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:11 smithi194 ceph-mon[104785]: 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-08T04:43:12.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:11 smithi135 ceph-mon[93152]: 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-08T04:43:12.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:12.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:13.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:13.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:14 smithi194 ceph-mon[104785]: 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-08T04:43:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:14 smithi135 ceph-mon[93152]: 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-08T04:43:14.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:14.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:15.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:15.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:16 smithi194 ceph-mon[104785]: 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-08T04:43:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:16 smithi135 ceph-mon[93152]: 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-08T04:43:16.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:16.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:17.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:17.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:18 smithi194 ceph-mon[104785]: 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-08T04:43:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:18 smithi135 ceph-mon[93152]: 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-08T04:43:18.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:18.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:19.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:19.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:20 smithi135 ceph-mon[93152]: 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-08T04:43:20.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:20.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:20 smithi194 ceph-mon[104785]: 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-08T04:43:21.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:21.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:21 smithi194 ceph-mon[104785]: 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-08T04:43:22.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:21 smithi135 ceph-mon[93152]: 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-08T04:43:22.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:22.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:23.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:25.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:25.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:24 smithi135 ceph-mon[93152]: 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-08T04:43:25.503 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:24 smithi194 ceph-mon[104785]: 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-08T04:43:25.503 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:25.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:25.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:25.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:25.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:26 smithi135 ceph-mon[93152]: 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-08T04:43:26.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:26.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:26.746 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:26 smithi194 ceph-mon[104785]: 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-08T04:43:27.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:27.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:28 smithi135 ceph-mon[93152]: 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-08T04:43:28.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:28.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:28 smithi194 ceph-mon[104785]: 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-08T04:43:29.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:29.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:30 smithi135 ceph-mon[93152]: 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-08T04:43:30.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:30.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:30 smithi194 ceph-mon[104785]: 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-08T04:43:31.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:31.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:31 smithi194 ceph-mon[104785]: 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-08T04:43:32.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:31 smithi135 ceph-mon[93152]: 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-08T04:43:32.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:32.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:33.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:33.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:34 smithi194 ceph-mon[104785]: 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-08T04:43:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:34 smithi135 ceph-mon[93152]: 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-08T04:43:34.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:34.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:35.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:35.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:36 smithi135 ceph-mon[93152]: 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-08T04:43:36.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:36.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:36 smithi194 ceph-mon[104785]: 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-08T04:43:37.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:37.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:38 smithi135 ceph-mon[93152]: 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-08T04:43:38.536 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:38 smithi194 ceph-mon[104785]: 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-08T04:43:38.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:38.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:39.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:39.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:40 smithi135 ceph-mon[93152]: 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-08T04:43:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:40.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:40.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:40 smithi194 ceph-mon[104785]: 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-08T04:43:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:41.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:41.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:41 smithi194 ceph-mon[104785]: 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-08T04:43:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:41 smithi135 ceph-mon[93152]: 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-08T04:43:42.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:42.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:43.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:43.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:44 smithi135 ceph-mon[93152]: 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-08T04:43:44.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:44.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:44 smithi194 ceph-mon[104785]: 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-08T04:43:45.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:45.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:46 smithi135 ceph-mon[93152]: 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-08T04:43:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:43:46.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:46.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:46 smithi194 ceph-mon[104785]: 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-08T04:43:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:43:47.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:47.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:48 smithi135 ceph-mon[93152]: 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-08T04:43:48.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:48 smithi194 ceph-mon[104785]: 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-08T04:43:48.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:48.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:49.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:49.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:50 smithi135 ceph-mon[93152]: 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-08T04:43:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:43:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:43:50.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:50.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:50 smithi194 ceph-mon[104785]: 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-08T04:43:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:43:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:43:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:43:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:43:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:43:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:43:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:43:51.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:51.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:43:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:43:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:43:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:43:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:43:52.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:52 smithi135 ceph-mon[93152]: 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-08T04:43:52.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:52.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:52 smithi194 ceph-mon[104785]: 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-08T04:43:53.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:53.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:54 smithi135 ceph-mon[93152]: 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-08T04:43:54.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:54.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:54 smithi194 ceph-mon[104785]: 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-08T04:43:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:55.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:55.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:43:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:56 smithi135 ceph-mon[93152]: 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-08T04:43:56.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:56.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:56 smithi194 ceph-mon[104785]: 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-08T04:43:57.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:57.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:43:58 smithi135 ceph-mon[93152]: 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-08T04:43:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:43:58 smithi194 ceph-mon[104785]: 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-08T04:43:58.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:58.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:43:59.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:43:59.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:00 smithi135 ceph-mon[93152]: 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-08T04:44:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:00 smithi194 ceph-mon[104785]: 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-08T04:44:00.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:00.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:01.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:01.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:01 smithi194 ceph-mon[104785]: 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-08T04:44:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:01 smithi135 ceph-mon[93152]: 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-08T04:44:02.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:02.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:03.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:03.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:04 smithi135 ceph-mon[93152]: 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-08T04:44:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:04 smithi194 ceph-mon[104785]: 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-08T04:44:04.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:04.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:05.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:05.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:06 smithi135 ceph-mon[93152]: 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-08T04:44:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:06 smithi194 ceph-mon[104785]: 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-08T04:44:06.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:06.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:07.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:07.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:08 smithi135 ceph-mon[93152]: 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-08T04:44:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:08 smithi194 ceph-mon[104785]: 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-08T04:44:08.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:08.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:09.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:09.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:10 smithi135 ceph-mon[93152]: 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-08T04:44:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:10 smithi194 ceph-mon[104785]: 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-08T04:44:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:10.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:10.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:11.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:11.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:11 smithi194 ceph-mon[104785]: 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-08T04:44:12.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:11 smithi135 ceph-mon[93152]: 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-08T04:44:12.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:12.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:13.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:13.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:14 smithi135 ceph-mon[93152]: 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-08T04:44:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:14 smithi194 ceph-mon[104785]: 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-08T04:44:14.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:14.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:15.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:15.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:16 smithi135 ceph-mon[93152]: 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-08T04:44:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:16 smithi194 ceph-mon[104785]: 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-08T04:44:16.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:16.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:17.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:17.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:18 smithi135 ceph-mon[93152]: 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-08T04:44:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:18 smithi194 ceph-mon[104785]: 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-08T04:44:18.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:18.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:19.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:19.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:20.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:20 smithi135 ceph-mon[93152]: 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-08T04:44:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:20 smithi194 ceph-mon[104785]: 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-08T04:44:20.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:20.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:21.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:21.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:21 smithi194 ceph-mon[104785]: 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-08T04:44:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:21 smithi135 ceph-mon[93152]: 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-08T04:44:22.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:22.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:23.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:23.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:24 smithi194 ceph-mon[104785]: 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-08T04:44:24.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:24 smithi135 ceph-mon[93152]: 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-08T04:44:24.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:24.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:25.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:25.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:26.227 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:26 smithi135 ceph-mon[93152]: 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-08T04:44:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:26 smithi194 ceph-mon[104785]: 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-08T04:44:26.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:26.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:27.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:27.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:28 smithi135 ceph-mon[93152]: 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-08T04:44:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:28 smithi194 ceph-mon[104785]: 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-08T04:44:28.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:28.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:29.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:29.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:30 smithi135 ceph-mon[93152]: 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-08T04:44:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:30 smithi194 ceph-mon[104785]: 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-08T04:44:30.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:30.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:31.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:31.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:31 smithi194 ceph-mon[104785]: 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-08T04:44:32.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:31 smithi135 ceph-mon[93152]: 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-08T04:44:32.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:32.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:33.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:33.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:34 smithi194 ceph-mon[104785]: 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-08T04:44:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:34 smithi135 ceph-mon[93152]: 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-08T04:44:34.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:34.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:35.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:35.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:36 smithi135 ceph-mon[93152]: 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-08T04:44:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:36 smithi194 ceph-mon[104785]: 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-08T04:44:36.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:36.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:37.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:37.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:38 smithi135 ceph-mon[93152]: 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-08T04:44:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:38 smithi194 ceph-mon[104785]: 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-08T04:44:38.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:38.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:39.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:39.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:40 smithi135 ceph-mon[93152]: 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-08T04:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:40 smithi194 ceph-mon[104785]: 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-08T04:44:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:40.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:40.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:41.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:41.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:41 smithi194 ceph-mon[104785]: 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-08T04:44:42.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:41 smithi135 ceph-mon[93152]: 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-08T04:44:42.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:42.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:43.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:43.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:44 smithi135 ceph-mon[93152]: 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-08T04:44:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:44 smithi194 ceph-mon[104785]: 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-08T04:44:44.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:44.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:45.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:45.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:46 smithi135 ceph-mon[93152]: 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-08T04:44:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:46 smithi194 ceph-mon[104785]: 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-08T04:44:46.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:46.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:47.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:47.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:48 smithi135 ceph-mon[93152]: 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-08T04:44:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:48 smithi194 ceph-mon[104785]: 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-08T04:44:48.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:48.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:49.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:49.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:50 smithi135 ceph-mon[93152]: 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-08T04:44:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:50 smithi194 ceph-mon[104785]: 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-08T04:44:50.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:50.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:44:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:44:51.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:51.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:52.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:52 smithi135 ceph-mon[93152]: 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-08T04:44:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:44:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:44:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:44:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:44:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:44:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:52 smithi194 ceph-mon[104785]: 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-08T04:44:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:44:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:44:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:44:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:44:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:44:52.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:52.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:53.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:53.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:54 smithi135 ceph-mon[93152]: 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-08T04:44:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:54 smithi194 ceph-mon[104785]: 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-08T04:44:54.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:54.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:44:55.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:55.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:56 smithi135 ceph-mon[93152]: 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-08T04:44:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:56 smithi194 ceph-mon[104785]: 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-08T04:44:56.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:56.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:57.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:57.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:44:58 smithi135 ceph-mon[93152]: 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-08T04:44:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:44:58 smithi194 ceph-mon[104785]: 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-08T04:44:58.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:58.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:44:59.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:44:59.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:00.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:00 smithi135 ceph-mon[93152]: 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-08T04:45:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:00 smithi194 ceph-mon[104785]: 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-08T04:45:00.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:00.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:01.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:01.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:01 smithi194 ceph-mon[104785]: 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-08T04:45:02.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:01 smithi135 ceph-mon[93152]: 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-08T04:45:02.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:02.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:03.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:03.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:04 smithi135 ceph-mon[93152]: 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-08T04:45:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:04 smithi194 ceph-mon[104785]: 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-08T04:45:04.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:04.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:05.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:05.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:06 smithi135 ceph-mon[93152]: 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-08T04:45:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:06 smithi194 ceph-mon[104785]: 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-08T04:45:06.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:06.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:07.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:07.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:08 smithi135 ceph-mon[93152]: 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-08T04:45:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:08 smithi194 ceph-mon[104785]: 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-08T04:45:08.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:08.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:09.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:09.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:10 smithi135 ceph-mon[93152]: 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-08T04:45:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:10 smithi194 ceph-mon[104785]: 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-08T04:45:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:10.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:10.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:11.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:11.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:11 smithi194 ceph-mon[104785]: 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-08T04:45:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:11 smithi135 ceph-mon[93152]: 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-08T04:45:12.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:12.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:13.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:13.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:14 smithi135 ceph-mon[93152]: 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-08T04:45:14.532 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:14 smithi194 ceph-mon[104785]: 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-08T04:45:14.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:14.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:15.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:15.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:16 smithi135 ceph-mon[93152]: 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-08T04:45:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:16 smithi194 ceph-mon[104785]: 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-08T04:45:16.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:16.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:17.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:17.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:18 smithi135 ceph-mon[93152]: 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-08T04:45:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:18 smithi194 ceph-mon[104785]: 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-08T04:45:18.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:18.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:19.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:19.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:20.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:20 smithi135 ceph-mon[93152]: 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-08T04:45:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:20 smithi194 ceph-mon[104785]: 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-08T04:45:20.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:20.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:21.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:21.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:21 smithi194 ceph-mon[104785]: 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-08T04:45:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:21 smithi135 ceph-mon[93152]: 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-08T04:45:22.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:22.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:23.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:23.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:24.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:24 smithi135 ceph-mon[93152]: 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-08T04:45:24.638 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:24 smithi194 ceph-mon[104785]: 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-08T04:45:24.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:24.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:25.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:25.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:26 smithi135 ceph-mon[93152]: 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-08T04:45:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:26 smithi194 ceph-mon[104785]: 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-08T04:45:26.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:26.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:27.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:27.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:28 smithi135 ceph-mon[93152]: 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-08T04:45:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:28 smithi194 ceph-mon[104785]: 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-08T04:45:28.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:28.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:29.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:30 smithi135 ceph-mon[93152]: 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-08T04:45:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:30 smithi194 ceph-mon[104785]: 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-08T04:45:30.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:30.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:31.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:31.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:31 smithi194 ceph-mon[104785]: 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-08T04:45:32.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:31 smithi135 ceph-mon[93152]: 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-08T04:45:32.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:32.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:33.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:33.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:34 smithi135 ceph-mon[93152]: 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-08T04:45:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:34 smithi194 ceph-mon[104785]: 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-08T04:45:34.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:34.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:35.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:35.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:36 smithi135 ceph-mon[93152]: 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-08T04:45:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:36 smithi194 ceph-mon[104785]: 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-08T04:45:36.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:36.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:37.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:37.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:38 smithi135 ceph-mon[93152]: 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-08T04:45:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:38 smithi194 ceph-mon[104785]: 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-08T04:45:38.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:38.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:39.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:39.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:40 smithi135 ceph-mon[93152]: 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-08T04:45:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:40 smithi194 ceph-mon[104785]: 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-08T04:45:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:40.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:40.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:41.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:41.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:41 smithi135 ceph-mon[93152]: 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-08T04:45:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:41 smithi194 ceph-mon[104785]: 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-08T04:45:42.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:42.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:43.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:43.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:44 smithi135 ceph-mon[93152]: 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-08T04:45:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:44 smithi194 ceph-mon[104785]: 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-08T04:45:44.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:44.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:45.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:45.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:46 smithi135 ceph-mon[93152]: 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-08T04:45:46.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:46 smithi194 ceph-mon[104785]: 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-08T04:45:46.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:46.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:47.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:47.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:48 smithi135 ceph-mon[93152]: 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-08T04:45:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:48 smithi194 ceph-mon[104785]: 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-08T04:45:48.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:48.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:49.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:49.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:50 smithi135 ceph-mon[93152]: 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-08T04:45:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:50 smithi194 ceph-mon[104785]: 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-08T04:45:50.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:50.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:51.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:51.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:52.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:51 smithi135 ceph-mon[93152]: 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-08T04:45:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:45:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:51 smithi194 ceph-mon[104785]: 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-08T04:45:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:45:52.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:52.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:53.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:53.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:54 smithi135 ceph-mon[93152]: 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-08T04:45:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:54 smithi194 ceph-mon[104785]: 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-08T04:45:54.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:54.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:45:55.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:55.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:56 smithi135 ceph-mon[93152]: 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-08T04:45:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:56 smithi194 ceph-mon[104785]: 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-08T04:45:56.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:56.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:57.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:57.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:58 smithi194 ceph-mon[104785]: 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-08T04:45:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:58 smithi135 ceph-mon[93152]: 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-08T04:45:58.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:58.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:45:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:45:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:45:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:45:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:45:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:45:59.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:45:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:45:59.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:45:59.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:45:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:45:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:45:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:45:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:45:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:45:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:45:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:45:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:46:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:00 smithi135 ceph-mon[93152]: 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-08T04:46:00.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:00.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:00 smithi194 ceph-mon[104785]: 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-08T04:46:01.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:01.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:01 smithi194 ceph-mon[104785]: 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-08T04:46:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:01 smithi135 ceph-mon[93152]: 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-08T04:46:02.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:02.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:03.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:03.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:04 smithi135 ceph-mon[93152]: 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-08T04:46:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:04 smithi194 ceph-mon[104785]: 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-08T04:46:04.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:04.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:05.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:05.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:06 smithi135 ceph-mon[93152]: 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-08T04:46:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:06 smithi194 ceph-mon[104785]: 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-08T04:46:06.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:06.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:07.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:07.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:08 smithi194 ceph-mon[104785]: 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-08T04:46:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:08 smithi135 ceph-mon[93152]: 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-08T04:46:08.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:08.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:09.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:09.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:10 smithi194 ceph-mon[104785]: 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-08T04:46:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:10.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:10 smithi135 ceph-mon[93152]: 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-08T04:46:10.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:10.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:10.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:11.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:11.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:11 smithi194 ceph-mon[104785]: 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-08T04:46:12.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:11 smithi135 ceph-mon[93152]: 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-08T04:46:12.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:12.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:13.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:13.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:14 smithi135 ceph-mon[93152]: 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-08T04:46:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:14 smithi194 ceph-mon[104785]: 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-08T04:46:14.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:14.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:15.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:15.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:16 smithi194 ceph-mon[104785]: 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-08T04:46:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:16 smithi135 ceph-mon[93152]: 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-08T04:46:16.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:16.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:17.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:17.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:18 smithi194 ceph-mon[104785]: 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-08T04:46:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:18 smithi135 ceph-mon[93152]: 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-08T04:46:18.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:18.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:19.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:19.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:20 smithi135 ceph-mon[93152]: 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-08T04:46:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:20 smithi194 ceph-mon[104785]: 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-08T04:46:20.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:20.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:21.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:21.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:21 smithi194 ceph-mon[104785]: 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-08T04:46:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:21 smithi135 ceph-mon[93152]: 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-08T04:46:22.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:22.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:23.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:23.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:24 smithi135 ceph-mon[93152]: 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-08T04:46:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:24 smithi194 ceph-mon[104785]: 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-08T04:46:24.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:24.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:25.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:25.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:25.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:26 smithi194 ceph-mon[104785]: 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-08T04:46:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:26 smithi135 ceph-mon[93152]: 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-08T04:46:26.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:26.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:27.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:27.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:28 smithi194 ceph-mon[104785]: 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-08T04:46:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:28 smithi135 ceph-mon[93152]: 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-08T04:46:28.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:28.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:29.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:29.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:30 smithi135 ceph-mon[93152]: 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-08T04:46:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:30 smithi194 ceph-mon[104785]: 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-08T04:46:30.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:30.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:31.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:31.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:32.119 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:31 smithi135 ceph-mon[93152]: 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-08T04:46:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:31 smithi194 ceph-mon[104785]: 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-08T04:46:32.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:32.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:33.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:33.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:34 smithi194 ceph-mon[104785]: 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-08T04:46:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:34 smithi135 ceph-mon[93152]: 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-08T04:46:34.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:34.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:35.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:35.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:36 smithi194 ceph-mon[104785]: 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-08T04:46:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:36 smithi135 ceph-mon[93152]: 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-08T04:46:36.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:36.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:37.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:37.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:38 smithi194 ceph-mon[104785]: 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-08T04:46:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:38 smithi135 ceph-mon[93152]: 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-08T04:46:38.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:38.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:39.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:39.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:40 smithi135 ceph-mon[93152]: 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-08T04:46:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:40 smithi194 ceph-mon[104785]: 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-08T04:46:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:40.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:40.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:41.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:41.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:41 smithi194 ceph-mon[104785]: 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-08T04:46:42.218 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:41 smithi135 ceph-mon[93152]: 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-08T04:46:42.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:42.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:43.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:43.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:44 smithi194 ceph-mon[104785]: 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-08T04:46:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:44 smithi135 ceph-mon[93152]: 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-08T04:46:44.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:44.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:45.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:45.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:46 smithi194 ceph-mon[104785]: 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-08T04:46:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:46 smithi135 ceph-mon[93152]: 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-08T04:46:46.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:46.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:47.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:47.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:48 smithi194 ceph-mon[104785]: 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-08T04:46:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:48 smithi135 ceph-mon[93152]: 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-08T04:46:48.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:48.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:49.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:49.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:50.534 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:50 smithi194 ceph-mon[104785]: 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-08T04:46:50.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:50 smithi135 ceph-mon[93152]: 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-08T04:46:50.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:50.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:51.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:51.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:51 smithi194 ceph-mon[104785]: 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-08T04:46:52.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:51 smithi135 ceph-mon[93152]: 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-08T04:46:52.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:52.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:53.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:53.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:54 smithi194 ceph-mon[104785]: 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-08T04:46:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:54 smithi135 ceph-mon[93152]: 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-08T04:46:54.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:54.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:55.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:46:55.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:55.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:56 smithi194 ceph-mon[104785]: 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-08T04:46:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:56 smithi135 ceph-mon[93152]: 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-08T04:46:56.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:56.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:57.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:57.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:58 smithi194 ceph-mon[104785]: 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-08T04:46:58.761 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:58 smithi135 ceph-mon[93152]: 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-08T04:46:58.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:46:58.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:46:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:46:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:46:59.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:46:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:47:00.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:00.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:00 smithi135 ceph-mon[93152]: 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-08T04:47:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:47:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:47:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:47:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:47:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:47:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:47:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:47:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:00 smithi194 ceph-mon[104785]: 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-08T04:47:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:47:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:47:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:47:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:47:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:47:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:47:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:47:01.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:01.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:02.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:02.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:01 smithi194 ceph-mon[104785]: 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-08T04:47:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:01 smithi135 ceph-mon[93152]: 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-08T04:47:03.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:03.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:04.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:04.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:04 smithi194 ceph-mon[104785]: 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-08T04:47:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:04 smithi135 ceph-mon[93152]: 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-08T04:47:05.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:05.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:06.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:06.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:06 smithi194 ceph-mon[104785]: 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-08T04:47:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:06 smithi135 ceph-mon[93152]: 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-08T04:47:07.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:07.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:08.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:08.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:08 smithi194 ceph-mon[104785]: 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-08T04:47:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:08 smithi135 ceph-mon[93152]: 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-08T04:47:09.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:09.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:10.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:10.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:10 smithi135 ceph-mon[93152]: 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-08T04:47:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:10 smithi194 ceph-mon[104785]: 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-08T04:47:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:11.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:11.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:12.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:12.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:11 smithi194 ceph-mon[104785]: 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-08T04:47:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:11 smithi135 ceph-mon[93152]: 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-08T04:47:13.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:13.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:14.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:14.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:14 smithi194 ceph-mon[104785]: 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-08T04:47:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:14 smithi135 ceph-mon[93152]: 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-08T04:47:15.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:15.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:16.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:16.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:16 smithi194 ceph-mon[104785]: 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-08T04:47:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:16 smithi135 ceph-mon[93152]: 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-08T04:47:17.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:17.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:18.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:18.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:18 smithi194 ceph-mon[104785]: 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-08T04:47:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:18 smithi135 ceph-mon[93152]: 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-08T04:47:19.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:19.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:20.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:20.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:20 smithi135 ceph-mon[93152]: 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-08T04:47:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:20 smithi194 ceph-mon[104785]: 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-08T04:47:21.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:21.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:22.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:22.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:21 smithi194 ceph-mon[104785]: 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-08T04:47:22.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:21 smithi135 ceph-mon[93152]: 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-08T04:47:23.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:23.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:24.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:24.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:24 smithi194 ceph-mon[104785]: 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-08T04:47:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:24 smithi135 ceph-mon[93152]: 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-08T04:47:25.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:25.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:25.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:26.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:26.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:26 smithi194 ceph-mon[104785]: 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-08T04:47:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:26 smithi135 ceph-mon[93152]: 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-08T04:47:27.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:27.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:28.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:28.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:28 smithi194 ceph-mon[104785]: 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-08T04:47:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:28 smithi135 ceph-mon[93152]: 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-08T04:47:29.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:29.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:30.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:30.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:30.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:30 smithi135 ceph-mon[93152]: 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-08T04:47:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:30 smithi194 ceph-mon[104785]: 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-08T04:47:31.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:31.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:32.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:32.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:31 smithi194 ceph-mon[104785]: 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-08T04:47:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:31 smithi135 ceph-mon[93152]: 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-08T04:47:33.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:33.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:34.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:34.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:34 smithi194 ceph-mon[104785]: 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-08T04:47:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:34 smithi135 ceph-mon[93152]: 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-08T04:47:35.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:35.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:36.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:36.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:36 smithi194 ceph-mon[104785]: 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-08T04:47:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:36 smithi135 ceph-mon[93152]: 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-08T04:47:37.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:37.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:38.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:38.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:38 smithi194 ceph-mon[104785]: 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-08T04:47:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:38 smithi135 ceph-mon[93152]: 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-08T04:47:39.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:39.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:40.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:40.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:40 smithi135 ceph-mon[93152]: 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-08T04:47:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:40 smithi194 ceph-mon[104785]: 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-08T04:47:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:41.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:41.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:42.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:42.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:41 smithi194 ceph-mon[104785]: 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-08T04:47:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:41 smithi135 ceph-mon[93152]: 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-08T04:47:43.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:43.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:44.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:44.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:44 smithi194 ceph-mon[104785]: 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-08T04:47:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:44 smithi135 ceph-mon[93152]: 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-08T04:47:45.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:45.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:46.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:46.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:46 smithi194 ceph-mon[104785]: 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-08T04:47:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:46 smithi135 ceph-mon[93152]: 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-08T04:47:47.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:47.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:48.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:48.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:48 smithi194 ceph-mon[104785]: 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-08T04:47:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:48 smithi135 ceph-mon[93152]: 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-08T04:47:49.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:49.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:50.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:50.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:50.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:50 smithi135 ceph-mon[93152]: 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-08T04:47:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:50 smithi194 ceph-mon[104785]: 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-08T04:47:51.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:51.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:52.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:52.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:51 smithi194 ceph-mon[104785]: 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-08T04:47:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:51 smithi135 ceph-mon[93152]: 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-08T04:47:53.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:53.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:54.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:54.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:54 smithi194 ceph-mon[104785]: 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-08T04:47:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:54 smithi135 ceph-mon[93152]: 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-08T04:47:55.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:55.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:47:56.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:56.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:56 smithi194 ceph-mon[104785]: 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-08T04:47:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:56 smithi135 ceph-mon[93152]: 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-08T04:47:57.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:57.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:58.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:58.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:47:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:47:58 smithi194 ceph-mon[104785]: 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-08T04:47:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:47:58 smithi135 ceph-mon[93152]: 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-08T04:47:59.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:47:59.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:00.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:00.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:00.587 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:00 smithi135 ceph-mon[93152]: 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-08T04:48:00.587 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:48:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:00 smithi194 ceph-mon[104785]: 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-08T04:48:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:48:01.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:01.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:48:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:48:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:48:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:48:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:48:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:48:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:48:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:48:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:48:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:48:02.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:02.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:02 smithi194 ceph-mon[104785]: 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-08T04:48:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:02 smithi135 ceph-mon[93152]: 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-08T04:48:03.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:03.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:04.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:04.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:04 smithi194 ceph-mon[104785]: 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-08T04:48:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:04 smithi135 ceph-mon[93152]: 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-08T04:48:05.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:05.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:06.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:06.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:06 smithi194 ceph-mon[104785]: 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-08T04:48:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:06 smithi135 ceph-mon[93152]: 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-08T04:48:07.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:07.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:08.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:08.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:08 smithi135 ceph-mon[93152]: 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-08T04:48:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:08 smithi194 ceph-mon[104785]: 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-08T04:48:09.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:09.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:10.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:10.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:10.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:10 smithi135 ceph-mon[93152]: 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-08T04:48:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:10 smithi194 ceph-mon[104785]: 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-08T04:48:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:11.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:11.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:12.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:12.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:11 smithi194 ceph-mon[104785]: 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-08T04:48:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:11 smithi135 ceph-mon[93152]: 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-08T04:48:13.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:13.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:14.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:14.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:14 smithi194 ceph-mon[104785]: 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-08T04:48:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:14 smithi135 ceph-mon[93152]: 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-08T04:48:15.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:15.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:16.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:16.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:16 smithi194 ceph-mon[104785]: 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-08T04:48:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:16 smithi135 ceph-mon[93152]: 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-08T04:48:17.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:17.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:18.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:18.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:18 smithi135 ceph-mon[93152]: 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-08T04:48:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:18 smithi194 ceph-mon[104785]: 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-08T04:48:19.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:19.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:20.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:20 smithi135 ceph-mon[93152]: 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-08T04:48:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:20 smithi194 ceph-mon[104785]: 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-08T04:48:21.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:21.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:22.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:22.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:21 smithi194 ceph-mon[104785]: 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-08T04:48:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:21 smithi135 ceph-mon[93152]: 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-08T04:48:23.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:23.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:24.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:24.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:24 smithi194 ceph-mon[104785]: 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-08T04:48:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:24 smithi135 ceph-mon[93152]: 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-08T04:48:25.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:25.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:25.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:26.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:26.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:26 smithi194 ceph-mon[104785]: 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-08T04:48:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:26 smithi135 ceph-mon[93152]: 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-08T04:48:27.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:27.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:28.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:28.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:28 smithi194 ceph-mon[104785]: 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-08T04:48:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:28 smithi135 ceph-mon[93152]: 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-08T04:48:29.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:29.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:30.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:30.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:30 smithi135 ceph-mon[93152]: 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-08T04:48:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:30 smithi194 ceph-mon[104785]: 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-08T04:48:31.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:31.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:32.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:32.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:31 smithi194 ceph-mon[104785]: 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-08T04:48:32.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:31 smithi135 ceph-mon[93152]: 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-08T04:48:33.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:33.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:34.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:34.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:34 smithi194 ceph-mon[104785]: 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-08T04:48:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:34 smithi135 ceph-mon[93152]: 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-08T04:48:35.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:35.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:36.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:36.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:36.637 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:36 smithi194 ceph-mon[104785]: 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-08T04:48:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:36 smithi135 ceph-mon[93152]: 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-08T04:48:37.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:37.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:38.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:38.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:38 smithi194 ceph-mon[104785]: 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-08T04:48:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:38 smithi135 ceph-mon[93152]: 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-08T04:48:39.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:39.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:40.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:40.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:40 smithi135 ceph-mon[93152]: 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-08T04:48:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:40 smithi194 ceph-mon[104785]: 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-08T04:48:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:41.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:41.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:41 smithi194 ceph-mon[104785]: 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-08T04:48:42.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:42.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:42.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:41 smithi135 ceph-mon[93152]: 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-08T04:48:43.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:43.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:44.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:44.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:44 smithi194 ceph-mon[104785]: 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-08T04:48:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:44 smithi135 ceph-mon[93152]: 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-08T04:48:45.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:45.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:46.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:46.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:46 smithi194 ceph-mon[104785]: 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-08T04:48:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:46 smithi135 ceph-mon[93152]: 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-08T04:48:47.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:47.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:48.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:48.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:48 smithi194 ceph-mon[104785]: 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-08T04:48:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:48 smithi135 ceph-mon[93152]: 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-08T04:48:49.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:49.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:50.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:50.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:50 smithi135 ceph-mon[93152]: 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-08T04:48:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:50 smithi194 ceph-mon[104785]: 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-08T04:48:51.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:51.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:52.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:52.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:51 smithi194 ceph-mon[104785]: 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-08T04:48:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:51 smithi135 ceph-mon[93152]: 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-08T04:48:53.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:53.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:54.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:54.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:54 smithi194 ceph-mon[104785]: 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-08T04:48:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:54 smithi135 ceph-mon[93152]: 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-08T04:48:55.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:55.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:55.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:48:56.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:56.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:56 smithi194 ceph-mon[104785]: 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-08T04:48:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:56 smithi135 ceph-mon[93152]: 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-08T04:48:57.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:57.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:58.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:58.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:48:58.565 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:48:58 smithi135 ceph-mon[93152]: 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-08T04:48:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:48:58 smithi194 ceph-mon[104785]: 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-08T04:48:59.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:48:59.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:00.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:00.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:00 smithi135 ceph-mon[93152]: 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-08T04:49:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:00 smithi194 ceph-mon[104785]: 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-08T04:49:01.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:01.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:49:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:49:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:49:01.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:49:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:49:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:49:02.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:02.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:02 smithi194 ceph-mon[104785]: 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-08T04:49:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:49:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:49:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:49:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:49:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:49:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:02 smithi135 ceph-mon[93152]: 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-08T04:49:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:49:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:49:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:49:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:49:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:49:03.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:03.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:04.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:04.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:04 smithi194 ceph-mon[104785]: 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-08T04:49:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:04 smithi135 ceph-mon[93152]: 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-08T04:49:05.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:05.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:06.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:06.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:06 smithi194 ceph-mon[104785]: 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-08T04:49:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:06 smithi135 ceph-mon[93152]: 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-08T04:49:07.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:07.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:08.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:08.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:08.664 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:08 smithi135 ceph-mon[93152]: 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-08T04:49:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:08 smithi194 ceph-mon[104785]: 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-08T04:49:09.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:09.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:10.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:10.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:10 smithi194 ceph-mon[104785]: 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-08T04:49:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:10 smithi135 ceph-mon[93152]: 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-08T04:49:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:11.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:11.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:11 smithi194 ceph-mon[104785]: 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-08T04:49:12.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:12.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:11 smithi135 ceph-mon[93152]: 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-08T04:49:13.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:13.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:14.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:14.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:14 smithi194 ceph-mon[104785]: 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-08T04:49:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:14 smithi135 ceph-mon[93152]: 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-08T04:49:15.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:15.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:16.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:16.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:16 smithi194 ceph-mon[104785]: 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-08T04:49:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:16 smithi135 ceph-mon[93152]: 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-08T04:49:17.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:17.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:18.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:18.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:18 smithi194 ceph-mon[104785]: 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-08T04:49:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:18 smithi135 ceph-mon[93152]: 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-08T04:49:19.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:19.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:20.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:20.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:20.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:20 smithi135 ceph-mon[93152]: 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-08T04:49:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:20 smithi194 ceph-mon[104785]: 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-08T04:49:21.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:21.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:21 smithi194 ceph-mon[104785]: 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-08T04:49:22.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:22.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:22.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:21 smithi135 ceph-mon[93152]: 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-08T04:49:23.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:23.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:24.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:24.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:24 smithi194 ceph-mon[104785]: 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-08T04:49:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:24 smithi135 ceph-mon[93152]: 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-08T04:49:25.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:25.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:25.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:26.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:26.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:26 smithi194 ceph-mon[104785]: 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-08T04:49:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:26 smithi135 ceph-mon[93152]: 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-08T04:49:27.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:27.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:28.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:28.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:28 smithi194 ceph-mon[104785]: 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-08T04:49:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:28 smithi135 ceph-mon[93152]: 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-08T04:49:29.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:29.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:30.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:30.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:30 smithi135 ceph-mon[93152]: 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-08T04:49:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:30 smithi194 ceph-mon[104785]: 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-08T04:49:31.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:31.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:31 smithi194 ceph-mon[104785]: 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-08T04:49:32.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:32.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:32.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:31 smithi135 ceph-mon[93152]: 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-08T04:49:33.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:33.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:34.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:34.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:34 smithi194 ceph-mon[104785]: 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-08T04:49:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:34 smithi135 ceph-mon[93152]: 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-08T04:49:35.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:35.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:36.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:36.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:36 smithi194 ceph-mon[104785]: 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-08T04:49:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:36 smithi135 ceph-mon[93152]: 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-08T04:49:37.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:37.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:38.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:38.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:38 smithi194 ceph-mon[104785]: 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-08T04:49:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:38 smithi135 ceph-mon[93152]: 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-08T04:49:39.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:39.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:40.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:40.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:40 smithi135 ceph-mon[93152]: 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-08T04:49:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:40 smithi194 ceph-mon[104785]: 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-08T04:49:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:41.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:41.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:41 smithi194 ceph-mon[104785]: 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-08T04:49:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:41 smithi135 ceph-mon[93152]: 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-08T04:49:42.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:42.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:43.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:43.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:44.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:44.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:44 smithi194 ceph-mon[104785]: 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-08T04:49:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:44 smithi135 ceph-mon[93152]: 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-08T04:49:45.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:45.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:46.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:46.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:46 smithi194 ceph-mon[104785]: 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-08T04:49:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:46 smithi135 ceph-mon[93152]: 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-08T04:49:47.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:47.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:48.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:48.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:48 smithi194 ceph-mon[104785]: 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-08T04:49:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:48 smithi135 ceph-mon[93152]: 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-08T04:49:49.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:49.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:50.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:50.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:50 smithi135 ceph-mon[93152]: 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-08T04:49:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:50 smithi194 ceph-mon[104785]: 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-08T04:49:51.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:51.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:51 smithi194 ceph-mon[104785]: 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-08T04:49:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:51 smithi135 ceph-mon[93152]: 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-08T04:49:52.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:52.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:53.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:53.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:54.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:54.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:54 smithi135 ceph-mon[93152]: 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-08T04:49:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:54 smithi194 ceph-mon[104785]: 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-08T04:49:55.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:55.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:55.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:49:56.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:56.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:56 smithi194 ceph-mon[104785]: 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-08T04:49:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:56 smithi135 ceph-mon[93152]: 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-08T04:49:57.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:57.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:58.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:58.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:49:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:49:58 smithi194 ceph-mon[104785]: 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-08T04:49:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:49:58 smithi135 ceph-mon[93152]: 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-08T04:49:59.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:49:59.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:00.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:00.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:00 smithi194 ceph-mon[104785]: 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-08T04:50:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T04:50:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:00 smithi135 ceph-mon[93152]: 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-08T04:50:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T04:50:01.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:01.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:01 smithi194 ceph-mon[104785]: 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-08T04:50:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:50:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:01 smithi135 ceph-mon[93152]: 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-08T04:50:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:50:02.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:02.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:50:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:50:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:50:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:50:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:50:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:50:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:50:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:50:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:50:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:50:03.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:03.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:04.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:03 smithi135 ceph-mon[93152]: 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-08T04:50:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:03 smithi194 ceph-mon[104785]: 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-08T04:50:04.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:04.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:05.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:05.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:06.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:06.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:06 smithi194 ceph-mon[104785]: 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-08T04:50:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:06 smithi135 ceph-mon[93152]: 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-08T04:50:07.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:07.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:08.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:08.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:08 smithi194 ceph-mon[104785]: 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-08T04:50:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:08 smithi135 ceph-mon[93152]: 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-08T04:50:09.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:09.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:10.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:10.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:10 smithi194 ceph-mon[104785]: 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-08T04:50:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:10 smithi135 ceph-mon[93152]: 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-08T04:50:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:11.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:11.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:11 smithi194 ceph-mon[104785]: 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-08T04:50:12.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:11 smithi135 ceph-mon[93152]: 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-08T04:50:12.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:12.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:13.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:13.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:14.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:14.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:14 smithi194 ceph-mon[104785]: 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-08T04:50:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:14 smithi135 ceph-mon[93152]: 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-08T04:50:15.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:15.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:16.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:16.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:16 smithi194 ceph-mon[104785]: 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-08T04:50:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:16 smithi135 ceph-mon[93152]: 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-08T04:50:17.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:17.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:18.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:18.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:18 smithi194 ceph-mon[104785]: 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-08T04:50:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:18 smithi135 ceph-mon[93152]: 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-08T04:50:19.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:19.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:20.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:20.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:20 smithi194 ceph-mon[104785]: 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-08T04:50:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:20 smithi135 ceph-mon[93152]: 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-08T04:50:21.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:21.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:21 smithi194 ceph-mon[104785]: 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-08T04:50:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:21 smithi135 ceph-mon[93152]: 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-08T04:50:22.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:22.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:23.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:23.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:24.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:24.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:24 smithi194 ceph-mon[104785]: 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-08T04:50:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:24 smithi135 ceph-mon[93152]: 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-08T04:50:25.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:25.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:25.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:26.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:26.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:26 smithi194 ceph-mon[104785]: 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-08T04:50:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:26 smithi135 ceph-mon[93152]: 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-08T04:50:27.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:27.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:28.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:28.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:28 smithi194 ceph-mon[104785]: 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-08T04:50:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:28 smithi135 ceph-mon[93152]: 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-08T04:50:29.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:29.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:30.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:30.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:30 smithi194 ceph-mon[104785]: 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-08T04:50:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:30 smithi135 ceph-mon[93152]: 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-08T04:50:31.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:31.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:31 smithi194 ceph-mon[104785]: 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-08T04:50:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:31 smithi135 ceph-mon[93152]: 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-08T04:50:32.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:32.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:33.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:33.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:34.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:34.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:34 smithi194 ceph-mon[104785]: 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-08T04:50:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:34 smithi135 ceph-mon[93152]: 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-08T04:50:35.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:35.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:36.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:36.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:36 smithi194 ceph-mon[104785]: 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-08T04:50:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:36 smithi135 ceph-mon[93152]: 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-08T04:50:37.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:37.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:38.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:38.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:38 smithi194 ceph-mon[104785]: 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-08T04:50:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:38 smithi135 ceph-mon[93152]: 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-08T04:50:39.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:39.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:40.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:40.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:40 smithi194 ceph-mon[104785]: 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-08T04:50:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:40 smithi135 ceph-mon[93152]: 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-08T04:50:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:41.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:41.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:41 smithi194 ceph-mon[104785]: 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-08T04:50:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:41 smithi135 ceph-mon[93152]: 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-08T04:50:42.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:42.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:43.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:43.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:44.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:44.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:44.604 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:44 smithi135 ceph-mon[93152]: 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-08T04:50:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:44 smithi194 ceph-mon[104785]: 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-08T04:50:45.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:45.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:46.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:46.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:46 smithi194 ceph-mon[104785]: 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-08T04:50:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:46 smithi135 ceph-mon[93152]: 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-08T04:50:47.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:47.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:48.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:48.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:48 smithi194 ceph-mon[104785]: 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-08T04:50:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:48 smithi135 ceph-mon[93152]: 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-08T04:50:49.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:49.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:50.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:50.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:50 smithi194 ceph-mon[104785]: 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-08T04:50:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:50 smithi135 ceph-mon[93152]: 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-08T04:50:51.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:51.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:51 smithi194 ceph-mon[104785]: 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-08T04:50:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:51 smithi135 ceph-mon[93152]: 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-08T04:50:52.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:52.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:53.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:53.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:54.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:54.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:54.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:54 smithi135 ceph-mon[93152]: 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-08T04:50:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:54 smithi194 ceph-mon[104785]: 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-08T04:50:55.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:55.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:50:56.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:56.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:56 smithi194 ceph-mon[104785]: 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-08T04:50:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:56 smithi135 ceph-mon[93152]: 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-08T04:50:57.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:57.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:58.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:58.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:50:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:50:58 smithi194 ceph-mon[104785]: 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-08T04:50:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:50:58 smithi135 ceph-mon[93152]: 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-08T04:50:59.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:50:59.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:00.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:00.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:00 smithi194 ceph-mon[104785]: 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-08T04:51:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:00 smithi135 ceph-mon[93152]: 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-08T04:51:01.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:01.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:01 smithi194 ceph-mon[104785]: 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-08T04:51:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:01 smithi135 ceph-mon[93152]: 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-08T04:51:02.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:02.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:51:03.397 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:51:03.397 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:51:03.397 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:51:03.398 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:51:03.398 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:51:03.398 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:51:03.398 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:51:03.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:03.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:51:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:51:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:03 smithi194 ceph-mon[104785]: 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-08T04:51:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:51:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:51:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:03 smithi135 ceph-mon[93152]: 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-08T04:51:04.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:04.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:05.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:05.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:06.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:06.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:06 smithi194 ceph-mon[104785]: 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-08T04:51:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:06 smithi135 ceph-mon[93152]: 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-08T04:51:07.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:07.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:08.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:08.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:08 smithi194 ceph-mon[104785]: 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-08T04:51:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:08 smithi135 ceph-mon[93152]: 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-08T04:51:09.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:09.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:10.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:10.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:10 smithi194 ceph-mon[104785]: 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-08T04:51:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:10 smithi135 ceph-mon[93152]: 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-08T04:51:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:11.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:11.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:11 smithi194 ceph-mon[104785]: 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-08T04:51:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:11 smithi135 ceph-mon[93152]: 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-08T04:51:12.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:12.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:13.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:13.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:14.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:14.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:14 smithi194 ceph-mon[104785]: 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-08T04:51:14.768 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:14 smithi135 ceph-mon[93152]: 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-08T04:51:15.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:15.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:16.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:16.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:16 smithi194 ceph-mon[104785]: 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-08T04:51:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:16 smithi135 ceph-mon[93152]: 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-08T04:51:17.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:17.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:18.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:18.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:18 smithi194 ceph-mon[104785]: 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-08T04:51:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:18 smithi135 ceph-mon[93152]: 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-08T04:51:19.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:19.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:20.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:20.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:20 smithi194 ceph-mon[104785]: 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-08T04:51:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:20 smithi135 ceph-mon[93152]: 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-08T04:51:21.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:21.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:21 smithi194 ceph-mon[104785]: 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-08T04:51:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:21 smithi135 ceph-mon[93152]: 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-08T04:51:22.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:22.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:23.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:23.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:24.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:24.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:24 smithi194 ceph-mon[104785]: 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-08T04:51:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:24 smithi135 ceph-mon[93152]: 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-08T04:51:25.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:25.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:26.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:26.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:26 smithi194 ceph-mon[104785]: 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-08T04:51:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:26 smithi135 ceph-mon[93152]: 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-08T04:51:27.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:27.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:28.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:28.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:28 smithi194 ceph-mon[104785]: 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-08T04:51:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:28 smithi135 ceph-mon[93152]: 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-08T04:51:29.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:29.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:30.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:30.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:30 smithi194 ceph-mon[104785]: 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-08T04:51:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:30 smithi135 ceph-mon[93152]: 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-08T04:51:31.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:31.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:31 smithi194 ceph-mon[104785]: 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-08T04:51:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:31 smithi135 ceph-mon[93152]: 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-08T04:51:32.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:32.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:33.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:33.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:34.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:34.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:34 smithi194 ceph-mon[104785]: 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-08T04:51:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:34 smithi135 ceph-mon[93152]: 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-08T04:51:35.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:35.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:36.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:36.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:36 smithi194 ceph-mon[104785]: 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-08T04:51:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:36 smithi135 ceph-mon[93152]: 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-08T04:51:37.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:37.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:38.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:38.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:38 smithi194 ceph-mon[104785]: 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-08T04:51:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:38 smithi135 ceph-mon[93152]: 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-08T04:51:39.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:39.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:40.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:40.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:40 smithi135 ceph-mon[93152]: 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-08T04:51:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:40 smithi194 ceph-mon[104785]: 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-08T04:51:40.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:41.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:41.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:41 smithi194 ceph-mon[104785]: 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-08T04:51:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:41 smithi135 ceph-mon[93152]: 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-08T04:51:42.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:42.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:43.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:43.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:44.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:44.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:44 smithi194 ceph-mon[104785]: 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-08T04:51:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:44 smithi135 ceph-mon[93152]: 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-08T04:51:45.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:45.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:46.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:46.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:46 smithi194 ceph-mon[104785]: 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-08T04:51:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:46 smithi135 ceph-mon[93152]: 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-08T04:51:47.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:47.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:48.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:48.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:48.620 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:48 smithi194 ceph-mon[104785]: 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-08T04:51:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:48 smithi135 ceph-mon[93152]: 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-08T04:51:49.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:49.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:50.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:50.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:50 smithi135 ceph-mon[93152]: 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-08T04:51:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:50 smithi194 ceph-mon[104785]: 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-08T04:51:51.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:51.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:51 smithi194 ceph-mon[104785]: 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-08T04:51:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:51 smithi135 ceph-mon[93152]: 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-08T04:51:52.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:52.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:53.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:53.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:54.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:54.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:54 smithi194 ceph-mon[104785]: 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-08T04:51:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:54 smithi135 ceph-mon[93152]: 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-08T04:51:55.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:55.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:55.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:51:56.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:56.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:56 smithi194 ceph-mon[104785]: 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-08T04:51:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:56 smithi135 ceph-mon[93152]: 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-08T04:51:57.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:57.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:58.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:58.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:51:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:51:58 smithi194 ceph-mon[104785]: 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-08T04:51:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:51:58 smithi135 ceph-mon[93152]: 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-08T04:51:59.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:51:59.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:00.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:00.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:00 smithi194 ceph-mon[104785]: 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-08T04:52:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:00 smithi135 ceph-mon[93152]: 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-08T04:52:01.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:01.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:01 smithi194 ceph-mon[104785]: 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-08T04:52:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:01 smithi135 ceph-mon[93152]: 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-08T04:52:02.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:02.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:52:03.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:03.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:03.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:52:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:04 smithi194 ceph-mon[104785]: 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-08T04:52:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:52:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:52:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:52:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:52:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:52:04.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:04.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:04 smithi135 ceph-mon[93152]: 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-08T04:52:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:52:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:52:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:52:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:52:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:52:05.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:05.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:06.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:06.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:06 smithi194 ceph-mon[104785]: 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-08T04:52:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:06 smithi135 ceph-mon[93152]: 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-08T04:52:07.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:07.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:08.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:08.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:08 smithi194 ceph-mon[104785]: 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-08T04:52:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:08 smithi135 ceph-mon[93152]: 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-08T04:52:09.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:09.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:10.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:10.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:10 smithi194 ceph-mon[104785]: 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-08T04:52:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:10 smithi135 ceph-mon[93152]: 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-08T04:52:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:11.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:11.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:11 smithi194 ceph-mon[104785]: 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-08T04:52:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:11 smithi135 ceph-mon[93152]: 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-08T04:52:12.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:12.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:13.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:13.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:14.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:14.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:14.776 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:14 smithi194 ceph-mon[104785]: 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-08T04:52:14.776 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:14 smithi135 ceph-mon[93152]: 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-08T04:52:15.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:15.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:16.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:16.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:16 smithi194 ceph-mon[104785]: 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-08T04:52:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:16 smithi135 ceph-mon[93152]: 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-08T04:52:17.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:17.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:18.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:18.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:18 smithi194 ceph-mon[104785]: 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-08T04:52:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:18 smithi135 ceph-mon[93152]: 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-08T04:52:19.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:19.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:20.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:20.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:20 smithi194 ceph-mon[104785]: 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-08T04:52:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:20 smithi135 ceph-mon[93152]: 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-08T04:52:21.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:21.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:21 smithi194 ceph-mon[104785]: 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-08T04:52:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:21 smithi135 ceph-mon[93152]: 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-08T04:52:22.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:22.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:23.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:23.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:24.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:24.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:24 smithi194 ceph-mon[104785]: 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-08T04:52:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:24 smithi135 ceph-mon[93152]: 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-08T04:52:25.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:26.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:26.147 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:26.147 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:26.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:26.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:26 smithi194 ceph-mon[104785]: 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-08T04:52:26.892 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:26 smithi135 ceph-mon[93152]: 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-08T04:52:27.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:27.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:28.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:28.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:28 smithi194 ceph-mon[104785]: 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-08T04:52:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:28 smithi135 ceph-mon[93152]: 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-08T04:52:29.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:29.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:30.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:30.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:30.641 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:30 smithi135 ceph-mon[93152]: 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-08T04:52:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:30 smithi194 ceph-mon[104785]: 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-08T04:52:31.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:31.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:31 smithi194 ceph-mon[104785]: 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-08T04:52:32.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:31 smithi135 ceph-mon[93152]: 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-08T04:52:32.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:32.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:33.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:33.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:34.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:34.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:34 smithi194 ceph-mon[104785]: 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-08T04:52:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:34 smithi135 ceph-mon[93152]: 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-08T04:52:35.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:35.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:36.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:36.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:36 smithi194 ceph-mon[104785]: 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-08T04:52:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:36 smithi135 ceph-mon[93152]: 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-08T04:52:37.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:37.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:38.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:38.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:38 smithi194 ceph-mon[104785]: 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-08T04:52:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:38 smithi135 ceph-mon[93152]: 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-08T04:52:39.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:39.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:40.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:40.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:40 smithi194 ceph-mon[104785]: 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-08T04:52:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:40.741 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:40 smithi135 ceph-mon[93152]: 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-08T04:52:40.741 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:41.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:41.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:41 smithi194 ceph-mon[104785]: 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-08T04:52:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:41 smithi135 ceph-mon[93152]: 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-08T04:52:42.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:42.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:43.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:43.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:44 smithi194 ceph-mon[104785]: 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-08T04:52:44.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:44.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:44 smithi135 ceph-mon[93152]: 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-08T04:52:45.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:45.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:46.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:46.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:46 smithi194 ceph-mon[104785]: 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-08T04:52:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:46 smithi135 ceph-mon[93152]: 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-08T04:52:47.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:47.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:48.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:48.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:48 smithi194 ceph-mon[104785]: 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-08T04:52:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:48 smithi135 ceph-mon[93152]: 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-08T04:52:49.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:49.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:50.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:50.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:50 smithi194 ceph-mon[104785]: 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-08T04:52:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:50 smithi135 ceph-mon[93152]: 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-08T04:52:51.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:51.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:51 smithi194 ceph-mon[104785]: 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-08T04:52:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:51 smithi135 ceph-mon[93152]: 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-08T04:52:52.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:52.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:53.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:53.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:54.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:54.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:54 smithi194 ceph-mon[104785]: 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-08T04:52:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:54 smithi135 ceph-mon[93152]: 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-08T04:52:55.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:55.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:52:56.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:56.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:56 smithi194 ceph-mon[104785]: 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-08T04:52:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:56 smithi135 ceph-mon[93152]: 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-08T04:52:57.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:57.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:58.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:58.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:52:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:52:58 smithi194 ceph-mon[104785]: 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-08T04:52:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:52:58 smithi135 ceph-mon[93152]: 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-08T04:52:59.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:52:59.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:00.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:00.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:00 smithi194 ceph-mon[104785]: 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-08T04:53:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:00 smithi135 ceph-mon[93152]: 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-08T04:53:01.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:01.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:01 smithi194 ceph-mon[104785]: 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-08T04:53:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:01 smithi135 ceph-mon[93152]: 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-08T04:53:02.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:02.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:03.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:03.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:04.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:04.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:04 smithi194 ceph-mon[104785]: 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-08T04:53:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:53:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:53:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:53:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:53:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:53:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:53:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:04 smithi135 ceph-mon[93152]: 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-08T04:53:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:53:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:53:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:53:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:53:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:53:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:53:05.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:05.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:06.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:06.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:06 smithi194 ceph-mon[104785]: 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-08T04:53:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:06 smithi135 ceph-mon[93152]: 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-08T04:53:07.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:07.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:08.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:08.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:08 smithi194 ceph-mon[104785]: 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-08T04:53:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:08 smithi135 ceph-mon[93152]: 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-08T04:53:09.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:09.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:10.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:10.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:10 smithi194 ceph-mon[104785]: 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-08T04:53:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:10 smithi135 ceph-mon[93152]: 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-08T04:53:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:11.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:11.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:11 smithi194 ceph-mon[104785]: 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-08T04:53:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:11 smithi135 ceph-mon[93152]: 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-08T04:53:12.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:12.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:13.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:13.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:14.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:14.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:14 smithi194 ceph-mon[104785]: 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-08T04:53:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:14 smithi135 ceph-mon[93152]: 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-08T04:53:15.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:15.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:16.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:16.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:16 smithi194 ceph-mon[104785]: 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-08T04:53:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:16 smithi135 ceph-mon[93152]: 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-08T04:53:17.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:17.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:18.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:18.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:18 smithi194 ceph-mon[104785]: 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-08T04:53:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:18 smithi135 ceph-mon[93152]: 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-08T04:53:19.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:19.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:20.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:20.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:20 smithi194 ceph-mon[104785]: 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-08T04:53:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:20 smithi135 ceph-mon[93152]: 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-08T04:53:21.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:21.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:21 smithi194 ceph-mon[104785]: 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-08T04:53:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:21 smithi135 ceph-mon[93152]: 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-08T04:53:22.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:22.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:23.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:23.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:24.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:24.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:24 smithi194 ceph-mon[104785]: 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-08T04:53:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:24 smithi135 ceph-mon[93152]: 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-08T04:53:25.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:25.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:26 smithi135 ceph-mon[93152]: 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-08T04:53:26.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:26.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:26 smithi194 ceph-mon[104785]: 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-08T04:53:27.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:27.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:28.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:28.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:28 smithi194 ceph-mon[104785]: 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-08T04:53:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:28 smithi135 ceph-mon[93152]: 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-08T04:53:29.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:29.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:30.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:30.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:30 smithi194 ceph-mon[104785]: 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-08T04:53:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:30 smithi135 ceph-mon[93152]: 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-08T04:53:31.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:33.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:33.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:31 smithi194 ceph-mon[104785]: 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-08T04:53:33.155 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:31 smithi135 ceph-mon[93152]: 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-08T04:53:33.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:33.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:33.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:34.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:34.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:35.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:35.975 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:34 smithi194 ceph-mon[104785]: 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-08T04:53:35.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:34 smithi135 ceph-mon[93152]: 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-08T04:53:35.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:35.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:36.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:36.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:36 smithi194 ceph-mon[104785]: 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-08T04:53:37.039 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:36 smithi135 ceph-mon[93152]: 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-08T04:53:37.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:37.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:38.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:38.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:38.734 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:38 smithi194 ceph-mon[104785]: 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-08T04:53:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:38 smithi135 ceph-mon[93152]: 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-08T04:53:39.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:39.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:40.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:40.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:40.746 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:40 smithi194 ceph-mon[104785]: 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-08T04:53:40.747 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:40 smithi135 ceph-mon[93152]: 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-08T04:53:40.857 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:41.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:41.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:41 smithi194 ceph-mon[104785]: 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-08T04:53:42.283 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:41 smithi135 ceph-mon[93152]: 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-08T04:53:42.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:42.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:43.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:43.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:44.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:44.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:44 smithi194 ceph-mon[104785]: 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-08T04:53:44.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:44 smithi135 ceph-mon[93152]: 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-08T04:53:45.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:45.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:46.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:46.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:46 smithi194 ceph-mon[104785]: 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-08T04:53:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:46 smithi135 ceph-mon[93152]: 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-08T04:53:47.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:47.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:48.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:48.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:48 smithi194 ceph-mon[104785]: 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-08T04:53:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:48 smithi135 ceph-mon[93152]: 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-08T04:53:49.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:49.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:50.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:50.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:50 smithi194 ceph-mon[104785]: 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-08T04:53:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:50 smithi135 ceph-mon[93152]: 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-08T04:53:51.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:51.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:51 smithi194 ceph-mon[104785]: 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-08T04:53:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:51 smithi135 ceph-mon[93152]: 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-08T04:53:52.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:52.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:53.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:53.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:54.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:54.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:54 smithi194 ceph-mon[104785]: 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-08T04:53:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:54 smithi135 ceph-mon[93152]: 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-08T04:53:55.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:55.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:53:56.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:56.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:56 smithi194 ceph-mon[104785]: 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-08T04:53:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:56 smithi135 ceph-mon[93152]: 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-08T04:53:57.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:57.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:58.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:58.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:53:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:53:58 smithi194 ceph-mon[104785]: 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-08T04:53:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:53:58 smithi135 ceph-mon[93152]: 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-08T04:53:59.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:53:59.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:00.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:00.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:00 smithi194 ceph-mon[104785]: 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-08T04:54:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:00 smithi135 ceph-mon[93152]: 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-08T04:54:01.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:01.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:01 smithi194 ceph-mon[104785]: 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-08T04:54:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:01 smithi135 ceph-mon[93152]: 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-08T04:54:02.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:02.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:03.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:03.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:04.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:04.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:04 smithi194 ceph-mon[104785]: 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-08T04:54:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:54:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:04 smithi135 ceph-mon[93152]: 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-08T04:54:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:54:05.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:05.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:06.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:06.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:06 smithi194 ceph-mon[104785]: 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-08T04:54:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:06 smithi135 ceph-mon[93152]: 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-08T04:54:07.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:07.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:08.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:08.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:08 smithi194 ceph-mon[104785]: 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-08T04:54:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:08 smithi135 ceph-mon[93152]: 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-08T04:54:09.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:09.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:54:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:54:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:09 smithi194 ceph-mon[104785]: 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-08T04:54:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:54:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:54:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:54:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:54:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:54:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:54:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:54:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:09 smithi135 ceph-mon[93152]: 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-08T04:54:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:54:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:54:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:54:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:54:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:54:10.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:10.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:11.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:11.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:11 smithi194 ceph-mon[104785]: 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-08T04:54:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:11 smithi135 ceph-mon[93152]: 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-08T04:54:12.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:12.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:13.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:13.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:14 smithi194 ceph-mon[104785]: 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-08T04:54:14.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:14.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:14 smithi135 ceph-mon[93152]: 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-08T04:54:15.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:15.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:16.683 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:16 smithi135 ceph-mon[93152]: 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-08T04:54:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:16 smithi194 ceph-mon[104785]: 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-08T04:54:16.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:16.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:17.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:17.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:18 smithi194 ceph-mon[104785]: 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-08T04:54:18.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:18.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:18 smithi135 ceph-mon[93152]: 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-08T04:54:19.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:19.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:20 smithi194 ceph-mon[104785]: 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-08T04:54:20.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:20.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:20 smithi135 ceph-mon[93152]: 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-08T04:54:21.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:21.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:21 smithi135 ceph-mon[93152]: 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-08T04:54:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:21 smithi194 ceph-mon[104785]: 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-08T04:54:22.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:22.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:23.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:23.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:24 smithi194 ceph-mon[104785]: 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-08T04:54:24.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:24.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:24 smithi135 ceph-mon[93152]: 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-08T04:54:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:25.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:25.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:26 smithi194 ceph-mon[104785]: 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-08T04:54:26.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:26.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:26 smithi135 ceph-mon[93152]: 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-08T04:54:27.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:27.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:28 smithi194 ceph-mon[104785]: 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-08T04:54:28.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:28.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:28 smithi135 ceph-mon[93152]: 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-08T04:54:29.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:29.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:30 smithi194 ceph-mon[104785]: 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-08T04:54:30.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:30.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:30 smithi135 ceph-mon[93152]: 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-08T04:54:31.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:31.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:31 smithi194 ceph-mon[104785]: 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-08T04:54:32.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:31 smithi135 ceph-mon[93152]: 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-08T04:54:32.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:32.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:33.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:33.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:34 smithi194 ceph-mon[104785]: 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-08T04:54:34.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:34.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:34 smithi135 ceph-mon[93152]: 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-08T04:54:35.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:35.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:36 smithi194 ceph-mon[104785]: 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-08T04:54:36.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:36.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:36 smithi135 ceph-mon[93152]: 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-08T04:54:37.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:37.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:38 smithi194 ceph-mon[104785]: 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-08T04:54:38.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:38.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:38 smithi135 ceph-mon[93152]: 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-08T04:54:39.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:39.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:40 smithi194 ceph-mon[104785]: 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-08T04:54:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:40 smithi135 ceph-mon[93152]: 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-08T04:54:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:40.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:40.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:41.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:41.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:41 smithi194 ceph-mon[104785]: 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-08T04:54:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:41 smithi135 ceph-mon[93152]: 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-08T04:54:42.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:42.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:43.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:43.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:44 smithi194 ceph-mon[104785]: 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-08T04:54:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:44 smithi135 ceph-mon[93152]: 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-08T04:54:44.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:44.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:45.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:45.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:46 smithi194 ceph-mon[104785]: 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-08T04:54:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:46 smithi135 ceph-mon[93152]: 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-08T04:54:46.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:46.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:47.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:47.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:48 smithi194 ceph-mon[104785]: 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-08T04:54:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:48 smithi135 ceph-mon[93152]: 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-08T04:54:48.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:48.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:49.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:49.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:50 smithi194 ceph-mon[104785]: 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-08T04:54:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:50 smithi135 ceph-mon[93152]: 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-08T04:54:50.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:50.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:51.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:51.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:51 smithi135 ceph-mon[93152]: 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-08T04:54:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:51 smithi194 ceph-mon[104785]: 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-08T04:54:52.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:52.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:53.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:53.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:54 smithi194 ceph-mon[104785]: 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-08T04:54:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:54 smithi135 ceph-mon[93152]: 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-08T04:54:54.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:54.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:54:55.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:55.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:56 smithi194 ceph-mon[104785]: 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-08T04:54:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:56 smithi135 ceph-mon[93152]: 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-08T04:54:56.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:56.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:57.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:57.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:54:58 smithi194 ceph-mon[104785]: 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-08T04:54:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:54:58 smithi135 ceph-mon[93152]: 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-08T04:54:58.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:58.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:54:59.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:54:59.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:00 smithi194 ceph-mon[104785]: 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-08T04:55:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:00 smithi135 ceph-mon[93152]: 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-08T04:55:00.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:00.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:01.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:01.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:01 smithi135 ceph-mon[93152]: 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-08T04:55:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:01 smithi194 ceph-mon[104785]: 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-08T04:55:02.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:02.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:03.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:03.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:04 smithi194 ceph-mon[104785]: 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-08T04:55:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:04 smithi135 ceph-mon[93152]: 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-08T04:55:04.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:04.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:05.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:05.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:06 smithi194 ceph-mon[104785]: 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-08T04:55:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:06 smithi135 ceph-mon[93152]: 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-08T04:55:06.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:06.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:07.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:07.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:08 smithi194 ceph-mon[104785]: 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-08T04:55:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:08 smithi135 ceph-mon[93152]: 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-08T04:55:08.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:08.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:09.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:09.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:10 smithi194 ceph-mon[104785]: 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-08T04:55:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:55:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:55:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:55:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:55:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:55:10.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:55:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:10 smithi135 ceph-mon[93152]: 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-08T04:55:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:55:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:55:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:55:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:55:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:55:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:55:10.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:10.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:11.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:11.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:12.231 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:11 smithi135 ceph-mon[93152]: 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-08T04:55:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:11 smithi194 ceph-mon[104785]: 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-08T04:55:12.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:12.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:13.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:13.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:14.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:14 smithi194 ceph-mon[104785]: 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-08T04:55:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:14 smithi135 ceph-mon[93152]: 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-08T04:55:14.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:14.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:15.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:15.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:16 smithi194 ceph-mon[104785]: 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-08T04:55:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:16 smithi135 ceph-mon[93152]: 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-08T04:55:16.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:16.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:17.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:17.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:18 smithi194 ceph-mon[104785]: 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-08T04:55:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:18 smithi135 ceph-mon[93152]: 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-08T04:55:18.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:18.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:19.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:19.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:20 smithi194 ceph-mon[104785]: 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-08T04:55:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:20 smithi135 ceph-mon[93152]: 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-08T04:55:20.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:20.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:21.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:21.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:21 smithi135 ceph-mon[93152]: 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-08T04:55:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:21 smithi194 ceph-mon[104785]: 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-08T04:55:22.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:22.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:23.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:23.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:24 smithi194 ceph-mon[104785]: 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-08T04:55:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:24 smithi135 ceph-mon[93152]: 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-08T04:55:24.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:24.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:25.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:25.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:25.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:26 smithi194 ceph-mon[104785]: 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-08T04:55:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:26 smithi135 ceph-mon[93152]: 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-08T04:55:26.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:26.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:27.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:27.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:28 smithi194 ceph-mon[104785]: 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-08T04:55:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:28 smithi135 ceph-mon[93152]: 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-08T04:55:28.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:28.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:29.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:29.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:30 smithi194 ceph-mon[104785]: 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-08T04:55:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:30 smithi135 ceph-mon[93152]: 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-08T04:55:30.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:30.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:31.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:31.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:31 smithi135 ceph-mon[93152]: 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-08T04:55:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:31 smithi194 ceph-mon[104785]: 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-08T04:55:32.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:32.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:33.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:33.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:34 smithi194 ceph-mon[104785]: 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-08T04:55:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:34 smithi135 ceph-mon[93152]: 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-08T04:55:34.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:34.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:35.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:35.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:36 smithi194 ceph-mon[104785]: 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-08T04:55:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:36 smithi135 ceph-mon[93152]: 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-08T04:55:36.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:36.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:37.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:37.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:38 smithi194 ceph-mon[104785]: 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-08T04:55:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:38 smithi135 ceph-mon[93152]: 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-08T04:55:38.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:38.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:39.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:39.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:40 smithi194 ceph-mon[104785]: 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-08T04:55:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:40 smithi135 ceph-mon[93152]: 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-08T04:55:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:40.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:40.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:41.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:41.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:41 smithi135 ceph-mon[93152]: 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-08T04:55:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:41 smithi194 ceph-mon[104785]: 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-08T04:55:42.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:42.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:43.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:43.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:44 smithi194 ceph-mon[104785]: 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-08T04:55:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:44 smithi135 ceph-mon[93152]: 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-08T04:55:44.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:44.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:45.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:45.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:46 smithi194 ceph-mon[104785]: 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-08T04:55:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:46 smithi135 ceph-mon[93152]: 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-08T04:55:46.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:46.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:47.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:47.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:48 smithi194 ceph-mon[104785]: 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-08T04:55:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:48 smithi135 ceph-mon[93152]: 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-08T04:55:48.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:48.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:49.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:49.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:50 smithi194 ceph-mon[104785]: 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-08T04:55:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:50 smithi135 ceph-mon[93152]: 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-08T04:55:50.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:50.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:51.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:51.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:51 smithi135 ceph-mon[93152]: 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-08T04:55:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:51 smithi194 ceph-mon[104785]: 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-08T04:55:52.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:52.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:53.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:53.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:54 smithi194 ceph-mon[104785]: 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-08T04:55:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:54 smithi135 ceph-mon[93152]: 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-08T04:55:54.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:54.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:56.127 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:55:56.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:56.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:56 smithi194 ceph-mon[104785]: 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-08T04:55:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:56 smithi135 ceph-mon[93152]: 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-08T04:55:58.921 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:55:58 smithi194 ceph-mon[104785]: 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-08T04:55:58.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:58.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:58.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:58.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:58.922 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:55:58 smithi135 ceph-mon[93152]: 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-08T04:55:58.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:58.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:55:59.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:55:59.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:00 smithi194 ceph-mon[104785]: 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-08T04:56:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:00 smithi135 ceph-mon[93152]: 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-08T04:56:00.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:00.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:01.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:01.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:01 smithi135 ceph-mon[93152]: 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-08T04:56:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:01 smithi194 ceph-mon[104785]: 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-08T04:56:02.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:03.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:03.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:05.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:05.201 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:04 smithi194 ceph-mon[104785]: 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-08T04:56:05.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:04 smithi135 ceph-mon[93152]: 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-08T04:56:05.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:05.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:05.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:05.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:06 smithi194 ceph-mon[104785]: 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-08T04:56:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:06 smithi135 ceph-mon[93152]: 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-08T04:56:06.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:06.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:07.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:07.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:08 smithi194 ceph-mon[104785]: 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-08T04:56:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:08 smithi135 ceph-mon[93152]: 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-08T04:56:08.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:08.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:09.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:09.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:10 smithi194 ceph-mon[104785]: 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-08T04:56:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:56:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:10 smithi135 ceph-mon[93152]: 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-08T04:56:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:56:10.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:10.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:11.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:11.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:11 smithi135 ceph-mon[93152]: 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-08T04:56:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:11 smithi194 ceph-mon[104785]: 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-08T04:56:12.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:12.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:13.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:13.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:14 smithi194 ceph-mon[104785]: 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-08T04:56:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:14 smithi135 ceph-mon[93152]: 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-08T04:56:14.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:14.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:15.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:15.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:16 smithi194 ceph-mon[104785]: 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-08T04:56:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:16 smithi135 ceph-mon[93152]: 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-08T04:56:16.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:16.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:17.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:17.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:18 smithi194 ceph-mon[104785]: 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-08T04:56:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:56:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:56:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:56:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:56:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:56:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:56:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:56:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:18 smithi135 ceph-mon[93152]: 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-08T04:56:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:56:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:56:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:56:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:56:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:56:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:56:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:56:18.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:18.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:19.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:19.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:20 smithi194 ceph-mon[104785]: 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-08T04:56:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:20 smithi135 ceph-mon[93152]: 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-08T04:56:20.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:20.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:21.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:21.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:21 smithi135 ceph-mon[93152]: 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-08T04:56:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:21 smithi194 ceph-mon[104785]: 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-08T04:56:22.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:22.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:23.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:23.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:24 smithi194 ceph-mon[104785]: 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-08T04:56:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:24 smithi135 ceph-mon[93152]: 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-08T04:56:24.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:24.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:25.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:25.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:26 smithi194 ceph-mon[104785]: 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-08T04:56:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:26 smithi135 ceph-mon[93152]: 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-08T04:56:26.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:26.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:27.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:27.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:28 smithi194 ceph-mon[104785]: 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-08T04:56:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:28 smithi135 ceph-mon[93152]: 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-08T04:56:28.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:28.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:29.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:29.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:30 smithi194 ceph-mon[104785]: 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-08T04:56:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:30 smithi135 ceph-mon[93152]: 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-08T04:56:30.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:30.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:31.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:31.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:31 smithi135 ceph-mon[93152]: 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-08T04:56:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:31 smithi194 ceph-mon[104785]: 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-08T04:56:32.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:32.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:33.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:33.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:34 smithi194 ceph-mon[104785]: 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-08T04:56:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:34 smithi135 ceph-mon[93152]: 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-08T04:56:34.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:34.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:35.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:35.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:36 smithi194 ceph-mon[104785]: 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-08T04:56:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:36 smithi135 ceph-mon[93152]: 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-08T04:56:36.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:36.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:37.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:37.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:38 smithi194 ceph-mon[104785]: 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-08T04:56:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:38 smithi135 ceph-mon[93152]: 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-08T04:56:38.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:38.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:39.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:39.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:40 smithi194 ceph-mon[104785]: 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-08T04:56:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:40 smithi135 ceph-mon[93152]: 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-08T04:56:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:40.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:40.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:41.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:41.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:41 smithi135 ceph-mon[93152]: 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-08T04:56:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:41 smithi194 ceph-mon[104785]: 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-08T04:56:42.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:42.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:43.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:43.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:44 smithi194 ceph-mon[104785]: 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-08T04:56:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:44 smithi135 ceph-mon[93152]: 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-08T04:56:44.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:44.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:45.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:45.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:46 smithi194 ceph-mon[104785]: 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-08T04:56:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:46 smithi135 ceph-mon[93152]: 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-08T04:56:46.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:46.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:47.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:47.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:48 smithi194 ceph-mon[104785]: 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-08T04:56:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:48 smithi135 ceph-mon[93152]: 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-08T04:56:48.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:48.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:49.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:49.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:50 smithi194 ceph-mon[104785]: 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-08T04:56:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:50 smithi135 ceph-mon[93152]: 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-08T04:56:50.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:50.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:51.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:51.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:51 smithi194 ceph-mon[104785]: 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-08T04:56:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:51 smithi135 ceph-mon[93152]: 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-08T04:56:52.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:52.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:53.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:53.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:54 smithi194 ceph-mon[104785]: 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-08T04:56:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:54 smithi135 ceph-mon[93152]: 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-08T04:56:54.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:54.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:56:55.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:55.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:56 smithi194 ceph-mon[104785]: 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-08T04:56:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:56 smithi135 ceph-mon[93152]: 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-08T04:56:56.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:56.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:57.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:57.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:56:58 smithi194 ceph-mon[104785]: 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-08T04:56:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:56:58 smithi135 ceph-mon[93152]: 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-08T04:56:58.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:58.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:56:59.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:56:59.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:00 smithi135 ceph-mon[93152]: 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-08T04:57:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:00 smithi194 ceph-mon[104785]: 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-08T04:57:00.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:00.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:01.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:01.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:01 smithi194 ceph-mon[104785]: 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-08T04:57:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:01 smithi135 ceph-mon[93152]: 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-08T04:57:02.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:02.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:03.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:03.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:04 smithi194 ceph-mon[104785]: 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-08T04:57:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:04 smithi135 ceph-mon[93152]: 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-08T04:57:04.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:04.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:05.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:05.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:06 smithi194 ceph-mon[104785]: 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-08T04:57:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:06 smithi135 ceph-mon[93152]: 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-08T04:57:06.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:06.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:08.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:08.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:08 smithi194 ceph-mon[104785]: 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-08T04:57:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:08 smithi135 ceph-mon[93152]: 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-08T04:57:09.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:09.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:10.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:10.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:10 smithi135 ceph-mon[93152]: 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-08T04:57:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:10 smithi194 ceph-mon[104785]: 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-08T04:57:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:11.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:11.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:12.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:12.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:11 smithi135 ceph-mon[93152]: 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-08T04:57:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:11 smithi194 ceph-mon[104785]: 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-08T04:57:13.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:13.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:14.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:14.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:14 smithi194 ceph-mon[104785]: 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-08T04:57:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:14 smithi135 ceph-mon[93152]: 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-08T04:57:15.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:15.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:16.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:16.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:16 smithi135 ceph-mon[93152]: 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-08T04:57:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:16 smithi194 ceph-mon[104785]: 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-08T04:57:17.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:17.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:18.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:18.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:18 smithi135 ceph-mon[93152]: 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-08T04:57:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:57:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:57:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:57:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:18 smithi194 ceph-mon[104785]: 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-08T04:57:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:57:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:57:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:57:19.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:19.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:57:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:57:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:57:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:57:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:57:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:57:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:57:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:57:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:57:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:57:20.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:20.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:20 smithi135 ceph-mon[93152]: 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-08T04:57:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:20 smithi194 ceph-mon[104785]: 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-08T04:57:21.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:21.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:22.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:22.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:21 smithi135 ceph-mon[93152]: 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-08T04:57:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:21 smithi194 ceph-mon[104785]: 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-08T04:57:23.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:23.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:24.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:24.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:24 smithi194 ceph-mon[104785]: 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-08T04:57:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:24 smithi135 ceph-mon[93152]: 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-08T04:57:25.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:25.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:26.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:26.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:26 smithi135 ceph-mon[93152]: 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-08T04:57:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:26 smithi194 ceph-mon[104785]: 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-08T04:57:27.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:27.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:28.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:28.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:28 smithi135 ceph-mon[93152]: 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-08T04:57:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:28 smithi194 ceph-mon[104785]: 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-08T04:57:29.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:29.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:30.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:30.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:30 smithi135 ceph-mon[93152]: 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-08T04:57:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:30 smithi194 ceph-mon[104785]: 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-08T04:57:31.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:31.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:32.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:32.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:32.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:31 smithi135 ceph-mon[93152]: 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-08T04:57:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:31 smithi194 ceph-mon[104785]: 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-08T04:57:33.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:33.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:34.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:34.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:34 smithi135 ceph-mon[93152]: 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-08T04:57:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:34 smithi194 ceph-mon[104785]: 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-08T04:57:35.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:35.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:36.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:36.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:36 smithi135 ceph-mon[93152]: 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-08T04:57:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:36 smithi194 ceph-mon[104785]: 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-08T04:57:37.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:37.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:38.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:38.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:38 smithi135 ceph-mon[93152]: 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-08T04:57:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:38 smithi194 ceph-mon[104785]: 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-08T04:57:39.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:39.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:40.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:40.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:40 smithi135 ceph-mon[93152]: 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-08T04:57:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:40 smithi194 ceph-mon[104785]: 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-08T04:57:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:41.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:41.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:42.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:42.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:41 smithi135 ceph-mon[93152]: 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-08T04:57:42.296 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:41 smithi194 ceph-mon[104785]: 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-08T04:57:43.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:43.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:44.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:44.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:44 smithi135 ceph-mon[93152]: 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-08T04:57:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:44 smithi194 ceph-mon[104785]: 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-08T04:57:45.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:45.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:46.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:46.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:46 smithi135 ceph-mon[93152]: 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-08T04:57:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:46 smithi194 ceph-mon[104785]: 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-08T04:57:47.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:47.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:48.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:48.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:48 smithi135 ceph-mon[93152]: 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-08T04:57:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:48 smithi194 ceph-mon[104785]: 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-08T04:57:49.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:49.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:50.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:50.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:50 smithi135 ceph-mon[93152]: 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-08T04:57:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:50 smithi194 ceph-mon[104785]: 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-08T04:57:51.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:51.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:52.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:52.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:52 smithi135 ceph-mon[93152]: 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-08T04:57:52.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:52 smithi194 ceph-mon[104785]: 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-08T04:57:53.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:53.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:54.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:54.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:54 smithi135 ceph-mon[93152]: 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-08T04:57:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:54 smithi194 ceph-mon[104785]: 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-08T04:57:55.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:55.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:57:56.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:56.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:56 smithi135 ceph-mon[93152]: 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-08T04:57:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:56 smithi194 ceph-mon[104785]: 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-08T04:57:57.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:57.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:58.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:58.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:57:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:57:58 smithi135 ceph-mon[93152]: 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-08T04:57:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:57:58 smithi194 ceph-mon[104785]: 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-08T04:57:59.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:57:59.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:00.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:00.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:00 smithi135 ceph-mon[93152]: 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-08T04:58:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:00 smithi194 ceph-mon[104785]: 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-08T04:58:01.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:01.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:02.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:02.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:02 smithi135 ceph-mon[93152]: 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-08T04:58:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:02 smithi194 ceph-mon[104785]: 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-08T04:58:03.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:03.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:04.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:04.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:04 smithi135 ceph-mon[93152]: 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-08T04:58:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:04 smithi194 ceph-mon[104785]: 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-08T04:58:05.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:05.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:06.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:06.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:06 smithi135 ceph-mon[93152]: 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-08T04:58:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:06 smithi194 ceph-mon[104785]: 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-08T04:58:07.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:07.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:08.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:08.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:08 smithi135 ceph-mon[93152]: 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-08T04:58:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:08 smithi194 ceph-mon[104785]: 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-08T04:58:09.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:09.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:10.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:10.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:10 smithi135 ceph-mon[93152]: 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-08T04:58:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:10 smithi194 ceph-mon[104785]: 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-08T04:58:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:11.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:11.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:12.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:12.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:12 smithi135 ceph-mon[93152]: 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-08T04:58:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:12 smithi194 ceph-mon[104785]: 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-08T04:58:13.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:13.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:14.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:14.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:14 smithi135 ceph-mon[93152]: 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-08T04:58:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:14 smithi194 ceph-mon[104785]: 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-08T04:58:15.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:15.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:16.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:16.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:16 smithi135 ceph-mon[93152]: 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-08T04:58:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:16 smithi194 ceph-mon[104785]: 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-08T04:58:17.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:17.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:18.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:18.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:18 smithi135 ceph-mon[93152]: 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-08T04:58:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:18 smithi194 ceph-mon[104785]: 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-08T04:58:19.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:19.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:58:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:58:20.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:20.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:20 smithi135 ceph-mon[93152]: 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-08T04:58:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:58:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:58:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:58:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:58:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:58:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:20 smithi194 ceph-mon[104785]: 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-08T04:58:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:58:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:58:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:58:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:58:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:58:21.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:21.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:22.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:22.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:22 smithi135 ceph-mon[93152]: 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-08T04:58:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:22 smithi194 ceph-mon[104785]: 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-08T04:58:23.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:23.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:24.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:24.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:24 smithi135 ceph-mon[93152]: 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-08T04:58:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:24 smithi194 ceph-mon[104785]: 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-08T04:58:25.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:25.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:26.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:26.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:26 smithi135 ceph-mon[93152]: 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-08T04:58:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:26 smithi194 ceph-mon[104785]: 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-08T04:58:27.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:27.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:28.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:28.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:28 smithi135 ceph-mon[93152]: 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-08T04:58:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:28 smithi194 ceph-mon[104785]: 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-08T04:58:29.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:29.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:30.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:30.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:30 smithi135 ceph-mon[93152]: 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-08T04:58:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:30 smithi194 ceph-mon[104785]: 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-08T04:58:31.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:31.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:32.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:32.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:32 smithi194 ceph-mon[104785]: 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-08T04:58:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:32 smithi135 ceph-mon[93152]: 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-08T04:58:33.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:33.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:34.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:34.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:34 smithi135 ceph-mon[93152]: 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-08T04:58:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:34 smithi194 ceph-mon[104785]: 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-08T04:58:35.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:35.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:36.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:36.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:36 smithi135 ceph-mon[93152]: 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-08T04:58:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:36 smithi194 ceph-mon[104785]: 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-08T04:58:37.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:37.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:38.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:38.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:38 smithi135 ceph-mon[93152]: 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-08T04:58:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:38 smithi194 ceph-mon[104785]: 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-08T04:58:39.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:39.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:40.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:40.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:40 smithi135 ceph-mon[93152]: 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-08T04:58:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:40 smithi194 ceph-mon[104785]: 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-08T04:58:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:41.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:41.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:42.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:42.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:42 smithi194 ceph-mon[104785]: 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-08T04:58:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:42 smithi135 ceph-mon[93152]: 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-08T04:58:43.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:43.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:44.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:44.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:44 smithi135 ceph-mon[93152]: 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-08T04:58:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:44 smithi194 ceph-mon[104785]: 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-08T04:58:45.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:45.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:46.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:46.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:46 smithi135 ceph-mon[93152]: 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-08T04:58:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:46 smithi194 ceph-mon[104785]: 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-08T04:58:47.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:47.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:48.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:48.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:48 smithi135 ceph-mon[93152]: 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-08T04:58:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:48 smithi194 ceph-mon[104785]: 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-08T04:58:49.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:49.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:50.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:50.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:50 smithi135 ceph-mon[93152]: 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-08T04:58:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:50 smithi194 ceph-mon[104785]: 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-08T04:58:51.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:51.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:52.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:52.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:52 smithi194 ceph-mon[104785]: 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-08T04:58:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:52 smithi135 ceph-mon[93152]: 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-08T04:58:53.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:53.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:54.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:54.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:54 smithi135 ceph-mon[93152]: 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-08T04:58:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:54 smithi194 ceph-mon[104785]: 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-08T04:58:55.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:55.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:58:56.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:56.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:56 smithi135 ceph-mon[93152]: 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-08T04:58:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:56 smithi194 ceph-mon[104785]: 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-08T04:58:57.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:57.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:58.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:58.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:58:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:58:58 smithi135 ceph-mon[93152]: 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-08T04:58:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:58:58 smithi194 ceph-mon[104785]: 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-08T04:58:59.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:58:59.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:00.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:00.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:00 smithi135 ceph-mon[93152]: 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-08T04:59:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:00 smithi194 ceph-mon[104785]: 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-08T04:59:01.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:01.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:02.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:02.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:02 smithi194 ceph-mon[104785]: 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-08T04:59:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:02 smithi135 ceph-mon[93152]: 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-08T04:59:03.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:03.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:04.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:04.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:04 smithi135 ceph-mon[93152]: 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-08T04:59:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:04 smithi194 ceph-mon[104785]: 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-08T04:59:05.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:05.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:06.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:06.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:06.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:06 smithi135 ceph-mon[93152]: 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-08T04:59:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:06 smithi194 ceph-mon[104785]: 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-08T04:59:07.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:07.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:08.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:08.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:08 smithi135 ceph-mon[93152]: 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-08T04:59:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:08 smithi194 ceph-mon[104785]: 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-08T04:59:09.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:09.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:10.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:10.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:10 smithi135 ceph-mon[93152]: 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-08T04:59:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:10 smithi194 ceph-mon[104785]: 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-08T04:59:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:11.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:11.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:12.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:12.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:12 smithi194 ceph-mon[104785]: 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-08T04:59:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:12 smithi135 ceph-mon[93152]: 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-08T04:59:13.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:13.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:14.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:14.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:14 smithi135 ceph-mon[93152]: 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-08T04:59:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:14 smithi194 ceph-mon[104785]: 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-08T04:59:15.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:15.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:16.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:16.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:16 smithi135 ceph-mon[93152]: 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-08T04:59:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:16 smithi194 ceph-mon[104785]: 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-08T04:59:17.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:17.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:18.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:18.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:18 smithi194 ceph-mon[104785]: 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-08T04:59:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:18 smithi135 ceph-mon[93152]: 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-08T04:59:19.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:19.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:20.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:20.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:20 smithi135 ceph-mon[93152]: 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-08T04:59:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:59:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:59:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:59:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:20 smithi194 ceph-mon[104785]: 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-08T04:59:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T04:59:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:59:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:59:21.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:21.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:59:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:59:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:59:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:59:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:59:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T04:59:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T04:59:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:59:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T04:59:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T04:59:22.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:22.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:22 smithi135 ceph-mon[93152]: 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-08T04:59:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:22 smithi194 ceph-mon[104785]: 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-08T04:59:23.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:23.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:24.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:24.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:24 smithi135 ceph-mon[93152]: 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-08T04:59:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:24 smithi194 ceph-mon[104785]: 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-08T04:59:25.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:25.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:26.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:26.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:26 smithi194 ceph-mon[104785]: 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-08T04:59:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:26 smithi135 ceph-mon[93152]: 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-08T04:59:27.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:27.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:28.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:28.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:28 smithi194 ceph-mon[104785]: 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-08T04:59:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:28 smithi135 ceph-mon[93152]: 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-08T04:59:29.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:29.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:30.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:30.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:30 smithi194 ceph-mon[104785]: 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-08T04:59:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:30 smithi135 ceph-mon[93152]: 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-08T04:59:31.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:31.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:32.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:32.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:32 smithi194 ceph-mon[104785]: 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-08T04:59:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:32 smithi135 ceph-mon[93152]: 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-08T04:59:33.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:33.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:34.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:34.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:34 smithi135 ceph-mon[93152]: 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-08T04:59:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:34 smithi194 ceph-mon[104785]: 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-08T04:59:35.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:35.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:36.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:36.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:36 smithi135 ceph-mon[93152]: 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-08T04:59:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:36 smithi194 ceph-mon[104785]: 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-08T04:59:37.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:37.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:38.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:38.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:38 smithi135 ceph-mon[93152]: 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-08T04:59:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:38 smithi194 ceph-mon[104785]: 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-08T04:59:39.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:39.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:40.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:40.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:40 smithi135 ceph-mon[93152]: 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-08T04:59:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:40 smithi194 ceph-mon[104785]: 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-08T04:59:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:41.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:41.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:42.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:42.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:42 smithi194 ceph-mon[104785]: 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-08T04:59:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:42 smithi135 ceph-mon[93152]: 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-08T04:59:43.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:43.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:44.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:44.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:44 smithi135 ceph-mon[93152]: 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-08T04:59:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:44 smithi194 ceph-mon[104785]: 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-08T04:59:45.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:45.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:46.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:46.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:46 smithi135 ceph-mon[93152]: 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-08T04:59:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:46 smithi194 ceph-mon[104785]: 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-08T04:59:47.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:47.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:48.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:48.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:48 smithi135 ceph-mon[93152]: 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-08T04:59:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:48 smithi194 ceph-mon[104785]: 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-08T04:59:49.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:49.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:50.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:50.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:50 smithi194 ceph-mon[104785]: 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-08T04:59:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:50 smithi135 ceph-mon[93152]: 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-08T04:59:51.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:51.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:52.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:52.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:52 smithi194 ceph-mon[104785]: 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-08T04:59:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:52 smithi135 ceph-mon[93152]: 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-08T04:59:53.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:53.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:54.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:54.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:54 smithi135 ceph-mon[93152]: 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-08T04:59:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:54 smithi194 ceph-mon[104785]: 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-08T04:59:55.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:55.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T04:59:56.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:56.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:56 smithi194 ceph-mon[104785]: 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-08T04:59:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:56 smithi135 ceph-mon[93152]: 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-08T04:59:57.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:57.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:58.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:58.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T04:59:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 04:59:58 smithi194 ceph-mon[104785]: pgmap v996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:59:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 04:59:58 smithi135 ceph-mon[93152]: pgmap v996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T04:59:59.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T04:59:59.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:00.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:00.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:00 smithi194 ceph-mon[104785]: 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-08T05:00:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T05:00:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:00 smithi135 ceph-mon[93152]: 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-08T05:00:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T05:00:01.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:01.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:02.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:02.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:02 smithi194 ceph-mon[104785]: 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-08T05:00:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:02 smithi135 ceph-mon[93152]: 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-08T05:00:03.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:03.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:04.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:04.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:04 smithi135 ceph-mon[93152]: 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-08T05:00:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:04 smithi194 ceph-mon[104785]: 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-08T05:00:05.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:05.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:06.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:06.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:06 smithi194 ceph-mon[104785]: 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-08T05:00:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:06 smithi135 ceph-mon[93152]: 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-08T05:00:07.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:07.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:08.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:08.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:08.828 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:08 smithi194 ceph-mon[104785]: pgmap v1001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:00:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:08 smithi135 ceph-mon[93152]: pgmap v1001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:00:09.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:09.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:10.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:10.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:10 smithi194 ceph-mon[104785]: pgmap v1002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:00:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:10 smithi135 ceph-mon[93152]: pgmap v1002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:00:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:11.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:11.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:12.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:12.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:12 smithi194 ceph-mon[104785]: 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-08T05:00:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:12 smithi135 ceph-mon[93152]: 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-08T05:00:13.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:13.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:14.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:14.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:14 smithi194 ceph-mon[104785]: 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-08T05:00:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:14 smithi135 ceph-mon[93152]: 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-08T05:00:15.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:15.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:16.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:16.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:16 smithi194 ceph-mon[104785]: 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-08T05:00:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:16 smithi135 ceph-mon[93152]: 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-08T05:00:17.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:17.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:18.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:18.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:18.937 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:18 smithi194 ceph-mon[104785]: pgmap v1006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:00:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:18 smithi135 ceph-mon[93152]: pgmap v1006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:00:19.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:19.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:20.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:20.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:20.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:20 smithi135 ceph-mon[93152]: pgmap v1007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:00:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:20 smithi194 ceph-mon[104785]: pgmap v1007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:00:21.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:21.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:00:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:00:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:00:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:00:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:00:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:00:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:00:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:00:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:00:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:00:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:00:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:00:22.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:22.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:22 smithi194 ceph-mon[104785]: 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-08T05:00:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:22 smithi135 ceph-mon[93152]: 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-08T05:00:23.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:23.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:24.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:24.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:24 smithi194 ceph-mon[104785]: 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-08T05:00:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:24 smithi135 ceph-mon[93152]: 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-08T05:00:25.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:25.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:26.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:26.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:26 smithi194 ceph-mon[104785]: 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-08T05:00:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:26 smithi135 ceph-mon[93152]: 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-08T05:00:27.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:27.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:28.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:28.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:28 smithi194 ceph-mon[104785]: pgmap v1011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:00:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:28 smithi135 ceph-mon[93152]: pgmap v1011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:00:29.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:29.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:30.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:30.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:30 smithi135 ceph-mon[93152]: pgmap v1012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:00:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:30 smithi194 ceph-mon[104785]: pgmap v1012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:00:31.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:31.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:32.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:32.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:32 smithi194 ceph-mon[104785]: 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-08T05:00:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:32 smithi135 ceph-mon[93152]: 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-08T05:00:33.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:33.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:34.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:34.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:34 smithi194 ceph-mon[104785]: 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-08T05:00:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:34 smithi135 ceph-mon[93152]: 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-08T05:00:35.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:35.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:36.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:36.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:36 smithi194 ceph-mon[104785]: 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-08T05:00:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:36 smithi135 ceph-mon[93152]: 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-08T05:00:37.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:37.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:38.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:38.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:38 smithi194 ceph-mon[104785]: pgmap v1016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:00:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:38 smithi135 ceph-mon[93152]: pgmap v1016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:00:39.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:39.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:40.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:40.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:40 smithi135 ceph-mon[93152]: pgmap v1017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:00:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:40 smithi194 ceph-mon[104785]: pgmap v1017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:00:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:41.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:41.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:42.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:42.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:42 smithi194 ceph-mon[104785]: 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-08T05:00:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:42 smithi135 ceph-mon[93152]: 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-08T05:00:43.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:43.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:44.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:44.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:44 smithi194 ceph-mon[104785]: 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-08T05:00:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:44 smithi135 ceph-mon[93152]: 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-08T05:00:45.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:45.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:46.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:46.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:46 smithi194 ceph-mon[104785]: 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-08T05:00:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:46 smithi135 ceph-mon[93152]: 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-08T05:00:47.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:47.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:48.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:48.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:48 smithi194 ceph-mon[104785]: pgmap v1021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:00:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:48 smithi135 ceph-mon[93152]: pgmap v1021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:00:49.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:49.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:50.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:50.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:50 smithi194 ceph-mon[104785]: pgmap v1022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:00:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:50 smithi135 ceph-mon[93152]: pgmap v1022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:00:51.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:51.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:52.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:52.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:52 smithi194 ceph-mon[104785]: 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-08T05:00:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:52 smithi135 ceph-mon[93152]: 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-08T05:00:53.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:53.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:54.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:54.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:54 smithi194 ceph-mon[104785]: 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-08T05:00:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:54 smithi135 ceph-mon[93152]: 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-08T05:00:55.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:55.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:00:56.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:56.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:56 smithi194 ceph-mon[104785]: 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-08T05:00:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:56 smithi135 ceph-mon[93152]: 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-08T05:00:57.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:57.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:58.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:58.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:00:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:00:58 smithi194 ceph-mon[104785]: pgmap v1026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:00:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:00:58 smithi135 ceph-mon[93152]: pgmap v1026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:00:59.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:00:59.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:00.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:00.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:00 smithi194 ceph-mon[104785]: pgmap v1027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:01:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:00 smithi135 ceph-mon[93152]: pgmap v1027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:01:01.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:01.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:02 smithi135 ceph-mon[93152]: 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-08T05:01:02.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:02.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:02 smithi194 ceph-mon[104785]: 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-08T05:01:03.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:03.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:04.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:04.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:04 smithi194 ceph-mon[104785]: 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-08T05:01:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:04 smithi135 ceph-mon[93152]: 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-08T05:01:05.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:05.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:06.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:06.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:06 smithi194 ceph-mon[104785]: 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-08T05:01:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:06 smithi135 ceph-mon[93152]: 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-08T05:01:07.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:07.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:08.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:08.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:08 smithi194 ceph-mon[104785]: pgmap v1031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:01:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:08 smithi135 ceph-mon[93152]: pgmap v1031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:01:09.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:09.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:10.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:10.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:10 smithi194 ceph-mon[104785]: pgmap v1032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:01:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:10 smithi135 ceph-mon[93152]: pgmap v1032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:01:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:11.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:11.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:12.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:12.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:12 smithi194 ceph-mon[104785]: 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-08T05:01:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:12 smithi135 ceph-mon[93152]: 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-08T05:01:13.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:13.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:14.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:14.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:14 smithi194 ceph-mon[104785]: 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-08T05:01:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:14 smithi135 ceph-mon[93152]: 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-08T05:01:15.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:15.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:16.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:16.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:16 smithi194 ceph-mon[104785]: 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-08T05:01:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:16 smithi135 ceph-mon[93152]: 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-08T05:01:17.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:17.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:18.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:18.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:18 smithi194 ceph-mon[104785]: pgmap v1036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:01:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:18 smithi135 ceph-mon[93152]: pgmap v1036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:01:19.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:19.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:20.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:20.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:20.845 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:20 smithi135 ceph-mon[93152]: pgmap v1037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:01:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:20 smithi194 ceph-mon[104785]: pgmap v1037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:01:21.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:21.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:22.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:22.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:01:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:22 smithi194 ceph-mon[104785]: 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-08T05:01:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:01:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:22 smithi135 ceph-mon[93152]: 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-08T05:01:23.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:23.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:23.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:23.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:23.401 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:23.402 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:23.402 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:23.402 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:23.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:23.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:24.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:24.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:24 smithi135 ceph-mon[93152]: 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-08T05:01:24.622 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:24 smithi194 ceph-mon[104785]: 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-08T05:01:25.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:25.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:25.530 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:26.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:26.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:26 smithi135 ceph-mon[93152]: 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-08T05:01:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:01:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:01:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:01:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:26 smithi194 ceph-mon[104785]: 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-08T05:01:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:01:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:01:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:01:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:01:27.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:27.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:28.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:28.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:28 smithi194 ceph-mon[104785]: pgmap v1041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:01:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:28 smithi135 ceph-mon[93152]: pgmap v1041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:01:29.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:29.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:30.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:30.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:30.941 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:30 smithi135 ceph-mon[93152]: pgmap v1042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:01:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:30 smithi194 ceph-mon[104785]: pgmap v1042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:01:31.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:31.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:32.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:32.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:32 smithi194 ceph-mon[104785]: 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-08T05:01:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:32 smithi135 ceph-mon[93152]: 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-08T05:01:33.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:33.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:34.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:34.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:34 smithi194 ceph-mon[104785]: 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-08T05:01:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:34 smithi135 ceph-mon[93152]: 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-08T05:01:35.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:35.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:36.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:36.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:36 smithi194 ceph-mon[104785]: 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-08T05:01:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:36 smithi135 ceph-mon[93152]: 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-08T05:01:37.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:37.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:38.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:38.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:38 smithi194 ceph-mon[104785]: pgmap v1046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:01:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:38 smithi135 ceph-mon[93152]: pgmap v1046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:01:39.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:39.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:40.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:40.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:40 smithi194 ceph-mon[104785]: pgmap v1047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:01:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:40 smithi135 ceph-mon[93152]: pgmap v1047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:01:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:41.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:41.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:42.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:42.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:42 smithi194 ceph-mon[104785]: 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-08T05:01:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:42 smithi135 ceph-mon[93152]: 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-08T05:01:43.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:43.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:44.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:44.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:44.829 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:44 smithi194 ceph-mon[104785]: 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-08T05:01:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:44 smithi135 ceph-mon[93152]: 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-08T05:01:45.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:45.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:46.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:46.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:46 smithi194 ceph-mon[104785]: 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-08T05:01:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:46 smithi135 ceph-mon[93152]: 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-08T05:01:47.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:47.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:48.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:48.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:48 smithi194 ceph-mon[104785]: pgmap v1051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:01:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:48 smithi135 ceph-mon[93152]: pgmap v1051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:01:49.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:49.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:50.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:50.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:50 smithi194 ceph-mon[104785]: pgmap v1052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:01:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:50 smithi135 ceph-mon[93152]: pgmap v1052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:01:51.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:51.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:52 smithi194 ceph-mon[104785]: 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-08T05:01:52.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:52.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:52 smithi135 ceph-mon[93152]: 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-08T05:01:53.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:53.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:54.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:54.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:54.935 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:54 smithi194 ceph-mon[104785]: 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-08T05:01:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:54 smithi135 ceph-mon[93152]: 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-08T05:01:55.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:55.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:01:56.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:56.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:56 smithi194 ceph-mon[104785]: 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-08T05:01:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:56 smithi135 ceph-mon[93152]: 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-08T05:01:57.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:57.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:58.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:58.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:01:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:01:58 smithi194 ceph-mon[104785]: pgmap v1056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:01:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:01:58 smithi135 ceph-mon[93152]: pgmap v1056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:01:59.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:01:59.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:00.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:00.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:00 smithi194 ceph-mon[104785]: pgmap v1057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:02:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:00 smithi135 ceph-mon[93152]: pgmap v1057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:02:01.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:01.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:02 smithi194 ceph-mon[104785]: 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-08T05:02:02.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:02.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:02 smithi135 ceph-mon[93152]: 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-08T05:02:03.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:03.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:04.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:04.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:04 smithi194 ceph-mon[104785]: 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-08T05:02:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:04 smithi135 ceph-mon[93152]: 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-08T05:02:05.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:05.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:06.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:06.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:06 smithi194 ceph-mon[104785]: 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-08T05:02:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:06 smithi135 ceph-mon[93152]: 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-08T05:02:07.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:07.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:08.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:08.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:08 smithi194 ceph-mon[104785]: pgmap v1061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:02:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:08 smithi135 ceph-mon[93152]: pgmap v1061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:02:09.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:09.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:10.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:10.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:10 smithi194 ceph-mon[104785]: pgmap v1062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:02:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:10 smithi135 ceph-mon[93152]: pgmap v1062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:02:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:11.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:11.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:12 smithi194 ceph-mon[104785]: 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-08T05:02:12.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:12.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:12.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:12 smithi135 ceph-mon[93152]: 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-08T05:02:13.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:13.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:14.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:14.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:14 smithi194 ceph-mon[104785]: 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-08T05:02:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:14 smithi135 ceph-mon[93152]: 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-08T05:02:15.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:15.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:16.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:16.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:16 smithi135 ceph-mon[93152]: 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-08T05:02:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:16 smithi194 ceph-mon[104785]: 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-08T05:02:17.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:17.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:18.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:18.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:18 smithi194 ceph-mon[104785]: pgmap v1066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:02:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:18 smithi135 ceph-mon[93152]: pgmap v1066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:02:19.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:19.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:20.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:20.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:20 smithi194 ceph-mon[104785]: pgmap v1067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:02:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:20 smithi135 ceph-mon[93152]: pgmap v1067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:02:21.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:21.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:22 smithi194 ceph-mon[104785]: 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-08T05:02:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:22 smithi135 ceph-mon[93152]: 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-08T05:02:22.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:22.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:23.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:23.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:24.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:24.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:24 smithi194 ceph-mon[104785]: 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-08T05:02:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:24 smithi135 ceph-mon[93152]: 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-08T05:02:25.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:25.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:26.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:26.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:26 smithi135 ceph-mon[93152]: 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-08T05:02:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:02:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:26 smithi194 ceph-mon[104785]: 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-08T05:02:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:02:27.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:27.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:02:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:02:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:02:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:02:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:02:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:02:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:02:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:02:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:02:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:02:28.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:28.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:28 smithi194 ceph-mon[104785]: pgmap v1071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:02:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:28 smithi135 ceph-mon[93152]: pgmap v1071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:02:29.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:29.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:30.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:30.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:30 smithi194 ceph-mon[104785]: pgmap v1072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:02:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:30 smithi135 ceph-mon[93152]: pgmap v1072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:02:31.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:31.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:32 smithi194 ceph-mon[104785]: 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-08T05:02:32.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:32 smithi135 ceph-mon[93152]: 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-08T05:02:32.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:32.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:33.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:33.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:34.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:34.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:34 smithi194 ceph-mon[104785]: 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-08T05:02:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:34 smithi135 ceph-mon[93152]: 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-08T05:02:35.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:35.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:36.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:36.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:36 smithi194 ceph-mon[104785]: 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-08T05:02:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:36 smithi135 ceph-mon[93152]: 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-08T05:02:37.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:37.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:38.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:38.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:38 smithi194 ceph-mon[104785]: pgmap v1076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:02:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:38 smithi135 ceph-mon[93152]: pgmap v1076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:02:39.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:39.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:40.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:40.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:40 smithi194 ceph-mon[104785]: pgmap v1077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:02:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:40 smithi135 ceph-mon[93152]: pgmap v1077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:02:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:41.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:41.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:42 smithi194 ceph-mon[104785]: 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-08T05:02:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:42 smithi135 ceph-mon[93152]: 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-08T05:02:42.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:42.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:43.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:43.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:44.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:44.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:44 smithi194 ceph-mon[104785]: 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-08T05:02:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:44 smithi135 ceph-mon[93152]: 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-08T05:02:45.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:45.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:46.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:46.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:46 smithi194 ceph-mon[104785]: 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-08T05:02:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:46 smithi135 ceph-mon[93152]: 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-08T05:02:47.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:47.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:48.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:48.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:48 smithi194 ceph-mon[104785]: pgmap v1081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:02:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:48 smithi135 ceph-mon[93152]: pgmap v1081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:02:49.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:49.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:50.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:50.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:50 smithi194 ceph-mon[104785]: pgmap v1082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:02:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:50 smithi135 ceph-mon[93152]: pgmap v1082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:02:51.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:51.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:52 smithi194 ceph-mon[104785]: 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-08T05:02:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:52 smithi135 ceph-mon[93152]: 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-08T05:02:52.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:52.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:53.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:53.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:54.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:54.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:54 smithi194 ceph-mon[104785]: 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-08T05:02:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:54 smithi135 ceph-mon[93152]: 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-08T05:02:55.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:55.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:02:56.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:56.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:56 smithi194 ceph-mon[104785]: 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-08T05:02:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:56 smithi135 ceph-mon[93152]: 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-08T05:02:57.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:57.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:58.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:58.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:02:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:02:58 smithi194 ceph-mon[104785]: pgmap v1086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:02:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:02:58 smithi135 ceph-mon[93152]: pgmap v1086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:02:59.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:02:59.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:00.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:00.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:00 smithi194 ceph-mon[104785]: pgmap v1087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:03:01.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:00 smithi135 ceph-mon[93152]: pgmap v1087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:03:01.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:01.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:02 smithi135 ceph-mon[93152]: 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-08T05:03:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:02 smithi194 ceph-mon[104785]: 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-08T05:03:02.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:02.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:03.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:03.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:04.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:04.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:04 smithi194 ceph-mon[104785]: 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-08T05:03:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:04 smithi135 ceph-mon[93152]: 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-08T05:03:05.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:05.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:06.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:06.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:06.887 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:06 smithi135 ceph-mon[93152]: 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-08T05:03:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:06 smithi194 ceph-mon[104785]: 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-08T05:03:07.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:07.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:08.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:08.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:08 smithi194 ceph-mon[104785]: pgmap v1091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:03:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:08 smithi135 ceph-mon[93152]: pgmap v1091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:03:09.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:09.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:10.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:10.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:10 smithi194 ceph-mon[104785]: pgmap v1092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:03:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:10 smithi135 ceph-mon[93152]: pgmap v1092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:03:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:11.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:11.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:12 smithi135 ceph-mon[93152]: 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-08T05:03:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:12 smithi194 ceph-mon[104785]: 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-08T05:03:12.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:12.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:13.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:13.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:14.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:14.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:14 smithi194 ceph-mon[104785]: 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-08T05:03:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:14 smithi135 ceph-mon[93152]: 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-08T05:03:15.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:15.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:16.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:16.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:16 smithi194 ceph-mon[104785]: 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-08T05:03:16.986 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:16 smithi135 ceph-mon[93152]: 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-08T05:03:17.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:17.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:18.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:18.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:18 smithi194 ceph-mon[104785]: pgmap v1096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:03:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:18 smithi135 ceph-mon[93152]: pgmap v1096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:03:19.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:19.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:20.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:20.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:20.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:20 smithi194 ceph-mon[104785]: pgmap v1097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:03:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:20 smithi135 ceph-mon[93152]: pgmap v1097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:03:21.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:21.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:22 smithi194 ceph-mon[104785]: 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-08T05:03:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:22 smithi135 ceph-mon[93152]: 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-08T05:03:22.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:22.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:23.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:23.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:24.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:24.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:24 smithi194 ceph-mon[104785]: 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-08T05:03:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:24 smithi135 ceph-mon[93152]: 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-08T05:03:25.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:25.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:25.874 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:26.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:26.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:26 smithi194 ceph-mon[104785]: 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-08T05:03:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:26 smithi135 ceph-mon[93152]: 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-08T05:03:27.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:27.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:27.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:03:27.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:03:27.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:03:27.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:03:27.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:03:27.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:03:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:03:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:03:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:03:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:03:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:03:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:03:28.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:28.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:28 smithi194 ceph-mon[104785]: pgmap v1101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:03:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:28 smithi135 ceph-mon[93152]: pgmap v1101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:03:29.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:29.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:30.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:30.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:30.926 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:30 smithi194 ceph-mon[104785]: pgmap v1102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:03:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:30 smithi135 ceph-mon[93152]: pgmap v1102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:03:31.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:31.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:32 smithi194 ceph-mon[104785]: 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-08T05:03:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:32 smithi135 ceph-mon[93152]: 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-08T05:03:32.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:32.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:33.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:33.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:34.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:34.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:34 smithi194 ceph-mon[104785]: 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-08T05:03:35.900 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:34 smithi135 ceph-mon[93152]: 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-08T05:03:35.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:35.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:36.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:36.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:36 smithi194 ceph-mon[104785]: 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-08T05:03:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:36 smithi135 ceph-mon[93152]: 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-08T05:03:37.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:37.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:38.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:38.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:38 smithi194 ceph-mon[104785]: pgmap v1106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:03:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:38 smithi135 ceph-mon[93152]: pgmap v1106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:03:39.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:39.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:40.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:40.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:40 smithi194 ceph-mon[104785]: pgmap v1107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:03:41.116 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:41.116 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:40 smithi135 ceph-mon[93152]: pgmap v1107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:03:41.117 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:41.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:41.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:42 smithi194 ceph-mon[104785]: 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-08T05:03:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:42 smithi135 ceph-mon[93152]: 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-08T05:03:42.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:42.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:43.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:43.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:44.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:44.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:44 smithi194 ceph-mon[104785]: 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-08T05:03:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:44 smithi135 ceph-mon[93152]: 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-08T05:03:45.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:45.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:46.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:46.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:46 smithi194 ceph-mon[104785]: 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-08T05:03:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:46 smithi135 ceph-mon[93152]: 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-08T05:03:47.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:47.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:48.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:48.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:48 smithi194 ceph-mon[104785]: pgmap v1111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:03:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:48 smithi135 ceph-mon[93152]: pgmap v1111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:03:49.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:49.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:50.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:50.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:50 smithi194 ceph-mon[104785]: pgmap v1112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:03:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:50 smithi135 ceph-mon[93152]: pgmap v1112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:03:51.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:51.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:52.334 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:52 smithi135 ceph-mon[93152]: 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-08T05:03:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:52 smithi194 ceph-mon[104785]: 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-08T05:03:52.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:52.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:53.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:53.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:54.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:54.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:54 smithi194 ceph-mon[104785]: 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-08T05:03:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:54 smithi135 ceph-mon[93152]: 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-08T05:03:55.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:55.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:03:56.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:56.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:56 smithi194 ceph-mon[104785]: 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-08T05:03:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:56 smithi135 ceph-mon[93152]: 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-08T05:03:57.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:57.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:58.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:58.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:03:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:03:58 smithi194 ceph-mon[104785]: pgmap v1116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:03:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:03:58 smithi135 ceph-mon[93152]: pgmap v1116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:03:59.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:03:59.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:00.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:00.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:00 smithi194 ceph-mon[104785]: pgmap v1117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:04:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:00 smithi135 ceph-mon[93152]: pgmap v1117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:04:01.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:01.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:02.433 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:02 smithi135 ceph-mon[93152]: 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-08T05:04:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:02 smithi194 ceph-mon[104785]: 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-08T05:04:02.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:02.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:03.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:03.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:04.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:04.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:04 smithi194 ceph-mon[104785]: 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-08T05:04:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:04 smithi135 ceph-mon[93152]: 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-08T05:04:05.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:05.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:06.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:06.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:06 smithi194 ceph-mon[104785]: 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-08T05:04:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:06 smithi135 ceph-mon[93152]: 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-08T05:04:07.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:07.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:08.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:08.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:08 smithi194 ceph-mon[104785]: pgmap v1121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:04:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:08 smithi135 ceph-mon[93152]: pgmap v1121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:04:09.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:09.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:10.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:10.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:10 smithi194 ceph-mon[104785]: pgmap v1122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:04:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:10 smithi135 ceph-mon[93152]: pgmap v1122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:04:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:11.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:11.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:12 smithi194 ceph-mon[104785]: 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-08T05:04:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:12 smithi135 ceph-mon[93152]: 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-08T05:04:12.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:12.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:13.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:13.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:14.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:14.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:14 smithi194 ceph-mon[104785]: 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-08T05:04:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:14 smithi135 ceph-mon[93152]: 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-08T05:04:15.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:15.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:16.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:16.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:16 smithi194 ceph-mon[104785]: 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-08T05:04:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:16 smithi135 ceph-mon[93152]: 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-08T05:04:17.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:17.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:18.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:18.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:18 smithi194 ceph-mon[104785]: pgmap v1126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:04:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:18 smithi135 ceph-mon[93152]: pgmap v1126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:04:19.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:19.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:20.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:20.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:20 smithi194 ceph-mon[104785]: pgmap v1127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:04:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:20 smithi135 ceph-mon[93152]: pgmap v1127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:04:21.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:21.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:22 smithi194 ceph-mon[104785]: 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-08T05:04:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:22 smithi135 ceph-mon[93152]: 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-08T05:04:22.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:22.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:23.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:23.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:24.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:24.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:24 smithi194 ceph-mon[104785]: 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-08T05:04:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:24 smithi135 ceph-mon[93152]: 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-08T05:04:25.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:25.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:26.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:26.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:26 smithi194 ceph-mon[104785]: 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-08T05:04:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:26 smithi135 ceph-mon[93152]: 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-08T05:04:27.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:27.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:04:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:04:28.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:28.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:28 smithi194 ceph-mon[104785]: pgmap v1131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:04:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:28 smithi135 ceph-mon[93152]: pgmap v1131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:04:29.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:29.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:30.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:30.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:30 smithi194 ceph-mon[104785]: pgmap v1132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:04:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:30 smithi135 ceph-mon[93152]: pgmap v1132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:04:31.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:31.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:32 smithi194 ceph-mon[104785]: 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-08T05:04:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:32 smithi135 ceph-mon[93152]: 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-08T05:04:32.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:32.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:04:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:04:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:04:33.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:04:33.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:04:33.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:04:33.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:04:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:04:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:04:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:04:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:04:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:04:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:04:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:04:33.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:33.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:34 smithi135 ceph-mon[93152]: 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-08T05:04:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:34 smithi194 ceph-mon[104785]: 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-08T05:04:34.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:34.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:35.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:35.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:36.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:36.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:36 smithi194 ceph-mon[104785]: 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-08T05:04:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:36 smithi135 ceph-mon[93152]: 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-08T05:04:37.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:37.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:38.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:38.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:38 smithi194 ceph-mon[104785]: pgmap v1136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:04:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:38 smithi135 ceph-mon[93152]: pgmap v1136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:04:39.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:39.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:40.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:40.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:40 smithi194 ceph-mon[104785]: pgmap v1137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:04:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:40 smithi135 ceph-mon[93152]: pgmap v1137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:04:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:41.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:41.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:42 smithi194 ceph-mon[104785]: 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-08T05:04:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:42 smithi135 ceph-mon[93152]: 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-08T05:04:42.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:42.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:43.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:43.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:44.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:44.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:44 smithi194 ceph-mon[104785]: 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-08T05:04:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:44 smithi135 ceph-mon[93152]: 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-08T05:04:45.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:45.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:46.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:46.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:46 smithi194 ceph-mon[104785]: 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-08T05:04:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:46 smithi135 ceph-mon[93152]: 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-08T05:04:47.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:47.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:48.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:48.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:48 smithi194 ceph-mon[104785]: pgmap v1141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:04:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:48 smithi135 ceph-mon[93152]: pgmap v1141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:04:49.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:49.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:50.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:50.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:50 smithi194 ceph-mon[104785]: pgmap v1142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:04:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:50 smithi135 ceph-mon[93152]: pgmap v1142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:04:51.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:51.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:52 smithi194 ceph-mon[104785]: 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-08T05:04:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:52 smithi135 ceph-mon[93152]: 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-08T05:04:52.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:52.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:53.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:53.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:54.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:54.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:54 smithi194 ceph-mon[104785]: 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-08T05:04:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:54 smithi135 ceph-mon[93152]: 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-08T05:04:55.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:55.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:04:56.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:56.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:56 smithi194 ceph-mon[104785]: 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-08T05:04:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:56 smithi135 ceph-mon[93152]: 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-08T05:04:57.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:57.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:58.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:58.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:04:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:04:58 smithi194 ceph-mon[104785]: pgmap v1146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:04:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:04:58 smithi135 ceph-mon[93152]: pgmap v1146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:04:59.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:04:59.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:00.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:00.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:00 smithi194 ceph-mon[104785]: pgmap v1147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:05:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:00 smithi135 ceph-mon[93152]: pgmap v1147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:05:01.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:01.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:02 smithi194 ceph-mon[104785]: 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-08T05:05:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:02 smithi135 ceph-mon[93152]: 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-08T05:05:02.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:02.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:03.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:03.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:04.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:04.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:04 smithi194 ceph-mon[104785]: 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-08T05:05:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:04 smithi135 ceph-mon[93152]: 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-08T05:05:05.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:05.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:06.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:06.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:06.921 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:06 smithi194 ceph-mon[104785]: 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-08T05:05:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:06 smithi135 ceph-mon[93152]: 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-08T05:05:07.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:07.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:08.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:08.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:08 smithi194 ceph-mon[104785]: pgmap v1151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:05:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:08 smithi135 ceph-mon[93152]: pgmap v1151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:05:09.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:09.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:10.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:10.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:10 smithi194 ceph-mon[104785]: pgmap v1152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:05:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:10 smithi135 ceph-mon[93152]: pgmap v1152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:05:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:11.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:11.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:12 smithi194 ceph-mon[104785]: 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-08T05:05:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:12 smithi135 ceph-mon[93152]: 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-08T05:05:12.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:12.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:13.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:13.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:14.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:14.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:14 smithi194 ceph-mon[104785]: 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-08T05:05:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:14 smithi135 ceph-mon[93152]: 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-08T05:05:15.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:15.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:16.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:16.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:16 smithi194 ceph-mon[104785]: 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-08T05:05:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:16 smithi135 ceph-mon[93152]: 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-08T05:05:17.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:17.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:18.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:18.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:18 smithi194 ceph-mon[104785]: pgmap v1156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:05:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:18 smithi135 ceph-mon[93152]: pgmap v1156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:05:19.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:19.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:20.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:20.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:20 smithi194 ceph-mon[104785]: pgmap v1157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:05:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:20 smithi135 ceph-mon[93152]: pgmap v1157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:05:21.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:21.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:22 smithi194 ceph-mon[104785]: 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-08T05:05:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:22 smithi135 ceph-mon[93152]: 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-08T05:05:22.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:22.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:23.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:23.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:24.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:24.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:24 smithi194 ceph-mon[104785]: 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-08T05:05:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:24 smithi135 ceph-mon[93152]: 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-08T05:05:25.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:25.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:26.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:26.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:26 smithi194 ceph-mon[104785]: 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-08T05:05:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:26 smithi135 ceph-mon[93152]: 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-08T05:05:27.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:27.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:28.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:28.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:28 smithi194 ceph-mon[104785]: pgmap v1161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:05:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:28 smithi135 ceph-mon[93152]: pgmap v1161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:05:29.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:29.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:30.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:30.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:30 smithi194 ceph-mon[104785]: pgmap v1162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:05:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:30 smithi135 ceph-mon[93152]: pgmap v1162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:05:31.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:31.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:32 smithi194 ceph-mon[104785]: 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-08T05:05:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:32 smithi135 ceph-mon[93152]: 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-08T05:05:32.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:32.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:05:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:05:33.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:33.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:05:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:05:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:05:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:05:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:05:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:34 smithi194 ceph-mon[104785]: 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-08T05:05:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:05:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:05:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:05:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:05:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:05:34.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:34 smithi135 ceph-mon[93152]: 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-08T05:05:34.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:34.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:35.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:35.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:36.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:36.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:36 smithi194 ceph-mon[104785]: 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-08T05:05:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:36 smithi135 ceph-mon[93152]: 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-08T05:05:37.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:37.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:38 smithi135 ceph-mon[93152]: pgmap v1166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:05:38.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:38.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:38 smithi194 ceph-mon[104785]: pgmap v1166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:05:39.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:39.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:40.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:40.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:40 smithi194 ceph-mon[104785]: pgmap v1167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:05:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:40 smithi135 ceph-mon[93152]: pgmap v1167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:05:41.028 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:41.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:41.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:42 smithi194 ceph-mon[104785]: 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-08T05:05:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:42 smithi135 ceph-mon[93152]: 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-08T05:05:42.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:42.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:43.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:43.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:44.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:44.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:44 smithi194 ceph-mon[104785]: 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-08T05:05:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:44 smithi135 ceph-mon[93152]: 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-08T05:05:45.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:45.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:46.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:46.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:46 smithi194 ceph-mon[104785]: 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-08T05:05:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:46 smithi135 ceph-mon[93152]: 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-08T05:05:47.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:47.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:48 smithi135 ceph-mon[93152]: pgmap v1171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:05:48.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:48.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:48 smithi194 ceph-mon[104785]: pgmap v1171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:05:49.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:49.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:50.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:50.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:50 smithi194 ceph-mon[104785]: pgmap v1172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:05:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:50 smithi135 ceph-mon[93152]: pgmap v1172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:05:51.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:51.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:52.396 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:52 smithi194 ceph-mon[104785]: 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-08T05:05:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:52 smithi135 ceph-mon[93152]: 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-08T05:05:52.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:52.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:53.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:53.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:54.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:54.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:54 smithi194 ceph-mon[104785]: 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-08T05:05:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:54 smithi135 ceph-mon[93152]: 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-08T05:05:55.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:55.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:05:56.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:56.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:56 smithi194 ceph-mon[104785]: 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-08T05:05:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:56 smithi135 ceph-mon[93152]: 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-08T05:05:57.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:57.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:58.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:58.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:05:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:05:58 smithi194 ceph-mon[104785]: pgmap v1176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:05:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:05:58 smithi135 ceph-mon[93152]: pgmap v1176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:05:59.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:05:59.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:00.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:00.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:00 smithi194 ceph-mon[104785]: pgmap v1177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:06:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:00 smithi135 ceph-mon[93152]: pgmap v1177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:06:01.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:01.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:02 smithi194 ceph-mon[104785]: 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-08T05:06:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:02 smithi135 ceph-mon[93152]: 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-08T05:06:02.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:02.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:03.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:03.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:04.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:04.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:04 smithi194 ceph-mon[104785]: 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-08T05:06:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:04 smithi135 ceph-mon[93152]: 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-08T05:06:05.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:05.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:06.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:06.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:06 smithi194 ceph-mon[104785]: 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-08T05:06:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:06 smithi135 ceph-mon[93152]: 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-08T05:06:07.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:07.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:08.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:08.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:08 smithi194 ceph-mon[104785]: pgmap v1181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:06:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:08 smithi135 ceph-mon[93152]: pgmap v1181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:06:09.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:09.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:10.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:10.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:10 smithi194 ceph-mon[104785]: pgmap v1182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:06:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:10 smithi135 ceph-mon[93152]: pgmap v1182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:06:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:11.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:11.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:12 smithi194 ceph-mon[104785]: 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-08T05:06:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:12 smithi135 ceph-mon[93152]: 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-08T05:06:12.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:12.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:13.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:13.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:14.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:14.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:14 smithi194 ceph-mon[104785]: 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-08T05:06:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:14 smithi135 ceph-mon[93152]: 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-08T05:06:15.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:15.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:16.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:16.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:16 smithi194 ceph-mon[104785]: 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-08T05:06:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:16 smithi135 ceph-mon[93152]: 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-08T05:06:17.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:17.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:18.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:18.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:18 smithi194 ceph-mon[104785]: pgmap v1186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:18 smithi135 ceph-mon[93152]: pgmap v1186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:06:19.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:19.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:20.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:20.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:20 smithi194 ceph-mon[104785]: pgmap v1187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:06:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:20 smithi135 ceph-mon[93152]: pgmap v1187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:06:21.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:21.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:22 smithi194 ceph-mon[104785]: 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-08T05:06:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:22 smithi135 ceph-mon[93152]: 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-08T05:06:22.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:22.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:23.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:23.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:24.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:24.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:24 smithi194 ceph-mon[104785]: 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-08T05:06:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:24 smithi135 ceph-mon[93152]: 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-08T05:06:25.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:25.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:26.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:26.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:26 smithi194 ceph-mon[104785]: 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-08T05:06:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:26 smithi135 ceph-mon[93152]: 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-08T05:06:27.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:27.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:28.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:28.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:28 smithi194 ceph-mon[104785]: pgmap v1191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:06:29.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:28 smithi135 ceph-mon[93152]: pgmap v1191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:06:29.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:29.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:30.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:30.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:30 smithi194 ceph-mon[104785]: pgmap v1192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:06:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:30 smithi135 ceph-mon[93152]: pgmap v1192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:06:31.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:31.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:32 smithi194 ceph-mon[104785]: 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-08T05:06:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:32 smithi135 ceph-mon[93152]: 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-08T05:06:32.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:32.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:06:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:06:33.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:33.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:34 smithi194 ceph-mon[104785]: 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-08T05:06:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:34 smithi135 ceph-mon[93152]: 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-08T05:06:34.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:34.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:35.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:35.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:36.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:36.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:36 smithi194 ceph-mon[104785]: 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-08T05:06:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:36 smithi135 ceph-mon[93152]: 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-08T05:06:37.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:37.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:38.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:38.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:38 smithi194 ceph-mon[104785]: pgmap v1196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:06:38.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:38 smithi135 ceph-mon[93152]: pgmap v1196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:06:39.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:39.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:40.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:40.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:40 smithi194 ceph-mon[104785]: pgmap v1197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:06:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:06:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:06:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:40 smithi135 ceph-mon[93152]: pgmap v1197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:06:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:06:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:06:41.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:41.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:06:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:06:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:06:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:06:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:06:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:06:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:06:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:06:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:06:42.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:06:42.913 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:42 smithi194 ceph-mon[104785]: 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-08T05:06:42.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:42.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:42 smithi135 ceph-mon[93152]: 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-08T05:06:43.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:43.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:44.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:44.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:44 smithi194 ceph-mon[104785]: 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-08T05:06:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:44 smithi135 ceph-mon[93152]: 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-08T05:06:45.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:45.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:46.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:46.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:46 smithi194 ceph-mon[104785]: 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-08T05:06:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:46 smithi135 ceph-mon[93152]: 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-08T05:06:47.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:47.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:48.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:48.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:48 smithi194 ceph-mon[104785]: pgmap v1201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:06:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:48 smithi135 ceph-mon[93152]: pgmap v1201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:06:49.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:49.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:50.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:50.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:50 smithi194 ceph-mon[104785]: pgmap v1202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:06:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:50 smithi135 ceph-mon[93152]: pgmap v1202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:06:51.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:51.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:52 smithi194 ceph-mon[104785]: 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-08T05:06:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:52 smithi135 ceph-mon[93152]: 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-08T05:06:52.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:52.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:53.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:53.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:54 smithi194 ceph-mon[104785]: 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-08T05:06:54.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:54.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:54 smithi135 ceph-mon[93152]: 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-08T05:06:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:55.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:55.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:06:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:56 smithi194 ceph-mon[104785]: 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-08T05:06:56.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:56.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:56 smithi135 ceph-mon[93152]: 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-08T05:06:57.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:57.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:06:58 smithi194 ceph-mon[104785]: pgmap v1206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:06:58.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:58.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:06:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:06:58 smithi135 ceph-mon[93152]: pgmap v1206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:06:59.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:06:59.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:00 smithi194 ceph-mon[104785]: pgmap v1207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:07:00.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:00.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:00 smithi135 ceph-mon[93152]: pgmap v1207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:07:01.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:01.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:02 smithi194 ceph-mon[104785]: 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-08T05:07:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:02 smithi135 ceph-mon[93152]: 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-08T05:07:02.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:02.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:03.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:03.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:04 smithi194 ceph-mon[104785]: 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-08T05:07:04.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:04.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:04 smithi135 ceph-mon[93152]: 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-08T05:07:05.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:05.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:06 smithi194 ceph-mon[104785]: 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-08T05:07:06.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:06.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:06 smithi135 ceph-mon[93152]: 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-08T05:07:07.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:07.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:08 smithi194 ceph-mon[104785]: pgmap v1211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:07:08.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:08.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:08 smithi135 ceph-mon[93152]: pgmap v1211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:07:09.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:09.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:10 smithi194 ceph-mon[104785]: pgmap v1212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:07:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:10.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:10.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:10 smithi135 ceph-mon[93152]: pgmap v1212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:07:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:11.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:11.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:12 smithi194 ceph-mon[104785]: 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-08T05:07:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:12 smithi135 ceph-mon[93152]: 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-08T05:07:12.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:12.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:13.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:13.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:14 smithi194 ceph-mon[104785]: 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-08T05:07:14.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:14.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:14 smithi135 ceph-mon[93152]: 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-08T05:07:15.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:15.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:16 smithi194 ceph-mon[104785]: 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-08T05:07:16.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:16.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:17.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:16 smithi135 ceph-mon[93152]: 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-08T05:07:17.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:17.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:18 smithi194 ceph-mon[104785]: pgmap v1216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:07:18.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:18.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:18 smithi135 ceph-mon[93152]: pgmap v1216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:07:19.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:19.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:20 smithi194 ceph-mon[104785]: pgmap v1217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:07:21.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:21.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:20 smithi135 ceph-mon[93152]: pgmap v1217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:07:22.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:22.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:22 smithi194 ceph-mon[104785]: 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-08T05:07:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:22 smithi135 ceph-mon[93152]: 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-08T05:07:23.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:23.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:24.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:24.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:24 smithi135 ceph-mon[93152]: 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-08T05:07:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:24 smithi194 ceph-mon[104785]: 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-08T05:07:25.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:25.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:26.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:26.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:26 smithi194 ceph-mon[104785]: 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-08T05:07:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:26 smithi135 ceph-mon[93152]: 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-08T05:07:27.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:27.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:28.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:28.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:28 smithi194 ceph-mon[104785]: pgmap v1221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:07:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:28 smithi135 ceph-mon[93152]: pgmap v1221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:07:29.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:29.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:30.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:30.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:30 smithi194 ceph-mon[104785]: pgmap v1222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:07:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:30 smithi135 ceph-mon[93152]: pgmap v1222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:07:31.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:31.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:32.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:32.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:32 smithi194 ceph-mon[104785]: 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-08T05:07:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:32 smithi135 ceph-mon[93152]: 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-08T05:07:33.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:33.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:34.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:34.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:34 smithi135 ceph-mon[93152]: 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-08T05:07:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:34 smithi194 ceph-mon[104785]: 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-08T05:07:35.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:35.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:36.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:36.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:36 smithi194 ceph-mon[104785]: 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-08T05:07:37.183 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:36 smithi135 ceph-mon[93152]: 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-08T05:07:37.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:37.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:38.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:38.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:38 smithi194 ceph-mon[104785]: pgmap v1226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:07:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:38 smithi135 ceph-mon[93152]: pgmap v1226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:07:39.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:39.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:40.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:40.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:40 smithi194 ceph-mon[104785]: pgmap v1227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:07:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:40 smithi135 ceph-mon[93152]: pgmap v1227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:07:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:41.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:41.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:07:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:07:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:07:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:07:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:07:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:07:42.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:42.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:42 smithi194 ceph-mon[104785]: 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-08T05:07:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:07:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:07:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:07:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:07:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:07:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:42 smithi135 ceph-mon[93152]: 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-08T05:07:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:07:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:07:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:07:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:07:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:07:43.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:43.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:44.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:44.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:44 smithi194 ceph-mon[104785]: 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-08T05:07:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:44 smithi135 ceph-mon[93152]: 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-08T05:07:45.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:45.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:46.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:46.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:46 smithi194 ceph-mon[104785]: 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-08T05:07:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:46 smithi135 ceph-mon[93152]: 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-08T05:07:47.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:47.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:48.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:48.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:48 smithi194 ceph-mon[104785]: pgmap v1231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:07:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:48 smithi135 ceph-mon[93152]: pgmap v1231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:07:49.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:49.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:50.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:50.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:50 smithi194 ceph-mon[104785]: pgmap v1232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:07:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:50 smithi135 ceph-mon[93152]: pgmap v1232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:07:51.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:51.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:52.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:52.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:52 smithi194 ceph-mon[104785]: 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-08T05:07:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:52 smithi135 ceph-mon[93152]: 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-08T05:07:53.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:53.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:54.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:54.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:54 smithi194 ceph-mon[104785]: 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-08T05:07:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:54 smithi135 ceph-mon[93152]: 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-08T05:07:55.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:55.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:07:56.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:56.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:56 smithi194 ceph-mon[104785]: 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-08T05:07:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:56 smithi135 ceph-mon[93152]: 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-08T05:07:57.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:57.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:58.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:58.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:07:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:07:58 smithi194 ceph-mon[104785]: pgmap v1236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:07:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:07:58 smithi135 ceph-mon[93152]: pgmap v1236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:07:59.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:07:59.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:00.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:00.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:00 smithi194 ceph-mon[104785]: pgmap v1237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:08:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:00 smithi135 ceph-mon[93152]: pgmap v1237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:08:01.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:01.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:02.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:02.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:02 smithi194 ceph-mon[104785]: 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-08T05:08:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:02 smithi135 ceph-mon[93152]: 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-08T05:08:03.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:03.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:04.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:04.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:04 smithi194 ceph-mon[104785]: 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-08T05:08:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:04 smithi135 ceph-mon[93152]: 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-08T05:08:05.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:05.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:06.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:06.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:06 smithi194 ceph-mon[104785]: 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-08T05:08:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:06 smithi135 ceph-mon[93152]: 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-08T05:08:07.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:07.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:08.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:08.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:08 smithi194 ceph-mon[104785]: pgmap v1241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:08 smithi135 ceph-mon[93152]: pgmap v1241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:09.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:09.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:10.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:10.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:10 smithi194 ceph-mon[104785]: pgmap v1242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:08:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:10 smithi135 ceph-mon[93152]: pgmap v1242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:08:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:11.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:11.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:12.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:12.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:12 smithi194 ceph-mon[104785]: 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-08T05:08:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:12 smithi135 ceph-mon[93152]: 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-08T05:08:13.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:13.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:14.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:14.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:14 smithi194 ceph-mon[104785]: 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-08T05:08:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:14 smithi135 ceph-mon[93152]: 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-08T05:08:15.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:15.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:16.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:16.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:16 smithi194 ceph-mon[104785]: 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-08T05:08:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:16 smithi135 ceph-mon[93152]: 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-08T05:08:17.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:17.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:18.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:18.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:18 smithi194 ceph-mon[104785]: pgmap v1246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:18 smithi135 ceph-mon[93152]: pgmap v1246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:19.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:19.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:20.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:20.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:20 smithi194 ceph-mon[104785]: pgmap v1247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:08:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:20 smithi135 ceph-mon[93152]: pgmap v1247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:08:21.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:21.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:22.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:22.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:22 smithi194 ceph-mon[104785]: 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-08T05:08:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:22 smithi135 ceph-mon[93152]: 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-08T05:08:23.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:23.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:24.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:24.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:24 smithi194 ceph-mon[104785]: 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-08T05:08:24.997 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:24 smithi135 ceph-mon[93152]: 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-08T05:08:25.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:25.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:26.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:26.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:26 smithi194 ceph-mon[104785]: 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-08T05:08:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:26 smithi135 ceph-mon[93152]: 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-08T05:08:27.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:27.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:28.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:28.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:28 smithi194 ceph-mon[104785]: pgmap v1251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:28 smithi135 ceph-mon[93152]: pgmap v1251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:29.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:29.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:30.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:30.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:30 smithi194 ceph-mon[104785]: pgmap v1252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:08:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:30 smithi135 ceph-mon[93152]: pgmap v1252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:08:31.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:31.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:32.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:32.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:32 smithi194 ceph-mon[104785]: 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-08T05:08:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:32 smithi135 ceph-mon[93152]: 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-08T05:08:33.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:33.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:34.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:34.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:34 smithi194 ceph-mon[104785]: 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-08T05:08:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:34 smithi135 ceph-mon[93152]: 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-08T05:08:35.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:35.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:36.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:36.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:36 smithi194 ceph-mon[104785]: 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-08T05:08:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:36 smithi135 ceph-mon[93152]: 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-08T05:08:37.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:37.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:38.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:38.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:38 smithi194 ceph-mon[104785]: pgmap v1256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:38 smithi135 ceph-mon[93152]: pgmap v1256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:39.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:39.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:40.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:40.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:40 smithi194 ceph-mon[104785]: pgmap v1257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:08:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:40 smithi135 ceph-mon[93152]: pgmap v1257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:08:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:41.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:41.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:42.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:42.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:42 smithi194 ceph-mon[104785]: 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-08T05:08:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:08:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:42 smithi135 ceph-mon[93152]: 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-08T05:08:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:08:43.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:43.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:08:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:08:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:08:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:08:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:08:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:08:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:08:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:08:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:08:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:08:44.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:44.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:44 smithi194 ceph-mon[104785]: 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-08T05:08:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:44 smithi135 ceph-mon[93152]: 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-08T05:08:45.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:45.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:46.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:46.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:46 smithi194 ceph-mon[104785]: 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-08T05:08:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:46 smithi135 ceph-mon[93152]: 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-08T05:08:47.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:47.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:48.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:48.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:48 smithi194 ceph-mon[104785]: pgmap v1261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:48 smithi135 ceph-mon[93152]: pgmap v1261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:49.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:49.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:50.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:50.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:50 smithi194 ceph-mon[104785]: pgmap v1262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:08:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:50 smithi135 ceph-mon[93152]: pgmap v1262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:08:51.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:51.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:52.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:52.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:52 smithi194 ceph-mon[104785]: 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-08T05:08:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:52 smithi135 ceph-mon[93152]: 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-08T05:08:53.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:53.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:54.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:54.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:54 smithi194 ceph-mon[104785]: 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-08T05:08:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:54 smithi135 ceph-mon[93152]: 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-08T05:08:55.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:55.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:08:56.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:56.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:56 smithi194 ceph-mon[104785]: 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-08T05:08:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:56 smithi135 ceph-mon[93152]: 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-08T05:08:57.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:57.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:58.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:58.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:08:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:08:58 smithi194 ceph-mon[104785]: pgmap v1266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:08:58 smithi135 ceph-mon[93152]: pgmap v1266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:08:59.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:08:59.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:00.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:00.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:00 smithi194 ceph-mon[104785]: pgmap v1267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:09:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:00 smithi135 ceph-mon[93152]: pgmap v1267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:09:01.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:01.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:02.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:02.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:02 smithi194 ceph-mon[104785]: 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-08T05:09:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:02 smithi135 ceph-mon[93152]: 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-08T05:09:03.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:03.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:04.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:04.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:04 smithi194 ceph-mon[104785]: 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-08T05:09:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:04 smithi135 ceph-mon[93152]: 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-08T05:09:05.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:05.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:06.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:06.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:06 smithi194 ceph-mon[104785]: 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-08T05:09:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:06 smithi135 ceph-mon[93152]: 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-08T05:09:07.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:07.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:08.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:08.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:08 smithi194 ceph-mon[104785]: pgmap v1271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:09:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:08 smithi135 ceph-mon[93152]: pgmap v1271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:09:09.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:09.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:10.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:10.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:10 smithi135 ceph-mon[93152]: pgmap v1272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:09:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:10 smithi194 ceph-mon[104785]: pgmap v1272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:09:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:11.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:11.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:12.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:12.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:12 smithi194 ceph-mon[104785]: 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-08T05:09:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:12 smithi135 ceph-mon[93152]: 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-08T05:09:13.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:13.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:14.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:14.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:14 smithi194 ceph-mon[104785]: 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-08T05:09:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:14 smithi135 ceph-mon[93152]: 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-08T05:09:15.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:15.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:16.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:16.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:16 smithi194 ceph-mon[104785]: 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-08T05:09:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:16 smithi135 ceph-mon[93152]: 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-08T05:09:17.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:17.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:18.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:18.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:18 smithi194 ceph-mon[104785]: pgmap v1276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:09:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:18 smithi135 ceph-mon[93152]: pgmap v1276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:09:19.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:19.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:20.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:20.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:20 smithi194 ceph-mon[104785]: pgmap v1277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:09:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:20 smithi135 ceph-mon[93152]: pgmap v1277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:09:21.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:21.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:22.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:22.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:22 smithi194 ceph-mon[104785]: 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-08T05:09:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:22 smithi135 ceph-mon[93152]: 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-08T05:09:23.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:23.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:24.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:24.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:24 smithi194 ceph-mon[104785]: 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-08T05:09:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:24 smithi135 ceph-mon[93152]: 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-08T05:09:25.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:25.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:26.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:26.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:26 smithi194 ceph-mon[104785]: 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-08T05:09:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:26 smithi135 ceph-mon[93152]: 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-08T05:09:27.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:27.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:28.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:28.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:28 smithi194 ceph-mon[104785]: pgmap v1281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:09:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:28 smithi135 ceph-mon[93152]: pgmap v1281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:09:29.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:29.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:30.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:30.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:30 smithi194 ceph-mon[104785]: pgmap v1282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:09:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:30 smithi135 ceph-mon[93152]: pgmap v1282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:09:31.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:31.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:32.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:32.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:32 smithi194 ceph-mon[104785]: 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-08T05:09:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:32 smithi135 ceph-mon[93152]: 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-08T05:09:33.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:33.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:34.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:34.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:34 smithi194 ceph-mon[104785]: 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-08T05:09:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:34 smithi135 ceph-mon[93152]: 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-08T05:09:35.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:35.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:36.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:36.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:36 smithi194 ceph-mon[104785]: 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-08T05:09:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:36 smithi135 ceph-mon[93152]: 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-08T05:09:37.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:37.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:38.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:38.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:38 smithi194 ceph-mon[104785]: pgmap v1286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:09:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:38 smithi135 ceph-mon[93152]: pgmap v1286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:09:39.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:39.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:40.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:40.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:40 smithi194 ceph-mon[104785]: pgmap v1287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:09:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:40 smithi135 ceph-mon[93152]: pgmap v1287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:09:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:41.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:41.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:42.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:42.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:42 smithi194 ceph-mon[104785]: 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-08T05:09:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:42 smithi135 ceph-mon[93152]: 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-08T05:09:43.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:43.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:09:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:09:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:09:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:09:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:09:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:09:44.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:44.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:44 smithi194 ceph-mon[104785]: 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-08T05:09:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:09:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:09:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:09:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:09:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:09:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:44 smithi135 ceph-mon[93152]: 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-08T05:09:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:09:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:09:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:09:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:09:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:09:45.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:45.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:46.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:46.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:46 smithi194 ceph-mon[104785]: 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-08T05:09:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:46 smithi135 ceph-mon[93152]: 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-08T05:09:47.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:47.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:48.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:48.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:48 smithi194 ceph-mon[104785]: pgmap v1291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:09:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:48 smithi135 ceph-mon[93152]: pgmap v1291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:09:49.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:49.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:50.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:50.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:50.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:50 smithi135 ceph-mon[93152]: pgmap v1292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:09:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:50 smithi194 ceph-mon[104785]: pgmap v1292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:09:51.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:51.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:52.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:52.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:52 smithi194 ceph-mon[104785]: 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-08T05:09:52.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:52 smithi135 ceph-mon[93152]: 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-08T05:09:53.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:53.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:54.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:54.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:54 smithi194 ceph-mon[104785]: 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-08T05:09:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:54 smithi135 ceph-mon[93152]: 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-08T05:09:55.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:55.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:09:56.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:56.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:56 smithi194 ceph-mon[104785]: 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-08T05:09:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:56 smithi135 ceph-mon[93152]: 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-08T05:09:57.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:57.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:58.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:58.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:09:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:09:58 smithi194 ceph-mon[104785]: pgmap v1296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:09:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:09:58 smithi135 ceph-mon[93152]: pgmap v1296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:09:59.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:09:59.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:00.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:00.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:00.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:00 smithi135 ceph-mon[93152]: pgmap v1297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:10:00.935 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T05:10:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:00 smithi194 ceph-mon[104785]: pgmap v1297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:10:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T05:10:01.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:01.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:02.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:02.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:02 smithi194 ceph-mon[104785]: 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-08T05:10:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:02 smithi135 ceph-mon[93152]: 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-08T05:10:03.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:03.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:04.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:04.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:04 smithi194 ceph-mon[104785]: 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-08T05:10:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:04 smithi135 ceph-mon[93152]: 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-08T05:10:05.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:05.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:06.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:06.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:06 smithi194 ceph-mon[104785]: 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-08T05:10:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:06 smithi135 ceph-mon[93152]: 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-08T05:10:07.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:07.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:08.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:08.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:08 smithi194 ceph-mon[104785]: pgmap v1301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:10:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:08 smithi135 ceph-mon[93152]: pgmap v1301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:10:09.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:09.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:10.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:10.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:10 smithi194 ceph-mon[104785]: pgmap v1302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:10:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:10 smithi135 ceph-mon[93152]: pgmap v1302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:10:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:11.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:11.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:12.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:12.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:12 smithi194 ceph-mon[104785]: 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-08T05:10:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:12 smithi135 ceph-mon[93152]: 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-08T05:10:13.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:13.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:14.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:14.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:14 smithi194 ceph-mon[104785]: 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-08T05:10:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:14 smithi135 ceph-mon[93152]: 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-08T05:10:15.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:15.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:16.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:16.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:16 smithi194 ceph-mon[104785]: 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-08T05:10:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:16 smithi135 ceph-mon[93152]: 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-08T05:10:17.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:17.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:18.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:18.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:18 smithi194 ceph-mon[104785]: pgmap v1306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:10:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:18 smithi135 ceph-mon[93152]: pgmap v1306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:10:19.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:19.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:20.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:20.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:20 smithi194 ceph-mon[104785]: pgmap v1307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:10:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:20 smithi135 ceph-mon[93152]: pgmap v1307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:10:21.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:21.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:22.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:22.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:22 smithi194 ceph-mon[104785]: 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-08T05:10:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:22 smithi135 ceph-mon[93152]: 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-08T05:10:23.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:23.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:24.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:24.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:24 smithi194 ceph-mon[104785]: 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-08T05:10:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:24 smithi135 ceph-mon[93152]: 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-08T05:10:25.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:25.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:26.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:26.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:26 smithi194 ceph-mon[104785]: 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-08T05:10:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:26 smithi135 ceph-mon[93152]: 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-08T05:10:27.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:27.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:28.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:28.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:28 smithi194 ceph-mon[104785]: pgmap v1311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:10:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:28 smithi135 ceph-mon[93152]: pgmap v1311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:10:29.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:29.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:30.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:30.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:30 smithi194 ceph-mon[104785]: pgmap v1312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:10:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:30 smithi135 ceph-mon[93152]: pgmap v1312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:10:31.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:31.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:32.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:32.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:32 smithi194 ceph-mon[104785]: 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-08T05:10:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:32 smithi135 ceph-mon[93152]: 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-08T05:10:33.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:33.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:34.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:34.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:34 smithi194 ceph-mon[104785]: 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-08T05:10:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:34 smithi135 ceph-mon[93152]: 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-08T05:10:35.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:35.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:36.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:36.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:36 smithi194 ceph-mon[104785]: 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-08T05:10:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:36 smithi135 ceph-mon[93152]: 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-08T05:10:37.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:37.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:38.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:38.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:38 smithi194 ceph-mon[104785]: pgmap v1316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:10:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:38 smithi135 ceph-mon[93152]: pgmap v1316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:10:39.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:39.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:40.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:40.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:40 smithi194 ceph-mon[104785]: pgmap v1317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:10:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:40 smithi135 ceph-mon[93152]: pgmap v1317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:10:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:41.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:41.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:42.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:42.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:42 smithi194 ceph-mon[104785]: 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-08T05:10:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:42 smithi135 ceph-mon[93152]: 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-08T05:10:43.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:43.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:44.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:44.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:44 smithi194 ceph-mon[104785]: 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-08T05:10:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:10:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:10:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:10:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:10:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:10:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:10:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:44 smithi135 ceph-mon[93152]: 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-08T05:10:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:10:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:10:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:10:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:10:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:10:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:10:45.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:45.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:46.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:46.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:46 smithi194 ceph-mon[104785]: 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-08T05:10:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:46 smithi135 ceph-mon[93152]: 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-08T05:10:47.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:47.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:48.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:48.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:48 smithi194 ceph-mon[104785]: pgmap v1321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:10:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:48 smithi135 ceph-mon[93152]: pgmap v1321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:10:49.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:49.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:50.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:50.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:50 smithi194 ceph-mon[104785]: pgmap v1322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:10:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:50 smithi135 ceph-mon[93152]: pgmap v1322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:10:51.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:51.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:52.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:52.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:52 smithi194 ceph-mon[104785]: 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-08T05:10:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:52 smithi135 ceph-mon[93152]: 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-08T05:10:53.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:53.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:54.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:54.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:54 smithi194 ceph-mon[104785]: 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-08T05:10:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:54 smithi135 ceph-mon[93152]: 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-08T05:10:55.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:55.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:10:56.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:56.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:56 smithi135 ceph-mon[93152]: 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-08T05:10:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:56 smithi194 ceph-mon[104785]: 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-08T05:10:57.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:57.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:58.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:58.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:10:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:10:58 smithi135 ceph-mon[93152]: pgmap v1326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:10:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:10:58 smithi194 ceph-mon[104785]: pgmap v1326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:10:59.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:10:59.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:00.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:00.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:00 smithi194 ceph-mon[104785]: pgmap v1327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:11:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:00 smithi135 ceph-mon[93152]: pgmap v1327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:11:01.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:01.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:02.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:02.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:02 smithi194 ceph-mon[104785]: 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-08T05:11:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:02 smithi135 ceph-mon[93152]: 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-08T05:11:03.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:03.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:04.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:04.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:04 smithi194 ceph-mon[104785]: 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-08T05:11:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:04 smithi135 ceph-mon[93152]: 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-08T05:11:05.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:05.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:06.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:06.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:06 smithi194 ceph-mon[104785]: 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-08T05:11:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:06 smithi135 ceph-mon[93152]: 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-08T05:11:07.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:07.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:08.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:08.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:08 smithi135 ceph-mon[93152]: pgmap v1331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:11:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:08 smithi194 ceph-mon[104785]: pgmap v1331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:11:09.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:09.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:10.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:10.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:10 smithi194 ceph-mon[104785]: pgmap v1332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:11:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:10 smithi135 ceph-mon[93152]: pgmap v1332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:11:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:11.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:11.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:12.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:12.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:12 smithi194 ceph-mon[104785]: 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-08T05:11:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:12 smithi135 ceph-mon[93152]: 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-08T05:11:13.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:13.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:14.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:14.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:14 smithi194 ceph-mon[104785]: 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-08T05:11:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:14 smithi135 ceph-mon[93152]: 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-08T05:11:15.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:15.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:16.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:16.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:16 smithi135 ceph-mon[93152]: 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-08T05:11:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:16 smithi194 ceph-mon[104785]: 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-08T05:11:17.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:17.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:18.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:18.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:18 smithi135 ceph-mon[93152]: pgmap v1336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:11:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:18 smithi194 ceph-mon[104785]: pgmap v1336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:11:19.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:19.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:20.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:20.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:20 smithi135 ceph-mon[93152]: pgmap v1337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:11:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:20 smithi194 ceph-mon[104785]: pgmap v1337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:11:21.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:21.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:22.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:22.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:22 smithi194 ceph-mon[104785]: 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-08T05:11:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:22 smithi135 ceph-mon[93152]: 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-08T05:11:23.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:23.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:24.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:24.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:24 smithi135 ceph-mon[93152]: 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-08T05:11:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:24 smithi194 ceph-mon[104785]: 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-08T05:11:25.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:25.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:26.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:26.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:26 smithi135 ceph-mon[93152]: 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-08T05:11:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:26 smithi194 ceph-mon[104785]: 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-08T05:11:27.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:27.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:28.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:28.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:28 smithi135 ceph-mon[93152]: pgmap v1341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:11:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:28 smithi194 ceph-mon[104785]: pgmap v1341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:11:29.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:29.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:30.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:30.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:30 smithi135 ceph-mon[93152]: pgmap v1342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:11:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:30 smithi194 ceph-mon[104785]: pgmap v1342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:11:31.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:31.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:32.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:32.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:32 smithi194 ceph-mon[104785]: 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-08T05:11:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:32 smithi135 ceph-mon[93152]: 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-08T05:11:33.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:33.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:34.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:34.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:34 smithi135 ceph-mon[93152]: 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-08T05:11:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:34 smithi194 ceph-mon[104785]: 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-08T05:11:35.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:35.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:36.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:36.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:36 smithi135 ceph-mon[93152]: 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-08T05:11:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:36 smithi194 ceph-mon[104785]: 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-08T05:11:37.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:37.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:38.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:38.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:38 smithi135 ceph-mon[93152]: pgmap v1346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:11:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:38 smithi194 ceph-mon[104785]: pgmap v1346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:11:39.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:39.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:40.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:40.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:40.994 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:40 smithi194 ceph-mon[104785]: pgmap v1347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:11:40.995 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:40 smithi135 ceph-mon[93152]: pgmap v1347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:11:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:41.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:41.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:42.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:42.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:42 smithi194 ceph-mon[104785]: 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-08T05:11:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:42 smithi135 ceph-mon[93152]: 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-08T05:11:43.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:43.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:44.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:44.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:44 smithi135 ceph-mon[93152]: 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-08T05:11:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:11:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:44 smithi194 ceph-mon[104785]: 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-08T05:11:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:11:45.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:45.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:11:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:11:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:11:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:11:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:11:46.047 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:11:46.047 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:11:46.047 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:11:46.047 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:11:46.047 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:11:46.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:46.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:46.970 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:46 smithi135 ceph-mon[93152]: 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-08T05:11:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:46 smithi194 ceph-mon[104785]: 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-08T05:11:47.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:47.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:48.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:48.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:48 smithi135 ceph-mon[93152]: pgmap v1351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:11:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:48 smithi194 ceph-mon[104785]: pgmap v1351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:11:49.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:49.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:50.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:50.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:50 smithi135 ceph-mon[93152]: pgmap v1352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:11:51.099 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:50 smithi194 ceph-mon[104785]: pgmap v1352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:11:51.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:51.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:52.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:52.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:52 smithi194 ceph-mon[104785]: 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-08T05:11:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:52 smithi135 ceph-mon[93152]: 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-08T05:11:53.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:53.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:54.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:54.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:54 smithi135 ceph-mon[93152]: 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-08T05:11:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:54 smithi194 ceph-mon[104785]: 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-08T05:11:55.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:55.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:56.151 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:11:56.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:56.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:56 smithi135 ceph-mon[93152]: 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-08T05:11:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:56 smithi194 ceph-mon[104785]: 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-08T05:11:57.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:57.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:58.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:58.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:11:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:11:58 smithi135 ceph-mon[93152]: pgmap v1356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:11:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:11:58 smithi194 ceph-mon[104785]: pgmap v1356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:11:59.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:11:59.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:00.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:00.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:00 smithi135 ceph-mon[93152]: pgmap v1357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:12:01.204 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:00 smithi194 ceph-mon[104785]: pgmap v1357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:12:01.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:01.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:02 smithi194 ceph-mon[104785]: 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-08T05:12:02.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:02.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:02 smithi135 ceph-mon[93152]: 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-08T05:12:03.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:03.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:04.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:04.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:04 smithi135 ceph-mon[93152]: 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-08T05:12:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:04 smithi194 ceph-mon[104785]: 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-08T05:12:05.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:05.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:06.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:06.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:06 smithi135 ceph-mon[93152]: 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-08T05:12:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:06 smithi194 ceph-mon[104785]: 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-08T05:12:07.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:07.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:08.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:08.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:08 smithi135 ceph-mon[93152]: pgmap v1361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:12:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:08 smithi194 ceph-mon[104785]: pgmap v1361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:12:09.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:09.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:10.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:10.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:10 smithi135 ceph-mon[93152]: pgmap v1362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:12:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:10 smithi194 ceph-mon[104785]: pgmap v1362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:12:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:11.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:11.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:12.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:12.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:12 smithi135 ceph-mon[93152]: 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-08T05:12:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:12 smithi194 ceph-mon[104785]: 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-08T05:12:13.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:13.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:14.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:14.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:14 smithi135 ceph-mon[93152]: 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-08T05:12:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:14 smithi194 ceph-mon[104785]: 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-08T05:12:15.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:15.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:16.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:16.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:16 smithi135 ceph-mon[93152]: 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-08T05:12:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:16 smithi194 ceph-mon[104785]: 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-08T05:12:17.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:17.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:18.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:18.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:18 smithi135 ceph-mon[93152]: pgmap v1366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:12:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:18 smithi194 ceph-mon[104785]: pgmap v1366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:12:19.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:19.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:20.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:20.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:20 smithi135 ceph-mon[93152]: pgmap v1367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:12:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:20 smithi194 ceph-mon[104785]: pgmap v1367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:12:21.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:21.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:22.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:22.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:22 smithi135 ceph-mon[93152]: 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-08T05:12:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:22 smithi194 ceph-mon[104785]: 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-08T05:12:23.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:23.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:24.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:24.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:24 smithi135 ceph-mon[93152]: 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-08T05:12:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:24 smithi194 ceph-mon[104785]: 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-08T05:12:25.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:25.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:26.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:26.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:26 smithi135 ceph-mon[93152]: 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-08T05:12:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:26 smithi194 ceph-mon[104785]: 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-08T05:12:27.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:27.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:28.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:28.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:28 smithi135 ceph-mon[93152]: pgmap v1371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:12:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:28 smithi194 ceph-mon[104785]: pgmap v1371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:12:29.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:29.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:30.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:30.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:30 smithi135 ceph-mon[93152]: pgmap v1372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:12:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:30 smithi194 ceph-mon[104785]: pgmap v1372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:12:31.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:31.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:32 smithi135 ceph-mon[93152]: 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-08T05:12:32.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:32.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:32 smithi194 ceph-mon[104785]: 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-08T05:12:33.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:33.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:34.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:34.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:34 smithi135 ceph-mon[93152]: 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-08T05:12:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:34 smithi194 ceph-mon[104785]: 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-08T05:12:35.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:35.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:36.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:36.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:36 smithi194 ceph-mon[104785]: 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-08T05:12:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:36 smithi135 ceph-mon[93152]: 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-08T05:12:37.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:37.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:38.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:38.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:38 smithi135 ceph-mon[93152]: pgmap v1376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:12:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:38 smithi194 ceph-mon[104785]: pgmap v1376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:12:39.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:39.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:40.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:40.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:40 smithi135 ceph-mon[93152]: pgmap v1377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:12:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:40 smithi194 ceph-mon[104785]: pgmap v1377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:12:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:41.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:41.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:42 smithi135 ceph-mon[93152]: 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-08T05:12:42.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:42.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:42 smithi194 ceph-mon[104785]: 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-08T05:12:43.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:43.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:44.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:44.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:44 smithi135 ceph-mon[93152]: 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-08T05:12:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:44 smithi194 ceph-mon[104785]: 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-08T05:12:45.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:45.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:45.737 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:12:45.738 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:12:45.738 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:12:45.738 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:12:45.738 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:12:45.738 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:12:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:12:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:12:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:12:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:12:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:12:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:12:46.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:46.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:46 smithi194 ceph-mon[104785]: 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-08T05:12:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:46 smithi135 ceph-mon[93152]: 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-08T05:12:47.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:47.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:48.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:48.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:48 smithi135 ceph-mon[93152]: pgmap v1381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:12:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:48 smithi194 ceph-mon[104785]: pgmap v1381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:12:49.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:49.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:50.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:50.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:50 smithi135 ceph-mon[93152]: pgmap v1382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:12:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:50 smithi194 ceph-mon[104785]: pgmap v1382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:12:51.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:51.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:52 smithi135 ceph-mon[93152]: 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-08T05:12:52.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:52.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:52 smithi194 ceph-mon[104785]: 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-08T05:12:53.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:53.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:54.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:54.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:54 smithi135 ceph-mon[93152]: 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-08T05:12:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:54 smithi194 ceph-mon[104785]: 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-08T05:12:55.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:55.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:12:56.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:56.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:56 smithi135 ceph-mon[93152]: 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-08T05:12:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:56 smithi194 ceph-mon[104785]: 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-08T05:12:57.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:57.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:58.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:58.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:12:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:12:58 smithi135 ceph-mon[93152]: pgmap v1386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:12:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:12:58 smithi194 ceph-mon[104785]: pgmap v1386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:12:59.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:12:59.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:00.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:00.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:00 smithi135 ceph-mon[93152]: pgmap v1387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:13:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:00 smithi194 ceph-mon[104785]: pgmap v1387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:13:01.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:01.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:02 smithi135 ceph-mon[93152]: 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-08T05:13:02.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:02.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:02 smithi194 ceph-mon[104785]: 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-08T05:13:03.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:03.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:04.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:04.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:04 smithi135 ceph-mon[93152]: 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-08T05:13:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:04 smithi194 ceph-mon[104785]: 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-08T05:13:05.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:05.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:06.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:06.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:06 smithi135 ceph-mon[93152]: 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-08T05:13:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:06 smithi194 ceph-mon[104785]: 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-08T05:13:07.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:07.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:08.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:08.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:08 smithi135 ceph-mon[93152]: pgmap v1391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:13:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:08 smithi194 ceph-mon[104785]: pgmap v1391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:13:09.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:09.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:10.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:10.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:10 smithi135 ceph-mon[93152]: pgmap v1392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:13:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:10 smithi194 ceph-mon[104785]: pgmap v1392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:13:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:11.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:11.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:12 smithi135 ceph-mon[93152]: 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-08T05:13:12.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:12.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:12 smithi194 ceph-mon[104785]: 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-08T05:13:13.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:13.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:14.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:14.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:14 smithi135 ceph-mon[93152]: 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-08T05:13:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:14 smithi194 ceph-mon[104785]: 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-08T05:13:15.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:15.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:16.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:16.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:16 smithi135 ceph-mon[93152]: 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-08T05:13:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:16 smithi194 ceph-mon[104785]: 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-08T05:13:17.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:17.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:18.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:18.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:18 smithi135 ceph-mon[93152]: pgmap v1396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:13:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:18 smithi194 ceph-mon[104785]: pgmap v1396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:13:19.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:19.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:20.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:20.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:20 smithi135 ceph-mon[93152]: pgmap v1397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:13:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:20 smithi194 ceph-mon[104785]: pgmap v1397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:13:21.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:21.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:22 smithi194 ceph-mon[104785]: 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-08T05:13:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:22 smithi135 ceph-mon[93152]: 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-08T05:13:22.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:22.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:23.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:23.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:24.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:24.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:24 smithi135 ceph-mon[93152]: 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-08T05:13:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:24 smithi194 ceph-mon[104785]: 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-08T05:13:25.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:25.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:26.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:26.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:26 smithi135 ceph-mon[93152]: 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-08T05:13:27.100 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:26 smithi194 ceph-mon[104785]: 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-08T05:13:27.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:27.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:28.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:28.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:28 smithi135 ceph-mon[93152]: pgmap v1401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:13:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:28 smithi194 ceph-mon[104785]: pgmap v1401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:13:29.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:29.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:30.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:30.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:30 smithi135 ceph-mon[93152]: pgmap v1402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:13:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:30 smithi194 ceph-mon[104785]: pgmap v1402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:13:31.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:31.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:32 smithi194 ceph-mon[104785]: 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-08T05:13:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:32 smithi135 ceph-mon[93152]: 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-08T05:13:32.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:32.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:33.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:33.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:34.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:34.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:34 smithi135 ceph-mon[93152]: 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-08T05:13:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:34 smithi194 ceph-mon[104785]: 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-08T05:13:35.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:35.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:36.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:36.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:36 smithi135 ceph-mon[93152]: 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-08T05:13:37.206 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:36 smithi194 ceph-mon[104785]: 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-08T05:13:37.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:37.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:38.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:38.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:38 smithi135 ceph-mon[93152]: pgmap v1406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:13:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:38 smithi194 ceph-mon[104785]: pgmap v1406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:13:39.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:39.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:40.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:40.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:40 smithi135 ceph-mon[93152]: pgmap v1407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:13:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:40 smithi194 ceph-mon[104785]: pgmap v1407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:13:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:41.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:41.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:42 smithi135 ceph-mon[93152]: 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-08T05:13:42.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:42.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:42 smithi194 ceph-mon[104785]: 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-08T05:13:43.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:43.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:44.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:44.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:44 smithi135 ceph-mon[93152]: 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-08T05:13:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:44 smithi194 ceph-mon[104785]: 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-08T05:13:45.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:45.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:13:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:13:46.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:46.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:46 smithi194 ceph-mon[104785]: 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-08T05:13:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:13:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:13:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:13:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:13:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:13:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:46 smithi135 ceph-mon[93152]: 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-08T05:13:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:13:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:13:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:13:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:13:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:13:47.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:47.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:48.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:48.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:48 smithi194 ceph-mon[104785]: pgmap v1411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:13:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:48 smithi135 ceph-mon[93152]: pgmap v1411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:13:49.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:49.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:50.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:50.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:50 smithi135 ceph-mon[93152]: pgmap v1412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:13:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:50 smithi194 ceph-mon[104785]: pgmap v1412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:13:51.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:51.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:52 smithi135 ceph-mon[93152]: 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-08T05:13:52.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:52.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:52 smithi194 ceph-mon[104785]: 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-08T05:13:53.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:53.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:54.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:54.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:54 smithi135 ceph-mon[93152]: 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-08T05:13:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:54 smithi194 ceph-mon[104785]: 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-08T05:13:55.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:55.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:13:56.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:56.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:56 smithi194 ceph-mon[104785]: 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-08T05:13:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:56 smithi135 ceph-mon[93152]: 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-08T05:13:57.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:57.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:58.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:58.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:13:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:13:58 smithi194 ceph-mon[104785]: pgmap v1416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:13:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:13:58 smithi135 ceph-mon[93152]: pgmap v1416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:13:59.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:13:59.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:00.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:00.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:00 smithi135 ceph-mon[93152]: pgmap v1417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:14:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:00 smithi194 ceph-mon[104785]: pgmap v1417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:14:01.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:01.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:02 smithi135 ceph-mon[93152]: 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-08T05:14:02.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:02.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:02 smithi194 ceph-mon[104785]: 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-08T05:14:03.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:03.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:04.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:04.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:04 smithi194 ceph-mon[104785]: 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-08T05:14:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:04 smithi135 ceph-mon[93152]: 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-08T05:14:05.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:05.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:06.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:06.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:06 smithi194 ceph-mon[104785]: 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-08T05:14:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:06 smithi135 ceph-mon[93152]: 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-08T05:14:07.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:07.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:08.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:08.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:08 smithi194 ceph-mon[104785]: pgmap v1421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:14:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:08 smithi135 ceph-mon[93152]: pgmap v1421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:14:09.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:09.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:10.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:10.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:10 smithi135 ceph-mon[93152]: pgmap v1422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:14:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:10 smithi194 ceph-mon[104785]: pgmap v1422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:14:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:11.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:11.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:12 smithi135 ceph-mon[93152]: 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-08T05:14:12.577 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:12 smithi194 ceph-mon[104785]: 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-08T05:14:12.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:12.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:13.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:13.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:14.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:14.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:14 smithi194 ceph-mon[104785]: 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-08T05:14:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:14 smithi135 ceph-mon[93152]: 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-08T05:14:15.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:15.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:16.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:16.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:16 smithi194 ceph-mon[104785]: 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-08T05:14:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:16 smithi135 ceph-mon[93152]: 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-08T05:14:17.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:17.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:18.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:18.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:18 smithi194 ceph-mon[104785]: pgmap v1426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:14:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:18 smithi135 ceph-mon[93152]: pgmap v1426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:14:19.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:19.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:20.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:20.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:20 smithi135 ceph-mon[93152]: pgmap v1427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:14:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:20 smithi194 ceph-mon[104785]: pgmap v1427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:14:21.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:21.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:22 smithi135 ceph-mon[93152]: 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-08T05:14:22.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:22 smithi194 ceph-mon[104785]: 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-08T05:14:22.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:22.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:23.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:23.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:24.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:24.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:24 smithi194 ceph-mon[104785]: 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-08T05:14:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:24 smithi135 ceph-mon[93152]: 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-08T05:14:25.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:25.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:26.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:26.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:26 smithi194 ceph-mon[104785]: 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-08T05:14:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:26 smithi135 ceph-mon[93152]: 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-08T05:14:27.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:27.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:28.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:28.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:28 smithi135 ceph-mon[93152]: pgmap v1431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:14:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:28 smithi194 ceph-mon[104785]: pgmap v1431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:14:29.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:29.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:30.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:30.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:30 smithi135 ceph-mon[93152]: pgmap v1432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:14:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:30 smithi194 ceph-mon[104785]: pgmap v1432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:14:31.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:31.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:32 smithi135 ceph-mon[93152]: 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-08T05:14:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:32 smithi194 ceph-mon[104785]: 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-08T05:14:32.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:32.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:33.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:33.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:34.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:34.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:34 smithi194 ceph-mon[104785]: 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-08T05:14:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:34 smithi135 ceph-mon[93152]: 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-08T05:14:35.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:35.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:36.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:36.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:36 smithi194 ceph-mon[104785]: 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-08T05:14:37.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:36 smithi135 ceph-mon[93152]: 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-08T05:14:37.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:37.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:38.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:38.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:38 smithi135 ceph-mon[93152]: pgmap v1436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:14:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:38 smithi194 ceph-mon[104785]: pgmap v1436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:14:39.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:39.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:40.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:40.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:40 smithi135 ceph-mon[93152]: pgmap v1437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:14:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:40 smithi194 ceph-mon[104785]: pgmap v1437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:14:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:41.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:41.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:42 smithi135 ceph-mon[93152]: 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-08T05:14:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:42 smithi194 ceph-mon[104785]: 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-08T05:14:42.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:42.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:43.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:43.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:44.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:44.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:44 smithi194 ceph-mon[104785]: 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-08T05:14:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:44 smithi135 ceph-mon[93152]: 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-08T05:14:45.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:45.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:46.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:46.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:46 smithi194 ceph-mon[104785]: 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-08T05:14:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:14:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:46 smithi135 ceph-mon[93152]: 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-08T05:14:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:14:47.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:47.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:48.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:48.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:48 smithi135 ceph-mon[93152]: pgmap v1441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:14:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:48 smithi194 ceph-mon[104785]: pgmap v1441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:14:49.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:49.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:50.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:50.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:50 smithi135 ceph-mon[93152]: pgmap v1442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:14:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:50 smithi194 ceph-mon[104785]: pgmap v1442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:14:51.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:51.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:14:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:14:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:14:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:14:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:14:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:14:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:14:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:52 smithi194 ceph-mon[104785]: 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-08T05:14:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:14:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:14:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:14:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:14:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:14:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:14:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:14:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:52 smithi135 ceph-mon[93152]: 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-08T05:14:52.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:52.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:53.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:53.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:54.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:54.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:54 smithi194 ceph-mon[104785]: 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-08T05:14:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:54 smithi135 ceph-mon[93152]: 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-08T05:14:55.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:55.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:14:56.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:56.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:56 smithi194 ceph-mon[104785]: 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-08T05:14:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:56 smithi135 ceph-mon[93152]: 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-08T05:14:57.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:57.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:58.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:58.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:14:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:14:58 smithi194 ceph-mon[104785]: 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-08T05:14:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:14:58 smithi135 ceph-mon[93152]: 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-08T05:14:59.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:14:59.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:00.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:00.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:00 smithi135 ceph-mon[93152]: pgmap v1447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:15:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:00 smithi194 ceph-mon[104785]: pgmap v1447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:15:01.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:01.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:02 smithi135 ceph-mon[93152]: pgmap v1448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:15:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:02 smithi194 ceph-mon[104785]: pgmap v1448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:15:02.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:02.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:03.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:03.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:04.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:04.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:04 smithi194 ceph-mon[104785]: 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-08T05:15:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:04 smithi135 ceph-mon[93152]: 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-08T05:15:05.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:05.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:06.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:06.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:06 smithi194 ceph-mon[104785]: 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-08T05:15:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:06 smithi135 ceph-mon[93152]: 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-08T05:15:07.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:07.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:08.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:08.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:08 smithi194 ceph-mon[104785]: 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-08T05:15:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:08 smithi135 ceph-mon[93152]: 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-08T05:15:09.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:09.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:10.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:10.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:10 smithi135 ceph-mon[93152]: pgmap v1452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:15:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:10 smithi194 ceph-mon[104785]: pgmap v1452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:15:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:11.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:11.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:12 smithi135 ceph-mon[93152]: 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-08T05:15:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:12 smithi194 ceph-mon[104785]: 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-08T05:15:12.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:12.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:13.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:13.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:14.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:14.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:14 smithi194 ceph-mon[104785]: pgmap v1454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:15:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:14 smithi135 ceph-mon[93152]: pgmap v1454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:15:15.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:15.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:16.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:16.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:16 smithi194 ceph-mon[104785]: 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-08T05:15:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:16 smithi135 ceph-mon[93152]: 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-08T05:15:17.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:17.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:18.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:18.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:19.044 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:18 smithi135 ceph-mon[93152]: 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-08T05:15:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:18 smithi194 ceph-mon[104785]: 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-08T05:15:19.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:19.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:20.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:20.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:20 smithi135 ceph-mon[93152]: pgmap v1457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:15:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:20 smithi194 ceph-mon[104785]: pgmap v1457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:15:21.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:21.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:22 smithi135 ceph-mon[93152]: 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-08T05:15:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:22 smithi194 ceph-mon[104785]: 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-08T05:15:22.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:22.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:23.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:23.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:24.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:24.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:24 smithi194 ceph-mon[104785]: pgmap v1459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:15:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:24 smithi135 ceph-mon[93152]: pgmap v1459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:15:25.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:25.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:26.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:26.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:26 smithi194 ceph-mon[104785]: 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-08T05:15:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:26 smithi135 ceph-mon[93152]: 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-08T05:15:27.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:27.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:27 smithi194 ceph-mon[104785]: 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-08T05:15:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:27 smithi135 ceph-mon[93152]: 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-08T05:15:28.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:28.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:29.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:29.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:30.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:30.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:30 smithi135 ceph-mon[93152]: pgmap v1462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:15:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:30 smithi194 ceph-mon[104785]: pgmap v1462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:15:31.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:31.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:32 smithi135 ceph-mon[93152]: 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-08T05:15:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:32 smithi194 ceph-mon[104785]: 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-08T05:15:32.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:32.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:33.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:33.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:34.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:34.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:34 smithi194 ceph-mon[104785]: pgmap v1464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:15:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:34 smithi135 ceph-mon[93152]: pgmap v1464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:15:35.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:35.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:36.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:36.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:36 smithi194 ceph-mon[104785]: 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-08T05:15:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:36 smithi135 ceph-mon[93152]: 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-08T05:15:37.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:37.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:38.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:38.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:38 smithi194 ceph-mon[104785]: 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-08T05:15:39.240 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:38 smithi135 ceph-mon[93152]: 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-08T05:15:39.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:39.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:39 smithi194 ceph-mon[104785]: pgmap v1467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:15:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:39 smithi135 ceph-mon[93152]: pgmap v1467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:15:40.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:40.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:41.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:41.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:42 smithi135 ceph-mon[93152]: 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-08T05:15:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:42 smithi194 ceph-mon[104785]: 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-08T05:15:42.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:42.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:43.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:43.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:44.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:44.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:44 smithi194 ceph-mon[104785]: pgmap v1469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:15:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:44 smithi135 ceph-mon[93152]: pgmap v1469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:15:45.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:45.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:46.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:46.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:46 smithi194 ceph-mon[104785]: 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-08T05:15:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:46 smithi135 ceph-mon[93152]: 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-08T05:15:47.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:47.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:47 smithi194 ceph-mon[104785]: 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-08T05:15:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:47 smithi135 ceph-mon[93152]: 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-08T05:15:48.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:48.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:49.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:49.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:50.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:50.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:50 smithi135 ceph-mon[93152]: pgmap v1472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:15:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:50 smithi194 ceph-mon[104785]: pgmap v1472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:15:51.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:51.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:52 smithi135 ceph-mon[93152]: 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-08T05:15:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:15:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:52 smithi194 ceph-mon[104785]: 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-08T05:15:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:15:52.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:52.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:15:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:15:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:15:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:15:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:15:53.640 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:15:53.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:15:53.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:15:53.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:15:53.641 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:15:53.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:53.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:54 smithi194 ceph-mon[104785]: pgmap v1474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:15:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:54 smithi135 ceph-mon[93152]: pgmap v1474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:15:54.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:54.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:15:55.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:55.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:56 smithi194 ceph-mon[104785]: 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-08T05:15:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:56 smithi135 ceph-mon[93152]: 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-08T05:15:56.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:56.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:57.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:57.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:58.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:58.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:15:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:15:58 smithi194 ceph-mon[104785]: 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-08T05:15:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:15:58 smithi135 ceph-mon[93152]: 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-08T05:15:59.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:15:59.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:00.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:00.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:00 smithi135 ceph-mon[93152]: pgmap v1477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:16:01.122 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:00 smithi194 ceph-mon[104785]: pgmap v1477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:16:01.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:01.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:02 smithi194 ceph-mon[104785]: 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-08T05:16:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:02 smithi135 ceph-mon[93152]: 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-08T05:16:02.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:02.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:03.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:03.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:04.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:04.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:04 smithi194 ceph-mon[104785]: pgmap v1479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:16:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:04 smithi135 ceph-mon[93152]: pgmap v1479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:16:05.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:05.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:06.178 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:05 smithi194 ceph-mon[104785]: 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-08T05:16:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:05 smithi135 ceph-mon[93152]: 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-08T05:16:06.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:06.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:07.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:07.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:08.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:08.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:09.181 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:08 smithi194 ceph-mon[104785]: 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-08T05:16:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:08 smithi135 ceph-mon[93152]: 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-08T05:16:09.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:09.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:09 smithi194 ceph-mon[104785]: pgmap v1482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:16:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:09 smithi135 ceph-mon[93152]: pgmap v1482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:16:10.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:10.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:11.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:11.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:12 smithi194 ceph-mon[104785]: 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-08T05:16:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:12 smithi135 ceph-mon[93152]: 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-08T05:16:12.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:12.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:13.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:13.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:14.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:14.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:14 smithi135 ceph-mon[93152]: pgmap v1484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:16:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:14 smithi194 ceph-mon[104785]: pgmap v1484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:16:15.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:15.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:15 smithi194 ceph-mon[104785]: 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-08T05:16:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:15 smithi135 ceph-mon[93152]: 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-08T05:16:16.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:16.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:17.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:17.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:17 smithi194 ceph-mon[104785]: 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-08T05:16:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:17 smithi135 ceph-mon[93152]: 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-08T05:16:18.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:18.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:19.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:19.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:19 smithi135 ceph-mon[93152]: pgmap v1487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:16:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:19 smithi194 ceph-mon[104785]: pgmap v1487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:16:20.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:20.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:21.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:21.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:22 smithi194 ceph-mon[104785]: 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-08T05:16:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:22 smithi135 ceph-mon[93152]: 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-08T05:16:22.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:22.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:23.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:23.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:23 smithi194 ceph-mon[104785]: pgmap v1489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:16:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:23 smithi135 ceph-mon[93152]: pgmap v1489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:16:24.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:24.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:25.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:25.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:26 smithi194 ceph-mon[104785]: 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-08T05:16:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:26 smithi135 ceph-mon[93152]: 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-08T05:16:26.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:26.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:27.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:27.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:27 smithi194 ceph-mon[104785]: 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-08T05:16:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:27 smithi135 ceph-mon[93152]: 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-08T05:16:28.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:28.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:29.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:29.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:29 smithi135 ceph-mon[93152]: pgmap v1492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:16:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:29 smithi194 ceph-mon[104785]: pgmap v1492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:16:30.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:30.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:31.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:31.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:32 smithi194 ceph-mon[104785]: 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-08T05:16:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:32 smithi135 ceph-mon[93152]: 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-08T05:16:32.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:32.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:33.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:33.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:33 smithi194 ceph-mon[104785]: pgmap v1494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:16:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:33 smithi135 ceph-mon[93152]: pgmap v1494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:16:34.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:34.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:35.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:35.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:35 smithi194 ceph-mon[104785]: 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-08T05:16:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:35 smithi135 ceph-mon[93152]: 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-08T05:16:36.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:36.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:37.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:37.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:37 smithi194 ceph-mon[104785]: 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-08T05:16:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:37 smithi135 ceph-mon[93152]: 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-08T05:16:38.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:38.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:39.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:39.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:39 smithi194 ceph-mon[104785]: pgmap v1497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:16:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:39 smithi135 ceph-mon[93152]: pgmap v1497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:16:40.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:40.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:41.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:41.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:42 smithi194 ceph-mon[104785]: 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-08T05:16:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:42 smithi135 ceph-mon[93152]: 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-08T05:16:42.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:42.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:43.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:43.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:44.170 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:43 smithi194 ceph-mon[104785]: pgmap v1499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:16:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:43 smithi135 ceph-mon[93152]: pgmap v1499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:16:44.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:44.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:45.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:45.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:45 smithi194 ceph-mon[104785]: 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-08T05:16:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:45 smithi135 ceph-mon[93152]: 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-08T05:16:46.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:46.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:47.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:47.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:47 smithi194 ceph-mon[104785]: 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-08T05:16:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:47 smithi135 ceph-mon[93152]: 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-08T05:16:48.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:48.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:49.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:49.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:49 smithi194 ceph-mon[104785]: pgmap v1502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:16:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:49 smithi135 ceph-mon[93152]: pgmap v1502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:16:50.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:50.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:51.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:51.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:52 smithi194 ceph-mon[104785]: 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-08T05:16:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:52 smithi135 ceph-mon[93152]: 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-08T05:16:52.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:52.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:16:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:16:53.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:53.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:54 smithi194 ceph-mon[104785]: pgmap v1504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:16:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:54 smithi135 ceph-mon[93152]: pgmap v1504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:16:54.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:54.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:16:55.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:55.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:56 smithi194 ceph-mon[104785]: 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-08T05:16:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:56 smithi135 ceph-mon[93152]: 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-08T05:16:56.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:56.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:57.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:57.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:16:57 smithi194 ceph-mon[104785]: 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-08T05:16:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:16:57 smithi135 ceph-mon[93152]: 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-08T05:16:58.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:58.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:16:59.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:16:59.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:17:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:17:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:00 smithi194 ceph-mon[104785]: pgmap v1507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:17:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:17:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:17:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:17:00.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:17:00.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:17:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:17:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:17:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:00 smithi135 ceph-mon[93152]: pgmap v1507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:17:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:17:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:17:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:17:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:17:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:17:00.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:00.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:01.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:01.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:02 smithi194 ceph-mon[104785]: 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-08T05:17:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:02 smithi135 ceph-mon[93152]: 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-08T05:17:02.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:02.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:03.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:03.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:03 smithi194 ceph-mon[104785]: pgmap v1509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:17:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:03 smithi135 ceph-mon[93152]: pgmap v1509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:17:04.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:04.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:05.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:05.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:05 smithi194 ceph-mon[104785]: 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-08T05:17:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:05 smithi135 ceph-mon[93152]: 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-08T05:17:06.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:06.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:07.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:07.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:07 smithi194 ceph-mon[104785]: 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-08T05:17:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:07 smithi135 ceph-mon[93152]: 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-08T05:17:08.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:08.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:09.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:09.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:10.132 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:09 smithi135 ceph-mon[93152]: pgmap v1512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:17:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:09 smithi194 ceph-mon[104785]: pgmap v1512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:17:10.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:10.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:11.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:11.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:12 smithi194 ceph-mon[104785]: 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-08T05:17:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:12 smithi135 ceph-mon[93152]: 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-08T05:17:12.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:12.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:13.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:13.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:13 smithi194 ceph-mon[104785]: pgmap v1514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:17:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:13 smithi135 ceph-mon[93152]: pgmap v1514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:17:14.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:15.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:15.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:15.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:15 smithi194 ceph-mon[104785]: 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-08T05:17:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:15 smithi135 ceph-mon[93152]: 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-08T05:17:16.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:16.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:17.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:17.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:17 smithi194 ceph-mon[104785]: 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-08T05:17:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:17 smithi135 ceph-mon[93152]: 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-08T05:17:18.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:18.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:19.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:19.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:19 smithi194 ceph-mon[104785]: pgmap v1517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:17:20.230 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:19 smithi135 ceph-mon[93152]: pgmap v1517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:17:20.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:20.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:21.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:21.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:22 smithi194 ceph-mon[104785]: 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-08T05:17:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:22 smithi135 ceph-mon[93152]: 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-08T05:17:22.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:22.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:23.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:23.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:23 smithi194 ceph-mon[104785]: pgmap v1519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:17:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:23 smithi135 ceph-mon[93152]: pgmap v1519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:17:24.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:24.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:25.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:25.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:26 smithi194 ceph-mon[104785]: 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-08T05:17:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:26 smithi135 ceph-mon[93152]: 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-08T05:17:26.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:26.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:27.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:27.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:27 smithi194 ceph-mon[104785]: 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-08T05:17:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:27 smithi135 ceph-mon[93152]: 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-08T05:17:28.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:28.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:29.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:29 smithi194 ceph-mon[104785]: pgmap v1522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:17:29.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:29.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:29 smithi135 ceph-mon[93152]: pgmap v1522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:17:30.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:30.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:32.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:32.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:32 smithi194 ceph-mon[104785]: 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-08T05:17:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:32 smithi135 ceph-mon[93152]: 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-08T05:17:33.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:33.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:34.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:34.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:33 smithi194 ceph-mon[104785]: pgmap v1524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:17:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:33 smithi135 ceph-mon[93152]: pgmap v1524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:17:35.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:35.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:36.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:36.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:35 smithi194 ceph-mon[104785]: 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-08T05:17:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:35 smithi135 ceph-mon[93152]: 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-08T05:17:37.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:37.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:38.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:38.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:37 smithi194 ceph-mon[104785]: 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-08T05:17:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:37 smithi135 ceph-mon[93152]: 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-08T05:17:39.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:39.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:40.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:40.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:39 smithi194 ceph-mon[104785]: pgmap v1527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:17:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:39 smithi135 ceph-mon[93152]: pgmap v1527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:17:41.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:41.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:42.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:42.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:42 smithi194 ceph-mon[104785]: 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-08T05:17:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:42 smithi135 ceph-mon[93152]: 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-08T05:17:43.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:43.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:44.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:44.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:43 smithi194 ceph-mon[104785]: pgmap v1529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:17:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:43 smithi135 ceph-mon[93152]: pgmap v1529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:17:45.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:45.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:46.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:46.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:45 smithi194 ceph-mon[104785]: 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-08T05:17:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:45 smithi135 ceph-mon[93152]: 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-08T05:17:47.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:47.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:48.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:48.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:47 smithi194 ceph-mon[104785]: 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-08T05:17:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:47 smithi135 ceph-mon[93152]: 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-08T05:17:49.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:49.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:50.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:50.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:49 smithi194 ceph-mon[104785]: pgmap v1532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:17:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:49 smithi135 ceph-mon[93152]: pgmap v1532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:17:51.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:51.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:52.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:52.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:52 smithi194 ceph-mon[104785]: 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-08T05:17:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:52 smithi135 ceph-mon[93152]: 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-08T05:17:53.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:53.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:54.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:54.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:53 smithi194 ceph-mon[104785]: pgmap v1534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:17:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:53 smithi135 ceph-mon[93152]: pgmap v1534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:17:55.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:55.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:17:56.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:56.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:56 smithi194 ceph-mon[104785]: 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-08T05:17:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:56 smithi135 ceph-mon[93152]: 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-08T05:17:57.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:57.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:58.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:58.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:17:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:57 smithi194 ceph-mon[104785]: 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-08T05:17:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:57 smithi135 ceph-mon[93152]: 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-08T05:17:59.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:17:59.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:00.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:00.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:17:59 smithi194 ceph-mon[104785]: pgmap v1537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:18:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:17:59 smithi135 ceph-mon[93152]: pgmap v1537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:18:01.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:01.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:18:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:18:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:18:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:18:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:18:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:18:02.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:02.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:18:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:18:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:18:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:18:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:18:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:01 smithi194 ceph-mon[104785]: 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-08T05:18:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:18:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:18:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:18:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:18:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:18:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:01 smithi135 ceph-mon[93152]: 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-08T05:18:03.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:03.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:04.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:04.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:03 smithi194 ceph-mon[104785]: pgmap v1539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:18:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:03 smithi135 ceph-mon[93152]: pgmap v1539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:18:05.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:05.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:05 smithi135 ceph-mon[93152]: 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-08T05:18:06.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:06.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:05 smithi194 ceph-mon[104785]: 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-08T05:18:07.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:07.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:08.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:08.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:07 smithi194 ceph-mon[104785]: 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-08T05:18:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:07 smithi135 ceph-mon[93152]: 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-08T05:18:09.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:09.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:10.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:10.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:09 smithi194 ceph-mon[104785]: pgmap v1542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:18:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:09 smithi135 ceph-mon[93152]: pgmap v1542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:18:11.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:11.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:12.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:12.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:12 smithi194 ceph-mon[104785]: 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-08T05:18:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:12 smithi135 ceph-mon[93152]: 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-08T05:18:13.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:13.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:14.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:14.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:13 smithi194 ceph-mon[104785]: pgmap v1544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:18:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:13 smithi135 ceph-mon[93152]: pgmap v1544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:18:15.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:15.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:16.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:16.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:15 smithi194 ceph-mon[104785]: 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-08T05:18:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:15 smithi135 ceph-mon[93152]: 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-08T05:18:17.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:17.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:18.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:18.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:17 smithi194 ceph-mon[104785]: 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-08T05:18:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:17 smithi135 ceph-mon[93152]: 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-08T05:18:19.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:19.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:20.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:20.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:20.173 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:19 smithi194 ceph-mon[104785]: pgmap v1547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:18:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:19 smithi135 ceph-mon[93152]: pgmap v1547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:18:21.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:21.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:22.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:22.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:22 smithi194 ceph-mon[104785]: 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-08T05:18:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:22 smithi135 ceph-mon[93152]: 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-08T05:18:23.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:23.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:24.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:24.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:23 smithi194 ceph-mon[104785]: pgmap v1549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:18:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:23 smithi135 ceph-mon[93152]: pgmap v1549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:18:25.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:25.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:26.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:26.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:26 smithi135 ceph-mon[93152]: 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-08T05:18:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:26 smithi194 ceph-mon[104785]: 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-08T05:18:27.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:27.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:28.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:28.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:27 smithi194 ceph-mon[104785]: 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-08T05:18:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:27 smithi135 ceph-mon[93152]: 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-08T05:18:29.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:29.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:30.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:30.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:29 smithi194 ceph-mon[104785]: pgmap v1552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:18:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:29 smithi135 ceph-mon[93152]: pgmap v1552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:18:31.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:31.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:32.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:32.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:32 smithi194 ceph-mon[104785]: 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-08T05:18:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:32 smithi135 ceph-mon[93152]: 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-08T05:18:33.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:33.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:34.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:34.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:33 smithi194 ceph-mon[104785]: pgmap v1554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:18:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:33 smithi135 ceph-mon[93152]: pgmap v1554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:18:35.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:35.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:36.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:36.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:35 smithi194 ceph-mon[104785]: 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-08T05:18:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:35 smithi135 ceph-mon[93152]: 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-08T05:18:37.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:37.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:38.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:38.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:37 smithi194 ceph-mon[104785]: 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-08T05:18:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:37 smithi135 ceph-mon[93152]: 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-08T05:18:39.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:39.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:40.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:40.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:39 smithi194 ceph-mon[104785]: pgmap v1557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:18:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:39 smithi135 ceph-mon[93152]: pgmap v1557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:18:41.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:41.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:42.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:42.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:42 smithi194 ceph-mon[104785]: 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-08T05:18:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:42 smithi135 ceph-mon[93152]: 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-08T05:18:43.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:43.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:44.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:44.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:43 smithi194 ceph-mon[104785]: pgmap v1559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:18:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:43 smithi135 ceph-mon[93152]: pgmap v1559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:18:45.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:45.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:46.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:46.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:45 smithi194 ceph-mon[104785]: 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-08T05:18:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:45 smithi135 ceph-mon[93152]: 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-08T05:18:47.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:47.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:48.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:48.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:47 smithi194 ceph-mon[104785]: 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-08T05:18:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:47 smithi135 ceph-mon[93152]: 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-08T05:18:49.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:49.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:50.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:50.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:49 smithi194 ceph-mon[104785]: pgmap v1562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:18:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:49 smithi135 ceph-mon[93152]: pgmap v1562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:18:51.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:51.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:52.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:52.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:52 smithi194 ceph-mon[104785]: 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-08T05:18:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:52 smithi135 ceph-mon[93152]: 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-08T05:18:53.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:53.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:54.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:54.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:53 smithi194 ceph-mon[104785]: pgmap v1564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:18:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:53 smithi135 ceph-mon[93152]: pgmap v1564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:18:55.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:55.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:18:56.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:56.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:56 smithi194 ceph-mon[104785]: 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-08T05:18:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:56 smithi135 ceph-mon[93152]: 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-08T05:18:57.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:57.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:58.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:58.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:18:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:57 smithi194 ceph-mon[104785]: 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-08T05:18:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:57 smithi135 ceph-mon[93152]: 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-08T05:18:59.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:18:59.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:00.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:00.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:18:59 smithi194 ceph-mon[104785]: pgmap v1567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:19:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:18:59 smithi135 ceph-mon[93152]: pgmap v1567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:19:01.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:01.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:19:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:19:02.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:02.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:19:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:19:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:19:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:19:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:19:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:02 smithi194 ceph-mon[104785]: 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-08T05:19:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:19:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:19:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:19:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:19:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:19:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:02 smithi135 ceph-mon[93152]: 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-08T05:19:03.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:03.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:04.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:04.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:03 smithi194 ceph-mon[104785]: pgmap v1569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:03 smithi135 ceph-mon[93152]: pgmap v1569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:05.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:05.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:05 smithi194 ceph-mon[104785]: 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-08T05:19:06.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:06.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:05 smithi135 ceph-mon[93152]: 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-08T05:19:07.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:07.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:08.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:08.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:07 smithi194 ceph-mon[104785]: 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-08T05:19:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:07 smithi135 ceph-mon[93152]: 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-08T05:19:09.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:09.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:10.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:10.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:09 smithi194 ceph-mon[104785]: pgmap v1572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:19:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:09 smithi135 ceph-mon[93152]: pgmap v1572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:19:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:11.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:11.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:12.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:12.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:12 smithi194 ceph-mon[104785]: 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-08T05:19:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:12 smithi135 ceph-mon[93152]: 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-08T05:19:13.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:13.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:14.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:14.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:13 smithi194 ceph-mon[104785]: pgmap v1574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:13 smithi135 ceph-mon[93152]: pgmap v1574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:15.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:15.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:16.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:16.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:15 smithi194 ceph-mon[104785]: 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-08T05:19:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:15 smithi135 ceph-mon[93152]: 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-08T05:19:17.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:17.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:18.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:18.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:17 smithi194 ceph-mon[104785]: 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-08T05:19:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:17 smithi135 ceph-mon[93152]: 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-08T05:19:19.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:19.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:20.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:20.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:19 smithi194 ceph-mon[104785]: pgmap v1577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:19:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:19 smithi135 ceph-mon[93152]: pgmap v1577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:19:21.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:21.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:22.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:22.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:22 smithi194 ceph-mon[104785]: 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-08T05:19:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:22 smithi135 ceph-mon[93152]: 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-08T05:19:23.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:23.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:24.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:24.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:23 smithi194 ceph-mon[104785]: pgmap v1579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:23 smithi135 ceph-mon[93152]: pgmap v1579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:25.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:25.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:26.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:26.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:26 smithi194 ceph-mon[104785]: 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-08T05:19:26.476 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:26 smithi135 ceph-mon[93152]: 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-08T05:19:27.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:27.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:28.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:28.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:27 smithi194 ceph-mon[104785]: 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-08T05:19:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:27 smithi135 ceph-mon[93152]: 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-08T05:19:29.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:29.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:30.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:30.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:29 smithi194 ceph-mon[104785]: pgmap v1582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:19:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:29 smithi135 ceph-mon[93152]: pgmap v1582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:19:31.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:31.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:32.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:32.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:32 smithi194 ceph-mon[104785]: 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-08T05:19:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:32 smithi135 ceph-mon[93152]: 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-08T05:19:33.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:33.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:34.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:34.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:33 smithi194 ceph-mon[104785]: pgmap v1584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:33 smithi135 ceph-mon[93152]: pgmap v1584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:35.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:35.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:36.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:36.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:35 smithi194 ceph-mon[104785]: 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-08T05:19:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:35 smithi135 ceph-mon[93152]: 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-08T05:19:37.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:37.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:38.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:38.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:37 smithi194 ceph-mon[104785]: 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-08T05:19:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:37 smithi135 ceph-mon[93152]: 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-08T05:19:39.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:39.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:40.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:40.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:40.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:39 smithi194 ceph-mon[104785]: pgmap v1587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:19:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:39 smithi135 ceph-mon[93152]: pgmap v1587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:19:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:41.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:41.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:42.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:42.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:42 smithi194 ceph-mon[104785]: 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-08T05:19:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:42 smithi135 ceph-mon[93152]: 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-08T05:19:43.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:43.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:43 smithi194 ceph-mon[104785]: pgmap v1589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:44.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:44.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:43 smithi135 ceph-mon[93152]: pgmap v1589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:45.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:45.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:45 smithi194 ceph-mon[104785]: 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-08T05:19:46.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:46.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:45 smithi135 ceph-mon[93152]: 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-08T05:19:47.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:47.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:47 smithi194 ceph-mon[104785]: 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-08T05:19:48.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:48.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:47 smithi135 ceph-mon[93152]: 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-08T05:19:49.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:49.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:49 smithi194 ceph-mon[104785]: pgmap v1592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:19:50.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:50.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:49 smithi135 ceph-mon[93152]: pgmap v1592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:19:51.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:51.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:52.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:52.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:52 smithi194 ceph-mon[104785]: 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-08T05:19:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:52 smithi135 ceph-mon[93152]: 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-08T05:19:53.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:53.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:53 smithi194 ceph-mon[104785]: pgmap v1594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:54.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:54.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:53 smithi135 ceph-mon[93152]: pgmap v1594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:55.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:55.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:19:56.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:56.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:56 smithi194 ceph-mon[104785]: pgmap v1595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:56 smithi135 ceph-mon[93152]: pgmap v1595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:57.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:57.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:57 smithi194 ceph-mon[104785]: pgmap v1596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:58.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:58.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:19:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:57 smithi135 ceph-mon[93152]: pgmap v1596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:19:59.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:19:59.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:19:59 smithi194 ceph-mon[104785]: pgmap v1597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:20:00.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:00.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:19:59 smithi135 ceph-mon[93152]: pgmap v1597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:20:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T05:20:01.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:01.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T05:20:02.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:02.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:20:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:02 smithi194 ceph-mon[104785]: pgmap v1598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:20:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:20:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:20:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:02 smithi135 ceph-mon[93152]: pgmap v1598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:20:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:20:03.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:03.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:20:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:20:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:20:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:20:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:20:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:20:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:20:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:20:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:20:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:20:04.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:04.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:04 smithi194 ceph-mon[104785]: pgmap v1599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:04 smithi135 ceph-mon[93152]: pgmap v1599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:05.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:05.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:05 smithi194 ceph-mon[104785]: pgmap v1600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:06.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:06.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:05 smithi135 ceph-mon[93152]: pgmap v1600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:07.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:07.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:07 smithi194 ceph-mon[104785]: pgmap v1601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:08.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:08.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:07 smithi135 ceph-mon[93152]: pgmap v1601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:09.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:09.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:09 smithi194 ceph-mon[104785]: pgmap v1602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:20:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:09 smithi135 ceph-mon[93152]: pgmap v1602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:20:10.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:10.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:11.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:11.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:12.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:12.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:12 smithi194 ceph-mon[104785]: pgmap v1603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:12 smithi135 ceph-mon[93152]: pgmap v1603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:13.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:13.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:13 smithi194 ceph-mon[104785]: pgmap v1604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:13 smithi135 ceph-mon[93152]: pgmap v1604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:14.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:14.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:15.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:15.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:15 smithi194 ceph-mon[104785]: pgmap v1605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:15 smithi135 ceph-mon[93152]: pgmap v1605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:16.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:16.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:17.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:17.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:17 smithi194 ceph-mon[104785]: pgmap v1606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:17 smithi135 ceph-mon[93152]: pgmap v1606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:18.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:18.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:19.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:19.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:19 smithi194 ceph-mon[104785]: pgmap v1607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:20:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:19 smithi135 ceph-mon[93152]: pgmap v1607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:20:20.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:20.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:21.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:21.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:22.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:22.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:22 smithi194 ceph-mon[104785]: pgmap v1608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:22 smithi135 ceph-mon[93152]: pgmap v1608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:23.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:23.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:23 smithi194 ceph-mon[104785]: pgmap v1609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:23 smithi135 ceph-mon[93152]: pgmap v1609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:24.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:24.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:25.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:25.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:26.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:26.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:26 smithi194 ceph-mon[104785]: pgmap v1610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:26 smithi135 ceph-mon[93152]: pgmap v1610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:27.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:27.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:27 smithi194 ceph-mon[104785]: pgmap v1611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:27 smithi135 ceph-mon[93152]: pgmap v1611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:28.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:28.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:29.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:29.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:29 smithi194 ceph-mon[104785]: pgmap v1612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:20:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:29 smithi135 ceph-mon[93152]: pgmap v1612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:20:30.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:30.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:31.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:31.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:32.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:32.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:32 smithi135 ceph-mon[93152]: pgmap v1613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:32 smithi194 ceph-mon[104785]: pgmap v1613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:33.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:33.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:33 smithi194 ceph-mon[104785]: pgmap v1614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:33 smithi135 ceph-mon[93152]: pgmap v1614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:34.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:34.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:35.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:35.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:35 smithi194 ceph-mon[104785]: pgmap v1615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:35 smithi135 ceph-mon[93152]: pgmap v1615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:36.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:36.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:37.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:37.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:37 smithi194 ceph-mon[104785]: pgmap v1616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:37 smithi135 ceph-mon[93152]: pgmap v1616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:38.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:38.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:39.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:39.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:39 smithi194 ceph-mon[104785]: pgmap v1617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:20:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:39 smithi135 ceph-mon[93152]: pgmap v1617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:20:40.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:40.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:41.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:41.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:42.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:42.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:42.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:42 smithi135 ceph-mon[93152]: pgmap v1618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:42 smithi194 ceph-mon[104785]: pgmap v1618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:43.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:43.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:43 smithi194 ceph-mon[104785]: pgmap v1619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:43 smithi135 ceph-mon[93152]: pgmap v1619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:44.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:44.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:45.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:45.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:45 smithi194 ceph-mon[104785]: pgmap v1620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:45 smithi135 ceph-mon[93152]: pgmap v1620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:46.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:46.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:47.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:47.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:47 smithi194 ceph-mon[104785]: pgmap v1621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:47 smithi135 ceph-mon[93152]: pgmap v1621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:48.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:48.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:49.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:49.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:49 smithi194 ceph-mon[104785]: pgmap v1622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:20:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:49 smithi135 ceph-mon[93152]: pgmap v1622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:20:50.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:50.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:51.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:51.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:52.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:52.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:52 smithi194 ceph-mon[104785]: pgmap v1623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:52 smithi135 ceph-mon[93152]: pgmap v1623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:53.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:53.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:53 smithi194 ceph-mon[104785]: pgmap v1624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:53 smithi135 ceph-mon[93152]: pgmap v1624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:54.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:54.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:55.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:55.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:20:56.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:56.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:56 smithi194 ceph-mon[104785]: pgmap v1625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:56 smithi135 ceph-mon[93152]: pgmap v1625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:57.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:57.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:57 smithi194 ceph-mon[104785]: pgmap v1626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:57 smithi135 ceph-mon[93152]: pgmap v1626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:20:58.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:58.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:20:59.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:20:59.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:20:59 smithi194 ceph-mon[104785]: pgmap v1627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:21:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:20:59 smithi135 ceph-mon[93152]: pgmap v1627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:21:00.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:00.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:01.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:01.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:02.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:02.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:02 smithi194 ceph-mon[104785]: pgmap v1628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:02 smithi135 ceph-mon[93152]: pgmap v1628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:03.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:03.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:21:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:21:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:21:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:21:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:21:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:21:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:21:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:21:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:21:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:21:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:21:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:21:04.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:04.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:04 smithi194 ceph-mon[104785]: pgmap v1629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:04 smithi135 ceph-mon[93152]: pgmap v1629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:05.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:05.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:05 smithi194 ceph-mon[104785]: pgmap v1630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:05 smithi135 ceph-mon[93152]: pgmap v1630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:06.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:06.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:07.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:07.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:07 smithi194 ceph-mon[104785]: pgmap v1631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:07 smithi135 ceph-mon[93152]: pgmap v1631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:08.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:08.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:09.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:09.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:09 smithi194 ceph-mon[104785]: pgmap v1632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:21:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:09 smithi135 ceph-mon[93152]: pgmap v1632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:21:10.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:10.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:11.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:11.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:12.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:12.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:12 smithi194 ceph-mon[104785]: pgmap v1633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:12 smithi135 ceph-mon[93152]: pgmap v1633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:13.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:13.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:13 smithi194 ceph-mon[104785]: pgmap v1634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:13 smithi135 ceph-mon[93152]: pgmap v1634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:14.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:14.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:15.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:15.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:15 smithi194 ceph-mon[104785]: pgmap v1635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:15 smithi135 ceph-mon[93152]: pgmap v1635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:16.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:16.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:17.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:17.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:17 smithi194 ceph-mon[104785]: pgmap v1636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:17 smithi135 ceph-mon[93152]: pgmap v1636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:18.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:18.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:19.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:19.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:19 smithi194 ceph-mon[104785]: pgmap v1637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:21:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:19 smithi135 ceph-mon[93152]: pgmap v1637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:21:20.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:20.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:21.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:21.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:22.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:22.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:22.618 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:22 smithi135 ceph-mon[93152]: pgmap v1638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:22 smithi194 ceph-mon[104785]: pgmap v1638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:23.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:23.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:23 smithi194 ceph-mon[104785]: pgmap v1639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:23 smithi135 ceph-mon[93152]: pgmap v1639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:24.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:24.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:25.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:25.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:26.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:26.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:26 smithi194 ceph-mon[104785]: pgmap v1640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:26 smithi135 ceph-mon[93152]: pgmap v1640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:27.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:27.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:27 smithi135 ceph-mon[93152]: pgmap v1641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:27 smithi194 ceph-mon[104785]: pgmap v1641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:28.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:28.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:29.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:29.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:29 smithi194 ceph-mon[104785]: pgmap v1642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:21:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:29 smithi135 ceph-mon[93152]: pgmap v1642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:21:30.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:30.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:31.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:31.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:32.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:32.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:32 smithi194 ceph-mon[104785]: pgmap v1643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:32.717 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:32 smithi135 ceph-mon[93152]: pgmap v1643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:33.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:33.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:33 smithi194 ceph-mon[104785]: pgmap v1644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:33 smithi135 ceph-mon[93152]: pgmap v1644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:34.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:34.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:35.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:35.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:35 smithi194 ceph-mon[104785]: pgmap v1645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:35 smithi135 ceph-mon[93152]: pgmap v1645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:36.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:36.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:37.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:37.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:37 smithi194 ceph-mon[104785]: pgmap v1646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:37 smithi135 ceph-mon[93152]: pgmap v1646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:38.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:38.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:39.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:39.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:39 smithi194 ceph-mon[104785]: pgmap v1647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:21:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:39 smithi135 ceph-mon[93152]: pgmap v1647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:21:40.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:40.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:41.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:41.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:42.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:42.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:42 smithi194 ceph-mon[104785]: pgmap v1648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:42 smithi135 ceph-mon[93152]: pgmap v1648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:43.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:43.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:43 smithi194 ceph-mon[104785]: pgmap v1649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:43 smithi135 ceph-mon[93152]: pgmap v1649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:44.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:44.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:45.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:45.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:45 smithi194 ceph-mon[104785]: pgmap v1650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:45 smithi135 ceph-mon[93152]: pgmap v1650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:46.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:46.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:47.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:47.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:47 smithi194 ceph-mon[104785]: pgmap v1651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:47 smithi135 ceph-mon[93152]: pgmap v1651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:48.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:48.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:49.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:49.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:49 smithi194 ceph-mon[104785]: pgmap v1652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:21:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:49 smithi135 ceph-mon[93152]: pgmap v1652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:21:50.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:50.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:51.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:51.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:52.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:52.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:52 smithi194 ceph-mon[104785]: pgmap v1653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:52 smithi135 ceph-mon[93152]: pgmap v1653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:53.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:53.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:53 smithi194 ceph-mon[104785]: pgmap v1654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:53 smithi135 ceph-mon[93152]: pgmap v1654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:54.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:54.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:55.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:55.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:21:56.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:56.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:56 smithi194 ceph-mon[104785]: pgmap v1655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:56 smithi135 ceph-mon[93152]: pgmap v1655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:57.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:57.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:57 smithi194 ceph-mon[104785]: pgmap v1656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:57 smithi135 ceph-mon[93152]: pgmap v1656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:21:58.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:58.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:21:59.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:21:59.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:21:59 smithi194 ceph-mon[104785]: pgmap v1657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:22:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:21:59 smithi135 ceph-mon[93152]: pgmap v1657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:22:00.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:00.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:01.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:01.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:02.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:02.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:02 smithi194 ceph-mon[104785]: pgmap v1658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:02 smithi135 ceph-mon[93152]: pgmap v1658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:03.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:03.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:22:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:22:04.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:04.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:22:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:22:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:22:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:22:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:04 smithi194 ceph-mon[104785]: pgmap v1659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:22:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:22:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:22:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:22:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:22:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:04 smithi135 ceph-mon[93152]: pgmap v1659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:22:05.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:05.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:06.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:06.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:06 smithi194 ceph-mon[104785]: pgmap v1660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:06 smithi135 ceph-mon[93152]: pgmap v1660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:07.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:07.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:08.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:08.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:08 smithi194 ceph-mon[104785]: pgmap v1661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:08 smithi135 ceph-mon[93152]: pgmap v1661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:09.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:09.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:10.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:10.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:10 smithi194 ceph-mon[104785]: pgmap v1662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:22:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:10 smithi135 ceph-mon[93152]: pgmap v1662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:22:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:11.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:11.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:12.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:12.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:12.598 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:12 smithi194 ceph-mon[104785]: pgmap v1663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:12 smithi135 ceph-mon[93152]: pgmap v1663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:13.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:13.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:13 smithi194 ceph-mon[104785]: pgmap v1664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:13 smithi135 ceph-mon[93152]: pgmap v1664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:14.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:14.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:15.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:15.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:15 smithi194 ceph-mon[104785]: pgmap v1665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:15 smithi135 ceph-mon[93152]: pgmap v1665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:16.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:16.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:17.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:17.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:18.166 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:17 smithi135 ceph-mon[93152]: pgmap v1666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:17 smithi194 ceph-mon[104785]: pgmap v1666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:18.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:18.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:19.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:19.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:19 smithi194 ceph-mon[104785]: pgmap v1667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:22:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:19 smithi135 ceph-mon[93152]: pgmap v1667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:22:20.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:20.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:21.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:21.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:22.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:22.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:22.703 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:22 smithi194 ceph-mon[104785]: pgmap v1668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:22 smithi135 ceph-mon[93152]: pgmap v1668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:23.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:23.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:23 smithi194 ceph-mon[104785]: pgmap v1669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:23 smithi135 ceph-mon[93152]: pgmap v1669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:24.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:24.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:25.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:25.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:26 smithi194 ceph-mon[104785]: pgmap v1670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:26.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:26.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:26 smithi135 ceph-mon[93152]: pgmap v1670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:27.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:27.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:27 smithi194 ceph-mon[104785]: pgmap v1671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:27 smithi135 ceph-mon[93152]: pgmap v1671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:28.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:28.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:29.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:29.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:29 smithi194 ceph-mon[104785]: pgmap v1672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:22:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:29 smithi135 ceph-mon[93152]: pgmap v1672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:22:30.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:30.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:31.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:31.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:32.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:32.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:32 smithi194 ceph-mon[104785]: pgmap v1673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:32 smithi135 ceph-mon[93152]: pgmap v1673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:33.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:33.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:33 smithi194 ceph-mon[104785]: pgmap v1674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:33 smithi135 ceph-mon[93152]: pgmap v1674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:34.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:34.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:35.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:35.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:35 smithi194 ceph-mon[104785]: pgmap v1675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:36.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:35 smithi135 ceph-mon[93152]: pgmap v1675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:36.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:36.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:37.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:37.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:37 smithi194 ceph-mon[104785]: pgmap v1676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:37 smithi135 ceph-mon[93152]: pgmap v1676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:38.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:38.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:39.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:39.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:39 smithi194 ceph-mon[104785]: pgmap v1677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:22:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:39 smithi135 ceph-mon[93152]: pgmap v1677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:22:40.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:40.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:41.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:41.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:42.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:42.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:42 smithi194 ceph-mon[104785]: pgmap v1678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:42 smithi135 ceph-mon[93152]: pgmap v1678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:43.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:43.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:43 smithi194 ceph-mon[104785]: pgmap v1679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:43 smithi135 ceph-mon[93152]: pgmap v1679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:44.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:44.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:45.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:45.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:45 smithi194 ceph-mon[104785]: pgmap v1680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:45 smithi135 ceph-mon[93152]: pgmap v1680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:46.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:46.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:47.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:47.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:47 smithi194 ceph-mon[104785]: pgmap v1681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:47 smithi135 ceph-mon[93152]: pgmap v1681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:48.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:48.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:49.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:49.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:49 smithi194 ceph-mon[104785]: pgmap v1682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:22:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:49 smithi135 ceph-mon[93152]: pgmap v1682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:22:50.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:50.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:51.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:51.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:52.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:52.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:52 smithi194 ceph-mon[104785]: pgmap v1683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:52 smithi135 ceph-mon[93152]: pgmap v1683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:53.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:53.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:53 smithi194 ceph-mon[104785]: pgmap v1684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:53 smithi135 ceph-mon[93152]: pgmap v1684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:54.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:54.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:22:55.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:55.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:56 smithi194 ceph-mon[104785]: pgmap v1685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:56 smithi135 ceph-mon[93152]: pgmap v1685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:56.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:56.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:57.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:57.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:57 smithi194 ceph-mon[104785]: pgmap v1686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:57 smithi135 ceph-mon[93152]: pgmap v1686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:22:58.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:58.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:22:59.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:22:59.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:22:59 smithi194 ceph-mon[104785]: pgmap v1687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:23:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:22:59 smithi135 ceph-mon[93152]: pgmap v1687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:23:00.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:00.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:01.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:01.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:02.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:02.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:03 smithi194 ceph-mon[104785]: pgmap v1688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:03.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:03.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:03.611 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:03 smithi135 ceph-mon[93152]: pgmap v1688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:04.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:04.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:23:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:23:05.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:05.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:05 smithi194 ceph-mon[104785]: pgmap v1689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:23:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:23:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:23:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:23:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:23:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:05 smithi135 ceph-mon[93152]: pgmap v1689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:23:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:23:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:23:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:23:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:23:06.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:06.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:07.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:07.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:07 smithi194 ceph-mon[104785]: pgmap v1690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:07 smithi135 ceph-mon[93152]: pgmap v1690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:08.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:08.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:09.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:09.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:09 smithi194 ceph-mon[104785]: pgmap v1691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:09 smithi135 ceph-mon[93152]: pgmap v1691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:10.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:10.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:11.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:11.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:11 smithi194 ceph-mon[104785]: pgmap v1692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:23:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:11 smithi135 ceph-mon[93152]: pgmap v1692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:23:12.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:12.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:13.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:13.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:13 smithi194 ceph-mon[104785]: pgmap v1693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:13.709 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:13 smithi135 ceph-mon[93152]: pgmap v1693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:14.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:14.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:15.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:15.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:15.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:15 smithi194 ceph-mon[104785]: pgmap v1694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:15.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:15 smithi135 ceph-mon[93152]: pgmap v1694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:16.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:16.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:17.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:17.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:17.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:17 smithi194 ceph-mon[104785]: pgmap v1695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:17.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:17 smithi135 ceph-mon[93152]: pgmap v1695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:18.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:18.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:19.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:19.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:19 smithi194 ceph-mon[104785]: pgmap v1696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:19 smithi135 ceph-mon[93152]: pgmap v1696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:20.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:20.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:21.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:21.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:21 smithi194 ceph-mon[104785]: pgmap v1697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:23:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:21 smithi135 ceph-mon[93152]: pgmap v1697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:23:22.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:22.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:23.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:23.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:23 smithi194 ceph-mon[104785]: pgmap v1698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:23 smithi135 ceph-mon[93152]: pgmap v1698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:24.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:24.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:25.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:25.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:25 smithi194 ceph-mon[104785]: pgmap v1699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:25 smithi135 ceph-mon[93152]: pgmap v1699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:26.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:26.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:27.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:27.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:27 smithi194 ceph-mon[104785]: pgmap v1700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:27 smithi135 ceph-mon[93152]: pgmap v1700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:28.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:28.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:29.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:29.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:29 smithi194 ceph-mon[104785]: pgmap v1701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:29 smithi135 ceph-mon[93152]: pgmap v1701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:30.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:30.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:31.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:31.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:31.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:31 smithi194 ceph-mon[104785]: pgmap v1702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:23:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:31 smithi135 ceph-mon[93152]: pgmap v1702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:23:32.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:32.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:33.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:33.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:33 smithi194 ceph-mon[104785]: pgmap v1703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:33 smithi135 ceph-mon[93152]: pgmap v1703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:34.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:34.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:35.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:35.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:35 smithi194 ceph-mon[104785]: pgmap v1704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:35 smithi135 ceph-mon[93152]: pgmap v1704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:36.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:36.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:37.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:37.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:37 smithi194 ceph-mon[104785]: pgmap v1705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:37 smithi135 ceph-mon[93152]: pgmap v1705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:38.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:38.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:39.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:39.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:39 smithi194 ceph-mon[104785]: pgmap v1706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:39 smithi135 ceph-mon[93152]: pgmap v1706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:40.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:40.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:41.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:41.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:41 smithi194 ceph-mon[104785]: pgmap v1707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:23:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:41 smithi135 ceph-mon[93152]: pgmap v1707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:23:42.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:42.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:43.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:43.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:43 smithi194 ceph-mon[104785]: pgmap v1708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:43.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:43 smithi135 ceph-mon[93152]: pgmap v1708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:44.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:44.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:45.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:45.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:45 smithi194 ceph-mon[104785]: pgmap v1709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:45 smithi135 ceph-mon[93152]: pgmap v1709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:46.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:46.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:47.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:47.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:47 smithi194 ceph-mon[104785]: pgmap v1710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:47 smithi135 ceph-mon[93152]: pgmap v1710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:48.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:48.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:49.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:49.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:49 smithi194 ceph-mon[104785]: pgmap v1711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:49 smithi135 ceph-mon[93152]: pgmap v1711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:50.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:50.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:51.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:51.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:51 smithi194 ceph-mon[104785]: pgmap v1712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:23:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:51 smithi135 ceph-mon[93152]: pgmap v1712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:23:52.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:52.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:53.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:53.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:53 smithi194 ceph-mon[104785]: pgmap v1713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:53 smithi135 ceph-mon[93152]: pgmap v1713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:54.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:54.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:55.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:55.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:55 smithi194 ceph-mon[104785]: pgmap v1714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:55 smithi135 ceph-mon[93152]: pgmap v1714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:23:56.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:56.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:57.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:57.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:57 smithi135 ceph-mon[93152]: pgmap v1715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:57 smithi194 ceph-mon[104785]: pgmap v1715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:58.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:58.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:59.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:23:59.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:23:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:23:59 smithi135 ceph-mon[93152]: pgmap v1716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:23:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:23:59 smithi194 ceph-mon[104785]: pgmap v1716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:00.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:00.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:01.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:01.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:01 smithi135 ceph-mon[93152]: pgmap v1717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:24:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:01 smithi194 ceph-mon[104785]: pgmap v1717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:24:02.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:02.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:03.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:03.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:03 smithi135 ceph-mon[93152]: pgmap v1718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:03.765 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:03 smithi194 ceph-mon[104785]: pgmap v1718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:04.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:04.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:05.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:05.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:05 smithi135 ceph-mon[93152]: pgmap v1719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:24:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:24:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:24:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:24:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:24:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:24:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:05 smithi194 ceph-mon[104785]: pgmap v1719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:24:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:24:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:24:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:24:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:24:05.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:24:06.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:06.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:07.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:07.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:07 smithi135 ceph-mon[93152]: pgmap v1720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:07 smithi194 ceph-mon[104785]: pgmap v1720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:08.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:08.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:09 smithi135 ceph-mon[93152]: pgmap v1721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:10.007 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:09 smithi194 ceph-mon[104785]: pgmap v1721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:10.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:10.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:10.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:10.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:11.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:11.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:11 smithi135 ceph-mon[93152]: pgmap v1722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:24:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:11 smithi194 ceph-mon[104785]: pgmap v1722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:24:12.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:12.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:13.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:13.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:13 smithi135 ceph-mon[93152]: pgmap v1723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:13.864 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:13 smithi194 ceph-mon[104785]: pgmap v1723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:14.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:14.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:15.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:15.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:15.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:15 smithi135 ceph-mon[93152]: pgmap v1724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:15 smithi194 ceph-mon[104785]: pgmap v1724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:16.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:16.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:17.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:17.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:17 smithi135 ceph-mon[93152]: pgmap v1725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:17 smithi194 ceph-mon[104785]: pgmap v1725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:18.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:18.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:19.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:19.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:19 smithi135 ceph-mon[93152]: pgmap v1726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:19 smithi194 ceph-mon[104785]: pgmap v1726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:20.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:20.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:21.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:21.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:21 smithi135 ceph-mon[93152]: pgmap v1727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:24:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:21 smithi194 ceph-mon[104785]: pgmap v1727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:24:22.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:22.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:23.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:23.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:23 smithi135 ceph-mon[93152]: pgmap v1728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:23 smithi194 ceph-mon[104785]: pgmap v1728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:24.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:24.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:25.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:25.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:25 smithi135 ceph-mon[93152]: pgmap v1729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:25 smithi194 ceph-mon[104785]: pgmap v1729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:26.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:26.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:27.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:27.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:27 smithi194 ceph-mon[104785]: pgmap v1730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:27 smithi135 ceph-mon[93152]: pgmap v1730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:28.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:28.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:29.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:29.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:29 smithi135 ceph-mon[93152]: pgmap v1731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:29 smithi194 ceph-mon[104785]: pgmap v1731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:30.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:30.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:31.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:31.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:31 smithi194 ceph-mon[104785]: pgmap v1732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:24:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:31 smithi135 ceph-mon[93152]: pgmap v1732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:24:32.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:32.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:33.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:33.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:33 smithi194 ceph-mon[104785]: pgmap v1733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:33 smithi135 ceph-mon[93152]: pgmap v1733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:34.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:34.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:35.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:35.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:35 smithi194 ceph-mon[104785]: pgmap v1734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:36.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:35 smithi135 ceph-mon[93152]: pgmap v1734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:36.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:36.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:37.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:37.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:37.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:37 smithi194 ceph-mon[104785]: pgmap v1735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:37 smithi135 ceph-mon[93152]: pgmap v1735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:38.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:38.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:39.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:39.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:39 smithi194 ceph-mon[104785]: pgmap v1736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:39 smithi135 ceph-mon[93152]: pgmap v1736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:40.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:40.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:41.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:41.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:41 smithi194 ceph-mon[104785]: pgmap v1737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:24:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:41 smithi135 ceph-mon[93152]: pgmap v1737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:24:42.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:42.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:43.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:43.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:43 smithi194 ceph-mon[104785]: pgmap v1738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:43 smithi135 ceph-mon[93152]: pgmap v1738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:44.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:44.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:45.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:45.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:45 smithi194 ceph-mon[104785]: pgmap v1739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:45 smithi135 ceph-mon[93152]: pgmap v1739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:46.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:46.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:47.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:47.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:47 smithi194 ceph-mon[104785]: pgmap v1740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:47 smithi135 ceph-mon[93152]: pgmap v1740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:48.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:48.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:49.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:49.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:49 smithi194 ceph-mon[104785]: pgmap v1741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:49 smithi135 ceph-mon[93152]: pgmap v1741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:50.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:50.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:51.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:51.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:51.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:51 smithi194 ceph-mon[104785]: pgmap v1742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:24:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:51 smithi135 ceph-mon[93152]: pgmap v1742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:24:52.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:52.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:53.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:53.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:53 smithi194 ceph-mon[104785]: pgmap v1743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:53 smithi135 ceph-mon[93152]: pgmap v1743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:54.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:54.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:55.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:55.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:55 smithi194 ceph-mon[104785]: pgmap v1744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:55 smithi135 ceph-mon[93152]: pgmap v1744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:56.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:24:56.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:56.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:57.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:57.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:57 smithi194 ceph-mon[104785]: pgmap v1745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:57 smithi135 ceph-mon[93152]: pgmap v1745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:58.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:58.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:24:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:24:59 smithi194 ceph-mon[104785]: pgmap v1746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:24:59.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:24:59.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:24:59 smithi135 ceph-mon[93152]: pgmap v1746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:00.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:00.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:01.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:01.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:01 smithi194 ceph-mon[104785]: pgmap v1747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:25:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:01 smithi135 ceph-mon[93152]: pgmap v1747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:25:02.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:02.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:03.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:03.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:03 smithi194 ceph-mon[104785]: pgmap v1748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:03 smithi135 ceph-mon[93152]: pgmap v1748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:04.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:04.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:05.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:05.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:05 smithi194 ceph-mon[104785]: pgmap v1749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:25:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:05 smithi135 ceph-mon[93152]: pgmap v1749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:25:06.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:06.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:07.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:07.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:07.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:07 smithi194 ceph-mon[104785]: pgmap v1750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:07 smithi135 ceph-mon[93152]: pgmap v1750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:08.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:08.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:09 smithi194 ceph-mon[104785]: pgmap v1751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:09.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:09.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:09.844 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:09 smithi135 ceph-mon[93152]: pgmap v1751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:10.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:10.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:25:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:25:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:25:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:25:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:25:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:25:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:25:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:25:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:25:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:25:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:25:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:25:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:25:11.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:25:11.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:11.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:11 smithi194 ceph-mon[104785]: pgmap v1752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:25:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:11 smithi135 ceph-mon[93152]: pgmap v1752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:25:12.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:12.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:13.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:13.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:13 smithi194 ceph-mon[104785]: pgmap v1753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:13 smithi135 ceph-mon[93152]: pgmap v1753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:14.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:14.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:15.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:15.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:15 smithi194 ceph-mon[104785]: pgmap v1754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:15 smithi135 ceph-mon[93152]: pgmap v1754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:16.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:16.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:17.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:17.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:17 smithi194 ceph-mon[104785]: pgmap v1755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:17 smithi135 ceph-mon[93152]: pgmap v1755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:18.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:18.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:19.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:19.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:19 smithi194 ceph-mon[104785]: pgmap v1756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:19 smithi135 ceph-mon[93152]: pgmap v1756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:20.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:20.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:21.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:21.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:21 smithi194 ceph-mon[104785]: pgmap v1757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:25:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:21 smithi135 ceph-mon[93152]: pgmap v1757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:25:22.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:22.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:23.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:23.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:23 smithi194 ceph-mon[104785]: pgmap v1758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:23 smithi135 ceph-mon[93152]: pgmap v1758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:24.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:24.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:25.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:25.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:25 smithi194 ceph-mon[104785]: pgmap v1759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:25 smithi135 ceph-mon[93152]: pgmap v1759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:26.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:26.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:27.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:27.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:27 smithi194 ceph-mon[104785]: pgmap v1760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:27 smithi135 ceph-mon[93152]: pgmap v1760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:28.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:28.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:29.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:29.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:29.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:29 smithi194 ceph-mon[104785]: pgmap v1761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:29 smithi135 ceph-mon[93152]: pgmap v1761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:30.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:30.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:31.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:31.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:31 smithi194 ceph-mon[104785]: pgmap v1762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:25:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:31 smithi135 ceph-mon[93152]: pgmap v1762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:25:32.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:32.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:33.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:33.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:33 smithi194 ceph-mon[104785]: pgmap v1763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:33 smithi135 ceph-mon[93152]: pgmap v1763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:34.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:34.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:35.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:35.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:35 smithi194 ceph-mon[104785]: pgmap v1764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:35 smithi135 ceph-mon[93152]: pgmap v1764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:36.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:36.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:37.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:37.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:37 smithi194 ceph-mon[104785]: pgmap v1765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:37 smithi135 ceph-mon[93152]: pgmap v1765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:38.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:38.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:39.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:39.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:40.137 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:39 smithi135 ceph-mon[93152]: pgmap v1766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:39 smithi194 ceph-mon[104785]: pgmap v1766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:40.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:40.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:41.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:41.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:41 smithi194 ceph-mon[104785]: pgmap v1767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:25:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:41 smithi135 ceph-mon[93152]: pgmap v1767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:25:42.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:42.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:43.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:43.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:44.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:43 smithi194 ceph-mon[104785]: pgmap v1768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:43 smithi135 ceph-mon[93152]: pgmap v1768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:44.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:44.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:45.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:45.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:46.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:45 smithi194 ceph-mon[104785]: pgmap v1769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:45 smithi135 ceph-mon[93152]: pgmap v1769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:46.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:46.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:47.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:47.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:47 smithi194 ceph-mon[104785]: pgmap v1770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:47 smithi135 ceph-mon[93152]: pgmap v1770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:48.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:48.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:49.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:49.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:49 smithi194 ceph-mon[104785]: pgmap v1771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:50.234 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:49 smithi135 ceph-mon[93152]: pgmap v1771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:50.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:50.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:51.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:51.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:51 smithi194 ceph-mon[104785]: pgmap v1772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:25:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:51 smithi135 ceph-mon[93152]: pgmap v1772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:25:52.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:52.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:53.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:53.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:53 smithi194 ceph-mon[104785]: pgmap v1773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:53 smithi135 ceph-mon[93152]: pgmap v1773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:54.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:54.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:55.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:55.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:55 smithi194 ceph-mon[104785]: pgmap v1774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:55 smithi135 ceph-mon[93152]: pgmap v1774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:25:56.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:56.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:57.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:57.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:57 smithi194 ceph-mon[104785]: pgmap v1775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:57 smithi135 ceph-mon[93152]: pgmap v1775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:25:58.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:58.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:25:59.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:25:59.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:00.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:25:59 smithi194 ceph-mon[104785]: pgmap v1776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:25:59 smithi135 ceph-mon[93152]: pgmap v1776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:00.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:00.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:01.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:01.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:01 smithi194 ceph-mon[104785]: pgmap v1777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:26:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:01 smithi135 ceph-mon[93152]: pgmap v1777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:26:02.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:02.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:03.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:03.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:03 smithi194 ceph-mon[104785]: pgmap v1778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:03 smithi135 ceph-mon[93152]: pgmap v1778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:04.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:04.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:05.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:05.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:05 smithi194 ceph-mon[104785]: pgmap v1779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:05 smithi135 ceph-mon[93152]: pgmap v1779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:06.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:06.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:07.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:07.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:08.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:07 smithi194 ceph-mon[104785]: pgmap v1780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:07 smithi135 ceph-mon[93152]: pgmap v1780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:08.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:08.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:09.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:09.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:09 smithi194 ceph-mon[104785]: pgmap v1781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:09 smithi135 ceph-mon[93152]: pgmap v1781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:10.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:10.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:26:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:26:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:26:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:26:11.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:26:11.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:26:11.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:26:11.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:11.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:11 smithi194 ceph-mon[104785]: pgmap v1782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:26:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:11 smithi135 ceph-mon[93152]: pgmap v1782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:26:12.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:12.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:13.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:13.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:13 smithi194 ceph-mon[104785]: pgmap v1783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:13 smithi135 ceph-mon[93152]: pgmap v1783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:14.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:14.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:15.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:15.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:15 smithi194 ceph-mon[104785]: pgmap v1784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:15 smithi135 ceph-mon[93152]: pgmap v1784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:16.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:16.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:17.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:17.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:17 smithi194 ceph-mon[104785]: pgmap v1785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:17 smithi135 ceph-mon[93152]: pgmap v1785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:18.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:18.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:19.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:19.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:20.188 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:19 smithi194 ceph-mon[104785]: pgmap v1786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:19 smithi135 ceph-mon[93152]: pgmap v1786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:20.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:20.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:20 smithi194 ceph-mon[104785]: pgmap v1787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:26:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:20 smithi135 ceph-mon[93152]: pgmap v1787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:26:21.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:21.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:22.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:23 smithi194 ceph-mon[104785]: pgmap v1788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:23 smithi135 ceph-mon[93152]: pgmap v1788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:23.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:23.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:24.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:24.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:25 smithi194 ceph-mon[104785]: pgmap v1789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:25 smithi135 ceph-mon[93152]: pgmap v1789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:25.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:25.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:26.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:26.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:27 smithi194 ceph-mon[104785]: pgmap v1790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:27 smithi135 ceph-mon[93152]: pgmap v1790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:27.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:27.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:28.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:28.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:29 smithi194 ceph-mon[104785]: pgmap v1791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:29 smithi135 ceph-mon[93152]: pgmap v1791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:29.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:29.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:30.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:30.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:31.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:31 smithi194 ceph-mon[104785]: pgmap v1792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:26:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:31 smithi135 ceph-mon[93152]: pgmap v1792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:26:31.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:31.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:32.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:32.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:33 smithi194 ceph-mon[104785]: pgmap v1793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:33 smithi135 ceph-mon[93152]: pgmap v1793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:33.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:33.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:34.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:34.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:35.674 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:35 smithi135 ceph-mon[93152]: pgmap v1794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:35 smithi194 ceph-mon[104785]: pgmap v1794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:35.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:35.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:36.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:36.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:37 smithi194 ceph-mon[104785]: pgmap v1795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:37 smithi135 ceph-mon[93152]: pgmap v1795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:37.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:37.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:38.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:38.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:39 smithi194 ceph-mon[104785]: pgmap v1796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:39 smithi135 ceph-mon[93152]: pgmap v1796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:39.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:39.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:40.723 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:40.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:40.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:41 smithi194 ceph-mon[104785]: pgmap v1797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:26:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:41 smithi135 ceph-mon[93152]: pgmap v1797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:26:41.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:41.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:42.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:42.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:43 smithi194 ceph-mon[104785]: pgmap v1798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:43.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:43 smithi135 ceph-mon[93152]: pgmap v1798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:43.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:43.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:44.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:44.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:45 smithi194 ceph-mon[104785]: pgmap v1799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:45 smithi135 ceph-mon[93152]: pgmap v1799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:45.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:45.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:46.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:46.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:47 smithi194 ceph-mon[104785]: pgmap v1800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:47 smithi135 ceph-mon[93152]: pgmap v1800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:47.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:47.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:48.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:49.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:49 smithi194 ceph-mon[104785]: pgmap v1801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:49 smithi135 ceph-mon[93152]: pgmap v1801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:49.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:49.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:50.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:50.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:51 smithi194 ceph-mon[104785]: pgmap v1802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:26:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:51 smithi135 ceph-mon[93152]: pgmap v1802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:26:51.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:51.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:52.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:52.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:53 smithi194 ceph-mon[104785]: pgmap v1803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:53 smithi135 ceph-mon[93152]: pgmap v1803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:53.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:53.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:54.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:54.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:55 smithi194 ceph-mon[104785]: pgmap v1804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:55 smithi135 ceph-mon[93152]: pgmap v1804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:26:55.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:55.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:56.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:56.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:57.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:57 smithi194 ceph-mon[104785]: pgmap v1805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:57 smithi135 ceph-mon[93152]: pgmap v1805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:57.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:57.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:58.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:58.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:26:59 smithi135 ceph-mon[93152]: pgmap v1806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:26:59.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:26:59.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:26:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:26:59 smithi194 ceph-mon[104785]: pgmap v1806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:00.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:00.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:01 smithi135 ceph-mon[93152]: pgmap v1807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:27:01.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:01.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:01 smithi194 ceph-mon[104785]: pgmap v1807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:27:02.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:02.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:03 smithi135 ceph-mon[93152]: pgmap v1808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:03.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:03.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:03 smithi194 ceph-mon[104785]: pgmap v1808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:04.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:04.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:05 smithi135 ceph-mon[93152]: pgmap v1809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:05.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:05.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:05 smithi194 ceph-mon[104785]: pgmap v1809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:06.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:06.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:07 smithi135 ceph-mon[93152]: pgmap v1810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:07.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:07.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:07.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:07 smithi194 ceph-mon[104785]: pgmap v1810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:08.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:08.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:09 smithi135 ceph-mon[93152]: pgmap v1811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:09.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:09.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:09 smithi194 ceph-mon[104785]: pgmap v1811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:10.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:10.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:11 smithi135 ceph-mon[93152]: pgmap v1812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:27:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:27:11.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:11.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:11 smithi194 ceph-mon[104785]: pgmap v1812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:27:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:27:12.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:12.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:13 smithi135 ceph-mon[93152]: pgmap v1813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:13.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:13.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:13 smithi194 ceph-mon[104785]: pgmap v1813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:14.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:14.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:15.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:15 smithi135 ceph-mon[93152]: pgmap v1814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:15.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:15 smithi194 ceph-mon[104785]: pgmap v1814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:15.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:15.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:16.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:16.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:17 smithi135 ceph-mon[93152]: pgmap v1815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:17.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:17.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:17 smithi194 ceph-mon[104785]: pgmap v1815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:18.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:18.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:19 smithi194 ceph-mon[104785]: pgmap v1816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:27:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:27:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:27:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:27:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:27:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:27:19.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:27:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:19 smithi135 ceph-mon[93152]: pgmap v1816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:27:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:27:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:27:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:27:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:27:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:27:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:27:19.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:19.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:20.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:20.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:21 smithi194 ceph-mon[104785]: pgmap v1817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:27:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:21 smithi135 ceph-mon[93152]: pgmap v1817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:27:21.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:21.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:22.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:22.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:23 smithi194 ceph-mon[104785]: pgmap v1818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:23.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:23 smithi135 ceph-mon[93152]: pgmap v1818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:23.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:23.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:24.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:24.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:25 smithi194 ceph-mon[104785]: pgmap v1819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:25 smithi135 ceph-mon[93152]: pgmap v1819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:25.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:25.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:26.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:26.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:27 smithi194 ceph-mon[104785]: pgmap v1820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:27 smithi135 ceph-mon[93152]: pgmap v1820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:27.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:27.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:28.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:28.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:29 smithi194 ceph-mon[104785]: pgmap v1821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:29 smithi135 ceph-mon[93152]: pgmap v1821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:29.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:29.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:30.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:30.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:31 smithi135 ceph-mon[93152]: pgmap v1822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:27:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:31 smithi194 ceph-mon[104785]: pgmap v1822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:27:31.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:31.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:32.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:32.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:33 smithi194 ceph-mon[104785]: pgmap v1823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:33 smithi135 ceph-mon[93152]: pgmap v1823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:33.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:33.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:34.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:34.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:35 smithi194 ceph-mon[104785]: pgmap v1824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:35 smithi135 ceph-mon[93152]: pgmap v1824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:35.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:35.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:36.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:36.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:37 smithi194 ceph-mon[104785]: pgmap v1825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:37 smithi135 ceph-mon[93152]: pgmap v1825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:37.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:37.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:38.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:38.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:39 smithi194 ceph-mon[104785]: pgmap v1826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:39 smithi135 ceph-mon[93152]: pgmap v1826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:39.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:39.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:40.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:40.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:41 smithi194 ceph-mon[104785]: pgmap v1827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:27:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:41 smithi135 ceph-mon[93152]: pgmap v1827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:27:41.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:41.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:42.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:42.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:43.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:43 smithi194 ceph-mon[104785]: pgmap v1828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:43.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:43 smithi135 ceph-mon[93152]: pgmap v1828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:43.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:43.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:44.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:44.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:45 smithi194 ceph-mon[104785]: pgmap v1829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:45 smithi135 ceph-mon[93152]: pgmap v1829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:46.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:46.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:47.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:47.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:47 smithi194 ceph-mon[104785]: pgmap v1830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:47 smithi135 ceph-mon[93152]: pgmap v1830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:48.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:48.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:49.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:49.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:49 smithi135 ceph-mon[93152]: pgmap v1831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:49 smithi194 ceph-mon[104785]: pgmap v1831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:50.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:50.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:51.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:51.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:51 smithi135 ceph-mon[93152]: pgmap v1832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:27:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:51 smithi194 ceph-mon[104785]: pgmap v1832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:27:52.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:52.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:53.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:53.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:53 smithi135 ceph-mon[93152]: pgmap v1833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:53 smithi194 ceph-mon[104785]: pgmap v1833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:54.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:54.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:55.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:55.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:55 smithi135 ceph-mon[93152]: pgmap v1834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:55 smithi194 ceph-mon[104785]: pgmap v1834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:27:56.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:56.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:57.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:57.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:57 smithi135 ceph-mon[93152]: pgmap v1835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:57 smithi194 ceph-mon[104785]: pgmap v1835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:58.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:58.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:59.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:27:59.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:27:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:27:59 smithi135 ceph-mon[93152]: pgmap v1836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:27:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:27:59 smithi194 ceph-mon[104785]: pgmap v1836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:00.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:00.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:01.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:01.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:01 smithi194 ceph-mon[104785]: pgmap v1837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:28:01.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:01 smithi135 ceph-mon[93152]: pgmap v1837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:28:02.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:02.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:03.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:03.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:03 smithi135 ceph-mon[93152]: pgmap v1838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:03 smithi194 ceph-mon[104785]: pgmap v1838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:04.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:04.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:05.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:05.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:05 smithi135 ceph-mon[93152]: pgmap v1839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:05 smithi194 ceph-mon[104785]: pgmap v1839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:06.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:06.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:07.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:07.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:07 smithi135 ceph-mon[93152]: pgmap v1840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:07.933 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:07 smithi194 ceph-mon[104785]: pgmap v1840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:08.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:08.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:09.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:09.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:09.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:09 smithi135 ceph-mon[93152]: pgmap v1841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:09 smithi194 ceph-mon[104785]: pgmap v1841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:10.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:10.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:11.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:11.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:11 smithi194 ceph-mon[104785]: pgmap v1842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:28:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:11 smithi135 ceph-mon[93152]: pgmap v1842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:28:12.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:12.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:13.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:13.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:13 smithi194 ceph-mon[104785]: pgmap v1843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:13 smithi135 ceph-mon[93152]: pgmap v1843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:14.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:14.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:15.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:15.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:15 smithi194 ceph-mon[104785]: pgmap v1844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:15 smithi135 ceph-mon[93152]: pgmap v1844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:16.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:16.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:17.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:17.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:17 smithi194 ceph-mon[104785]: pgmap v1845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:17 smithi135 ceph-mon[93152]: pgmap v1845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:18.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:18.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:19.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:19.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:19 smithi194 ceph-mon[104785]: pgmap v1846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:28:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:28:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:28:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:19 smithi135 ceph-mon[93152]: pgmap v1846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:28:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:28:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:28:20.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:20.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:28:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:28:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:28:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:28:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:28:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:28:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:28:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:28:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:28:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:28:21.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:21.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:21 smithi194 ceph-mon[104785]: pgmap v1847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:28:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:21 smithi135 ceph-mon[93152]: pgmap v1847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:28:22.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:22.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:23.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:23.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:23 smithi194 ceph-mon[104785]: pgmap v1848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:23 smithi135 ceph-mon[93152]: pgmap v1848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:24.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:24.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:25.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:25.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:25 smithi194 ceph-mon[104785]: pgmap v1849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:25 smithi135 ceph-mon[93152]: pgmap v1849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:26.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:26.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:27.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:27.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:27 smithi194 ceph-mon[104785]: pgmap v1850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:27 smithi135 ceph-mon[93152]: pgmap v1850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:28.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:28.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:29.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:29.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:29 smithi194 ceph-mon[104785]: pgmap v1851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:29 smithi135 ceph-mon[93152]: pgmap v1851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:30.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:30.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:31.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:31.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:31 smithi194 ceph-mon[104785]: pgmap v1852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:28:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:31 smithi135 ceph-mon[93152]: pgmap v1852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:28:32.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:32.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:33.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:33.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:33 smithi194 ceph-mon[104785]: pgmap v1853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:33 smithi135 ceph-mon[93152]: pgmap v1853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:34.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:34.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:35.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:35.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:35 smithi194 ceph-mon[104785]: pgmap v1854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:35 smithi135 ceph-mon[93152]: pgmap v1854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:36.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:36.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:37.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:37.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:37 smithi194 ceph-mon[104785]: pgmap v1855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:37 smithi135 ceph-mon[93152]: pgmap v1855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:38.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:38.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:39.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:39.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:39.943 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:39 smithi135 ceph-mon[93152]: pgmap v1856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:39 smithi194 ceph-mon[104785]: pgmap v1856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:40.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:40.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:41.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:41.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:41.917 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:41 smithi135 ceph-mon[93152]: pgmap v1857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:28:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:41 smithi194 ceph-mon[104785]: pgmap v1857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:28:42.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:42.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:43.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:43.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:43.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:43 smithi194 ceph-mon[104785]: pgmap v1858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:43 smithi135 ceph-mon[93152]: pgmap v1858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:44.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:44.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:45.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:45.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:45 smithi194 ceph-mon[104785]: pgmap v1859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:45 smithi135 ceph-mon[93152]: pgmap v1859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:46.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:46.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:47.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:47.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:47.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:47 smithi194 ceph-mon[104785]: pgmap v1860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:47 smithi135 ceph-mon[93152]: pgmap v1860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:48.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:48.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:49.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:49.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:49 smithi194 ceph-mon[104785]: pgmap v1861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:49 smithi135 ceph-mon[93152]: pgmap v1861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:50.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:50.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:51.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:51.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:51 smithi194 ceph-mon[104785]: pgmap v1862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:28:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:51 smithi135 ceph-mon[93152]: pgmap v1862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:28:52.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:52.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:53.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:53.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:53 smithi194 ceph-mon[104785]: pgmap v1863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:53 smithi135 ceph-mon[93152]: pgmap v1863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:54.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:54.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:55.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:55.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:55 smithi194 ceph-mon[104785]: pgmap v1864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:55 smithi135 ceph-mon[93152]: pgmap v1864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:28:56.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:56.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:57.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:57.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:57 smithi194 ceph-mon[104785]: pgmap v1865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:57 smithi135 ceph-mon[93152]: pgmap v1865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:28:58.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:58.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:59.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:28:59.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:28:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:28:59 smithi194 ceph-mon[104785]: pgmap v1866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:28:59 smithi135 ceph-mon[93152]: pgmap v1866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:00.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:00.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:01.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:01.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:01 smithi194 ceph-mon[104785]: pgmap v1867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:29:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:01 smithi135 ceph-mon[93152]: pgmap v1867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:29:02.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:02.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:03.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:03.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:03 smithi194 ceph-mon[104785]: pgmap v1868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:03 smithi135 ceph-mon[93152]: pgmap v1868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:04.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:04.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:05.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:05.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:05 smithi194 ceph-mon[104785]: pgmap v1869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:05 smithi135 ceph-mon[93152]: pgmap v1869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:06.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:06.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:07.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:07.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:07 smithi194 ceph-mon[104785]: pgmap v1870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:07 smithi135 ceph-mon[93152]: pgmap v1870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:08.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:08.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:09.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:09.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:09.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:09 smithi194 ceph-mon[104785]: pgmap v1871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:09 smithi135 ceph-mon[93152]: pgmap v1871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:10.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:10.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:11.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:11.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:11 smithi194 ceph-mon[104785]: pgmap v1872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:29:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:11 smithi135 ceph-mon[93152]: pgmap v1872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:29:12.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:12.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:13.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:13.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:13 smithi194 ceph-mon[104785]: pgmap v1873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:13 smithi135 ceph-mon[93152]: pgmap v1873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:14.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:14.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:15.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:15.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:15 smithi194 ceph-mon[104785]: pgmap v1874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:15 smithi135 ceph-mon[93152]: pgmap v1874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:16.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:16.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:17.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:17.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:17 smithi194 ceph-mon[104785]: pgmap v1875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:17 smithi135 ceph-mon[93152]: pgmap v1875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:18.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:18.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:19.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:19.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:19 smithi194 ceph-mon[104785]: pgmap v1876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:29:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:19 smithi135 ceph-mon[93152]: pgmap v1876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:29:20.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:20.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:29:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:29:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:29:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:29:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:29:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:29:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:29:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:29:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:29:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:29:21.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:21.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:21 smithi194 ceph-mon[104785]: pgmap v1877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:29:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:21 smithi135 ceph-mon[93152]: pgmap v1877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:29:22.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:22.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:23.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:23.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:23 smithi194 ceph-mon[104785]: pgmap v1878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:23 smithi135 ceph-mon[93152]: pgmap v1878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:24.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:24.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:25.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:25.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:25 smithi194 ceph-mon[104785]: pgmap v1879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:25 smithi135 ceph-mon[93152]: pgmap v1879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:26.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:26.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:27.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:27.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:27 smithi194 ceph-mon[104785]: pgmap v1880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:27 smithi135 ceph-mon[93152]: pgmap v1880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:28.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:28.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:29.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:29.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:29.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:29 smithi194 ceph-mon[104785]: pgmap v1881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:29 smithi135 ceph-mon[93152]: pgmap v1881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:30.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:30.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:31.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:31.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:31 smithi194 ceph-mon[104785]: pgmap v1882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:29:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:31 smithi135 ceph-mon[93152]: pgmap v1882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:29:32.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:32.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:33.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:33.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:33 smithi194 ceph-mon[104785]: pgmap v1883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:33 smithi135 ceph-mon[93152]: pgmap v1883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:34.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:34.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:35.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:35.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:35 smithi194 ceph-mon[104785]: pgmap v1884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:35 smithi135 ceph-mon[93152]: pgmap v1884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:36.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:36.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:37.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:37.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:37 smithi135 ceph-mon[93152]: pgmap v1885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:38.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:38.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:37 smithi194 ceph-mon[104785]: pgmap v1885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:39.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:39.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:39 smithi135 ceph-mon[93152]: pgmap v1886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:40.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:40.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:39 smithi194 ceph-mon[104785]: pgmap v1886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:41.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:41.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:41 smithi135 ceph-mon[93152]: pgmap v1887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:29:42.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:42.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:41 smithi194 ceph-mon[104785]: pgmap v1887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:29:43.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:43.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:43 smithi135 ceph-mon[93152]: pgmap v1888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:44.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:44.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:43 smithi194 ceph-mon[104785]: pgmap v1888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:45.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:45.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:45 smithi135 ceph-mon[93152]: pgmap v1889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:46.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:46.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:45 smithi194 ceph-mon[104785]: pgmap v1889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:47.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:47.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:47 smithi135 ceph-mon[93152]: pgmap v1890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:48.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:48.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:47 smithi194 ceph-mon[104785]: pgmap v1890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:49.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:49.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:49 smithi135 ceph-mon[93152]: pgmap v1891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:50.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:50.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:49 smithi194 ceph-mon[104785]: pgmap v1891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:51.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:51.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:51 smithi135 ceph-mon[93152]: pgmap v1892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:29:52.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:52.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:51 smithi194 ceph-mon[104785]: pgmap v1892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:29:53.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:53.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:53 smithi135 ceph-mon[93152]: pgmap v1893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:54.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:54.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:53 smithi194 ceph-mon[104785]: pgmap v1893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:55.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:55.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:55 smithi135 ceph-mon[93152]: pgmap v1894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:56.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:55 smithi194 ceph-mon[104785]: pgmap v1894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:29:56.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:56.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:57.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:57.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:57 smithi135 ceph-mon[93152]: pgmap v1895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:57 smithi194 ceph-mon[104785]: pgmap v1895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:29:58.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:58.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:29:59.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:29:59.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:29:59 smithi135 ceph-mon[93152]: pgmap v1896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:29:59 smithi194 ceph-mon[104785]: pgmap v1896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:00.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:00.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T05:30:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T05:30:01.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:01.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:01 smithi135 ceph-mon[93152]: pgmap v1897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:30:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:01 smithi194 ceph-mon[104785]: pgmap v1897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:30:02.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:02.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:03.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:03.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:03 smithi194 ceph-mon[104785]: pgmap v1898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:04.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:04.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:03 smithi135 ceph-mon[93152]: pgmap v1898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:05.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:05.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:05 smithi194 ceph-mon[104785]: pgmap v1899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:06.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:06.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:05 smithi135 ceph-mon[93152]: pgmap v1899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:07.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:07.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:07.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:07 smithi194 ceph-mon[104785]: pgmap v1900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:08.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:08.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:07 smithi135 ceph-mon[93152]: pgmap v1900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:09.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:09.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:09 smithi194 ceph-mon[104785]: pgmap v1901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:10.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:10.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:09 smithi135 ceph-mon[93152]: pgmap v1901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:11.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:11.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:11 smithi194 ceph-mon[104785]: pgmap v1902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:30:12.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:12.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:11 smithi135 ceph-mon[93152]: pgmap v1902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:30:13.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:13.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:13 smithi194 ceph-mon[104785]: pgmap v1903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:14.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:14.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:13 smithi135 ceph-mon[93152]: pgmap v1903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:15.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:15.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:15 smithi194 ceph-mon[104785]: pgmap v1904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:16.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:16.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:15 smithi135 ceph-mon[93152]: pgmap v1904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:17.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:17.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:17 smithi194 ceph-mon[104785]: pgmap v1905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:18.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:18.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:17 smithi135 ceph-mon[93152]: pgmap v1905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:19.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:19.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:19 smithi194 ceph-mon[104785]: pgmap v1906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:20.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:20.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:19 smithi135 ceph-mon[93152]: pgmap v1906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:30:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:30:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:30:21.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:21.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:30:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:30:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:30:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:21 smithi194 ceph-mon[104785]: pgmap v1907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:30:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:30:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:30:22.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:30:22.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:30:22.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:30:22.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:22.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:21 smithi135 ceph-mon[93152]: pgmap v1907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:30:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:30:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:30:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:30:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:30:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:30:23.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:23.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:23 smithi194 ceph-mon[104785]: pgmap v1908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:23 smithi135 ceph-mon[93152]: pgmap v1908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:24.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:24.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:25.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:25.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:25 smithi194 ceph-mon[104785]: pgmap v1909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:25 smithi135 ceph-mon[93152]: pgmap v1909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:26.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:26.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:27.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:27.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:27 smithi194 ceph-mon[104785]: pgmap v1910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:27 smithi135 ceph-mon[93152]: pgmap v1910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:28.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:28.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:29.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:29.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:29 smithi194 ceph-mon[104785]: pgmap v1911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:29 smithi135 ceph-mon[93152]: pgmap v1911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:30.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:30.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:31.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:31.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:31 smithi194 ceph-mon[104785]: pgmap v1912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:30:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:31 smithi135 ceph-mon[93152]: pgmap v1912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:30:32.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:32.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:33.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:33.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:33 smithi194 ceph-mon[104785]: pgmap v1913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:33 smithi135 ceph-mon[93152]: pgmap v1913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:34.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:34.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:35.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:35.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:35 smithi194 ceph-mon[104785]: pgmap v1914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:35 smithi135 ceph-mon[93152]: pgmap v1914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:36.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:36.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:37.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:37.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:37 smithi194 ceph-mon[104785]: pgmap v1915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:37 smithi135 ceph-mon[93152]: pgmap v1915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:38.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:38.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:39.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:39.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:39 smithi194 ceph-mon[104785]: pgmap v1916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:39 smithi135 ceph-mon[93152]: pgmap v1916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:40.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:40.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:41.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:41.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:41 smithi194 ceph-mon[104785]: pgmap v1917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:30:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:41 smithi135 ceph-mon[93152]: pgmap v1917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:30:42.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:42.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:43.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:43.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:43 smithi194 ceph-mon[104785]: pgmap v1918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:43 smithi135 ceph-mon[93152]: pgmap v1918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:44.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:44.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:45.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:45.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:45 smithi194 ceph-mon[104785]: pgmap v1919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:45 smithi135 ceph-mon[93152]: pgmap v1919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:46.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:46.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:47.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:47.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:48.154 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:47 smithi135 ceph-mon[93152]: pgmap v1920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:47 smithi194 ceph-mon[104785]: pgmap v1920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:48.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:48.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:49.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:49.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:49 smithi194 ceph-mon[104785]: pgmap v1921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:49 smithi135 ceph-mon[93152]: pgmap v1921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:50.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:50.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:51.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:51.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:51 smithi194 ceph-mon[104785]: pgmap v1922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:30:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:51 smithi135 ceph-mon[93152]: pgmap v1922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:30:52.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:52.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:53.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:53.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:53 smithi194 ceph-mon[104785]: pgmap v1923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:53 smithi135 ceph-mon[93152]: pgmap v1923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:54.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:54.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:55.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:55.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:55 smithi194 ceph-mon[104785]: pgmap v1924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:55 smithi135 ceph-mon[93152]: pgmap v1924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:30:56.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:56.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:57.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:57.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:57 smithi194 ceph-mon[104785]: pgmap v1925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:58.253 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:57 smithi135 ceph-mon[93152]: pgmap v1925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:30:58.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:58.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:30:59.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:30:59.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:30:59 smithi194 ceph-mon[104785]: pgmap v1926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:30:59 smithi135 ceph-mon[93152]: pgmap v1926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:00.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:00.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:01.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:01.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:01 smithi194 ceph-mon[104785]: pgmap v1927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:31:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:01 smithi135 ceph-mon[93152]: pgmap v1927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:31:02.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:02.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:03.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:03.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:03 smithi194 ceph-mon[104785]: pgmap v1928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:03 smithi135 ceph-mon[93152]: pgmap v1928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:04.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:04.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:05.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:05.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:05 smithi194 ceph-mon[104785]: pgmap v1929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:05 smithi135 ceph-mon[93152]: pgmap v1929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:06.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:06.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:07.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:07.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:08.196 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:07 smithi194 ceph-mon[104785]: pgmap v1930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:07 smithi135 ceph-mon[93152]: pgmap v1930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:08.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:08.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:09.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:09.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:09 smithi194 ceph-mon[104785]: pgmap v1931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:09 smithi135 ceph-mon[93152]: pgmap v1931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:10.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:10.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:11.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:11.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:11 smithi194 ceph-mon[104785]: pgmap v1932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:31:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:11 smithi135 ceph-mon[93152]: pgmap v1932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:31:12.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:12.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:13.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:13.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:13 smithi194 ceph-mon[104785]: pgmap v1933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:13 smithi135 ceph-mon[93152]: pgmap v1933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:14.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:14.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:15.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:15.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:15 smithi194 ceph-mon[104785]: pgmap v1934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:15 smithi135 ceph-mon[93152]: pgmap v1934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:16.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:16.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:17.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:17.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:17 smithi194 ceph-mon[104785]: pgmap v1935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:17 smithi135 ceph-mon[93152]: pgmap v1935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:18.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:18.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:19.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:19.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:19 smithi194 ceph-mon[104785]: pgmap v1936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:19 smithi135 ceph-mon[93152]: pgmap v1936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:20.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:20.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:21.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:21.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:21 smithi194 ceph-mon[104785]: pgmap v1937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:31:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:31:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:31:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:31:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:31:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:31:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:31:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:21 smithi135 ceph-mon[93152]: pgmap v1937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:31:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:31:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:31:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:31:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:31:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:31:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:31:22.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:22.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:23.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:23.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:23 smithi194 ceph-mon[104785]: pgmap v1938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:23 smithi135 ceph-mon[93152]: pgmap v1938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:24.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:24.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:25.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:25.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:25 smithi194 ceph-mon[104785]: pgmap v1939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:25 smithi135 ceph-mon[93152]: pgmap v1939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:26.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:26.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:27.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:27.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:27 smithi194 ceph-mon[104785]: pgmap v1940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:27 smithi135 ceph-mon[93152]: pgmap v1940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:28.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:28.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:29.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:29.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:29 smithi194 ceph-mon[104785]: pgmap v1941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:29 smithi135 ceph-mon[93152]: pgmap v1941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:30.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:30.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:31.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:31.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:31 smithi194 ceph-mon[104785]: pgmap v1942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:31:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:31 smithi135 ceph-mon[93152]: pgmap v1942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:31:32.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:32.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:33.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:33.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:33 smithi194 ceph-mon[104785]: pgmap v1943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:33 smithi135 ceph-mon[93152]: pgmap v1943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:34.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:34.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:35.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:35.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:35 smithi194 ceph-mon[104785]: pgmap v1944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:35 smithi135 ceph-mon[93152]: pgmap v1944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:36.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:36.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:37.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:37.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:37 smithi194 ceph-mon[104785]: pgmap v1945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:37 smithi135 ceph-mon[93152]: pgmap v1945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:38.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:38.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:39.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:39.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:39 smithi194 ceph-mon[104785]: pgmap v1946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:39 smithi135 ceph-mon[93152]: pgmap v1946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:40.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:40.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:41.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:41.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:41 smithi194 ceph-mon[104785]: pgmap v1947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:31:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:41 smithi135 ceph-mon[93152]: pgmap v1947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:31:42.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:42.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:43.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:43.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:43 smithi135 ceph-mon[93152]: pgmap v1948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:43 smithi194 ceph-mon[104785]: pgmap v1948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:44.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:44.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:45.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:45.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:45 smithi194 ceph-mon[104785]: pgmap v1949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:45 smithi135 ceph-mon[93152]: pgmap v1949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:46.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:46.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:47.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:47.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:47 smithi194 ceph-mon[104785]: pgmap v1950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:47 smithi135 ceph-mon[93152]: pgmap v1950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:48.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:48.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:49.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:49.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:49 smithi194 ceph-mon[104785]: pgmap v1951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:49 smithi135 ceph-mon[93152]: pgmap v1951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:50.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:50.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:51.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:51.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:51 smithi194 ceph-mon[104785]: pgmap v1952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:31:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:51 smithi135 ceph-mon[93152]: pgmap v1952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:31:52.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:52.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:53.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:53.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:53 smithi194 ceph-mon[104785]: pgmap v1953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:53 smithi135 ceph-mon[93152]: pgmap v1953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:54.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:54.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:55.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:55.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:55 smithi135 ceph-mon[93152]: pgmap v1954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:56.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:56.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:55 smithi194 ceph-mon[104785]: pgmap v1954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:31:57.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:57.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:57 smithi135 ceph-mon[93152]: pgmap v1955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:57 smithi194 ceph-mon[104785]: pgmap v1955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:58.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:58.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:59.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:31:59.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:31:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:31:59 smithi135 ceph-mon[93152]: pgmap v1956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:31:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:31:59 smithi194 ceph-mon[104785]: pgmap v1956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:00.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:00.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:01.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:01.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:01 smithi135 ceph-mon[93152]: pgmap v1957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:32:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:01 smithi194 ceph-mon[104785]: pgmap v1957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:32:02.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:02.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:03.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:03.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:03 smithi135 ceph-mon[93152]: pgmap v1958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:03.780 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:03 smithi194 ceph-mon[104785]: pgmap v1958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:04.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:04.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:05.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:05.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:05 smithi135 ceph-mon[93152]: pgmap v1959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:05 smithi194 ceph-mon[104785]: pgmap v1959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:06.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:06.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:07.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:07.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:07 smithi135 ceph-mon[93152]: pgmap v1960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:07 smithi194 ceph-mon[104785]: pgmap v1960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:08.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:08.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:09.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:09.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:09 smithi135 ceph-mon[93152]: pgmap v1961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:09 smithi194 ceph-mon[104785]: pgmap v1961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:10.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:10.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:11.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:11.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:11 smithi135 ceph-mon[93152]: pgmap v1962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:32:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:11 smithi194 ceph-mon[104785]: pgmap v1962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:32:12.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:12.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:13.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:13.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:13.886 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:13 smithi194 ceph-mon[104785]: pgmap v1963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:13.996 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:13 smithi135 ceph-mon[93152]: pgmap v1963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:14.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:14.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:15.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:15.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:15 smithi194 ceph-mon[104785]: pgmap v1964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:15 smithi135 ceph-mon[93152]: pgmap v1964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:16.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:16.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:17.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:17.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:17 smithi194 ceph-mon[104785]: pgmap v1965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:17 smithi135 ceph-mon[93152]: pgmap v1965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:18.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:18.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:19.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:19.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:19.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:19 smithi135 ceph-mon[93152]: pgmap v1966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:19 smithi194 ceph-mon[104785]: pgmap v1966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:20.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:20.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:21.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:21.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:21 smithi194 ceph-mon[104785]: pgmap v1967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:32:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:21 smithi135 ceph-mon[93152]: pgmap v1967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:32:22.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:22.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:32:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:32:23.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:23.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:23 smithi194 ceph-mon[104785]: pgmap v1968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:23.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:23 smithi135 ceph-mon[93152]: pgmap v1968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:23.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:23.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:23.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:23.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:24.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:24.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:25.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:25.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:26.136 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:25 smithi194 ceph-mon[104785]: pgmap v1969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:26.136 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:25 smithi135 ceph-mon[93152]: pgmap v1969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:26.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:26.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:27.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:27.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:27 smithi194 ceph-mon[104785]: pgmap v1970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:32:27.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:32:27.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:27.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:32:27.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:27 smithi135 ceph-mon[93152]: pgmap v1970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:32:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:32:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:32:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:32:28.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:28.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:29.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:29.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:29 smithi194 ceph-mon[104785]: pgmap v1971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:29 smithi135 ceph-mon[93152]: pgmap v1971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:30.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:30.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:31.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:31.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:31.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:31 smithi194 ceph-mon[104785]: pgmap v1972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:32:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:31 smithi135 ceph-mon[93152]: pgmap v1972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:32:32.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:32.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:33.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:33.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:33 smithi135 ceph-mon[93152]: pgmap v1973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:33 smithi194 ceph-mon[104785]: pgmap v1973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:34.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:34.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:35.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:35.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:35 smithi135 ceph-mon[93152]: pgmap v1974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:35 smithi194 ceph-mon[104785]: pgmap v1974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:36.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:36.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:37.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:37.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:37 smithi135 ceph-mon[93152]: pgmap v1975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:37 smithi194 ceph-mon[104785]: pgmap v1975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:38.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:38.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:39.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:39.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:39 smithi135 ceph-mon[93152]: pgmap v1976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:39 smithi194 ceph-mon[104785]: pgmap v1976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:40.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:40.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:41.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:41.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:41 smithi135 ceph-mon[93152]: pgmap v1977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:32:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:41 smithi194 ceph-mon[104785]: pgmap v1977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:32:42.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:42.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:43.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:43.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:43 smithi194 ceph-mon[104785]: pgmap v1978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:43 smithi135 ceph-mon[93152]: pgmap v1978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:44.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:44.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:45.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:45.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:45 smithi194 ceph-mon[104785]: pgmap v1979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:45 smithi135 ceph-mon[93152]: pgmap v1979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:46.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:46.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:47.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:47.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:47.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:47 smithi194 ceph-mon[104785]: pgmap v1980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:48.083 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:47 smithi135 ceph-mon[93152]: pgmap v1980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:48.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:48.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:49.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:49.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:49.787 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:49 smithi135 ceph-mon[93152]: pgmap v1981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:49 smithi194 ceph-mon[104785]: pgmap v1981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:50.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:50.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:51.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:51.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:51 smithi194 ceph-mon[104785]: pgmap v1982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:32:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:51 smithi135 ceph-mon[93152]: pgmap v1982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:32:52.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:52.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:53.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:53.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:53 smithi194 ceph-mon[104785]: pgmap v1983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:53 smithi135 ceph-mon[93152]: pgmap v1983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:54.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:54.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:55.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:55.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:55 smithi194 ceph-mon[104785]: pgmap v1984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:55 smithi135 ceph-mon[93152]: pgmap v1984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:32:56.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:56.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:57.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:57.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:57 smithi194 ceph-mon[104785]: pgmap v1985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:57 smithi135 ceph-mon[93152]: pgmap v1985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:58.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:58.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:59.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:32:59.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:32:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:32:59 smithi194 ceph-mon[104785]: pgmap v1986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:32:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:32:59 smithi135 ceph-mon[93152]: pgmap v1986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:00.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:00.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:01.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:01.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:01 smithi194 ceph-mon[104785]: pgmap v1987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:33:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:01 smithi135 ceph-mon[93152]: pgmap v1987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:33:02.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:02.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:03.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:03.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:03 smithi194 ceph-mon[104785]: pgmap v1988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:03 smithi135 ceph-mon[93152]: pgmap v1988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:04.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:04.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:05.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:05.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:05 smithi194 ceph-mon[104785]: pgmap v1989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:05 smithi135 ceph-mon[93152]: pgmap v1989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:06.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:06.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:07.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:07.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:07 smithi135 ceph-mon[93152]: pgmap v1990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:07 smithi135 ceph-mon[93152]: osdmap e48: 8 total, 8 up, 8 in 2023-10-08T05:33:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:07 smithi194 ceph-mon[104785]: pgmap v1990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:07 smithi194 ceph-mon[104785]: osdmap e48: 8 total, 8 up, 8 in 2023-10-08T05:33:08.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:08.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:09.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:09.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:09 smithi135 ceph-mon[93152]: pgmap v1992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:33:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:09 smithi194 ceph-mon[104785]: pgmap v1992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:33:10.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:10.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:11.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:11.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:11 smithi135 ceph-mon[93152]: pgmap v1993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:33:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:11 smithi194 ceph-mon[104785]: pgmap v1993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:33:12.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:12.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:13.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:13.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:13 smithi135 ceph-mon[93152]: pgmap v1994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:33:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:13 smithi194 ceph-mon[104785]: pgmap v1994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:33:14.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:14.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:15.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:15.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:15 smithi194 ceph-mon[104785]: pgmap v1995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:33:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:15 smithi135 ceph-mon[93152]: pgmap v1995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:33:16.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:16.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:17.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:17.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:17 smithi194 ceph-mon[104785]: pgmap v1996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:33:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:17 smithi135 ceph-mon[93152]: pgmap v1996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:33:18.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:18.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:19.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:19.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:19 smithi194 ceph-mon[104785]: pgmap v1997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-10-08T05:33:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:19 smithi135 ceph-mon[93152]: pgmap v1997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-10-08T05:33:20.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:20.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:21.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:21.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:21 smithi194 ceph-mon[104785]: pgmap v1998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:33:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:21 smithi135 ceph-mon[93152]: pgmap v1998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:33:22.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:22.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:23.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:23.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:23 smithi194 ceph-mon[104785]: pgmap v1999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:23 smithi135 ceph-mon[93152]: pgmap v1999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:24.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:24.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:25.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:25.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:25 smithi194 ceph-mon[104785]: pgmap v2000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:25 smithi135 ceph-mon[93152]: pgmap v2000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:26.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:26.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:27.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:27.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:27 smithi194 ceph-mon[104785]: pgmap v2001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:33:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:27 smithi135 ceph-mon[93152]: pgmap v2001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:33:28.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:28.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:33:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:33:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:33:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:33:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:33:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:33:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:33:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:33:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:33:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:33:29.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:29.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:29.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:29 smithi194 ceph-mon[104785]: pgmap v2002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:29 smithi135 ceph-mon[93152]: pgmap v2002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:30.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:30.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:31.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:31.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:31 smithi194 ceph-mon[104785]: pgmap v2003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:33:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:31 smithi135 ceph-mon[93152]: pgmap v2003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:33:32.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:32.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:33.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:33.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:33 smithi194 ceph-mon[104785]: pgmap v2004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:33 smithi135 ceph-mon[93152]: pgmap v2004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:34.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:34.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:35.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:35.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:35 smithi194 ceph-mon[104785]: pgmap v2005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:35 smithi135 ceph-mon[93152]: pgmap v2005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:36.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:36.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:37.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:37.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:37 smithi194 ceph-mon[104785]: pgmap v2006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:37 smithi135 ceph-mon[93152]: pgmap v2006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:38.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:38.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:39.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:39.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:39 smithi194 ceph-mon[104785]: pgmap v2007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:39 smithi135 ceph-mon[93152]: pgmap v2007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:40.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:40.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:41.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:41.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:41 smithi194 ceph-mon[104785]: pgmap v2008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:33:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:41 smithi135 ceph-mon[93152]: pgmap v2008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:33:42.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:42.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:43.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:43.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:43 smithi194 ceph-mon[104785]: pgmap v2009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:43 smithi135 ceph-mon[93152]: pgmap v2009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:44.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:44.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:45.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:45.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:45 smithi194 ceph-mon[104785]: pgmap v2010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:45 smithi135 ceph-mon[93152]: pgmap v2010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:46.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:46.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:47.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:47.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:47.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:47 smithi194 ceph-mon[104785]: pgmap v2011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:47 smithi135 ceph-mon[93152]: pgmap v2011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:48.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:48.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:49.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:49.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:49.930 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:49 smithi135 ceph-mon[93152]: pgmap v2012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:49 smithi194 ceph-mon[104785]: pgmap v2012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:50.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:50.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:51.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:51.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:51 smithi194 ceph-mon[104785]: pgmap v2013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:33:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:51 smithi135 ceph-mon[93152]: pgmap v2013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:33:52.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:52.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:53.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:53.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:53 smithi194 ceph-mon[104785]: pgmap v2014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:53 smithi135 ceph-mon[93152]: pgmap v2014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:54.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:54.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:55.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:55.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:55 smithi194 ceph-mon[104785]: pgmap v2015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:56.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:55 smithi135 ceph-mon[93152]: pgmap v2015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:56.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:33:56.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:56.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:57.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:57.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:57 smithi194 ceph-mon[104785]: pgmap v2016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:57 smithi135 ceph-mon[93152]: pgmap v2016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:33:58.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:58.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:59.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:33:59.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:33:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:33:59 smithi194 ceph-mon[104785]: pgmap v2017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:33:59 smithi135 ceph-mon[93152]: pgmap v2017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:00.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:00.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:01.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:01.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:01 smithi194 ceph-mon[104785]: pgmap v2018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:34:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:01 smithi135 ceph-mon[93152]: pgmap v2018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:34:02.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:02.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:03.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:03.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:03 smithi194 ceph-mon[104785]: pgmap v2019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:03 smithi135 ceph-mon[93152]: pgmap v2019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:04.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:04.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:05.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:05.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:05 smithi194 ceph-mon[104785]: pgmap v2020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:05 smithi135 ceph-mon[93152]: pgmap v2020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:06.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:06.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:07.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:07.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:07.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:07 smithi194 ceph-mon[104785]: pgmap v2021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:07 smithi135 ceph-mon[93152]: pgmap v2021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:08.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:08.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:09.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:09.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:09 smithi194 ceph-mon[104785]: pgmap v2022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:09 smithi135 ceph-mon[93152]: pgmap v2022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:10.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:10.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:11.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:11.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:11 smithi194 ceph-mon[104785]: pgmap v2023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:34:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:11 smithi135 ceph-mon[93152]: pgmap v2023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:34:12.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:12.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:13.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:13.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:13 smithi194 ceph-mon[104785]: pgmap v2024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:13 smithi135 ceph-mon[93152]: pgmap v2024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:14.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:14.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:15.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:15.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:15 smithi194 ceph-mon[104785]: pgmap v2025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:15 smithi135 ceph-mon[93152]: pgmap v2025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:16.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:16.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:17.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:17.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:17 smithi135 ceph-mon[93152]: pgmap v2026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:17 smithi194 ceph-mon[104785]: pgmap v2026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:18.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:18.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:19.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:19.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:19 smithi135 ceph-mon[93152]: pgmap v2027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:20.196 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:19 smithi194 ceph-mon[104785]: pgmap v2027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:20.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:20.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:21.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:21.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:21 smithi135 ceph-mon[93152]: pgmap v2028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:34:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:21 smithi194 ceph-mon[104785]: pgmap v2028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:34:22.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:22.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:23.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:23.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:23 smithi135 ceph-mon[93152]: pgmap v2029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:23 smithi194 ceph-mon[104785]: pgmap v2029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:24.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:24.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:25.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:25.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:25 smithi135 ceph-mon[93152]: pgmap v2030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:25 smithi194 ceph-mon[104785]: pgmap v2030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:26.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:26.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:27.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:27.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:27 smithi135 ceph-mon[93152]: pgmap v2031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:34:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:27 smithi194 ceph-mon[104785]: pgmap v2031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:34:28.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:28.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:34:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:34:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:34:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:34:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:34:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:34:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:34:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:34:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:34:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:34:29.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:29.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:29 smithi135 ceph-mon[93152]: pgmap v2032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:29 smithi194 ceph-mon[104785]: pgmap v2032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:30.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:30.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:31.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:31.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:31 smithi135 ceph-mon[93152]: pgmap v2033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:34:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:31 smithi194 ceph-mon[104785]: pgmap v2033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:34:32.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:32.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:33.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:33.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:33 smithi135 ceph-mon[93152]: pgmap v2034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:33 smithi194 ceph-mon[104785]: pgmap v2034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:34.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:34.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:35.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:35.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:35 smithi135 ceph-mon[93152]: pgmap v2035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:35 smithi194 ceph-mon[104785]: pgmap v2035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:36.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:36.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:37.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:37.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:37 smithi135 ceph-mon[93152]: pgmap v2036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:37 smithi194 ceph-mon[104785]: pgmap v2036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:38.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:38.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:39.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:39.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:39 smithi135 ceph-mon[93152]: pgmap v2037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:39 smithi194 ceph-mon[104785]: pgmap v2037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:40.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:40.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:41.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:41.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:41 smithi135 ceph-mon[93152]: pgmap v2038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:34:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:41 smithi194 ceph-mon[104785]: pgmap v2038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:34:42.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:42.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:43.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:43.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:43 smithi194 ceph-mon[104785]: pgmap v2039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:43 smithi135 ceph-mon[93152]: pgmap v2039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:44.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:44.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:45.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:45.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:45 smithi194 ceph-mon[104785]: pgmap v2040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:45 smithi135 ceph-mon[93152]: pgmap v2040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:46.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:46.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:47.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:47.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:47 smithi194 ceph-mon[104785]: pgmap v2041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:47 smithi135 ceph-mon[93152]: pgmap v2041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:48.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:48.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:49.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:49.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:49 smithi194 ceph-mon[104785]: pgmap v2042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:49 smithi135 ceph-mon[93152]: pgmap v2042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:50.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:50.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:51.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:51.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:51 smithi194 ceph-mon[104785]: pgmap v2043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:34:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:51 smithi135 ceph-mon[93152]: pgmap v2043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:34:52.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:52.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:53.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:53.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:53 smithi194 ceph-mon[104785]: pgmap v2044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:53 smithi135 ceph-mon[93152]: pgmap v2044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:54.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:54.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:55.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:55.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:55 smithi194 ceph-mon[104785]: pgmap v2045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:55 smithi135 ceph-mon[93152]: pgmap v2045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:34:56.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:56.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:57.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:57.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:57 smithi194 ceph-mon[104785]: pgmap v2046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:57 smithi135 ceph-mon[93152]: pgmap v2046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:34:58.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:58.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:34:59.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:34:59.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:34:59 smithi194 ceph-mon[104785]: pgmap v2047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:34:59 smithi135 ceph-mon[93152]: pgmap v2047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:00.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:00.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:01.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:01.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:01 smithi194 ceph-mon[104785]: pgmap v2048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:35:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:01 smithi135 ceph-mon[93152]: pgmap v2048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:35:02.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:02.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:03.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:03.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:03 smithi194 ceph-mon[104785]: pgmap v2049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:03 smithi135 ceph-mon[93152]: pgmap v2049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:04.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:04.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:05.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:05.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:05 smithi194 ceph-mon[104785]: pgmap v2050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:05 smithi135 ceph-mon[93152]: pgmap v2050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:06.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:06.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:07.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:07.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:07 smithi194 ceph-mon[104785]: pgmap v2051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:07 smithi135 ceph-mon[93152]: pgmap v2051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:08.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:08.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:09.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:09.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:09 smithi194 ceph-mon[104785]: pgmap v2052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:09 smithi135 ceph-mon[93152]: pgmap v2052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:10.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:10.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:11.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:11.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:11 smithi194 ceph-mon[104785]: pgmap v2053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:35:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:11 smithi135 ceph-mon[93152]: pgmap v2053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:35:12.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:12.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:13.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:13.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:13 smithi194 ceph-mon[104785]: pgmap v2054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:13 smithi135 ceph-mon[93152]: pgmap v2054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:14.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:14.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:15.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:15.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:15 smithi194 ceph-mon[104785]: pgmap v2055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:15 smithi135 ceph-mon[93152]: pgmap v2055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:16.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:16.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:17.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:17.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:17 smithi194 ceph-mon[104785]: pgmap v2056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:17 smithi135 ceph-mon[93152]: pgmap v2056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:18.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:18.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:19.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:19.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:19 smithi194 ceph-mon[104785]: pgmap v2057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:19 smithi135 ceph-mon[93152]: pgmap v2057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:20.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:20.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:21.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:21.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:21 smithi194 ceph-mon[104785]: pgmap v2058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:35:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:21 smithi135 ceph-mon[93152]: pgmap v2058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:35:22.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:22.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:23.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:23.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:23 smithi194 ceph-mon[104785]: pgmap v2059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:23 smithi135 ceph-mon[93152]: pgmap v2059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:24.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:24.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:25.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:25.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:25 smithi194 ceph-mon[104785]: pgmap v2060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:25 smithi135 ceph-mon[93152]: pgmap v2060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:26.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:26.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:27.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:27.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:27 smithi194 ceph-mon[104785]: pgmap v2061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:27 smithi135 ceph-mon[93152]: pgmap v2061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:28.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:28.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:35:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:35:29.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:29.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:29 smithi194 ceph-mon[104785]: pgmap v2062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:29 smithi135 ceph-mon[93152]: pgmap v2062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:30.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:30.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:31.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:31.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:31 smithi194 ceph-mon[104785]: pgmap v2063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:35:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:31 smithi135 ceph-mon[93152]: pgmap v2063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:35:32.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:32.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:33.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:33.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:33 smithi194 ceph-mon[104785]: pgmap v2064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:35:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:35:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:35:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:35:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:35:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:35:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:35:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:33 smithi135 ceph-mon[93152]: pgmap v2064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:35:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:35:34.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:35:34.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:35:34.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:35:34.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:35:34.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:35:34.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:34.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:35.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:35.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:35 smithi194 ceph-mon[104785]: pgmap v2065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:35 smithi135 ceph-mon[93152]: pgmap v2065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:36.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:36.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:37.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:37.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:37 smithi194 ceph-mon[104785]: pgmap v2066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:37 smithi135 ceph-mon[93152]: pgmap v2066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:38.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:38.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:39.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:39.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:39 smithi194 ceph-mon[104785]: pgmap v2067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:39 smithi135 ceph-mon[93152]: pgmap v2067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:40.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:40.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:41.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:41.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:41 smithi194 ceph-mon[104785]: pgmap v2068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:35:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:41 smithi135 ceph-mon[93152]: pgmap v2068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:35:42.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:42.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:43.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:43.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:43 smithi194 ceph-mon[104785]: pgmap v2069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:43 smithi135 ceph-mon[93152]: pgmap v2069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:44.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:44.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:45.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:45.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:45 smithi194 ceph-mon[104785]: pgmap v2070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:45 smithi135 ceph-mon[93152]: pgmap v2070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:46.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:46.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:47.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:47.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:47 smithi194 ceph-mon[104785]: pgmap v2071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:47 smithi135 ceph-mon[93152]: pgmap v2071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:48.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:48.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:49.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:49.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:49 smithi194 ceph-mon[104785]: pgmap v2072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:49 smithi135 ceph-mon[93152]: pgmap v2072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:50.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:50.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:51.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:51.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:51 smithi194 ceph-mon[104785]: pgmap v2073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:35:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:51 smithi135 ceph-mon[93152]: pgmap v2073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:35:52.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:52.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:53.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:53.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:53 smithi194 ceph-mon[104785]: pgmap v2074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:53 smithi135 ceph-mon[93152]: pgmap v2074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:54.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:54.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:55.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:55.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:56.164 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:55 smithi135 ceph-mon[93152]: pgmap v2075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:56.165 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:56.206 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:55 smithi194 ceph-mon[104785]: pgmap v2075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:56.206 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:35:56.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:56.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:57.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:57.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:57 smithi194 ceph-mon[104785]: pgmap v2076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:57 smithi135 ceph-mon[93152]: pgmap v2076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:35:58.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:58.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:35:59.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:35:59.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:35:59 smithi194 ceph-mon[104785]: pgmap v2077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:35:59 smithi135 ceph-mon[93152]: pgmap v2077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:00.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:00.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:01.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:01.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:01 smithi194 ceph-mon[104785]: pgmap v2078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:36:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:01 smithi135 ceph-mon[93152]: pgmap v2078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:36:02.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:02.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:03.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:03.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:03 smithi194 ceph-mon[104785]: pgmap v2079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:03 smithi135 ceph-mon[93152]: pgmap v2079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:04.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:04.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:05.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:05.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:05 smithi194 ceph-mon[104785]: pgmap v2080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:05 smithi135 ceph-mon[93152]: pgmap v2080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:06.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:06.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:07.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:07.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:07 smithi194 ceph-mon[104785]: pgmap v2081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:07 smithi135 ceph-mon[93152]: pgmap v2081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:08.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:08.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:09.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:09.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:09 smithi194 ceph-mon[104785]: pgmap v2082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:09 smithi135 ceph-mon[93152]: pgmap v2082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:10.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:10.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:11.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:11.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:11 smithi194 ceph-mon[104785]: pgmap v2083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:36:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:11 smithi135 ceph-mon[93152]: pgmap v2083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:36:12.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:12.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:13.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:13.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:13 smithi194 ceph-mon[104785]: pgmap v2084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:13 smithi135 ceph-mon[93152]: pgmap v2084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:14.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:14.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:15.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:15.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:15 smithi194 ceph-mon[104785]: pgmap v2085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:15 smithi135 ceph-mon[93152]: pgmap v2085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:16.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:16.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:17.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:17.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:17 smithi194 ceph-mon[104785]: pgmap v2086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:17 smithi135 ceph-mon[93152]: pgmap v2086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:18.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:18.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:19.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:19.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:19 smithi194 ceph-mon[104785]: pgmap v2087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:19 smithi135 ceph-mon[93152]: pgmap v2087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:20.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:20.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:21.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:21.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:21 smithi194 ceph-mon[104785]: pgmap v2088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:36:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:21 smithi135 ceph-mon[93152]: pgmap v2088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:36:22.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:22.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:23.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:23.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:23 smithi194 ceph-mon[104785]: pgmap v2089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:23 smithi135 ceph-mon[93152]: pgmap v2089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:24.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:24.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:25.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:25.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:25 smithi194 ceph-mon[104785]: pgmap v2090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:25 smithi135 ceph-mon[93152]: pgmap v2090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:26.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:26.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:27.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:27.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:27 smithi194 ceph-mon[104785]: pgmap v2091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:27 smithi135 ceph-mon[93152]: pgmap v2091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:28.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:28.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:29.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:29 smithi194 ceph-mon[104785]: pgmap v2092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:29 smithi135 ceph-mon[93152]: pgmap v2092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:30.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:30.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:31.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:31.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:31 smithi194 ceph-mon[104785]: pgmap v2093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:36:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:31 smithi135 ceph-mon[93152]: pgmap v2093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:36:32.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:32.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:33.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:33.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:33 smithi194 ceph-mon[104785]: pgmap v2094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:36:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:33 smithi135 ceph-mon[93152]: pgmap v2094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:36:34.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:34.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:36:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:36:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:36:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:36:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:36:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:36:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:36:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:36:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:36:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:36:35.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:35.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:35 smithi135 ceph-mon[93152]: pgmap v2095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:35 smithi194 ceph-mon[104785]: pgmap v2095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:36.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:36.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:37.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:37.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:37 smithi135 ceph-mon[93152]: pgmap v2096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:37 smithi194 ceph-mon[104785]: pgmap v2096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:38.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:38.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:39.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:39.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:39 smithi135 ceph-mon[93152]: pgmap v2097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:39 smithi194 ceph-mon[104785]: pgmap v2097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:40.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:40.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:41.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:41.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:41 smithi135 ceph-mon[93152]: pgmap v2098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:36:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:41 smithi194 ceph-mon[104785]: pgmap v2098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:36:42.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:42.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:43.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:43.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:43 smithi135 ceph-mon[93152]: pgmap v2099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:43 smithi194 ceph-mon[104785]: pgmap v2099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:44.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:44.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:45.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:45.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:46.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:45 smithi135 ceph-mon[93152]: pgmap v2100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:45 smithi194 ceph-mon[104785]: pgmap v2100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:46.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:46.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:47.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:47.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:47 smithi135 ceph-mon[93152]: pgmap v2101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:47 smithi194 ceph-mon[104785]: pgmap v2101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:48.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:48.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:49.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:49.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:49 smithi135 ceph-mon[93152]: pgmap v2102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:49 smithi194 ceph-mon[104785]: pgmap v2102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:50.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:50.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:51.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:51.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:51 smithi194 ceph-mon[104785]: pgmap v2103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:36:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:51 smithi135 ceph-mon[93152]: pgmap v2103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:36:52.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:52.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:53.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:53.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:53 smithi135 ceph-mon[93152]: pgmap v2104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:53 smithi194 ceph-mon[104785]: pgmap v2104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:54.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:54.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:55.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:55.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:55 smithi135 ceph-mon[93152]: pgmap v2105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:55 smithi194 ceph-mon[104785]: pgmap v2105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:36:56.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:56.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:57.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:57.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:36:58 smithi135 ceph-mon[93152]: pgmap v2106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:36:58 smithi194 ceph-mon[104785]: pgmap v2106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:36:58.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:58.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:36:59.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:36:59.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:00 smithi135 ceph-mon[93152]: pgmap v2107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:00 smithi194 ceph-mon[104785]: pgmap v2107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:00.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:00.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:01.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:01.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:02 smithi194 ceph-mon[104785]: pgmap v2108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:37:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:02 smithi135 ceph-mon[93152]: pgmap v2108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:37:02.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:02.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:03 smithi194 ceph-mon[104785]: pgmap v2109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:03 smithi135 ceph-mon[93152]: pgmap v2109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:03.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:03.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:04.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:04.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:05 smithi194 ceph-mon[104785]: pgmap v2110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:05 smithi135 ceph-mon[93152]: pgmap v2110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:05.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:05.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:06.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:06.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:07.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:07.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:07 smithi194 ceph-mon[104785]: pgmap v2111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:07 smithi135 ceph-mon[93152]: pgmap v2111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:08.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:08.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:09.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:09.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:09 smithi194 ceph-mon[104785]: pgmap v2112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:09 smithi135 ceph-mon[93152]: pgmap v2112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:10.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:10.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:11.904 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:11 smithi135 ceph-mon[93152]: pgmap v2113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:37:11.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:11.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:11 smithi194 ceph-mon[104785]: pgmap v2113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:37:12.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:12.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:13.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:13.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:13 smithi194 ceph-mon[104785]: pgmap v2114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:13 smithi135 ceph-mon[93152]: pgmap v2114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:14.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:14.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:15.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:15.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:15 smithi194 ceph-mon[104785]: pgmap v2115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:15 smithi135 ceph-mon[93152]: pgmap v2115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:16.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:16.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:17.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:17.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:17 smithi194 ceph-mon[104785]: pgmap v2116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:17 smithi135 ceph-mon[93152]: pgmap v2116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:18.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:18.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:19.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:19.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:19 smithi194 ceph-mon[104785]: pgmap v2117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:19 smithi135 ceph-mon[93152]: pgmap v2117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:20.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:20.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:21.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:21.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:21 smithi194 ceph-mon[104785]: pgmap v2118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:37:22.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:21 smithi135 ceph-mon[93152]: pgmap v2118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:37:22.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:22.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:23.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:23.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:23 smithi194 ceph-mon[104785]: pgmap v2119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:23 smithi135 ceph-mon[93152]: pgmap v2119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:24.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:24.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:25.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:25.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:25 smithi194 ceph-mon[104785]: pgmap v2120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:25 smithi135 ceph-mon[93152]: pgmap v2120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:26.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:26.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:27.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:27.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:27 smithi194 ceph-mon[104785]: pgmap v2121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:27 smithi135 ceph-mon[93152]: pgmap v2121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:28.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:28.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:29.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:29.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:29 smithi194 ceph-mon[104785]: pgmap v2122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:29 smithi135 ceph-mon[93152]: pgmap v2122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:30.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:30.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:31 smithi194 ceph-mon[104785]: pgmap v2123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:37:31.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:31.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:31 smithi135 ceph-mon[93152]: pgmap v2123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:37:32.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:32.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:33 smithi194 ceph-mon[104785]: pgmap v2124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:33.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:33.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:33 smithi135 ceph-mon[93152]: pgmap v2124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:37:34.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:34.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:37:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:35 smithi194 ceph-mon[104785]: pgmap v2125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:35.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:35.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:35 smithi135 ceph-mon[93152]: pgmap v2125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:36.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:36.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:37 smithi194 ceph-mon[104785]: pgmap v2126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:37.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:37.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:38.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:37 smithi135 ceph-mon[93152]: pgmap v2126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:38.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:38.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:39 smithi194 ceph-mon[104785]: pgmap v2127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:39.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:39.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:39 smithi135 ceph-mon[93152]: pgmap v2127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:40.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:40.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:41 smithi194 ceph-mon[104785]: pgmap v2128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:37:41.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:41.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:41 smithi135 ceph-mon[93152]: pgmap v2128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:37:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:37:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:37:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:37:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:37:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:37:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:37:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:37:42.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:42.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:37:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:37:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:37:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:37:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:37:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:37:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:37:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:43 smithi194 ceph-mon[104785]: pgmap v2129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:43.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:43.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:43 smithi135 ceph-mon[93152]: pgmap v2129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:44.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:44.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:45 smithi194 ceph-mon[104785]: pgmap v2130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:45.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:45.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:45 smithi135 ceph-mon[93152]: pgmap v2130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:46.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:46.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:47 smithi194 ceph-mon[104785]: pgmap v2131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:47.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:47.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:47 smithi135 ceph-mon[93152]: pgmap v2131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:48.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:48.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:49 smithi194 ceph-mon[104785]: pgmap v2132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:49.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:49.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:49 smithi135 ceph-mon[93152]: pgmap v2132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:50.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:50.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:51 smithi194 ceph-mon[104785]: pgmap v2133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:37:51.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:51.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:51 smithi135 ceph-mon[93152]: pgmap v2133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:37:52.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:52.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:53 smithi194 ceph-mon[104785]: pgmap v2134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:53.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:53.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:53 smithi135 ceph-mon[93152]: pgmap v2134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:54.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:54.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:55 smithi194 ceph-mon[104785]: pgmap v2135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:55.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:55.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:55 smithi135 ceph-mon[93152]: pgmap v2135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:37:56.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:56.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:57 smithi194 ceph-mon[104785]: pgmap v2136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:58.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:58.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:57 smithi135 ceph-mon[93152]: pgmap v2136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:37:59.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:37:59.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:37:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:37:59 smithi194 ceph-mon[104785]: pgmap v2137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:00.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:00.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:37:59 smithi135 ceph-mon[93152]: pgmap v2137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:01.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:01.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:01 smithi194 ceph-mon[104785]: pgmap v2138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:38:02.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:02.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:01 smithi135 ceph-mon[93152]: pgmap v2138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:38:03.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:03.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:03 smithi194 ceph-mon[104785]: pgmap v2139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:03 smithi135 ceph-mon[93152]: pgmap v2139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:04.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:04.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:05.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:05.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:05 smithi194 ceph-mon[104785]: pgmap v2140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:05 smithi135 ceph-mon[93152]: pgmap v2140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:06.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:06.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:07.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:07.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:07 smithi135 ceph-mon[93152]: pgmap v2141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:07.942 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:07 smithi194 ceph-mon[104785]: pgmap v2141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:08.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:08.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:09.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:09.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:09 smithi194 ceph-mon[104785]: pgmap v2142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:09 smithi135 ceph-mon[93152]: pgmap v2142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:10.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:10.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:11.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:11.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:11 smithi194 ceph-mon[104785]: pgmap v2143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:38:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:11 smithi135 ceph-mon[93152]: pgmap v2143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:38:12.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:12.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:13.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:13.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:13 smithi194 ceph-mon[104785]: pgmap v2144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:13 smithi135 ceph-mon[93152]: pgmap v2144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:14.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:14.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:15.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:15.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:15 smithi194 ceph-mon[104785]: pgmap v2145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:15 smithi135 ceph-mon[93152]: pgmap v2145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:16.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:16.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:17.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:17.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:17 smithi194 ceph-mon[104785]: pgmap v2146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:17 smithi135 ceph-mon[93152]: pgmap v2146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:18.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:18.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:19.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:19.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:19 smithi194 ceph-mon[104785]: pgmap v2147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:19 smithi135 ceph-mon[93152]: pgmap v2147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:20.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:20.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:21.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:21.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:21 smithi194 ceph-mon[104785]: pgmap v2148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:38:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:21 smithi135 ceph-mon[93152]: pgmap v2148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:38:22.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:22.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:23.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:23.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:23.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:23 smithi194 ceph-mon[104785]: pgmap v2149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:23 smithi135 ceph-mon[93152]: pgmap v2149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:24.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:24.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:25.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:25.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:25 smithi194 ceph-mon[104785]: pgmap v2150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:25 smithi135 ceph-mon[93152]: pgmap v2150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:26.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:26.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:27.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:27.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:27 smithi194 ceph-mon[104785]: pgmap v2151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:27 smithi194 ceph-mon[104785]: osdmap e49: 8 total, 8 up, 8 in 2023-10-08T05:38:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:27 smithi135 ceph-mon[93152]: pgmap v2151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:27 smithi135 ceph-mon[93152]: osdmap e49: 8 total, 8 up, 8 in 2023-10-08T05:38:28.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:28.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:29.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:29.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:29.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:29 smithi194 ceph-mon[104785]: pgmap v2153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:38:30.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:29 smithi135 ceph-mon[93152]: pgmap v2153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:38:30.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:30.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:31.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:31.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:31 smithi194 ceph-mon[104785]: pgmap v2154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:38:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:31 smithi135 ceph-mon[93152]: pgmap v2154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:38:32.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:32.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:33.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:33.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:33 smithi194 ceph-mon[104785]: pgmap v2155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:38:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:33 smithi135 ceph-mon[93152]: pgmap v2155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:38:34.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:34.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:35.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:35.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:35 smithi194 ceph-mon[104785]: pgmap v2156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:38:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:35 smithi135 ceph-mon[93152]: pgmap v2156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:38:36.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:36.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:37.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:37.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:37.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:37 smithi194 ceph-mon[104785]: pgmap v2157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:38:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:37 smithi135 ceph-mon[93152]: pgmap v2157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-08T05:38:38.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:38.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:39.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:39.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:39.943 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:39 smithi135 ceph-mon[93152]: pgmap v2158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-10-08T05:38:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:39 smithi194 ceph-mon[104785]: pgmap v2158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-10-08T05:38:40.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:40.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:41.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:41.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:41 smithi194 ceph-mon[104785]: pgmap v2159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:38:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:41 smithi135 ceph-mon[93152]: pgmap v2159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:38:42.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:42.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:42.943 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:38:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:38:43.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:43.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:43 smithi194 ceph-mon[104785]: pgmap v2160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:38:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:38:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:38:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:38:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:38:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:38:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:38:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:43 smithi135 ceph-mon[93152]: pgmap v2160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:38:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:38:44.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:38:44.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:38:44.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:38:44.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:38:44.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:38:44.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:44.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:45.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:45.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:45 smithi194 ceph-mon[104785]: pgmap v2161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:45 smithi135 ceph-mon[93152]: pgmap v2161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:46.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:46.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:47.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:47.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:47 smithi194 ceph-mon[104785]: pgmap v2162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:47 smithi135 ceph-mon[93152]: pgmap v2162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:48.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:48.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:49.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:49.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:49.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:49 smithi194 ceph-mon[104785]: pgmap v2163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:49 smithi135 ceph-mon[93152]: pgmap v2163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:50.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:50.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:51.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:51.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:51.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:51 smithi194 ceph-mon[104785]: pgmap v2164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:38:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:51 smithi135 ceph-mon[93152]: pgmap v2164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:38:52.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:52.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:53.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:53.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:53 smithi194 ceph-mon[104785]: pgmap v2165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:53 smithi135 ceph-mon[93152]: pgmap v2165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:54.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:54.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:55.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:55.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:55 smithi194 ceph-mon[104785]: pgmap v2166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:55 smithi135 ceph-mon[93152]: pgmap v2166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:38:56.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:56.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:57.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:57.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:57.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:57 smithi135 ceph-mon[93152]: pgmap v2167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:57 smithi194 ceph-mon[104785]: pgmap v2167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:38:58.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:58.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:59.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:38:59.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:38:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:38:59 smithi194 ceph-mon[104785]: pgmap v2168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:00.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:38:59 smithi135 ceph-mon[93152]: pgmap v2168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:00.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:00.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:01.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:01.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:01 smithi194 ceph-mon[104785]: pgmap v2169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:39:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:01 smithi135 ceph-mon[93152]: pgmap v2169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:39:02.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:02.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:03.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:03.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:03 smithi194 ceph-mon[104785]: pgmap v2170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:03 smithi135 ceph-mon[93152]: pgmap v2170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:04.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:04.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:05.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:05.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:05 smithi194 ceph-mon[104785]: pgmap v2171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:05 smithi135 ceph-mon[93152]: pgmap v2171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:06.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:06.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:07.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:07.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:07 smithi194 ceph-mon[104785]: pgmap v2172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:07 smithi135 ceph-mon[93152]: pgmap v2172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:08.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:08.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:09.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:09.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:09 smithi194 ceph-mon[104785]: pgmap v2173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:09 smithi135 ceph-mon[93152]: pgmap v2173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:10.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:10.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:11.353 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:11.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:11.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:11 smithi194 ceph-mon[104785]: pgmap v2174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:39:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:11 smithi135 ceph-mon[93152]: pgmap v2174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:39:12.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:12.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:13.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:13.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:13 smithi194 ceph-mon[104785]: pgmap v2175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:13 smithi135 ceph-mon[93152]: pgmap v2175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:14.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:14.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:15.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:15.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:15 smithi194 ceph-mon[104785]: pgmap v2176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:15 smithi135 ceph-mon[93152]: pgmap v2176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:16.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:16.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:17.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:17.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:17 smithi194 ceph-mon[104785]: pgmap v2177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:17 smithi135 ceph-mon[93152]: pgmap v2177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:18.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:18.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:19.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:19.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:19 smithi194 ceph-mon[104785]: pgmap v2178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:19 smithi135 ceph-mon[93152]: pgmap v2178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:20.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:20.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:21.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:21.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:21 smithi194 ceph-mon[104785]: pgmap v2179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:39:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:21 smithi135 ceph-mon[93152]: pgmap v2179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:39:22.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:22.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:23.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:23.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:23 smithi194 ceph-mon[104785]: pgmap v2180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:23 smithi135 ceph-mon[93152]: pgmap v2180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:24.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:24.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:25.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:25.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:25 smithi194 ceph-mon[104785]: pgmap v2181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:25 smithi135 ceph-mon[93152]: pgmap v2181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:26.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:26.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:27.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:27.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:27 smithi135 ceph-mon[93152]: pgmap v2182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:28.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:28.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:27 smithi194 ceph-mon[104785]: pgmap v2182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:29.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:29.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:29 smithi135 ceph-mon[93152]: pgmap v2183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:30.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:30.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:29 smithi194 ceph-mon[104785]: pgmap v2183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:31.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:31.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:31 smithi135 ceph-mon[93152]: pgmap v2184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:39:32.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:32.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:31 smithi194 ceph-mon[104785]: pgmap v2184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:39:33.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:33.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:33 smithi135 ceph-mon[93152]: pgmap v2185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:34.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:34.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:33 smithi194 ceph-mon[104785]: pgmap v2185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:35.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:35.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:35 smithi135 ceph-mon[93152]: pgmap v2186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:36.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:36.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:35 smithi194 ceph-mon[104785]: pgmap v2186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:37.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:37.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:37 smithi135 ceph-mon[93152]: pgmap v2187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:38.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:38.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:37 smithi194 ceph-mon[104785]: pgmap v2187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:39.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:39.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:39 smithi135 ceph-mon[93152]: pgmap v2188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:40.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:40.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:39 smithi194 ceph-mon[104785]: pgmap v2188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:41.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:41.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:42.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:41 smithi135 ceph-mon[93152]: pgmap v2189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:39:42.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:42.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:41 smithi194 ceph-mon[104785]: pgmap v2189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:39:43.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:43.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:43 smithi194 ceph-mon[104785]: pgmap v2190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:39:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:43 smithi135 ceph-mon[93152]: pgmap v2190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:39:44.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:44.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:39:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:39:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:39:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:39:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:39:45.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:45.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:39:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:39:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:39:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:39:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:39:46.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:46.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:45 smithi194 ceph-mon[104785]: pgmap v2191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:45 smithi135 ceph-mon[93152]: pgmap v2191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:47.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:47.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:48.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:48.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:47 smithi194 ceph-mon[104785]: pgmap v2192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:47 smithi135 ceph-mon[93152]: pgmap v2192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:49.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:49.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:50.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:50.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:49 smithi194 ceph-mon[104785]: pgmap v2193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:49 smithi135 ceph-mon[93152]: pgmap v2193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:51.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:51.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:52.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:52.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:51 smithi194 ceph-mon[104785]: pgmap v2194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:39:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:51 smithi135 ceph-mon[93152]: pgmap v2194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:39:53.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:53.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:53 smithi194 ceph-mon[104785]: pgmap v2195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:54.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:54.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:53 smithi135 ceph-mon[93152]: pgmap v2195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:55.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:55.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:56.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:56.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:55 smithi194 ceph-mon[104785]: pgmap v2196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:55 smithi135 ceph-mon[93152]: pgmap v2196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:39:57.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:57.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:58.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:58.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:39:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:57 smithi194 ceph-mon[104785]: pgmap v2197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:57 smithi135 ceph-mon[93152]: pgmap v2197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:39:59.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:39:59.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:00.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:00.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:39:59 smithi194 ceph-mon[104785]: pgmap v2198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:39:59 smithi135 ceph-mon[93152]: pgmap v2198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:01.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T05:40:01.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:01.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T05:40:02.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:02.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:01 smithi194 ceph-mon[104785]: pgmap v2199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:40:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:01 smithi135 ceph-mon[93152]: pgmap v2199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:40:03.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:03.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:04.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:04.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:03 smithi194 ceph-mon[104785]: pgmap v2200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:04.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:03 smithi135 ceph-mon[93152]: pgmap v2200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:05.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:05.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:06.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:06.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:05 smithi194 ceph-mon[104785]: pgmap v2201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:05 smithi135 ceph-mon[93152]: pgmap v2201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:07.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:07.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:07 smithi194 ceph-mon[104785]: pgmap v2202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:08.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:08.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:07 smithi135 ceph-mon[93152]: pgmap v2202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:09.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:09.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:09 smithi194 ceph-mon[104785]: pgmap v2203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:10.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:10.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:09 smithi135 ceph-mon[93152]: pgmap v2203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:11.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:11.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:11 smithi194 ceph-mon[104785]: pgmap v2204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:40:12.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:12.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:11 smithi135 ceph-mon[93152]: pgmap v2204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:40:13.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:13.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:13 smithi135 ceph-mon[93152]: pgmap v2205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:13 smithi194 ceph-mon[104785]: pgmap v2205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:14.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:14.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:15.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:15.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:15 smithi194 ceph-mon[104785]: pgmap v2206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:16.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:16.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:15 smithi135 ceph-mon[93152]: pgmap v2206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:17.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:17.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:17 smithi194 ceph-mon[104785]: pgmap v2207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:18.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:18.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:17 smithi135 ceph-mon[93152]: pgmap v2207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:19.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:19.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:19 smithi194 ceph-mon[104785]: pgmap v2208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:20.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:20.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:19 smithi135 ceph-mon[93152]: pgmap v2208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:21.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:21.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:21 smithi194 ceph-mon[104785]: pgmap v2209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:40:22.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:22.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:21 smithi135 ceph-mon[93152]: pgmap v2209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:40:23.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:23.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:23 smithi194 ceph-mon[104785]: pgmap v2210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:24.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:24.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:23 smithi135 ceph-mon[93152]: pgmap v2210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:25.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:25.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:25 smithi194 ceph-mon[104785]: pgmap v2211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:26.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:26.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:25 smithi135 ceph-mon[93152]: pgmap v2211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:27.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:27.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:27 smithi194 ceph-mon[104785]: pgmap v2212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:28.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:28.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:27 smithi135 ceph-mon[93152]: pgmap v2212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:29.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:29.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:29 smithi194 ceph-mon[104785]: pgmap v2213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:30.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:30.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:29 smithi135 ceph-mon[93152]: pgmap v2213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:31.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:31.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:31 smithi194 ceph-mon[104785]: pgmap v2214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:40:32.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:32.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:31 smithi135 ceph-mon[93152]: pgmap v2214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:40:33.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:33.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:33 smithi194 ceph-mon[104785]: pgmap v2215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:34.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:34.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:33 smithi135 ceph-mon[93152]: pgmap v2215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:35.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:35.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:35 smithi194 ceph-mon[104785]: pgmap v2216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:36.682 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:35 smithi135 ceph-mon[93152]: pgmap v2216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:36.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:36.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:37.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:37.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:38.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:37 smithi194 ceph-mon[104785]: pgmap v2217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:38.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:37 smithi135 ceph-mon[93152]: pgmap v2217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:38.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:38.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:39.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:39.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:39 smithi194 ceph-mon[104785]: pgmap v2218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:39 smithi135 ceph-mon[93152]: pgmap v2218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:40.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:40.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:41.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:41.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:41 smithi194 ceph-mon[104785]: pgmap v2219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:40:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:41 smithi135 ceph-mon[93152]: pgmap v2219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:40:42.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:42.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:43.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:43.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:44.196 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:43 smithi194 ceph-mon[104785]: pgmap v2220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:44.196 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:40:44.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:43 smithi135 ceph-mon[93152]: pgmap v2220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:44.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:40:44.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:44.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:45.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:45.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:45 smithi194 ceph-mon[104785]: pgmap v2221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:40:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:40:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:40:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:40:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:40:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:40:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:40:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:45 smithi135 ceph-mon[93152]: pgmap v2221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:40:45.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:40:45.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:40:45.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:40:45.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:40:45.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:40:45.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:40:46.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:46.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:47.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:47.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:47 smithi194 ceph-mon[104785]: pgmap v2222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:47 smithi135 ceph-mon[93152]: pgmap v2222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:48.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:48.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:49.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:49.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:49 smithi194 ceph-mon[104785]: pgmap v2223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:49 smithi135 ceph-mon[93152]: pgmap v2223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:50.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:50.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:51.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:51.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:51.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:51 smithi194 ceph-mon[104785]: pgmap v2224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:40:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:51 smithi135 ceph-mon[93152]: pgmap v2224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:40:52.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:52.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:53.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:53.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:53 smithi194 ceph-mon[104785]: pgmap v2225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:53 smithi135 ceph-mon[93152]: pgmap v2225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:54.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:54.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:55.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:55.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:55 smithi194 ceph-mon[104785]: pgmap v2226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:55 smithi135 ceph-mon[93152]: pgmap v2226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:40:56.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:56.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:57.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:57.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:57 smithi194 ceph-mon[104785]: pgmap v2227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:57 smithi135 ceph-mon[93152]: pgmap v2227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:40:58.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:58.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:59.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:40:59.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:40:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:40:59 smithi194 ceph-mon[104785]: pgmap v2228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:40:59 smithi135 ceph-mon[93152]: pgmap v2228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:00.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:00.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:01.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:01.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:01 smithi194 ceph-mon[104785]: pgmap v2229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:41:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:01 smithi135 ceph-mon[93152]: pgmap v2229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:41:02.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:02.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:03.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:03.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:03 smithi194 ceph-mon[104785]: pgmap v2230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:03 smithi135 ceph-mon[93152]: pgmap v2230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:04.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:04.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:05.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:05.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:05 smithi194 ceph-mon[104785]: pgmap v2231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:05 smithi135 ceph-mon[93152]: pgmap v2231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:06.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:06.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:07.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:07.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:07.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:07 smithi194 ceph-mon[104785]: pgmap v2232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:07 smithi135 ceph-mon[93152]: pgmap v2232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:08.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:08.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:09.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:09.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:09 smithi194 ceph-mon[104785]: pgmap v2233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:09 smithi135 ceph-mon[93152]: pgmap v2233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:10.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:10.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:11.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:11.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:11 smithi194 ceph-mon[104785]: pgmap v2234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:41:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:11 smithi135 ceph-mon[93152]: pgmap v2234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:41:12.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:12.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:13.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:13.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:13 smithi194 ceph-mon[104785]: pgmap v2235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:13 smithi135 ceph-mon[93152]: pgmap v2235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:14.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:14.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:15.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:15.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:15 smithi194 ceph-mon[104785]: pgmap v2236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:15 smithi135 ceph-mon[93152]: pgmap v2236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:16.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:16.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:17.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:17.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:17 smithi194 ceph-mon[104785]: pgmap v2237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:17 smithi135 ceph-mon[93152]: pgmap v2237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:18.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:18.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:19.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:19.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:19 smithi194 ceph-mon[104785]: pgmap v2238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:19 smithi135 ceph-mon[93152]: pgmap v2238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:20.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:20.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:21.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:21.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:21 smithi194 ceph-mon[104785]: pgmap v2239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:41:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:21 smithi135 ceph-mon[93152]: pgmap v2239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:41:22.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:22.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:23.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:23.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:23 smithi194 ceph-mon[104785]: pgmap v2240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:23 smithi135 ceph-mon[93152]: pgmap v2240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:24.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:24.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:25.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:25.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:25 smithi194 ceph-mon[104785]: pgmap v2241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:25 smithi135 ceph-mon[93152]: pgmap v2241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:26.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:26.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:27.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:27.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:27 smithi194 ceph-mon[104785]: pgmap v2242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:27 smithi135 ceph-mon[93152]: pgmap v2242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:28.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:28.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:29.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:29.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:29.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:29 smithi194 ceph-mon[104785]: pgmap v2243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:29 smithi135 ceph-mon[93152]: pgmap v2243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:30.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:30.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:31.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:31.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:31 smithi194 ceph-mon[104785]: pgmap v2244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:41:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:31 smithi135 ceph-mon[93152]: pgmap v2244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:41:32.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:32.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:33.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:33.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:33 smithi194 ceph-mon[104785]: pgmap v2245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:33 smithi135 ceph-mon[93152]: pgmap v2245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:34.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:34.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:35.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:35.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:35 smithi194 ceph-mon[104785]: pgmap v2246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:35 smithi135 ceph-mon[93152]: pgmap v2246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:36.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:36.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:37.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:37.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:37 smithi194 ceph-mon[104785]: pgmap v2247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:37 smithi135 ceph-mon[93152]: pgmap v2247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:38.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:38.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:39.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:39.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:39 smithi194 ceph-mon[104785]: pgmap v2248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:39 smithi135 ceph-mon[93152]: pgmap v2248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:40.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:40.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:41.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:41.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:41.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:41 smithi194 ceph-mon[104785]: pgmap v2249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:41:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:41 smithi135 ceph-mon[93152]: pgmap v2249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:41:42.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:42.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:43.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:43.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:43 smithi194 ceph-mon[104785]: pgmap v2250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:43 smithi135 ceph-mon[93152]: pgmap v2250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:44.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:44.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:45.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:45.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:45 smithi194 ceph-mon[104785]: pgmap v2251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:41:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:41:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:41:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:41:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:41:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:41:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:45 smithi135 ceph-mon[93152]: pgmap v2251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:41:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:41:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:41:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:41:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:41:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:41:46.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:46.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:47.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:47.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:47.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:47 smithi194 ceph-mon[104785]: pgmap v2252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:47 smithi135 ceph-mon[93152]: pgmap v2252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:48.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:48.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:49.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:49.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:49 smithi135 ceph-mon[93152]: pgmap v2253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:49 smithi194 ceph-mon[104785]: pgmap v2253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:50.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:50.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:51.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:51.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:51 smithi135 ceph-mon[93152]: pgmap v2254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:41:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:51 smithi194 ceph-mon[104785]: pgmap v2254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:41:52.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:52.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:53.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:53.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:53 smithi135 ceph-mon[93152]: pgmap v2255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:53 smithi194 ceph-mon[104785]: pgmap v2255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:54.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:54.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:55.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:55.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:55 smithi135 ceph-mon[93152]: pgmap v2256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:55 smithi194 ceph-mon[104785]: pgmap v2256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:41:56.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:56.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:57.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:57.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:57 smithi135 ceph-mon[93152]: pgmap v2257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:57 smithi194 ceph-mon[104785]: pgmap v2257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:41:58.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:58.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:59.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:41:59.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:41:59.988 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:41:59 smithi194 ceph-mon[104785]: pgmap v2258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:41:59 smithi135 ceph-mon[93152]: pgmap v2258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:00.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:00.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:01.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:01.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:01 smithi135 ceph-mon[93152]: pgmap v2259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:42:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:01 smithi194 ceph-mon[104785]: pgmap v2259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:42:02.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:02.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:03.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:03.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:03 smithi135 ceph-mon[93152]: pgmap v2260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:03 smithi194 ceph-mon[104785]: pgmap v2260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:04.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:04.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:05.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:05.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:05 smithi135 ceph-mon[93152]: pgmap v2261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:05 smithi194 ceph-mon[104785]: pgmap v2261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:06.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:06.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:07.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:07.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:07 smithi135 ceph-mon[93152]: pgmap v2262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:07 smithi194 ceph-mon[104785]: pgmap v2262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:08.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:08.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:09.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:09.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:09 smithi135 ceph-mon[93152]: pgmap v2263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:10.093 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:09 smithi194 ceph-mon[104785]: pgmap v2263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:10.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:10.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:11.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:11.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:11 smithi135 ceph-mon[93152]: pgmap v2264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:42:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:11 smithi194 ceph-mon[104785]: pgmap v2264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:42:12.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:12.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:13.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:13.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:13 smithi135 ceph-mon[93152]: pgmap v2265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:13 smithi194 ceph-mon[104785]: pgmap v2265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:14.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:14.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:15.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:15.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:15 smithi135 ceph-mon[93152]: pgmap v2266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:15 smithi194 ceph-mon[104785]: pgmap v2266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:16.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:16.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:17.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:17.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:17 smithi194 ceph-mon[104785]: pgmap v2267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:17 smithi135 ceph-mon[93152]: pgmap v2267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:18.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:18.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:19.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:19.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:20.199 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:19 smithi194 ceph-mon[104785]: pgmap v2268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:19 smithi135 ceph-mon[93152]: pgmap v2268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:20.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:20.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:21.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:22.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:22.529 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:21 smithi194 ceph-mon[104785]: pgmap v2269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:42:22.529 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:21 smithi135 ceph-mon[93152]: pgmap v2269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:42:22.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:22.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:23.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:23.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:23 smithi194 ceph-mon[104785]: pgmap v2270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:23 smithi135 ceph-mon[93152]: pgmap v2270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:24.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:24.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:25.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:25.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:25 smithi194 ceph-mon[104785]: pgmap v2271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:25 smithi135 ceph-mon[93152]: pgmap v2271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:26.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:26.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:27.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:27.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:27 smithi194 ceph-mon[104785]: pgmap v2272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:27 smithi135 ceph-mon[93152]: pgmap v2272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:28.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:28.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:29.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:29.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:29 smithi194 ceph-mon[104785]: pgmap v2273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:29 smithi135 ceph-mon[93152]: pgmap v2273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:30.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:30.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:31.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:31.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:31 smithi194 ceph-mon[104785]: pgmap v2274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:42:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:31 smithi135 ceph-mon[93152]: pgmap v2274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:42:32.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:32.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:33.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:33.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:33 smithi194 ceph-mon[104785]: pgmap v2275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:33 smithi135 ceph-mon[93152]: pgmap v2275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:34.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:34.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:35.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:35.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:35 smithi194 ceph-mon[104785]: pgmap v2276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:35 smithi135 ceph-mon[93152]: pgmap v2276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:36.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:36.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:37.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:37.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:37 smithi194 ceph-mon[104785]: pgmap v2277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:37 smithi135 ceph-mon[93152]: pgmap v2277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:38.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:38.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:39.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:39.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:40.108 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:39 smithi135 ceph-mon[93152]: pgmap v2278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:39 smithi194 ceph-mon[104785]: pgmap v2278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:40.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:40.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:41.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:41.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:41 smithi194 ceph-mon[104785]: pgmap v2279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:42:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:41 smithi135 ceph-mon[93152]: pgmap v2279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:42:42.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:42.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:43.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:43.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:43 smithi194 ceph-mon[104785]: pgmap v2280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:43 smithi135 ceph-mon[93152]: pgmap v2280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:44.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:44.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:45.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:45.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:45 smithi194 ceph-mon[104785]: pgmap v2281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:42:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:45 smithi135 ceph-mon[93152]: pgmap v2281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:46.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:42:46.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:46.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:42:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:42:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:42:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:42:47.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:42:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:42:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:42:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:42:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:42:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:42:47.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:47.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:47 smithi194 ceph-mon[104785]: pgmap v2282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:47 smithi135 ceph-mon[93152]: pgmap v2282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:48.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:48.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:49.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:49.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:50.206 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:49 smithi135 ceph-mon[93152]: pgmap v2283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:49 smithi194 ceph-mon[104785]: pgmap v2283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:50.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:50.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:51.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:51.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:51 smithi194 ceph-mon[104785]: pgmap v2284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:42:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:51 smithi135 ceph-mon[93152]: pgmap v2284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:42:52.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:52.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:53.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:53.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:53 smithi194 ceph-mon[104785]: pgmap v2285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:53 smithi135 ceph-mon[93152]: pgmap v2285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:54.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:54.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:55.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:55.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:55 smithi194 ceph-mon[104785]: pgmap v2286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:55 smithi135 ceph-mon[93152]: pgmap v2286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:42:56.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:56.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:57.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:57.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:57 smithi194 ceph-mon[104785]: pgmap v2287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:57 smithi135 ceph-mon[93152]: pgmap v2287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:42:58.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:58.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:42:59.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:42:59.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:42:59 smithi194 ceph-mon[104785]: pgmap v2288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:42:59 smithi135 ceph-mon[93152]: pgmap v2288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:00.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:00.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:01.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:01.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:01 smithi194 ceph-mon[104785]: pgmap v2289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:43:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:01 smithi135 ceph-mon[93152]: pgmap v2289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:43:02.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:02.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:03.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:03.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:03 smithi194 ceph-mon[104785]: pgmap v2290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:03 smithi135 ceph-mon[93152]: pgmap v2290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:04.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:04.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:05.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:05.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:05 smithi194 ceph-mon[104785]: pgmap v2291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:05 smithi135 ceph-mon[93152]: pgmap v2291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:06.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:06.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:07.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:07.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:07 smithi194 ceph-mon[104785]: pgmap v2292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:07 smithi135 ceph-mon[93152]: pgmap v2292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:08.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:08.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:09.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:09.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:09 smithi194 ceph-mon[104785]: pgmap v2293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:09 smithi135 ceph-mon[93152]: pgmap v2293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:10.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:10.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:11.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:11.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:11 smithi194 ceph-mon[104785]: pgmap v2294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:43:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:11 smithi135 ceph-mon[93152]: pgmap v2294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:43:12.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:12.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:13.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:13.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:13 smithi194 ceph-mon[104785]: pgmap v2295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:13 smithi135 ceph-mon[93152]: pgmap v2295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:14.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:14.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:15.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:15.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:15 smithi194 ceph-mon[104785]: pgmap v2296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:15 smithi135 ceph-mon[93152]: pgmap v2296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:16.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:16.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:17.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:17.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:17 smithi194 ceph-mon[104785]: pgmap v2297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:17 smithi135 ceph-mon[93152]: pgmap v2297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:18.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:18.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:19.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:19.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:19 smithi194 ceph-mon[104785]: pgmap v2298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:19 smithi135 ceph-mon[93152]: pgmap v2298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:20.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:20.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:21.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:21.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:21 smithi194 ceph-mon[104785]: pgmap v2299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:43:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:21 smithi135 ceph-mon[93152]: pgmap v2299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:43:22.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:22.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:23.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:23.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:23 smithi194 ceph-mon[104785]: pgmap v2300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:23 smithi135 ceph-mon[93152]: pgmap v2300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:24.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:24.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:25.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:25.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:25 smithi194 ceph-mon[104785]: pgmap v2301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:25 smithi135 ceph-mon[93152]: pgmap v2301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:26.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:26.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:27.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:27.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:27 smithi194 ceph-mon[104785]: pgmap v2302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:27 smithi135 ceph-mon[93152]: pgmap v2302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:28.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:28.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:29.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:29.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:29 smithi194 ceph-mon[104785]: pgmap v2303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:29 smithi135 ceph-mon[93152]: pgmap v2303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:30.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:30.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:31.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:31.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:31 smithi194 ceph-mon[104785]: pgmap v2304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:43:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:31 smithi135 ceph-mon[93152]: pgmap v2304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:43:32.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:32.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:33.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:33.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:33 smithi194 ceph-mon[104785]: pgmap v2305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:33 smithi135 ceph-mon[93152]: pgmap v2305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:34.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:34.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:35.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:35.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:35 smithi135 ceph-mon[93152]: pgmap v2306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:35 smithi194 ceph-mon[104785]: pgmap v2306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:36.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:36.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:37.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:37.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:37 smithi194 ceph-mon[104785]: pgmap v2307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:37 smithi135 ceph-mon[93152]: pgmap v2307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:38.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:38.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:39.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:39.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:39 smithi194 ceph-mon[104785]: pgmap v2308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:39 smithi135 ceph-mon[93152]: pgmap v2308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:40.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:40.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:41.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:41.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:41 smithi194 ceph-mon[104785]: pgmap v2309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:43:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:41 smithi135 ceph-mon[93152]: pgmap v2309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:43:42.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:42.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:43.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:43.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:43 smithi194 ceph-mon[104785]: pgmap v2310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:43 smithi135 ceph-mon[93152]: pgmap v2310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:44.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:44.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:45.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:45.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:45 smithi135 ceph-mon[93152]: pgmap v2311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:45 smithi194 ceph-mon[104785]: pgmap v2311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:46.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:46.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:43:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:43:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:43:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:43:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:43:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:43:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:43:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:43:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:43:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:43:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:43:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:43:47.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:47.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:47 smithi194 ceph-mon[104785]: pgmap v2312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:47 smithi135 ceph-mon[93152]: pgmap v2312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:48.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:48.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:49.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:49.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:49 smithi194 ceph-mon[104785]: pgmap v2313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:49 smithi135 ceph-mon[93152]: pgmap v2313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:50.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:50.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:51.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:51.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:51 smithi194 ceph-mon[104785]: pgmap v2314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:43:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:51 smithi135 ceph-mon[93152]: pgmap v2314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:43:52.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:52.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:53.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:53.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:53 smithi194 ceph-mon[104785]: pgmap v2315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:53 smithi135 ceph-mon[93152]: pgmap v2315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:54.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:54.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:55.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:55.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:56.198 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:55 smithi194 ceph-mon[104785]: pgmap v2316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:56.198 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:55 smithi135 ceph-mon[93152]: pgmap v2316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:43:56.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:56.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:57.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:57.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:57 smithi194 ceph-mon[104785]: pgmap v2317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:57 smithi135 ceph-mon[93152]: pgmap v2317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:43:58.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:58.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:43:59.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:43:59.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:43:59 smithi194 ceph-mon[104785]: pgmap v2318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:43:59 smithi135 ceph-mon[93152]: pgmap v2318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:00.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:00.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:01.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:01.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:01 smithi194 ceph-mon[104785]: pgmap v2319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:44:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:01 smithi135 ceph-mon[93152]: pgmap v2319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:44:02.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:02.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:03.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:03.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:03 smithi194 ceph-mon[104785]: pgmap v2320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:03 smithi135 ceph-mon[93152]: pgmap v2320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:04.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:04.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:05.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:05.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:05 smithi194 ceph-mon[104785]: pgmap v2321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:05 smithi135 ceph-mon[93152]: pgmap v2321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:06.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:06.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:07.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:07.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:07 smithi194 ceph-mon[104785]: pgmap v2322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:07 smithi135 ceph-mon[93152]: pgmap v2322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:08.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:08.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:09.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:09.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:09 smithi194 ceph-mon[104785]: pgmap v2323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:09 smithi135 ceph-mon[93152]: pgmap v2323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:10.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:10.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:11.355 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:11.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:11.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:11 smithi135 ceph-mon[93152]: pgmap v2324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:44:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:11 smithi194 ceph-mon[104785]: pgmap v2324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:44:12.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:12.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:13.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:13.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:14.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:13 smithi135 ceph-mon[93152]: pgmap v2325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:13 smithi194 ceph-mon[104785]: pgmap v2325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:14.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:14.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:15.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:15.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:15 smithi135 ceph-mon[93152]: pgmap v2326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:16.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:15 smithi194 ceph-mon[104785]: pgmap v2326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:16.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:16.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:17.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:17.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:17 smithi135 ceph-mon[93152]: pgmap v2327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:17 smithi194 ceph-mon[104785]: pgmap v2327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:18.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:18.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:19.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:19.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:19 smithi135 ceph-mon[93152]: pgmap v2328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:19 smithi194 ceph-mon[104785]: pgmap v2328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:20.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:20.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:21.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:21.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:21 smithi135 ceph-mon[93152]: pgmap v2329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:44:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:21 smithi194 ceph-mon[104785]: pgmap v2329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:44:22.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:22.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:23.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:23.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:23 smithi135 ceph-mon[93152]: pgmap v2330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:23 smithi194 ceph-mon[104785]: pgmap v2330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:24.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:24.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:25.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:25.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:25 smithi135 ceph-mon[93152]: pgmap v2331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:25 smithi194 ceph-mon[104785]: pgmap v2331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:26.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:26.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:27.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:27.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:27 smithi135 ceph-mon[93152]: pgmap v2332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:27 smithi194 ceph-mon[104785]: pgmap v2332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:28.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:28.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:29.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:29.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:29 smithi135 ceph-mon[93152]: pgmap v2333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:29 smithi194 ceph-mon[104785]: pgmap v2333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:30.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:30.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:31.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:31.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:31 smithi135 ceph-mon[93152]: pgmap v2334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:44:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:31 smithi194 ceph-mon[104785]: pgmap v2334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:44:32.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:32.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:33.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:33.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:33 smithi135 ceph-mon[93152]: pgmap v2335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:33 smithi194 ceph-mon[104785]: pgmap v2335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:34.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:34.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:35.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:35.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:36 smithi135 ceph-mon[93152]: pgmap v2336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:36 smithi194 ceph-mon[104785]: pgmap v2336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:36.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:36.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:37.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:37.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:38 smithi135 ceph-mon[93152]: pgmap v2337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:38 smithi194 ceph-mon[104785]: pgmap v2337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:38.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:38.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:39.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:39.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:40 smithi194 ceph-mon[104785]: pgmap v2338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:40 smithi135 ceph-mon[93152]: pgmap v2338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:40.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:40.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:41.292 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:41.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:41.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:42 smithi194 ceph-mon[104785]: pgmap v2339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:44:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:42 smithi135 ceph-mon[93152]: pgmap v2339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:44:42.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:42.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:43.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:43.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:44 smithi194 ceph-mon[104785]: pgmap v2340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:44 smithi135 ceph-mon[93152]: pgmap v2340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:44.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:44.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:45.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:45.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:46.341 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:46 smithi135 ceph-mon[93152]: pgmap v2341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:46 smithi194 ceph-mon[104785]: pgmap v2341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:46.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:46.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:47.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:47.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:47 smithi194 ceph-mon[104785]: pgmap v2342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:44:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:44:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:44:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:44:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:44:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:44:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:47 smithi135 ceph-mon[93152]: pgmap v2342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:44:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:44:48.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:44:48.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:44:48.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:44:48.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:44:48.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:48.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:49.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:49.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:49.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:49 smithi194 ceph-mon[104785]: pgmap v2343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:49 smithi135 ceph-mon[93152]: pgmap v2343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:50.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:50.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:51.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:51.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:51 smithi194 ceph-mon[104785]: pgmap v2344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:44:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:51 smithi135 ceph-mon[93152]: pgmap v2344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:44:52.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:52.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:53.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:53.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:53 smithi194 ceph-mon[104785]: pgmap v2345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:53 smithi135 ceph-mon[93152]: pgmap v2345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:54.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:54.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:55.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:55.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:55 smithi194 ceph-mon[104785]: pgmap v2346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:55 smithi135 ceph-mon[93152]: pgmap v2346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:44:56.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:56.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:57.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:57.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:57 smithi194 ceph-mon[104785]: pgmap v2347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:57 smithi135 ceph-mon[93152]: pgmap v2347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:44:58.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:58.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:59.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:44:59.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:44:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:44:59 smithi194 ceph-mon[104785]: pgmap v2348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:44:59 smithi135 ceph-mon[93152]: pgmap v2348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:00.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:00.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:01.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:01.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:01 smithi135 ceph-mon[93152]: pgmap v2349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:45:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:01 smithi194 ceph-mon[104785]: pgmap v2349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:45:02.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:02.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:03.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:03.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:03 smithi194 ceph-mon[104785]: pgmap v2350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:03 smithi135 ceph-mon[93152]: pgmap v2350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:04.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:04.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:05.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:05.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:05 smithi194 ceph-mon[104785]: pgmap v2351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:05 smithi135 ceph-mon[93152]: pgmap v2351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:06.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:06.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:07.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:07.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:07 smithi194 ceph-mon[104785]: pgmap v2352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:07 smithi135 ceph-mon[93152]: pgmap v2352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:08.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:08.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:09.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:09.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:09 smithi194 ceph-mon[104785]: pgmap v2353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:09 smithi135 ceph-mon[93152]: pgmap v2353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:10.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:10.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:11.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:11.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:11 smithi194 ceph-mon[104785]: pgmap v2354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:45:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:11 smithi135 ceph-mon[93152]: pgmap v2354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:45:12.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:12.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:13.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:13.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:13 smithi194 ceph-mon[104785]: pgmap v2355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:13 smithi135 ceph-mon[93152]: pgmap v2355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:14.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:14.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:15.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:15.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:15 smithi135 ceph-mon[93152]: pgmap v2356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:15 smithi194 ceph-mon[104785]: pgmap v2356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:16.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:16.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:17.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:17.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:17 smithi135 ceph-mon[93152]: pgmap v2357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:17 smithi194 ceph-mon[104785]: pgmap v2357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:18.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:18.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:19.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:19.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:19 smithi135 ceph-mon[93152]: pgmap v2358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:19 smithi194 ceph-mon[104785]: pgmap v2358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:20.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:20.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:21.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:21.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:21 smithi135 ceph-mon[93152]: pgmap v2359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:45:22.088 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:21 smithi194 ceph-mon[104785]: pgmap v2359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:45:22.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:22.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:23.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:23.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:23 smithi135 ceph-mon[93152]: pgmap v2360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:23 smithi194 ceph-mon[104785]: pgmap v2360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:24.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:24.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:25.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:25.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:25 smithi135 ceph-mon[93152]: pgmap v2361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:25 smithi194 ceph-mon[104785]: pgmap v2361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:26.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:26.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:27.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:27.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:27 smithi135 ceph-mon[93152]: pgmap v2362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:27 smithi194 ceph-mon[104785]: pgmap v2362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:28.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:28.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:29.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:29.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:29 smithi135 ceph-mon[93152]: pgmap v2363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:29 smithi194 ceph-mon[104785]: pgmap v2363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:30.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:30.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:31.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:31.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:31 smithi135 ceph-mon[93152]: pgmap v2364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:45:32.193 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:31 smithi194 ceph-mon[104785]: pgmap v2364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:45:32.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:32.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:33.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:33.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:33 smithi135 ceph-mon[93152]: pgmap v2365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:33 smithi194 ceph-mon[104785]: pgmap v2365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:34.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:34.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:35.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:35.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:35 smithi135 ceph-mon[93152]: pgmap v2366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:35 smithi194 ceph-mon[104785]: pgmap v2366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:36.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:36.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:37.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:37.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:37 smithi135 ceph-mon[93152]: pgmap v2367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:37 smithi194 ceph-mon[104785]: pgmap v2367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:38.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:38.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:39.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:39.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:39 smithi135 ceph-mon[93152]: pgmap v2368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:39 smithi194 ceph-mon[104785]: pgmap v2368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:40.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:40.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:41.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:41.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:41 smithi135 ceph-mon[93152]: pgmap v2369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:45:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:41 smithi194 ceph-mon[104785]: pgmap v2369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:45:42.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:42.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:43.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:43.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:43 smithi135 ceph-mon[93152]: pgmap v2370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:43 smithi194 ceph-mon[104785]: pgmap v2370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:44.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:44.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:45.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:45.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:45 smithi194 ceph-mon[104785]: pgmap v2371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:45 smithi135 ceph-mon[93152]: pgmap v2371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:46.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:46.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:47.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:47.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:47 smithi194 ceph-mon[104785]: pgmap v2372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:45:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:47 smithi135 ceph-mon[93152]: pgmap v2372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:45:48.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:48.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:49.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:49.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:49 smithi194 ceph-mon[104785]: pgmap v2373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:49 smithi135 ceph-mon[93152]: pgmap v2373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:50.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:50.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:51.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:51.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:51 smithi194 ceph-mon[104785]: pgmap v2374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:45:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:51 smithi135 ceph-mon[93152]: pgmap v2374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:45:52.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:52.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:45:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:45:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:53 smithi194 ceph-mon[104785]: pgmap v2375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:45:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:45:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:45:53.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:45:53.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:45:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:45:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:45:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:53 smithi135 ceph-mon[93152]: pgmap v2375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:45:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:45:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:45:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:45:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:45:53.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:53.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:54.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:54.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:55 smithi194 ceph-mon[104785]: pgmap v2376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:55 smithi135 ceph-mon[93152]: pgmap v2376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:45:55.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:55.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:56.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:56.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:57.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:57 smithi194 ceph-mon[104785]: pgmap v2377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:57.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:57.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:57 smithi135 ceph-mon[93152]: pgmap v2377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:45:58.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:58.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:59.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:45:59.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:45:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:45:59 smithi194 ceph-mon[104785]: pgmap v2378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:45:59 smithi135 ceph-mon[93152]: pgmap v2378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:00.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:00.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:01.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:01.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:01 smithi194 ceph-mon[104785]: pgmap v2379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:46:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:01 smithi135 ceph-mon[93152]: pgmap v2379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:46:02.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:02.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:03.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:03.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:03 smithi194 ceph-mon[104785]: pgmap v2380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:03 smithi135 ceph-mon[93152]: pgmap v2380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:04.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:04.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:05.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:05.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:05 smithi194 ceph-mon[104785]: pgmap v2381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:05 smithi135 ceph-mon[93152]: pgmap v2381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:06.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:06.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:07.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:07.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:07.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:07 smithi194 ceph-mon[104785]: pgmap v2382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:07 smithi135 ceph-mon[93152]: pgmap v2382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:08.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:08.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:09.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:09.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:09 smithi194 ceph-mon[104785]: pgmap v2383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:10.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:09 smithi135 ceph-mon[93152]: pgmap v2383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:10.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:10.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:11.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:11.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:11 smithi135 ceph-mon[93152]: pgmap v2384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:46:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:11 smithi194 ceph-mon[104785]: pgmap v2384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:46:12.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:12.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:13.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:13.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:13 smithi135 ceph-mon[93152]: pgmap v2385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:13 smithi194 ceph-mon[104785]: pgmap v2385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:14.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:14.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:15.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:15.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:15 smithi135 ceph-mon[93152]: pgmap v2386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:15 smithi194 ceph-mon[104785]: pgmap v2386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:16.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:16.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:17.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:17.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:17 smithi194 ceph-mon[104785]: pgmap v2387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:17 smithi135 ceph-mon[93152]: pgmap v2387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:18.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:18.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:19.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:19.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:19 smithi135 ceph-mon[93152]: pgmap v2388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:19 smithi194 ceph-mon[104785]: pgmap v2388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:20.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:20.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:21.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:21.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:21 smithi135 ceph-mon[93152]: pgmap v2389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:46:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:21 smithi194 ceph-mon[104785]: pgmap v2389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:46:22.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:22.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:23.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:23.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:23 smithi135 ceph-mon[93152]: pgmap v2390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:23 smithi194 ceph-mon[104785]: pgmap v2390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:24.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:24.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:25.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:25.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:25 smithi135 ceph-mon[93152]: pgmap v2391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:25 smithi194 ceph-mon[104785]: pgmap v2391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:26.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:26.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:27.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:27.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:27 smithi135 ceph-mon[93152]: pgmap v2392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:27 smithi194 ceph-mon[104785]: pgmap v2392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:28.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:28.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:29.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:29.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:29 smithi135 ceph-mon[93152]: pgmap v2393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:29 smithi194 ceph-mon[104785]: pgmap v2393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:30.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:30.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:31.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:31.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:31 smithi135 ceph-mon[93152]: pgmap v2394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:46:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:31 smithi194 ceph-mon[104785]: pgmap v2394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:46:32.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:32.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:33.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:33.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:33 smithi135 ceph-mon[93152]: pgmap v2395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:33 smithi194 ceph-mon[104785]: pgmap v2395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:34.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:34.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:35.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:35.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:35 smithi135 ceph-mon[93152]: pgmap v2396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:35 smithi194 ceph-mon[104785]: pgmap v2396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:36.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:36.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:37.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:37.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:37 smithi135 ceph-mon[93152]: pgmap v2397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:37 smithi194 ceph-mon[104785]: pgmap v2397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:38.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:38.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:39.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:39.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:39 smithi135 ceph-mon[93152]: pgmap v2398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:39 smithi194 ceph-mon[104785]: pgmap v2398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:40.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:40.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:41.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:41.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:41 smithi194 ceph-mon[104785]: pgmap v2399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:46:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:41 smithi135 ceph-mon[93152]: pgmap v2399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:46:42.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:42.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:43.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:43.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:43 smithi194 ceph-mon[104785]: pgmap v2400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:43 smithi135 ceph-mon[93152]: pgmap v2400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:44.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:44.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:45.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:45.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:45 smithi194 ceph-mon[104785]: pgmap v2401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:45 smithi135 ceph-mon[93152]: pgmap v2401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:46.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:46.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:47.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:47.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:47 smithi135 ceph-mon[93152]: pgmap v2402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:47 smithi194 ceph-mon[104785]: pgmap v2402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:48.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:48.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:49.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:49.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:49 smithi194 ceph-mon[104785]: pgmap v2403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:49 smithi135 ceph-mon[93152]: pgmap v2403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:50.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:50.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:51.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:51.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:51 smithi194 ceph-mon[104785]: pgmap v2404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:46:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:51 smithi135 ceph-mon[93152]: pgmap v2404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:46:52.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:52.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:46:53.039 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:46:53.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:53.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:53 smithi194 ceph-mon[104785]: pgmap v2405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:46:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:46:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:46:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:46:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:46:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:53 smithi135 ceph-mon[93152]: pgmap v2405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:46:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:46:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:46:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:46:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:46:54.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:54.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:55.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:55.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:55 smithi194 ceph-mon[104785]: pgmap v2406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:55 smithi135 ceph-mon[93152]: pgmap v2406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:46:56.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:56.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:57.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:57.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:57 smithi135 ceph-mon[93152]: pgmap v2407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:58.089 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:57 smithi194 ceph-mon[104785]: pgmap v2407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:46:58.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:58.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:46:59.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:46:59.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:46:59 smithi194 ceph-mon[104785]: pgmap v2408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:46:59 smithi135 ceph-mon[93152]: pgmap v2408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:00.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:00.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:01.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:01.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:01 smithi194 ceph-mon[104785]: pgmap v2409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:47:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:01 smithi135 ceph-mon[93152]: pgmap v2409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:47:02.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:02.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:03.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:03.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:03 smithi194 ceph-mon[104785]: pgmap v2410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:03 smithi135 ceph-mon[93152]: pgmap v2410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:04.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:04.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:05.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:05.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:05 smithi194 ceph-mon[104785]: pgmap v2411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:05 smithi135 ceph-mon[93152]: pgmap v2411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:06.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:06.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:07.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:07.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:07 smithi135 ceph-mon[93152]: pgmap v2412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:08.193 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:07 smithi194 ceph-mon[104785]: pgmap v2412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:08.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:08.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:09.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:09.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:10.112 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:09 smithi135 ceph-mon[93152]: pgmap v2413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:09 smithi194 ceph-mon[104785]: pgmap v2413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:10.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:10.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:11.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:11.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:11 smithi194 ceph-mon[104785]: pgmap v2414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:47:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:11 smithi135 ceph-mon[93152]: pgmap v2414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:47:12.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:12.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:13.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:13.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:13 smithi194 ceph-mon[104785]: pgmap v2415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:13 smithi135 ceph-mon[93152]: pgmap v2415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:14.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:14.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:15.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:15.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:15 smithi194 ceph-mon[104785]: pgmap v2416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:15 smithi135 ceph-mon[93152]: pgmap v2416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:16.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:16.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:17.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:17.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:17 smithi194 ceph-mon[104785]: pgmap v2417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:17 smithi135 ceph-mon[93152]: pgmap v2417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:18.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:18.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:19.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:19.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:19 smithi194 ceph-mon[104785]: pgmap v2418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:19 smithi135 ceph-mon[93152]: pgmap v2418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:20.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:20.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:21.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:21.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:21 smithi194 ceph-mon[104785]: pgmap v2419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:47:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:21 smithi135 ceph-mon[93152]: pgmap v2419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:47:22.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:22.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:23.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:23.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:23 smithi194 ceph-mon[104785]: pgmap v2420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:23 smithi135 ceph-mon[93152]: pgmap v2420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:24.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:24.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:25.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:25.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:25 smithi194 ceph-mon[104785]: pgmap v2421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:25 smithi135 ceph-mon[93152]: pgmap v2421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:26.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:26.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:27.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:27.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:27 smithi194 ceph-mon[104785]: pgmap v2422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:27 smithi135 ceph-mon[93152]: pgmap v2422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:28.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:28.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:29.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:29.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:29 smithi194 ceph-mon[104785]: pgmap v2423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:29 smithi135 ceph-mon[93152]: pgmap v2423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:30.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:30.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:31.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:31.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:31 smithi194 ceph-mon[104785]: pgmap v2424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:47:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:31 smithi135 ceph-mon[93152]: pgmap v2424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:47:32.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:32.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:33.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:33.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:33 smithi194 ceph-mon[104785]: pgmap v2425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:33 smithi135 ceph-mon[93152]: pgmap v2425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:34.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:34.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:35.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:35.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:35 smithi194 ceph-mon[104785]: pgmap v2426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:35 smithi135 ceph-mon[93152]: pgmap v2426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:36.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:36.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:37.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:37.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:37 smithi194 ceph-mon[104785]: pgmap v2427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:37 smithi135 ceph-mon[93152]: pgmap v2427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:38.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:38.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:39.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:39.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:39 smithi194 ceph-mon[104785]: pgmap v2428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:39 smithi135 ceph-mon[93152]: pgmap v2428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:40.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:40.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:41.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:41.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:41 smithi194 ceph-mon[104785]: pgmap v2429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:47:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:41 smithi135 ceph-mon[93152]: pgmap v2429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:47:42.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:42.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:43.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:43.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:43 smithi194 ceph-mon[104785]: pgmap v2430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:43 smithi135 ceph-mon[93152]: pgmap v2430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:44.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:44.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:45.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:45.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:45 smithi194 ceph-mon[104785]: pgmap v2431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:45 smithi135 ceph-mon[93152]: pgmap v2431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:46.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:46.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:47.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:47.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:47 smithi194 ceph-mon[104785]: pgmap v2432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:47 smithi135 ceph-mon[93152]: pgmap v2432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:48.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:48.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:49.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:49.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:49 smithi194 ceph-mon[104785]: pgmap v2433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:49 smithi135 ceph-mon[93152]: pgmap v2433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:50.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:50.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:51.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:51.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:51 smithi194 ceph-mon[104785]: pgmap v2434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:47:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:51 smithi135 ceph-mon[93152]: pgmap v2434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:47:52.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:52.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:53 smithi194 ceph-mon[104785]: pgmap v2435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:47:53.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:53.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:53 smithi135 ceph-mon[93152]: pgmap v2435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:47:54.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:54.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:55.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:55.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:55 smithi194 ceph-mon[104785]: pgmap v2436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:55 smithi135 ceph-mon[93152]: pgmap v2436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:47:56.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:56.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:57.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:57.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:57 smithi194 ceph-mon[104785]: pgmap v2437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:58.222 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:57 smithi135 ceph-mon[93152]: pgmap v2437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:47:58.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:58.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:47:59.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:47:59.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:47:59 smithi194 ceph-mon[104785]: pgmap v2438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:00.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:47:59 smithi135 ceph-mon[93152]: pgmap v2438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:00.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:00.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:01 smithi194 ceph-mon[104785]: pgmap v2439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:48:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:48:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:48:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:48:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:48:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:48:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:48:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:48:01.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:01 smithi135 ceph-mon[93152]: pgmap v2439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:48:01.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:48:01.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:48:01.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:48:01.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:48:01.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:48:01.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:48:01.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:48:01.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:01.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:02.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:02.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:03.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:03.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:03 smithi135 ceph-mon[93152]: pgmap v2440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:03 smithi194 ceph-mon[104785]: pgmap v2440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:04.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:04.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:05.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:05.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:05 smithi135 ceph-mon[93152]: pgmap v2441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:05 smithi194 ceph-mon[104785]: pgmap v2441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:06.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:06.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:07.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:07.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:07 smithi135 ceph-mon[93152]: pgmap v2442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:08.011 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:07 smithi194 ceph-mon[104785]: pgmap v2442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:08.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:08.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:09.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:09.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:09 smithi135 ceph-mon[93152]: pgmap v2443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:09 smithi194 ceph-mon[104785]: pgmap v2443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:10.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:10.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:11.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:11.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:11 smithi135 ceph-mon[93152]: pgmap v2444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:48:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:11 smithi194 ceph-mon[104785]: pgmap v2444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:48:12.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:13.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:14.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:14.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:13 smithi135 ceph-mon[93152]: pgmap v2445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:13 smithi194 ceph-mon[104785]: pgmap v2445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:15.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:15.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:16.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:16.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:16.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:15 smithi135 ceph-mon[93152]: pgmap v2446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:15 smithi194 ceph-mon[104785]: pgmap v2446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:17.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:17.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:18.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:18.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:17 smithi135 ceph-mon[93152]: pgmap v2447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:17 smithi194 ceph-mon[104785]: pgmap v2447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:19.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:19.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:19 smithi135 ceph-mon[93152]: pgmap v2448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:20.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:20.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:19 smithi194 ceph-mon[104785]: pgmap v2448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:21.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:21.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:21 smithi135 ceph-mon[93152]: pgmap v2449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:48:22.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:22.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:21 smithi194 ceph-mon[104785]: pgmap v2449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:48:23.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:23.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:23 smithi135 ceph-mon[93152]: pgmap v2450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:24.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:24.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:23 smithi194 ceph-mon[104785]: pgmap v2450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:25.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:25.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:25 smithi135 ceph-mon[93152]: pgmap v2451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:26.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:26.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:25 smithi194 ceph-mon[104785]: pgmap v2451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:27.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:27.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:27 smithi135 ceph-mon[93152]: pgmap v2452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:28.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:28.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:27 smithi194 ceph-mon[104785]: pgmap v2452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:29.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:29.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:29 smithi135 ceph-mon[93152]: pgmap v2453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:30.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:30.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:29 smithi194 ceph-mon[104785]: pgmap v2453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:31.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:31.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:31 smithi135 ceph-mon[93152]: pgmap v2454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:48:32.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:32.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:31 smithi194 ceph-mon[104785]: pgmap v2454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:48:33.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:33.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:33 smithi135 ceph-mon[93152]: pgmap v2455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:34.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:34.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:34.097 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:33 smithi194 ceph-mon[104785]: pgmap v2455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:35.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:35.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:36.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:36.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:35 smithi194 ceph-mon[104785]: pgmap v2456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:35 smithi135 ceph-mon[93152]: pgmap v2456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:37.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:37.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:38.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:38.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:37 smithi194 ceph-mon[104785]: pgmap v2457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:37 smithi135 ceph-mon[93152]: pgmap v2457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:39.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:39.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:40.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:40.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:39 smithi194 ceph-mon[104785]: pgmap v2458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:39 smithi135 ceph-mon[93152]: pgmap v2458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:41.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:41.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:42.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:42.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:41 smithi194 ceph-mon[104785]: pgmap v2459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:48:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:41 smithi135 ceph-mon[93152]: pgmap v2459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:48:43.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:43.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:43 smithi135 ceph-mon[93152]: pgmap v2460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:44.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:44.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:44.203 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:43 smithi194 ceph-mon[104785]: pgmap v2460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:45.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:45.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:46.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:46.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:45 smithi194 ceph-mon[104785]: pgmap v2461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:45 smithi135 ceph-mon[93152]: pgmap v2461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:47.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:47.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:48.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:48.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:47 smithi194 ceph-mon[104785]: pgmap v2462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:47 smithi135 ceph-mon[93152]: pgmap v2462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:49.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:49.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:50.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:50.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:49 smithi194 ceph-mon[104785]: pgmap v2463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:49 smithi135 ceph-mon[93152]: pgmap v2463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:51.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:51.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:52.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:52.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:51 smithi194 ceph-mon[104785]: pgmap v2464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:48:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:51 smithi135 ceph-mon[93152]: pgmap v2464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:48:53.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:53.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:54.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:54.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:53 smithi194 ceph-mon[104785]: pgmap v2465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:53 smithi135 ceph-mon[93152]: pgmap v2465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:55.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:55.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:56.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:56.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:55 smithi194 ceph-mon[104785]: pgmap v2466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:55 smithi135 ceph-mon[93152]: pgmap v2466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:48:57.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:57.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:58.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:58.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:48:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:57 smithi194 ceph-mon[104785]: pgmap v2467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:57 smithi135 ceph-mon[93152]: pgmap v2467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:48:59.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:48:59.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:00.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:00.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:48:59 smithi194 ceph-mon[104785]: pgmap v2468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:48:59 smithi135 ceph-mon[93152]: pgmap v2468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:01.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:01.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:02.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:02.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:01 smithi194 ceph-mon[104785]: pgmap v2469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:49:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:49:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:49:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:49:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:01 smithi135 ceph-mon[93152]: pgmap v2469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:49:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:49:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:49:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:49:03.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:03.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:49:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:49:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:49:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:49:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:49:03.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:49:03.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:49:03.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:49:03.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:49:03.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:49:04.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:04.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:03 smithi135 ceph-mon[93152]: pgmap v2470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:04.415 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:03 smithi194 ceph-mon[104785]: pgmap v2470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:05.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:05.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:06.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:06.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:05 smithi135 ceph-mon[93152]: pgmap v2471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:05 smithi194 ceph-mon[104785]: pgmap v2471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:07.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:07.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:08.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:08.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:07 smithi135 ceph-mon[93152]: pgmap v2472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:07 smithi194 ceph-mon[104785]: pgmap v2472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:09.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:09.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:10.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:10.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:09 smithi135 ceph-mon[93152]: pgmap v2473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:09 smithi194 ceph-mon[104785]: pgmap v2473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:11.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:11.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:12.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:12.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:11 smithi135 ceph-mon[93152]: pgmap v2474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:49:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:11 smithi194 ceph-mon[104785]: pgmap v2474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:49:13.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:13.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:14.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:14.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:13 smithi135 ceph-mon[93152]: pgmap v2475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:13 smithi194 ceph-mon[104785]: pgmap v2475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:15.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:15.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:16.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:16.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:15 smithi135 ceph-mon[93152]: pgmap v2476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:15 smithi194 ceph-mon[104785]: pgmap v2476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:17.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:17.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:18.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:18.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:18.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:17 smithi135 ceph-mon[93152]: pgmap v2477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:17 smithi194 ceph-mon[104785]: pgmap v2477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:19.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:19.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:20.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:20.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:20 smithi135 ceph-mon[93152]: pgmap v2478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:20 smithi194 ceph-mon[104785]: pgmap v2478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:21.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:21.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:22.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:22.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:22 smithi135 ceph-mon[93152]: pgmap v2479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:49:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:22 smithi194 ceph-mon[104785]: pgmap v2479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:49:23.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:23.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:24.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:24.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:24 smithi135 ceph-mon[93152]: pgmap v2480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:24 smithi194 ceph-mon[104785]: pgmap v2480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:25.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:25.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:26.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:26.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:26 smithi194 ceph-mon[104785]: pgmap v2481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:26 smithi135 ceph-mon[93152]: pgmap v2481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:27.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:27.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:28.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:28.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:28 smithi194 ceph-mon[104785]: pgmap v2482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:28 smithi135 ceph-mon[93152]: pgmap v2482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:29.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:29.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:30.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:30.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:30 smithi194 ceph-mon[104785]: pgmap v2483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:30 smithi135 ceph-mon[93152]: pgmap v2483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:31.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:31.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:32.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:32.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:32 smithi194 ceph-mon[104785]: pgmap v2484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:49:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:32 smithi135 ceph-mon[93152]: pgmap v2484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:49:33.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:33.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:34.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:34.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:34 smithi194 ceph-mon[104785]: pgmap v2485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:34 smithi135 ceph-mon[93152]: pgmap v2485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:35.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:35.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:36.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:36.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:36 smithi194 ceph-mon[104785]: pgmap v2486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:36 smithi135 ceph-mon[93152]: pgmap v2486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:37.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:37.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:38.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:38.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:38 smithi194 ceph-mon[104785]: pgmap v2487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:38 smithi135 ceph-mon[93152]: pgmap v2487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:39.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:39.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:40.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:40.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:40 smithi194 ceph-mon[104785]: pgmap v2488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:40 smithi135 ceph-mon[93152]: pgmap v2488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:41.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:41.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:44.143 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:44.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:42 smithi194 ceph-mon[104785]: pgmap v2489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:49:44.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:44.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:44.144 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:42 smithi135 ceph-mon[93152]: pgmap v2489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:49:44.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:44.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:44.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:44.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:44 smithi194 ceph-mon[104785]: pgmap v2490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:44.609 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:44 smithi135 ceph-mon[93152]: pgmap v2490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:45.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:45.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:46.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:46.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:46 smithi194 ceph-mon[104785]: pgmap v2491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:46 smithi135 ceph-mon[93152]: pgmap v2491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:47.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:47.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:48.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:48.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:48 smithi194 ceph-mon[104785]: pgmap v2492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:48 smithi135 ceph-mon[93152]: pgmap v2492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:49.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:49.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:50.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:50.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:50 smithi194 ceph-mon[104785]: pgmap v2493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:50 smithi135 ceph-mon[93152]: pgmap v2493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:51.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:51.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:52.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:52.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:52 smithi194 ceph-mon[104785]: pgmap v2494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:49:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:52 smithi135 ceph-mon[93152]: pgmap v2494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:49:53.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:53.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:54.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:54.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:54.358 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:54 smithi135 ceph-mon[93152]: pgmap v2495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:54 smithi194 ceph-mon[104785]: pgmap v2495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:55.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:55.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:56.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:56.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:56 smithi194 ceph-mon[104785]: pgmap v2496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:56 smithi135 ceph-mon[93152]: pgmap v2496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:49:57.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:57.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:58.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:58.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:49:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:49:58 smithi194 ceph-mon[104785]: pgmap v2497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:49:58 smithi135 ceph-mon[93152]: pgmap v2497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:49:59.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:49:59.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:00.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:00.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:00 smithi194 ceph-mon[104785]: pgmap v2498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T05:50:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:00 smithi135 ceph-mon[93152]: pgmap v2498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T05:50:01.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:01.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:02.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:02.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:02 smithi194 ceph-mon[104785]: pgmap v2499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:50:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:50:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:02 smithi135 ceph-mon[93152]: pgmap v2499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:50:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:50:03.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:03.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:50:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:50:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:50:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:50:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:50:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:50:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:50:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:50:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:50:03.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:50:04.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:04.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:04.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:04 smithi135 ceph-mon[93152]: pgmap v2500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:04 smithi194 ceph-mon[104785]: pgmap v2500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:05.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:05.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:06.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:06.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:06 smithi194 ceph-mon[104785]: pgmap v2501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:06 smithi135 ceph-mon[93152]: pgmap v2501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:07.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:07.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:08.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:08.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:08 smithi194 ceph-mon[104785]: pgmap v2502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:08 smithi135 ceph-mon[93152]: pgmap v2502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:09.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:09.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:10.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:10.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:10 smithi194 ceph-mon[104785]: pgmap v2503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:10 smithi135 ceph-mon[93152]: pgmap v2503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:11.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:11.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:12.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:12.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:12 smithi194 ceph-mon[104785]: pgmap v2504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:50:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:12 smithi135 ceph-mon[93152]: pgmap v2504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:50:13.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:13.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:14.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:14.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:14 smithi194 ceph-mon[104785]: pgmap v2505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:14 smithi135 ceph-mon[93152]: pgmap v2505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:15.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:15.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:16.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:16.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:16 smithi194 ceph-mon[104785]: pgmap v2506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:16 smithi135 ceph-mon[93152]: pgmap v2506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:17.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:17.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:18.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:18.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:18 smithi194 ceph-mon[104785]: pgmap v2507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:18 smithi135 ceph-mon[93152]: pgmap v2507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:19.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:19.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:20.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:20.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:20 smithi194 ceph-mon[104785]: pgmap v2508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:20 smithi135 ceph-mon[93152]: pgmap v2508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:21.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:21.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:22.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:22.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:22 smithi194 ceph-mon[104785]: pgmap v2509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:50:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:22 smithi135 ceph-mon[93152]: pgmap v2509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:50:23.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:23.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:24.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:24.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:24 smithi194 ceph-mon[104785]: pgmap v2510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:24 smithi135 ceph-mon[93152]: pgmap v2510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:25.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:25.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:26.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:26.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:26 smithi194 ceph-mon[104785]: pgmap v2511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:26 smithi135 ceph-mon[93152]: pgmap v2511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:27.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:27.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:28.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:28.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:28 smithi194 ceph-mon[104785]: pgmap v2512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:28 smithi135 ceph-mon[93152]: pgmap v2512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:29.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:29.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:30.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:30.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:30 smithi194 ceph-mon[104785]: pgmap v2513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:30 smithi135 ceph-mon[93152]: pgmap v2513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:31.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:31.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:32.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:32.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:32 smithi194 ceph-mon[104785]: pgmap v2514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:50:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:32 smithi135 ceph-mon[93152]: pgmap v2514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:50:33.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:33.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:34.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:34.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:34 smithi194 ceph-mon[104785]: pgmap v2515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:34 smithi135 ceph-mon[93152]: pgmap v2515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:35.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:35.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:36.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:36.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:36 smithi194 ceph-mon[104785]: pgmap v2516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:36 smithi135 ceph-mon[93152]: pgmap v2516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:37.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:37.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:38.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:38.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:38 smithi194 ceph-mon[104785]: pgmap v2517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:38 smithi135 ceph-mon[93152]: pgmap v2517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:39.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:39.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:40.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:40.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:40.421 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:40 smithi194 ceph-mon[104785]: pgmap v2518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:40.421 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:40 smithi135 ceph-mon[93152]: pgmap v2518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:41.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:41.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:42.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:42.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:42 smithi194 ceph-mon[104785]: pgmap v2519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:50:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:42 smithi135 ceph-mon[93152]: pgmap v2519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:50:43.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:43.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:44.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:44.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:44 smithi194 ceph-mon[104785]: pgmap v2520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:44 smithi135 ceph-mon[93152]: pgmap v2520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:45.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:45.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:46.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:46.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:46 smithi194 ceph-mon[104785]: pgmap v2521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:46 smithi135 ceph-mon[93152]: pgmap v2521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:47.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:47.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:47 smithi135 ceph-mon[93152]: pgmap v2522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:47 smithi194 ceph-mon[104785]: pgmap v2522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:48.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:48.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:49.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:49.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:49 smithi135 ceph-mon[93152]: pgmap v2523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:49 smithi194 ceph-mon[104785]: pgmap v2523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:50.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:50.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:51.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:51.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:51 smithi135 ceph-mon[93152]: pgmap v2524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:50:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:51 smithi194 ceph-mon[104785]: pgmap v2524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:50:52.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:52.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:53.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:53.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:53 smithi135 ceph-mon[93152]: pgmap v2525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:53 smithi194 ceph-mon[104785]: pgmap v2525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:54.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:54.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:55.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:55.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:55 smithi194 ceph-mon[104785]: pgmap v2526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:55 smithi135 ceph-mon[93152]: pgmap v2526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:50:56.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:56.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:57.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:57.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:57 smithi194 ceph-mon[104785]: pgmap v2527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:57 smithi135 ceph-mon[93152]: pgmap v2527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:50:58.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:58.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:50:59.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:50:59.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:50:59 smithi194 ceph-mon[104785]: pgmap v2528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:50:59 smithi135 ceph-mon[93152]: pgmap v2528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:00.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:00.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:01.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:01.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:01 smithi194 ceph-mon[104785]: pgmap v2529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:51:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:01 smithi135 ceph-mon[93152]: pgmap v2529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:51:02.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:02.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:03.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:51:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:51:03.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:03.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:04.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:04.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:04 smithi194 ceph-mon[104785]: pgmap v2530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:51:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:51:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:51:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:51:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:51:04.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:51:04.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:51:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:04 smithi135 ceph-mon[93152]: pgmap v2530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:51:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:51:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:51:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:51:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:51:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:51:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:51:05.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:05.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:06.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:06.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:06 smithi194 ceph-mon[104785]: pgmap v2531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:06 smithi135 ceph-mon[93152]: pgmap v2531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:07.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:07.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:08.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:08.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:08 smithi194 ceph-mon[104785]: pgmap v2532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:08.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:08 smithi135 ceph-mon[93152]: pgmap v2532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:09.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:09.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:10.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:10.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:10 smithi194 ceph-mon[104785]: pgmap v2533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:10 smithi135 ceph-mon[93152]: pgmap v2533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:11.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:11.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:12.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:12.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:12.501 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:12 smithi194 ceph-mon[104785]: pgmap v2534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:51:12.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:12 smithi135 ceph-mon[93152]: pgmap v2534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:51:13.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:13.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:14.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:14.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:14 smithi194 ceph-mon[104785]: pgmap v2535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:14 smithi135 ceph-mon[93152]: pgmap v2535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:15.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:15.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:16.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:16.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:16 smithi194 ceph-mon[104785]: pgmap v2536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:16 smithi135 ceph-mon[93152]: pgmap v2536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:17.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:17.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:18.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:18.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:18 smithi194 ceph-mon[104785]: pgmap v2537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:18 smithi135 ceph-mon[93152]: pgmap v2537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:19.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:19.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:20.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:20.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:20 smithi194 ceph-mon[104785]: pgmap v2538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:20 smithi135 ceph-mon[93152]: pgmap v2538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:21.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:21.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:22.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:22.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:22 smithi194 ceph-mon[104785]: pgmap v2539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:51:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:22 smithi135 ceph-mon[93152]: pgmap v2539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:51:23.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:23.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:24.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:24.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:24 smithi194 ceph-mon[104785]: pgmap v2540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:24 smithi135 ceph-mon[93152]: pgmap v2540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:25.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:25.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:26 smithi194 ceph-mon[104785]: pgmap v2541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:26.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:26.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:26 smithi135 ceph-mon[93152]: pgmap v2541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:27.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:27.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:28.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:28.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:28 smithi194 ceph-mon[104785]: pgmap v2542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:28 smithi135 ceph-mon[93152]: pgmap v2542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:29.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:29.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:30.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:30.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:30 smithi194 ceph-mon[104785]: pgmap v2543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:30 smithi135 ceph-mon[93152]: pgmap v2543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:31.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:31.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:32.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:32.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:32 smithi194 ceph-mon[104785]: pgmap v2544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:51:32.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:32 smithi135 ceph-mon[93152]: pgmap v2544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:51:33.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:33.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:34.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:34.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:34 smithi194 ceph-mon[104785]: pgmap v2545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:34 smithi135 ceph-mon[93152]: pgmap v2545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:35.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:35.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:36.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:36.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:36 smithi194 ceph-mon[104785]: pgmap v2546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:36 smithi135 ceph-mon[93152]: pgmap v2546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:37.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:37.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:38.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:38.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:38 smithi194 ceph-mon[104785]: pgmap v2547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:38 smithi135 ceph-mon[93152]: pgmap v2547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:39.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:39.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:40.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:40.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:40.395 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:40 smithi135 ceph-mon[93152]: pgmap v2548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:40.395 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:40 smithi194 ceph-mon[104785]: pgmap v2548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:41.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:41.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:42.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:42.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:42 smithi194 ceph-mon[104785]: pgmap v2549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:51:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:42 smithi135 ceph-mon[93152]: pgmap v2549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:51:43.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:43.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:44.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:44.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:44 smithi194 ceph-mon[104785]: pgmap v2550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:44 smithi135 ceph-mon[93152]: pgmap v2550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:45.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:45.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:46.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:46.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:46 smithi194 ceph-mon[104785]: pgmap v2551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:46 smithi135 ceph-mon[93152]: pgmap v2551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:47.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:47.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:48.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:48.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:48 smithi194 ceph-mon[104785]: pgmap v2552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:48 smithi135 ceph-mon[93152]: pgmap v2552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:49.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:49.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:50.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:50.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:50 smithi194 ceph-mon[104785]: pgmap v2553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:50.493 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:50 smithi135 ceph-mon[93152]: pgmap v2553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:51.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:51.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:52.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:52.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:52 smithi194 ceph-mon[104785]: pgmap v2554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:51:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:52 smithi135 ceph-mon[93152]: pgmap v2554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:51:53.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:53.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:54.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:54.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:54 smithi194 ceph-mon[104785]: pgmap v2555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:54 smithi135 ceph-mon[93152]: pgmap v2555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:55.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:55.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:51:56.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:56.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:56 smithi194 ceph-mon[104785]: pgmap v2556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:56 smithi135 ceph-mon[93152]: pgmap v2556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:57.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:57.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:58.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:58.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:58 smithi194 ceph-mon[104785]: pgmap v2557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:58 smithi135 ceph-mon[93152]: pgmap v2557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:59.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:51:59.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:51:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:51:59 smithi135 ceph-mon[93152]: pgmap v2558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:51:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:51:59 smithi194 ceph-mon[104785]: pgmap v2558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:00.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:00.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:01.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:01.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:01 smithi194 ceph-mon[104785]: pgmap v2559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:52:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:01 smithi135 ceph-mon[93152]: pgmap v2559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:52:02.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:02.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:03.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:03.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:03 smithi194 ceph-mon[104785]: pgmap v2560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:52:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:03 smithi135 ceph-mon[93152]: pgmap v2560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:52:04.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:04.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:52:05.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:52:05.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:52:05.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:52:05.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:52:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:52:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:52:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:52:05.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:52:05.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:52:05.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:05.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:05 smithi135 ceph-mon[93152]: pgmap v2561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:05 smithi194 ceph-mon[104785]: pgmap v2561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:06.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:06.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:07.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:07.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:07 smithi194 ceph-mon[104785]: pgmap v2562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:07 smithi135 ceph-mon[93152]: pgmap v2562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:08.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:08.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:09.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:09.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:09 smithi194 ceph-mon[104785]: pgmap v2563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:09 smithi135 ceph-mon[93152]: pgmap v2563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:10.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:10.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:11.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:11.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:11 smithi194 ceph-mon[104785]: pgmap v2564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:52:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:11 smithi135 ceph-mon[93152]: pgmap v2564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:52:12.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:12.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:13.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:13.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:13 smithi194 ceph-mon[104785]: pgmap v2565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:13 smithi135 ceph-mon[93152]: pgmap v2565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:14.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:14.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:15.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:15.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:15 smithi135 ceph-mon[93152]: pgmap v2566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:15 smithi194 ceph-mon[104785]: pgmap v2566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:16.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:16.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:17.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:17.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:17 smithi194 ceph-mon[104785]: pgmap v2567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:17 smithi135 ceph-mon[93152]: pgmap v2567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:18.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:18.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:19.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:19.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:19 smithi194 ceph-mon[104785]: pgmap v2568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:19 smithi135 ceph-mon[93152]: pgmap v2568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:20.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:20.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:21.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:21.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:21 smithi194 ceph-mon[104785]: pgmap v2569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:52:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:21 smithi135 ceph-mon[93152]: pgmap v2569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:52:22.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:22.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:23.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:23.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:23 smithi194 ceph-mon[104785]: pgmap v2570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:23 smithi135 ceph-mon[93152]: pgmap v2570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:24.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:24.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:25.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:25.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:25 smithi194 ceph-mon[104785]: pgmap v2571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:25 smithi135 ceph-mon[93152]: pgmap v2571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:26.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:26.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:27.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:27.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:27 smithi194 ceph-mon[104785]: pgmap v2572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:27 smithi135 ceph-mon[93152]: pgmap v2572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:28.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:28.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:29.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:29.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:29 smithi194 ceph-mon[104785]: pgmap v2573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:29 smithi135 ceph-mon[93152]: pgmap v2573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:30.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:30.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:31.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:31.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:31 smithi194 ceph-mon[104785]: pgmap v2574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:52:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:31 smithi135 ceph-mon[93152]: pgmap v2574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:52:32.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:32.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:33.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:33.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:33 smithi194 ceph-mon[104785]: pgmap v2575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:33 smithi135 ceph-mon[93152]: pgmap v2575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:34.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:34.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:35.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:35.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:35 smithi194 ceph-mon[104785]: pgmap v2576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:35 smithi135 ceph-mon[93152]: pgmap v2576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:36.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:36.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:37.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:37.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:37 smithi194 ceph-mon[104785]: pgmap v2577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:37 smithi135 ceph-mon[93152]: pgmap v2577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:38.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:38.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:39.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:39.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:39 smithi194 ceph-mon[104785]: pgmap v2578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:39 smithi135 ceph-mon[93152]: pgmap v2578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:40.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:40.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:41.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:41.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:41 smithi194 ceph-mon[104785]: pgmap v2579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:52:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:41 smithi135 ceph-mon[93152]: pgmap v2579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:52:42.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:42.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:43.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:43.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:43 smithi194 ceph-mon[104785]: pgmap v2580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:43 smithi135 ceph-mon[93152]: pgmap v2580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:44.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:44.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:45.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:45.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:45 smithi194 ceph-mon[104785]: pgmap v2581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:45 smithi135 ceph-mon[93152]: pgmap v2581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:46.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:46.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:47.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:47.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:47 smithi194 ceph-mon[104785]: pgmap v2582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:47 smithi135 ceph-mon[93152]: pgmap v2582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:48.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:48.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:49.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:49.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:49 smithi194 ceph-mon[104785]: pgmap v2583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:49 smithi135 ceph-mon[93152]: pgmap v2583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:50.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:50.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:51.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:51.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:51 smithi194 ceph-mon[104785]: pgmap v2584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:52:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:51 smithi135 ceph-mon[93152]: pgmap v2584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:52:52.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:52.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:53.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:53.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:53 smithi194 ceph-mon[104785]: pgmap v2585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:53 smithi135 ceph-mon[93152]: pgmap v2585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:54.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:54.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:55.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:55.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:56.132 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:55 smithi135 ceph-mon[93152]: pgmap v2586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:56.132 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:55 smithi194 ceph-mon[104785]: pgmap v2586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:52:56.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:56.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:57.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:57.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:57 smithi194 ceph-mon[104785]: pgmap v2587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:57 smithi135 ceph-mon[93152]: pgmap v2587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:52:58.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:58.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:52:59.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:52:59.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:52:59 smithi194 ceph-mon[104785]: pgmap v2588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:52:59 smithi135 ceph-mon[93152]: pgmap v2588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:00.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:00.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:01.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:01.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:01 smithi194 ceph-mon[104785]: pgmap v2589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:53:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:01 smithi135 ceph-mon[93152]: pgmap v2589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:53:02.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:02.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:03.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:03.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:03 smithi194 ceph-mon[104785]: pgmap v2590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:03 smithi135 ceph-mon[93152]: pgmap v2590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:04.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:04.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:53:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:53:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:53:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:53:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:53:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:53:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:53:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:53:05.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:53:05.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:53:05.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:53:05.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:53:05.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:05.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:05 smithi194 ceph-mon[104785]: pgmap v2591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:06.231 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:05 smithi135 ceph-mon[93152]: pgmap v2591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:06.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:06.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:07.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:07.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:07 smithi194 ceph-mon[104785]: pgmap v2592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:07 smithi135 ceph-mon[93152]: pgmap v2592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:08.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:08.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:09.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:09.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:09 smithi194 ceph-mon[104785]: pgmap v2593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:09 smithi135 ceph-mon[93152]: pgmap v2593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:10.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:10.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:11.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:11.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:11 smithi194 ceph-mon[104785]: pgmap v2594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:53:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:11 smithi135 ceph-mon[93152]: pgmap v2594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:53:12.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:12.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:13.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:13.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:13 smithi194 ceph-mon[104785]: pgmap v2595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:13 smithi135 ceph-mon[93152]: pgmap v2595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:14.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:14.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:15.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:15.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:15 smithi194 ceph-mon[104785]: pgmap v2596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:15 smithi135 ceph-mon[93152]: pgmap v2596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:16.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:16.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:17.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:17.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:17 smithi194 ceph-mon[104785]: pgmap v2597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:17 smithi135 ceph-mon[93152]: pgmap v2597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:18.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:18.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:19.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:19.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:19 smithi194 ceph-mon[104785]: pgmap v2598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:19 smithi135 ceph-mon[93152]: pgmap v2598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:20.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:20.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:21.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:21.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:21 smithi194 ceph-mon[104785]: pgmap v2599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:53:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:21 smithi135 ceph-mon[93152]: pgmap v2599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:53:22.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:22.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:23.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:23.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:23 smithi194 ceph-mon[104785]: pgmap v2600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:23 smithi135 ceph-mon[93152]: pgmap v2600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:24.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:24.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:25.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:25.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:25 smithi194 ceph-mon[104785]: pgmap v2601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:25 smithi135 ceph-mon[93152]: pgmap v2601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:26.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:26.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:27.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:27.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:27 smithi194 ceph-mon[104785]: pgmap v2602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:27 smithi135 ceph-mon[93152]: pgmap v2602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:28.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:28.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:29.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:29.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:29 smithi194 ceph-mon[104785]: pgmap v2603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:29 smithi135 ceph-mon[93152]: pgmap v2603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:30.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:30.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:31.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:31.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:31 smithi194 ceph-mon[104785]: pgmap v2604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:53:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:31 smithi135 ceph-mon[93152]: pgmap v2604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:53:32.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:32.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:33.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:33.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:33 smithi194 ceph-mon[104785]: pgmap v2605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:35.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:33 smithi135 ceph-mon[93152]: pgmap v2605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:35.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:35.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:35.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:35.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:35 smithi194 ceph-mon[104785]: pgmap v2606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:35 smithi135 ceph-mon[93152]: pgmap v2606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:36.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:36.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:37.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:37.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:37 smithi194 ceph-mon[104785]: pgmap v2607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:37 smithi135 ceph-mon[93152]: pgmap v2607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:38.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:38.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:39.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:39.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:39 smithi194 ceph-mon[104785]: pgmap v2608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:39 smithi135 ceph-mon[93152]: pgmap v2608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:40.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:40.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:41.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:41.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:41 smithi194 ceph-mon[104785]: pgmap v2609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:53:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:41 smithi135 ceph-mon[93152]: pgmap v2609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:53:42.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:42.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:43.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:43.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:43 smithi194 ceph-mon[104785]: pgmap v2610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:43 smithi135 ceph-mon[93152]: pgmap v2610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:44.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:44.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:45.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:45.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:45 smithi194 ceph-mon[104785]: pgmap v2611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:45 smithi135 ceph-mon[93152]: pgmap v2611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:46.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:46.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:47.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:47.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:47 smithi194 ceph-mon[104785]: pgmap v2612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:47 smithi135 ceph-mon[93152]: pgmap v2612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:48.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:48.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:49.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:49.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:49 smithi135 ceph-mon[93152]: pgmap v2613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:49 smithi194 ceph-mon[104785]: pgmap v2613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:50.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:50.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:51.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:51.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:51 smithi135 ceph-mon[93152]: pgmap v2614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:53:52.428 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:51 smithi194 ceph-mon[104785]: pgmap v2614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:53:52.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:52.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:53.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:53.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:53 smithi135 ceph-mon[93152]: pgmap v2615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:53 smithi194 ceph-mon[104785]: pgmap v2615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:54.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:54.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:55.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:55.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:55 smithi135 ceph-mon[93152]: pgmap v2616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:55 smithi194 ceph-mon[104785]: pgmap v2616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:53:56.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:56.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:57.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:57.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:57 smithi135 ceph-mon[93152]: pgmap v2617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:57 smithi194 ceph-mon[104785]: pgmap v2617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:53:58.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:58.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:53:59.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:53:59.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:53:59 smithi135 ceph-mon[93152]: pgmap v2618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:53:59 smithi194 ceph-mon[104785]: pgmap v2618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:00.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:00.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:01.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:01.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:01 smithi135 ceph-mon[93152]: pgmap v2619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:54:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:01 smithi194 ceph-mon[104785]: pgmap v2619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:54:02.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:02.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:03.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:03.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:03 smithi135 ceph-mon[93152]: pgmap v2620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:03 smithi194 ceph-mon[104785]: pgmap v2620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:04.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:04.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:54:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:54:05.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:05.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:05 smithi135 ceph-mon[93152]: pgmap v2621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:54:06.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:54:06.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:54:06.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:54:06.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:54:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:05 smithi194 ceph-mon[104785]: pgmap v2621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:54:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:54:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:54:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:54:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:54:06.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:06.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:07.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:07.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:07 smithi135 ceph-mon[93152]: pgmap v2622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:07 smithi194 ceph-mon[104785]: pgmap v2622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:08.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:08.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:09.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:09.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:09 smithi135 ceph-mon[93152]: pgmap v2623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:09 smithi194 ceph-mon[104785]: pgmap v2623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:10.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:10.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:11.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:11.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:12 smithi135 ceph-mon[93152]: pgmap v2624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:54:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:12 smithi194 ceph-mon[104785]: pgmap v2624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:54:12.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:12.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:13.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:13.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:14 smithi194 ceph-mon[104785]: pgmap v2625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:14 smithi135 ceph-mon[93152]: pgmap v2625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:14.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:14.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:15.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:15.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:16 smithi194 ceph-mon[104785]: pgmap v2626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:16 smithi135 ceph-mon[93152]: pgmap v2626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:16.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:16.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:17.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:17.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:18 smithi194 ceph-mon[104785]: pgmap v2627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:18 smithi135 ceph-mon[93152]: pgmap v2627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:18.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:18.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:19.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:19.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:20 smithi194 ceph-mon[104785]: pgmap v2628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:20 smithi135 ceph-mon[93152]: pgmap v2628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:20.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:20.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:21.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:21.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:22 smithi135 ceph-mon[93152]: pgmap v2629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:54:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:22 smithi194 ceph-mon[104785]: pgmap v2629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:54:22.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:22.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:23.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:23.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:24 smithi194 ceph-mon[104785]: pgmap v2630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:24 smithi135 ceph-mon[93152]: pgmap v2630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:24.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:24.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:25.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:25.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:26 smithi194 ceph-mon[104785]: pgmap v2631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:26 smithi135 ceph-mon[93152]: pgmap v2631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:26.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:26.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:27.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:27.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:28 smithi194 ceph-mon[104785]: pgmap v2632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:28 smithi135 ceph-mon[93152]: pgmap v2632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:28.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:28.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:29.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:29.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:30 smithi194 ceph-mon[104785]: pgmap v2633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:30 smithi135 ceph-mon[93152]: pgmap v2633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:30.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:30.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:31.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:31.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:32 smithi194 ceph-mon[104785]: pgmap v2634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:54:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:32 smithi135 ceph-mon[93152]: pgmap v2634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:54:32.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:32.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:33.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:33.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:34 smithi194 ceph-mon[104785]: pgmap v2635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:34 smithi135 ceph-mon[93152]: pgmap v2635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:34.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:34.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:35.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:35.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:36 smithi194 ceph-mon[104785]: pgmap v2636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:36 smithi135 ceph-mon[93152]: pgmap v2636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:36.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:36.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:37.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:37.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:38 smithi194 ceph-mon[104785]: pgmap v2637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:38 smithi135 ceph-mon[93152]: pgmap v2637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:38.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:38.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:39.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:39.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:40 smithi194 ceph-mon[104785]: pgmap v2638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:40 smithi135 ceph-mon[93152]: pgmap v2638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:40.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:40.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:41.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:41.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:42 smithi194 ceph-mon[104785]: pgmap v2639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:54:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:42 smithi135 ceph-mon[93152]: pgmap v2639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:54:42.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:42.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:43.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:43.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:44 smithi194 ceph-mon[104785]: pgmap v2640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:44 smithi135 ceph-mon[93152]: pgmap v2640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:44.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:44.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:45.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:45.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:46 smithi194 ceph-mon[104785]: pgmap v2641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:46 smithi135 ceph-mon[93152]: pgmap v2641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:46.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:46.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:47.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:47.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:48 smithi194 ceph-mon[104785]: pgmap v2642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:48 smithi135 ceph-mon[93152]: pgmap v2642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:48.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:48.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:49.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:49.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:50 smithi194 ceph-mon[104785]: pgmap v2643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:50 smithi135 ceph-mon[93152]: pgmap v2643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:50.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:50.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:51.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:51.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:52 smithi194 ceph-mon[104785]: pgmap v2644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:54:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:52 smithi135 ceph-mon[93152]: pgmap v2644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:54:52.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:52.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:53.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:53.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:54 smithi194 ceph-mon[104785]: pgmap v2645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:54 smithi135 ceph-mon[93152]: pgmap v2645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:54.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:54.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:55.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:55.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:56 smithi194 ceph-mon[104785]: pgmap v2646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:56 smithi135 ceph-mon[93152]: pgmap v2646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:54:56.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:56.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:57.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:57.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:54:58 smithi194 ceph-mon[104785]: pgmap v2647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:54:58 smithi135 ceph-mon[93152]: pgmap v2647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:54:58.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:58.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:54:59.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:54:59.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:00 smithi194 ceph-mon[104785]: pgmap v2648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:00 smithi135 ceph-mon[93152]: pgmap v2648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:00.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:00.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:01.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:01.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:02.365 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:02 smithi135 ceph-mon[93152]: pgmap v2649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:55:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:02 smithi194 ceph-mon[104785]: pgmap v2649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:55:02.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:02.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:03.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:03.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:04 smithi194 ceph-mon[104785]: pgmap v2650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:04 smithi135 ceph-mon[93152]: pgmap v2650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:04.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:04.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:05.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:05.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:06 smithi194 ceph-mon[104785]: pgmap v2651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:55:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:55:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:55:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:55:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:55:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:55:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:06 smithi135 ceph-mon[93152]: pgmap v2651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:55:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:55:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:55:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:55:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:55:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:55:06.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:06.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:07.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:07.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:08 smithi194 ceph-mon[104785]: pgmap v2652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:08 smithi135 ceph-mon[93152]: pgmap v2652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:08.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:08.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:09.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:09.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:10 smithi194 ceph-mon[104785]: pgmap v2653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:10 smithi135 ceph-mon[93152]: pgmap v2653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:10.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:10.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:11.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:11.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:12 smithi194 ceph-mon[104785]: pgmap v2654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:55:12.462 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:12 smithi135 ceph-mon[93152]: pgmap v2654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:55:12.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:12.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:13.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:13.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:14 smithi194 ceph-mon[104785]: pgmap v2655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:14 smithi135 ceph-mon[93152]: pgmap v2655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:14.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:14.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:15.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:15.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:16 smithi194 ceph-mon[104785]: pgmap v2656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:16 smithi135 ceph-mon[93152]: pgmap v2656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:16.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:16.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:17.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:17.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:18 smithi194 ceph-mon[104785]: pgmap v2657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:18 smithi135 ceph-mon[93152]: pgmap v2657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:18.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:18.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:19.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:19.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:20 smithi194 ceph-mon[104785]: pgmap v2658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:20 smithi135 ceph-mon[93152]: pgmap v2658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:20.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:20.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:21.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:21.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:22 smithi194 ceph-mon[104785]: pgmap v2659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:55:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:22 smithi135 ceph-mon[93152]: pgmap v2659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:55:22.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:22.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:23.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:23.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:24 smithi194 ceph-mon[104785]: pgmap v2660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:24 smithi135 ceph-mon[93152]: pgmap v2660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:24.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:24.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:25.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:25.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:26 smithi194 ceph-mon[104785]: pgmap v2661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:26 smithi135 ceph-mon[93152]: pgmap v2661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:26.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:26.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:27.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:27.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:28.425 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:28 smithi194 ceph-mon[104785]: pgmap v2662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:28 smithi135 ceph-mon[93152]: pgmap v2662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:28.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:28.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:29.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:29.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:30 smithi194 ceph-mon[104785]: pgmap v2663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:30 smithi135 ceph-mon[93152]: pgmap v2663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:30.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:30.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:31.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:31.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:32 smithi194 ceph-mon[104785]: pgmap v2664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:55:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:32 smithi135 ceph-mon[93152]: pgmap v2664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:55:32.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:32.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:33.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:33.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:34 smithi194 ceph-mon[104785]: pgmap v2665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:34 smithi135 ceph-mon[93152]: pgmap v2665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:34.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:34.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:35.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:35.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:36 smithi194 ceph-mon[104785]: pgmap v2666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:36 smithi135 ceph-mon[93152]: pgmap v2666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:36.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:36.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:37.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:37.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:38 smithi194 ceph-mon[104785]: pgmap v2667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:38 smithi135 ceph-mon[93152]: pgmap v2667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:38.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:38.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:39.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:39.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:40 smithi194 ceph-mon[104785]: pgmap v2668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:40 smithi135 ceph-mon[93152]: pgmap v2668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:40.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:40.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:41.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:41.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:42 smithi194 ceph-mon[104785]: pgmap v2669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:55:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:42 smithi135 ceph-mon[93152]: pgmap v2669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:55:42.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:42.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:43.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:43.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:44 smithi194 ceph-mon[104785]: pgmap v2670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:44 smithi135 ceph-mon[93152]: pgmap v2670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:44.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:44.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:45.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:45.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:46 smithi194 ceph-mon[104785]: pgmap v2671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:46 smithi135 ceph-mon[93152]: pgmap v2671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:46.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:46.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:47.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:47.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:48 smithi194 ceph-mon[104785]: pgmap v2672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:48 smithi135 ceph-mon[93152]: pgmap v2672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:48.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:48.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:49.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:49.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:50 smithi194 ceph-mon[104785]: pgmap v2673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:50 smithi135 ceph-mon[93152]: pgmap v2673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:50.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:50.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:51.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:51.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:52 smithi194 ceph-mon[104785]: pgmap v2674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:55:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:52 smithi135 ceph-mon[93152]: pgmap v2674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:55:52.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:52.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:53.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:53.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:54 smithi194 ceph-mon[104785]: pgmap v2675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:54 smithi135 ceph-mon[93152]: pgmap v2675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:54.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:54.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:55:55.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:55.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:56 smithi194 ceph-mon[104785]: pgmap v2676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:56 smithi135 ceph-mon[93152]: pgmap v2676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:56.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:56.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:57.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:57.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:55:58 smithi194 ceph-mon[104785]: pgmap v2677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:55:58 smithi135 ceph-mon[93152]: pgmap v2677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:55:58.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:58.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:55:59.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:55:59.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:00 smithi194 ceph-mon[104785]: pgmap v2678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:00 smithi135 ceph-mon[93152]: pgmap v2678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:00.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:00.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:01.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:01.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:02 smithi194 ceph-mon[104785]: pgmap v2679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:02 smithi135 ceph-mon[93152]: pgmap v2679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:02.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:02.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:03.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:03.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:04 smithi194 ceph-mon[104785]: pgmap v2680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:04 smithi135 ceph-mon[93152]: pgmap v2680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:04.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:04.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:05.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:05.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:06 smithi194 ceph-mon[104785]: pgmap v2681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:56:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:06 smithi135 ceph-mon[93152]: pgmap v2681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:56:06.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:06.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:07.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:07.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:08 smithi135 ceph-mon[93152]: pgmap v2682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:08 smithi194 ceph-mon[104785]: pgmap v2682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:08.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:08.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:09 smithi135 ceph-mon[93152]: pgmap v2683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:09 smithi194 ceph-mon[104785]: pgmap v2683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:09.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:09.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:10.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:10.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:11.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:11.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:11 smithi194 ceph-mon[104785]: pgmap v2684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:56:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:56:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:56:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:56:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:56:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:56:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:56:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:11 smithi135 ceph-mon[93152]: pgmap v2684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:56:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:56:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:56:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:56:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:56:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:56:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:56:12.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:12.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:13.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:13.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:13 smithi194 ceph-mon[104785]: pgmap v2685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:13 smithi135 ceph-mon[93152]: pgmap v2685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:14.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:14.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:15.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:15.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:15 smithi194 ceph-mon[104785]: pgmap v2686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:15 smithi135 ceph-mon[93152]: pgmap v2686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:16.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:16.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:17.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:17.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:17 smithi194 ceph-mon[104785]: pgmap v2687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:17 smithi135 ceph-mon[93152]: pgmap v2687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:18.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:18.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:19.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:19.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:19 smithi194 ceph-mon[104785]: pgmap v2688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:19 smithi135 ceph-mon[93152]: pgmap v2688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:20.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:20.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:21.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:21.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:21 smithi194 ceph-mon[104785]: pgmap v2689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:21 smithi135 ceph-mon[93152]: pgmap v2689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:22.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:22.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:23.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:23.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:23 smithi194 ceph-mon[104785]: pgmap v2690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:23 smithi135 ceph-mon[93152]: pgmap v2690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:24.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:24.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:25.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:25.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:25 smithi194 ceph-mon[104785]: pgmap v2691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:25 smithi135 ceph-mon[93152]: pgmap v2691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:26.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:26.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:27.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:27.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:28.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:27 smithi135 ceph-mon[93152]: pgmap v2692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:27 smithi194 ceph-mon[104785]: pgmap v2692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:28.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:28.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:29.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:29.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:29 smithi194 ceph-mon[104785]: pgmap v2693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:29 smithi135 ceph-mon[93152]: pgmap v2693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:30.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:30.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:31.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:31.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:31 smithi194 ceph-mon[104785]: pgmap v2694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:31 smithi135 ceph-mon[93152]: pgmap v2694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:32.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:32.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:33.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:33.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:33 smithi194 ceph-mon[104785]: pgmap v2695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:33 smithi135 ceph-mon[93152]: pgmap v2695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:34.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:34.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:35.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:35.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:35 smithi194 ceph-mon[104785]: pgmap v2696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:35 smithi135 ceph-mon[93152]: pgmap v2696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:36.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:36.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:37.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:37.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:37 smithi194 ceph-mon[104785]: pgmap v2697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:37 smithi135 ceph-mon[93152]: pgmap v2697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:38.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:38.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:39.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:39.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:39 smithi194 ceph-mon[104785]: pgmap v2698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:39 smithi135 ceph-mon[93152]: pgmap v2698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:40.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:40.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:41.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:41.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:41 smithi194 ceph-mon[104785]: pgmap v2699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:41 smithi135 ceph-mon[93152]: pgmap v2699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:42.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:42.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:43.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:43.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:43 smithi194 ceph-mon[104785]: pgmap v2700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:43 smithi135 ceph-mon[93152]: pgmap v2700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:44.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:44.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:45.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:45.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:45 smithi194 ceph-mon[104785]: pgmap v2701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:45 smithi135 ceph-mon[93152]: pgmap v2701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:46.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:46.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:47.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:47.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:47 smithi194 ceph-mon[104785]: pgmap v2702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:47 smithi135 ceph-mon[93152]: pgmap v2702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:48.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:48.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:49.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:49.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:49 smithi194 ceph-mon[104785]: pgmap v2703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:49 smithi135 ceph-mon[93152]: pgmap v2703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:50.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:50.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:51.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:51.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:51 smithi194 ceph-mon[104785]: pgmap v2704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:51 smithi135 ceph-mon[93152]: pgmap v2704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:56:52.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:52.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:53.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:53.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:53 smithi194 ceph-mon[104785]: pgmap v2705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:53 smithi135 ceph-mon[93152]: pgmap v2705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:54.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:54.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:55.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:55.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:55 smithi194 ceph-mon[104785]: pgmap v2706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:55 smithi135 ceph-mon[93152]: pgmap v2706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:56:56.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:56.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:57.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:57.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:57 smithi135 ceph-mon[93152]: pgmap v2707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:57 smithi194 ceph-mon[104785]: pgmap v2707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:56:58.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:58.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:56:59.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:56:59.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:56:59 smithi135 ceph-mon[93152]: pgmap v2708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:56:59 smithi194 ceph-mon[104785]: pgmap v2708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:00.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:00.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:01.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:01.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:01 smithi135 ceph-mon[93152]: pgmap v2709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:01 smithi194 ceph-mon[104785]: pgmap v2709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:02.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:02.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:03.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:03.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:03 smithi135 ceph-mon[93152]: pgmap v2710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:04.431 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:03 smithi194 ceph-mon[104785]: pgmap v2710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:04.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:04.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:05.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:05.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:05 smithi135 ceph-mon[93152]: pgmap v2711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:05 smithi194 ceph-mon[104785]: pgmap v2711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:06.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:06.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:07.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:07.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:07 smithi135 ceph-mon[93152]: pgmap v2712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:07 smithi194 ceph-mon[104785]: pgmap v2712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:08.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:08.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:09.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:09.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:09 smithi135 ceph-mon[93152]: pgmap v2713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:09 smithi194 ceph-mon[104785]: pgmap v2713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:10.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:10.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:11.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:11.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:11 smithi135 ceph-mon[93152]: pgmap v2714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:57:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:11 smithi194 ceph-mon[104785]: pgmap v2714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:57:12.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:12.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:57:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:57:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:57:13.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:57:13.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:57:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:57:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:57:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:57:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:57:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:57:13.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:13.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:14 smithi194 ceph-mon[104785]: pgmap v2715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:14 smithi135 ceph-mon[93152]: pgmap v2715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:14.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:14.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:15.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:15.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:16 smithi194 ceph-mon[104785]: pgmap v2716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:16 smithi135 ceph-mon[93152]: pgmap v2716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:16.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:17.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:17.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:18.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:18 smithi194 ceph-mon[104785]: pgmap v2717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:18 smithi135 ceph-mon[93152]: pgmap v2717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:18.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:18.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:19.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:19.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:20 smithi194 ceph-mon[104785]: pgmap v2718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:20 smithi135 ceph-mon[93152]: pgmap v2718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:20.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:20.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:21.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:22.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:22.684 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:22 smithi194 ceph-mon[104785]: pgmap v2719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:22.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:22 smithi135 ceph-mon[93152]: pgmap v2719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:22.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:23.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:23.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:23.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:24 smithi194 ceph-mon[104785]: pgmap v2720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:24.554 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:24 smithi135 ceph-mon[93152]: pgmap v2720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:24.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:24.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:25.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:25.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:26 smithi194 ceph-mon[104785]: pgmap v2721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:26 smithi135 ceph-mon[93152]: pgmap v2721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:26.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:26.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:27.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:27.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:28 smithi194 ceph-mon[104785]: pgmap v2722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:28 smithi135 ceph-mon[93152]: pgmap v2722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:28.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:28.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:29.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:29.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:30 smithi194 ceph-mon[104785]: pgmap v2723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:30 smithi135 ceph-mon[93152]: pgmap v2723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:30.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:30.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:31.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:32.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:32 smithi194 ceph-mon[104785]: pgmap v2724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:32.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:32 smithi135 ceph-mon[93152]: pgmap v2724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:32.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:32.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:33.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:33.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:34 smithi135 ceph-mon[93152]: pgmap v2725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:34 smithi194 ceph-mon[104785]: pgmap v2725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:34.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:34.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:35.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:35.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:36 smithi194 ceph-mon[104785]: pgmap v2726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:36 smithi135 ceph-mon[93152]: pgmap v2726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:36.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:36.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:37.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:37.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:38 smithi194 ceph-mon[104785]: pgmap v2727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:38 smithi135 ceph-mon[93152]: pgmap v2727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:38.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:38.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:39.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:39.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:40 smithi194 ceph-mon[104785]: pgmap v2728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:40 smithi135 ceph-mon[93152]: pgmap v2728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:40.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:40.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:41.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:41.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:42 smithi194 ceph-mon[104785]: pgmap v2729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:42 smithi135 ceph-mon[93152]: pgmap v2729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:42.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:42.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:43.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:43.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:44 smithi135 ceph-mon[93152]: pgmap v2730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:44 smithi194 ceph-mon[104785]: pgmap v2730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:44.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:44.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:45.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:45.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:46 smithi194 ceph-mon[104785]: pgmap v2731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:46 smithi135 ceph-mon[93152]: pgmap v2731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:46.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:46.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:47.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:47.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:48 smithi194 ceph-mon[104785]: pgmap v2732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:48 smithi135 ceph-mon[93152]: pgmap v2732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:48.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:48.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:49.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:49.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:50 smithi194 ceph-mon[104785]: pgmap v2733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:50 smithi135 ceph-mon[93152]: pgmap v2733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:50.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:50.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:51.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:51.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:52 smithi194 ceph-mon[104785]: pgmap v2734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:52 smithi135 ceph-mon[93152]: pgmap v2734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:57:52.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:52.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:53.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:53.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:54 smithi194 ceph-mon[104785]: pgmap v2735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:54 smithi135 ceph-mon[93152]: pgmap v2735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:54.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:54.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:57:55.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:55.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:56 smithi194 ceph-mon[104785]: pgmap v2736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:56 smithi135 ceph-mon[93152]: pgmap v2736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:56.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:56.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:57.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:57.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:57:58 smithi194 ceph-mon[104785]: pgmap v2737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:57:58 smithi135 ceph-mon[93152]: pgmap v2737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:57:58.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:58.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:57:59.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:57:59.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:00 smithi194 ceph-mon[104785]: pgmap v2738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:00 smithi135 ceph-mon[93152]: pgmap v2738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:00.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:00.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:01.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:01.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:02 smithi194 ceph-mon[104785]: pgmap v2739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:02 smithi135 ceph-mon[93152]: pgmap v2739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:02.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:02.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:03.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:03.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:04 smithi194 ceph-mon[104785]: pgmap v2740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:04 smithi135 ceph-mon[93152]: pgmap v2740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:04.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:04.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:05.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:05.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:06 smithi194 ceph-mon[104785]: pgmap v2741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:06 smithi135 ceph-mon[93152]: pgmap v2741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:06.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:06.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:07.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:07.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:08 smithi194 ceph-mon[104785]: pgmap v2742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:08 smithi135 ceph-mon[93152]: pgmap v2742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:08.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:08.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:09.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:09.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:10 smithi194 ceph-mon[104785]: pgmap v2743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:10 smithi135 ceph-mon[93152]: pgmap v2743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:10.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:10.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:11.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:11.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:12 smithi194 ceph-mon[104785]: pgmap v2744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:58:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:12 smithi135 ceph-mon[93152]: pgmap v2744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:58:12.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:12.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:13.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:13.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:14 smithi194 ceph-mon[104785]: pgmap v2745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:14 smithi135 ceph-mon[93152]: pgmap v2745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:14.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:14.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:15.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:15.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:16 smithi194 ceph-mon[104785]: pgmap v2746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:16 smithi135 ceph-mon[93152]: pgmap v2746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:16.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:16.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:17.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:17.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:18 smithi194 ceph-mon[104785]: pgmap v2747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:18 smithi135 ceph-mon[93152]: pgmap v2747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:18.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:18.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:19.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:19.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:20.226 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:19 smithi194 ceph-mon[104785]: pgmap v2748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:20.226 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:58:20.226 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:58:20.226 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:58:20.226 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:58:20.226 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:58:20.226 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:58:20.226 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:58:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:19 smithi135 ceph-mon[93152]: pgmap v2748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:58:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:58:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:58:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:58:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:58:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:58:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:58:20.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:20.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:21.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:21.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:21 smithi135 ceph-mon[93152]: pgmap v2749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:21 smithi194 ceph-mon[104785]: pgmap v2749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:23.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:23.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:24.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:24.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:23 smithi135 ceph-mon[93152]: pgmap v2750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:23 smithi194 ceph-mon[104785]: pgmap v2750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:25.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:25.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:26.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:26.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:25 smithi135 ceph-mon[93152]: pgmap v2751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:25 smithi194 ceph-mon[104785]: pgmap v2751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:27.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:27.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:28.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:28.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:27 smithi135 ceph-mon[93152]: pgmap v2752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:27 smithi194 ceph-mon[104785]: pgmap v2752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:29.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:29.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:30.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:30.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:29 smithi135 ceph-mon[93152]: pgmap v2753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:30.331 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:29 smithi194 ceph-mon[104785]: pgmap v2753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:31.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:31.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:32.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:32.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:31 smithi135 ceph-mon[93152]: pgmap v2754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:31 smithi194 ceph-mon[104785]: pgmap v2754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:33.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:33.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:34.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:34.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:33 smithi135 ceph-mon[93152]: pgmap v2755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:33 smithi194 ceph-mon[104785]: pgmap v2755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:35.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:35.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:36.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:36.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:35 smithi135 ceph-mon[93152]: pgmap v2756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:35 smithi194 ceph-mon[104785]: pgmap v2756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:37.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:37.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:38.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:38.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:37 smithi135 ceph-mon[93152]: pgmap v2757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:37 smithi194 ceph-mon[104785]: pgmap v2757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:39.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:39.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:40.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:40.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:39 smithi135 ceph-mon[93152]: pgmap v2758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:40.437 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:39 smithi194 ceph-mon[104785]: pgmap v2758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:41.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:41.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:42.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:42.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:42 smithi135 ceph-mon[93152]: pgmap v2759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:42 smithi194 ceph-mon[104785]: pgmap v2759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:43.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:43.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:44.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:44.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:44 smithi194 ceph-mon[104785]: pgmap v2760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:44 smithi135 ceph-mon[93152]: pgmap v2760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:45.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:45.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:46.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:46.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:46 smithi194 ceph-mon[104785]: pgmap v2761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:46 smithi135 ceph-mon[93152]: pgmap v2761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:47.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:47.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:48.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:48.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:48 smithi194 ceph-mon[104785]: pgmap v2762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:48 smithi135 ceph-mon[93152]: pgmap v2762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:49.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:49.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:50.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:50.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:50 smithi135 ceph-mon[93152]: pgmap v2763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:50 smithi194 ceph-mon[104785]: pgmap v2763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:51.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:51.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:52.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:52.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:52 smithi194 ceph-mon[104785]: pgmap v2764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:52 smithi135 ceph-mon[93152]: pgmap v2764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:58:53.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:53.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:54.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:54.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:54 smithi135 ceph-mon[93152]: pgmap v2765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:54 smithi194 ceph-mon[104785]: pgmap v2765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:55.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:55.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:56.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:56.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:56.400 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:56 smithi135 ceph-mon[93152]: pgmap v2766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:56.400 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:56 smithi194 ceph-mon[104785]: pgmap v2766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:58:57.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:57.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:58.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:58.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:58:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:58:58 smithi194 ceph-mon[104785]: pgmap v2767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:58:58 smithi135 ceph-mon[93152]: pgmap v2767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:58:59.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:58:59.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:00.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:00.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:00 smithi194 ceph-mon[104785]: pgmap v2768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:00 smithi135 ceph-mon[93152]: pgmap v2768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:01.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:01.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:02.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:02.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:02 smithi194 ceph-mon[104785]: pgmap v2769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:02 smithi135 ceph-mon[93152]: pgmap v2769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:03.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:03.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:04.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:04.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:04 smithi194 ceph-mon[104785]: pgmap v2770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:04 smithi135 ceph-mon[93152]: pgmap v2770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:05.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:05.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:06.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:06.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:06 smithi194 ceph-mon[104785]: pgmap v2771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:06 smithi135 ceph-mon[93152]: pgmap v2771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:07.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:07.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:08.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:08.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:08 smithi194 ceph-mon[104785]: pgmap v2772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:08 smithi135 ceph-mon[93152]: pgmap v2772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:09.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:09.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:10.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:10.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:10 smithi194 ceph-mon[104785]: pgmap v2773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:10 smithi135 ceph-mon[93152]: pgmap v2773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:11.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:11.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:12.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:12.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:12 smithi194 ceph-mon[104785]: pgmap v2774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:12 smithi135 ceph-mon[93152]: pgmap v2774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:13.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:13.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:14.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:14.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:14 smithi194 ceph-mon[104785]: pgmap v2775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:14 smithi135 ceph-mon[93152]: pgmap v2775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:15.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:15.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:16.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:16.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:16 smithi194 ceph-mon[104785]: pgmap v2776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:16 smithi135 ceph-mon[93152]: pgmap v2776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:17.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:17.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:18.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:18.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:18.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:18 smithi194 ceph-mon[104785]: pgmap v2777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:18 smithi135 ceph-mon[93152]: pgmap v2777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:19.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:19.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:20.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:20.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:20 smithi135 ceph-mon[93152]: pgmap v2778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:59:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:59:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:59:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:20 smithi194 ceph-mon[104785]: pgmap v2778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T05:59:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:59:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:59:21.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:21.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:59:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:59:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:59:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:59:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:59:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T05:59:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T05:59:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:59:21.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T05:59:21.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T05:59:22.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:22.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:22 smithi194 ceph-mon[104785]: pgmap v2779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:22 smithi135 ceph-mon[93152]: pgmap v2779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:23.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:23.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:24.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:24.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:24 smithi194 ceph-mon[104785]: pgmap v2780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:24 smithi135 ceph-mon[93152]: pgmap v2780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:25.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:25.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:26.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:26.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:26 smithi194 ceph-mon[104785]: pgmap v2781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:26 smithi135 ceph-mon[93152]: pgmap v2781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:27.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:27.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:28.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:28.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:28 smithi194 ceph-mon[104785]: pgmap v2782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:28 smithi135 ceph-mon[93152]: pgmap v2782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:29.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:29.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:30.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:30.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:30 smithi135 ceph-mon[93152]: pgmap v2783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:30 smithi194 ceph-mon[104785]: pgmap v2783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:31.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:31.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:32.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:32.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:32 smithi194 ceph-mon[104785]: pgmap v2784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:32 smithi135 ceph-mon[93152]: pgmap v2784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:33.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:33.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:34.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:34.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:34 smithi194 ceph-mon[104785]: pgmap v2785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:34 smithi135 ceph-mon[93152]: pgmap v2785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:35.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:35.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:36.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:36.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:36 smithi194 ceph-mon[104785]: pgmap v2786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:36 smithi135 ceph-mon[93152]: pgmap v2786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:37.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:37.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:38.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:38.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:38 smithi194 ceph-mon[104785]: pgmap v2787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:38 smithi135 ceph-mon[93152]: pgmap v2787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:39.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:39.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:40.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:40.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:40 smithi194 ceph-mon[104785]: pgmap v2788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:40 smithi135 ceph-mon[93152]: pgmap v2788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:41.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:41.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:42.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:42.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:42 smithi194 ceph-mon[104785]: pgmap v2789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:42 smithi135 ceph-mon[93152]: pgmap v2789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:43.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:43.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:44.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:44.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:44 smithi194 ceph-mon[104785]: pgmap v2790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:44 smithi135 ceph-mon[93152]: pgmap v2790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:45.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:45.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:46.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:46.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:46 smithi194 ceph-mon[104785]: pgmap v2791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:46 smithi135 ceph-mon[93152]: pgmap v2791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:47.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:47.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:48.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:48.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:48 smithi194 ceph-mon[104785]: pgmap v2792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:48 smithi135 ceph-mon[93152]: pgmap v2792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:49.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:49.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:50.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:50.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:50 smithi194 ceph-mon[104785]: pgmap v2793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:50 smithi135 ceph-mon[93152]: pgmap v2793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:51.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:51.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:52.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:52.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:52 smithi194 ceph-mon[104785]: pgmap v2794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:52 smithi135 ceph-mon[93152]: pgmap v2794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T05:59:53.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:53.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:54.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:54.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:54 smithi194 ceph-mon[104785]: pgmap v2795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:54 smithi135 ceph-mon[93152]: pgmap v2795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:55.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:55.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T05:59:56.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:56.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:56 smithi194 ceph-mon[104785]: pgmap v2796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:56 smithi135 ceph-mon[93152]: pgmap v2796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:57.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:57.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:58.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:58.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T05:59:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 05:59:58 smithi194 ceph-mon[104785]: pgmap v2797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 05:59:58 smithi135 ceph-mon[93152]: pgmap v2797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T05:59:59.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T05:59:59.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:00.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:00.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:00 smithi194 ceph-mon[104785]: pgmap v2798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T06:00:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:00 smithi135 ceph-mon[93152]: pgmap v2798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T06:00:01.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:01.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:02.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:02.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:02 smithi194 ceph-mon[104785]: pgmap v2799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:02 smithi135 ceph-mon[93152]: pgmap v2799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:03.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:03.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:04.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:04.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:04 smithi194 ceph-mon[104785]: pgmap v2800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:04.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:04 smithi135 ceph-mon[93152]: pgmap v2800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:05.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:05.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:06.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:06.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:06 smithi194 ceph-mon[104785]: pgmap v2801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:06 smithi135 ceph-mon[93152]: pgmap v2801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:07.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:07.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:08.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:08.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:08 smithi194 ceph-mon[104785]: pgmap v2802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:08 smithi135 ceph-mon[93152]: pgmap v2802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:09.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:09.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:10.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:10.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:10 smithi194 ceph-mon[104785]: pgmap v2803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:10 smithi135 ceph-mon[93152]: pgmap v2803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:11.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:11.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:12.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:12.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:12 smithi194 ceph-mon[104785]: pgmap v2804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:12 smithi135 ceph-mon[93152]: pgmap v2804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:13.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:13.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:14.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:14.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:14 smithi194 ceph-mon[104785]: pgmap v2805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:14 smithi135 ceph-mon[93152]: pgmap v2805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:15.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:15.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:16.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:16.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:16.439 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:16 smithi194 ceph-mon[104785]: pgmap v2806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:16 smithi135 ceph-mon[93152]: pgmap v2806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:17.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:17.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:18.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:18.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:18 smithi194 ceph-mon[104785]: pgmap v2807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:18 smithi135 ceph-mon[93152]: pgmap v2807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:19.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:19.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:20.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:20.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:20 smithi194 ceph-mon[104785]: pgmap v2808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:20.481 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:20 smithi135 ceph-mon[93152]: pgmap v2808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:21.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:21.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:00:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:00:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:00:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:00:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:00:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:00:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:00:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:00:21.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:00:21.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:00:21.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:00:21.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:00:22.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:22.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:22 smithi194 ceph-mon[104785]: pgmap v2809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:22 smithi135 ceph-mon[93152]: pgmap v2809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:23.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:23.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:24.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:24.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:24 smithi194 ceph-mon[104785]: pgmap v2810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:24 smithi135 ceph-mon[93152]: pgmap v2810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:25.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:25.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:26.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:26.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:26 smithi194 ceph-mon[104785]: pgmap v2811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:26 smithi135 ceph-mon[93152]: pgmap v2811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:27.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:27.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:28.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:28.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:28 smithi194 ceph-mon[104785]: pgmap v2812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:28 smithi135 ceph-mon[93152]: pgmap v2812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:29.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:29.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:30.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:30.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:30 smithi194 ceph-mon[104785]: pgmap v2813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:30 smithi135 ceph-mon[93152]: pgmap v2813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:31.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:31.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:32.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:32.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:32 smithi194 ceph-mon[104785]: pgmap v2814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:32 smithi135 ceph-mon[93152]: pgmap v2814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:33.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:33.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:34.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:34.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:34 smithi194 ceph-mon[104785]: pgmap v2815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:34 smithi135 ceph-mon[93152]: pgmap v2815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:35.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:35.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:36.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:36.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:36 smithi135 ceph-mon[93152]: pgmap v2816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:36.646 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:36 smithi194 ceph-mon[104785]: pgmap v2816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:37.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:37.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:38.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:38.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:38 smithi135 ceph-mon[93152]: pgmap v2817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:38 smithi194 ceph-mon[104785]: pgmap v2817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:39.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:39.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:40.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:40.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:40 smithi135 ceph-mon[93152]: pgmap v2818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:40.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:40 smithi194 ceph-mon[104785]: pgmap v2818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:40.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:41.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:41.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:42.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:42.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:42 smithi135 ceph-mon[93152]: pgmap v2819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:42 smithi194 ceph-mon[104785]: pgmap v2819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:43.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:43.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:44.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:44.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:44 smithi135 ceph-mon[93152]: pgmap v2820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:44 smithi194 ceph-mon[104785]: pgmap v2820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:45.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:45.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:46.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:46.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:46.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:46 smithi135 ceph-mon[93152]: pgmap v2821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:46 smithi194 ceph-mon[104785]: pgmap v2821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:47.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:47.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:48.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:48.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:48 smithi135 ceph-mon[93152]: pgmap v2822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:48 smithi194 ceph-mon[104785]: pgmap v2822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:49.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:49.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:50.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:50.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:50 smithi135 ceph-mon[93152]: pgmap v2823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:50 smithi194 ceph-mon[104785]: pgmap v2823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:51.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:51.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:52.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:52.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:52 smithi135 ceph-mon[93152]: pgmap v2824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:52 smithi194 ceph-mon[104785]: pgmap v2824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:00:53.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:53.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:54.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:54.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:54 smithi135 ceph-mon[93152]: pgmap v2825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:54 smithi194 ceph-mon[104785]: pgmap v2825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:55.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:55.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:00:56.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:56.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:56 smithi135 ceph-mon[93152]: pgmap v2826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:56 smithi194 ceph-mon[104785]: pgmap v2826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:57.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:57.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:58.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:58.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:00:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:00:58 smithi135 ceph-mon[93152]: pgmap v2827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:00:58 smithi194 ceph-mon[104785]: pgmap v2827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:00:59.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:00:59.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:00.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:00.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:00 smithi135 ceph-mon[93152]: pgmap v2828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:00 smithi194 ceph-mon[104785]: pgmap v2828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:01.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:01.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:02.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:02.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:02 smithi194 ceph-mon[104785]: pgmap v2829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:02 smithi135 ceph-mon[93152]: pgmap v2829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:03.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:03.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:03 smithi194 ceph-mon[104785]: pgmap v2830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:03 smithi135 ceph-mon[93152]: pgmap v2830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:04.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:04.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:05.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:05.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:05.925 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:05 smithi135 ceph-mon[93152]: pgmap v2831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:05 smithi194 ceph-mon[104785]: pgmap v2831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:06.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:06.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:07.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:07.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:07 smithi194 ceph-mon[104785]: pgmap v2832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:07 smithi135 ceph-mon[93152]: pgmap v2832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:08.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:08.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:09.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:09.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:09 smithi194 ceph-mon[104785]: pgmap v2833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:09 smithi135 ceph-mon[93152]: pgmap v2833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:10.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:10.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:11.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:11.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:11 smithi194 ceph-mon[104785]: pgmap v2834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:11 smithi135 ceph-mon[93152]: pgmap v2834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:12.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:12.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:13.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:13.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:13 smithi194 ceph-mon[104785]: pgmap v2835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:13 smithi135 ceph-mon[93152]: pgmap v2835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:14.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:14.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:15.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:15.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:15 smithi194 ceph-mon[104785]: pgmap v2836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:15 smithi135 ceph-mon[93152]: pgmap v2836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:16.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:16.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:17.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:17.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:17 smithi194 ceph-mon[104785]: pgmap v2837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:17 smithi135 ceph-mon[93152]: pgmap v2837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:18.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:18.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:19.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:19.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:19 smithi194 ceph-mon[104785]: pgmap v2838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:19 smithi135 ceph-mon[93152]: pgmap v2838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:20.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:20.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:21.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:21.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:21 smithi194 ceph-mon[104785]: pgmap v2839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:01:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:01:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:01:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:21 smithi135 ceph-mon[93152]: pgmap v2839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:01:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:01:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:01:22.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:22.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:01:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:01:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:01:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:01:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:01:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:01:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:01:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:01:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:01:23.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:01:23.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:23.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:24.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:24.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:24 smithi194 ceph-mon[104785]: pgmap v2840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:24 smithi135 ceph-mon[93152]: pgmap v2840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:25.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:25.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:26.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:26.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:26 smithi194 ceph-mon[104785]: pgmap v2841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:26 smithi135 ceph-mon[93152]: pgmap v2841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:27.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:27.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:28.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:28.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:28 smithi194 ceph-mon[104785]: pgmap v2842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:28 smithi135 ceph-mon[93152]: pgmap v2842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:29.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:29.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:30.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:30.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:30 smithi135 ceph-mon[93152]: pgmap v2843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:30 smithi194 ceph-mon[104785]: pgmap v2843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:31.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:31.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:32.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:32.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:32 smithi135 ceph-mon[93152]: pgmap v2844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:32 smithi194 ceph-mon[104785]: pgmap v2844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:33.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:33.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:34.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:34.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:34 smithi135 ceph-mon[93152]: pgmap v2845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:34 smithi194 ceph-mon[104785]: pgmap v2845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:35.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:35.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:36.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:36.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:36 smithi135 ceph-mon[93152]: pgmap v2846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:36 smithi194 ceph-mon[104785]: pgmap v2846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:37.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:37.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:38.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:38.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:38 smithi135 ceph-mon[93152]: pgmap v2847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:38 smithi194 ceph-mon[104785]: pgmap v2847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:39.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:39.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:40.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:40.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:40 smithi135 ceph-mon[93152]: pgmap v2848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:40 smithi194 ceph-mon[104785]: pgmap v2848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:41.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:41.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:42.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:42.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:42 smithi135 ceph-mon[93152]: pgmap v2849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:42 smithi194 ceph-mon[104785]: pgmap v2849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:43.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:43.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:44.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:44.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:44 smithi135 ceph-mon[93152]: pgmap v2850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:44 smithi194 ceph-mon[104785]: pgmap v2850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:45.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:45.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:46.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:46.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:46 smithi135 ceph-mon[93152]: pgmap v2851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:46 smithi194 ceph-mon[104785]: pgmap v2851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:47.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:47.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:48.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:48.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:48 smithi135 ceph-mon[93152]: pgmap v2852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:48 smithi194 ceph-mon[104785]: pgmap v2852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:49.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:49.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:50.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:50.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:50 smithi135 ceph-mon[93152]: pgmap v2853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:50 smithi194 ceph-mon[104785]: pgmap v2853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:01:51.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:51.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:52.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:52.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:52 smithi135 ceph-mon[93152]: pgmap v2854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:52 smithi194 ceph-mon[104785]: pgmap v2854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:53.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:53.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:54.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:54.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:54 smithi135 ceph-mon[93152]: pgmap v2855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:54 smithi194 ceph-mon[104785]: pgmap v2855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:55.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:55.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:01:56.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:56.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:56 smithi135 ceph-mon[93152]: pgmap v2856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:56 smithi194 ceph-mon[104785]: pgmap v2856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:57.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:57.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:58.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:58.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:01:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:01:58 smithi194 ceph-mon[104785]: pgmap v2857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:01:58 smithi135 ceph-mon[93152]: pgmap v2857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:01:59.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:01:59.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:00.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:00.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:00 smithi135 ceph-mon[93152]: pgmap v2858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:00 smithi194 ceph-mon[104785]: pgmap v2858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:01.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:01.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:02.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:02.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:02.538 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:02 smithi194 ceph-mon[104785]: pgmap v2859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:02 smithi135 ceph-mon[93152]: pgmap v2859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:03.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:03.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:04.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:04.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:04 smithi194 ceph-mon[104785]: pgmap v2860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:04 smithi135 ceph-mon[93152]: pgmap v2860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:05.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:05.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:06.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:06.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:06 smithi194 ceph-mon[104785]: pgmap v2861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:06 smithi135 ceph-mon[93152]: pgmap v2861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:07.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:07.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:07 smithi194 ceph-mon[104785]: pgmap v2862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:07 smithi135 ceph-mon[93152]: pgmap v2862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:08.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:08.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:09.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:09.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:09 smithi194 ceph-mon[104785]: pgmap v2863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:09 smithi135 ceph-mon[93152]: pgmap v2863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:10.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:10.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:11.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:11.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:11 smithi194 ceph-mon[104785]: pgmap v2864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:11 smithi135 ceph-mon[93152]: pgmap v2864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:12.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:12.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:13.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:13.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:13 smithi194 ceph-mon[104785]: pgmap v2865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:13 smithi135 ceph-mon[93152]: pgmap v2865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:14.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:14.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:15.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:15.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:15 smithi194 ceph-mon[104785]: pgmap v2866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:15 smithi135 ceph-mon[93152]: pgmap v2866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:16.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:16.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:17.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:17.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:17 smithi194 ceph-mon[104785]: pgmap v2867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:17 smithi135 ceph-mon[93152]: pgmap v2867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:18.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:18.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:19.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:19.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:19 smithi194 ceph-mon[104785]: pgmap v2868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:19 smithi135 ceph-mon[93152]: pgmap v2868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:20.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:20.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:21.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:21.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:21 smithi194 ceph-mon[104785]: pgmap v2869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:21 smithi135 ceph-mon[93152]: pgmap v2869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:22.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:22.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:02:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:02:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:02:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:02:23.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:02:23.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:02:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:02:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:02:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:02:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:02:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:02:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:02:23.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:23.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:23 smithi194 ceph-mon[104785]: pgmap v2870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:23 smithi135 ceph-mon[93152]: pgmap v2870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:24.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:24.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:25.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:25.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:25 smithi194 ceph-mon[104785]: pgmap v2871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:25 smithi135 ceph-mon[93152]: pgmap v2871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:26.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:26.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:27.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:27.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:27 smithi194 ceph-mon[104785]: pgmap v2872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:27 smithi135 ceph-mon[93152]: pgmap v2872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:28.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:28.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:29.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:29.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:29 smithi194 ceph-mon[104785]: pgmap v2873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:29 smithi135 ceph-mon[93152]: pgmap v2873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:30.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:30.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:31.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:31.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:31 smithi194 ceph-mon[104785]: pgmap v2874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:31 smithi135 ceph-mon[93152]: pgmap v2874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:32.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:32.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:33.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:33.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:33 smithi194 ceph-mon[104785]: pgmap v2875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:33 smithi135 ceph-mon[93152]: pgmap v2875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:34.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:34.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:35.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:35.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:35 smithi194 ceph-mon[104785]: pgmap v2876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:35 smithi135 ceph-mon[93152]: pgmap v2876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:36.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:36.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:37.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:37.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:37 smithi194 ceph-mon[104785]: pgmap v2877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:37 smithi135 ceph-mon[93152]: pgmap v2877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:38.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:38.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:39.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:39.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:39 smithi135 ceph-mon[93152]: pgmap v2878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:40.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:40.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:39 smithi194 ceph-mon[104785]: pgmap v2878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:41.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:41.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:41 smithi135 ceph-mon[93152]: pgmap v2879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:42.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:42.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:41 smithi194 ceph-mon[104785]: pgmap v2879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:43.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:43.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:43 smithi135 ceph-mon[93152]: pgmap v2880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:44.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:44.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:43 smithi194 ceph-mon[104785]: pgmap v2880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:45.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:45.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:45 smithi135 ceph-mon[93152]: pgmap v2881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:46.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:46.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:45 smithi194 ceph-mon[104785]: pgmap v2881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:47.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:47.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:47 smithi135 ceph-mon[93152]: pgmap v2882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:48.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:48.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:47 smithi194 ceph-mon[104785]: pgmap v2882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:49.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:49.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:49 smithi135 ceph-mon[93152]: pgmap v2883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:50.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:50.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:49 smithi194 ceph-mon[104785]: pgmap v2883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:02:51.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:51.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:51 smithi135 ceph-mon[93152]: pgmap v2884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:52.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:52.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:51 smithi194 ceph-mon[104785]: pgmap v2884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:53.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:53.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:53 smithi135 ceph-mon[93152]: pgmap v2885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:54.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:54.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:53 smithi194 ceph-mon[104785]: pgmap v2885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:55.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:55.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:55 smithi135 ceph-mon[93152]: pgmap v2886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:56.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:56.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:55 smithi194 ceph-mon[104785]: pgmap v2886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:02:57.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:57.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:02:57 smithi135 ceph-mon[93152]: pgmap v2887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:58.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:58.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:02:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:02:57 smithi194 ceph-mon[104785]: pgmap v2887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:02:59.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:02:59.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:00 smithi135 ceph-mon[93152]: pgmap v2888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:00.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:00.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:00 smithi194 ceph-mon[104785]: pgmap v2888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:01.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:01.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:02 smithi135 ceph-mon[93152]: pgmap v2889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:02.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:02.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:02 smithi194 ceph-mon[104785]: pgmap v2889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:03.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:03.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:04.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:04.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:04 smithi194 ceph-mon[104785]: pgmap v2890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:04 smithi135 ceph-mon[93152]: pgmap v2890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:05.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:05.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:06.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:06.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:06 smithi194 ceph-mon[104785]: pgmap v2891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:06 smithi135 ceph-mon[93152]: pgmap v2891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:07.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:07.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:08.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:08.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:08 smithi194 ceph-mon[104785]: pgmap v2892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:08 smithi135 ceph-mon[93152]: pgmap v2892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:09.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:09.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:10 smithi194 ceph-mon[104785]: pgmap v2893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:10.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:10.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:10 smithi135 ceph-mon[93152]: pgmap v2893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:11.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:11.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:12 smithi194 ceph-mon[104785]: pgmap v2894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:12.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:12.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:12 smithi135 ceph-mon[93152]: pgmap v2894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:13.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:13.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:14 smithi194 ceph-mon[104785]: pgmap v2895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:14.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:14.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:14 smithi135 ceph-mon[93152]: pgmap v2895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:15.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:15.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:16 smithi194 ceph-mon[104785]: pgmap v2896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:16.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:16.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:16 smithi135 ceph-mon[93152]: pgmap v2896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:17.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:17.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:18.324 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:18 smithi194 ceph-mon[104785]: pgmap v2897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:18.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:18.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:18 smithi135 ceph-mon[93152]: pgmap v2897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:19.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:19.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:20 smithi194 ceph-mon[104785]: pgmap v2898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:20.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:20.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:20 smithi135 ceph-mon[93152]: pgmap v2898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:21.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:21.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:22 smithi194 ceph-mon[104785]: pgmap v2899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:22.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:22.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:22 smithi135 ceph-mon[93152]: pgmap v2899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:23.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:03:23.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:23.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:03:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:24 smithi194 ceph-mon[104785]: pgmap v2900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:24.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:24.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:24.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:24 smithi135 ceph-mon[93152]: pgmap v2900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:25.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:25.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:26 smithi194 ceph-mon[104785]: pgmap v2901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:26.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:26.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:26 smithi135 ceph-mon[93152]: pgmap v2901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:27.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:27.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:28.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:28.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:28 smithi135 ceph-mon[93152]: pgmap v2902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:03:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:03:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:03:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:28 smithi194 ceph-mon[104785]: pgmap v2902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:03:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:03:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:28.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:03:28.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:03:29.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:29.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:30.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:30.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:30 smithi135 ceph-mon[93152]: pgmap v2903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:30 smithi194 ceph-mon[104785]: pgmap v2903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:31.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:31.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:32.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:32.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:32 smithi135 ceph-mon[93152]: pgmap v2904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:32 smithi194 ceph-mon[104785]: pgmap v2904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:33.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:33.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:34.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:34.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:34 smithi135 ceph-mon[93152]: pgmap v2905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:34 smithi194 ceph-mon[104785]: pgmap v2905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:35.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:35.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:36.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:36.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:36 smithi135 ceph-mon[93152]: pgmap v2906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:36 smithi194 ceph-mon[104785]: pgmap v2906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:37.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:37.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:38.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:38.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:38.534 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:38 smithi194 ceph-mon[104785]: pgmap v2907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:38 smithi135 ceph-mon[93152]: pgmap v2907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:39.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:39.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:40.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:40.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:40 smithi135 ceph-mon[93152]: pgmap v2908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:40 smithi194 ceph-mon[104785]: pgmap v2908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:41.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:41.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:42.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:42.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:42 smithi194 ceph-mon[104785]: pgmap v2909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:42 smithi135 ceph-mon[93152]: pgmap v2909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:43.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:43.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:44.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:44.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:44 smithi194 ceph-mon[104785]: pgmap v2910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:44 smithi135 ceph-mon[93152]: pgmap v2910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:45.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:45.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:46.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:46.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:46 smithi194 ceph-mon[104785]: pgmap v2911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:46 smithi135 ceph-mon[93152]: pgmap v2911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:47.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:47.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:48.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:48.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:48.640 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:48 smithi194 ceph-mon[104785]: pgmap v2912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:48 smithi135 ceph-mon[93152]: pgmap v2912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:49.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:49.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:50.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:50.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:50 smithi135 ceph-mon[93152]: pgmap v2913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:50 smithi194 ceph-mon[104785]: pgmap v2913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:03:51.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:51.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:52.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:52.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:52.562 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:52 smithi135 ceph-mon[93152]: pgmap v2914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:52 smithi194 ceph-mon[104785]: pgmap v2914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:53.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:53.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:54.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:54.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:54 smithi194 ceph-mon[104785]: pgmap v2915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:54 smithi135 ceph-mon[93152]: pgmap v2915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:55.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:55.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:55 smithi194 ceph-mon[104785]: pgmap v2916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:55 smithi135 ceph-mon[93152]: pgmap v2916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:03:56.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:56.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:57.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:57.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:57 smithi194 ceph-mon[104785]: pgmap v2917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:57 smithi135 ceph-mon[93152]: pgmap v2917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:03:58.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:58.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:03:59.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:03:59.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:03:59 smithi194 ceph-mon[104785]: pgmap v2918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:03:59 smithi135 ceph-mon[93152]: pgmap v2918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:00.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:00.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:01.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:01.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:01 smithi194 ceph-mon[104785]: pgmap v2919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:01 smithi135 ceph-mon[93152]: pgmap v2919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:02.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:02.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:03.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:03.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:03 smithi194 ceph-mon[104785]: pgmap v2920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:03 smithi135 ceph-mon[93152]: pgmap v2920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:04.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:04.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:05.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:05.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:05 smithi194 ceph-mon[104785]: pgmap v2921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:05 smithi135 ceph-mon[93152]: pgmap v2921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:06.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:06.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:07.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:07.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:07 smithi135 ceph-mon[93152]: pgmap v2922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:07 smithi194 ceph-mon[104785]: pgmap v2922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:08.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:08.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:09.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:09.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:09 smithi194 ceph-mon[104785]: pgmap v2923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:09 smithi135 ceph-mon[93152]: pgmap v2923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:10.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:10.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:11.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:11.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:11 smithi194 ceph-mon[104785]: pgmap v2924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:11 smithi135 ceph-mon[93152]: pgmap v2924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:12.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:12.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:13.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:13.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:13 smithi194 ceph-mon[104785]: pgmap v2925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:13 smithi135 ceph-mon[93152]: pgmap v2925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:14.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:14.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:15.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:15.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:15 smithi135 ceph-mon[93152]: pgmap v2926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:15 smithi194 ceph-mon[104785]: pgmap v2926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:16.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:16.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:17.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:17.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:17 smithi135 ceph-mon[93152]: pgmap v2927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:17 smithi194 ceph-mon[104785]: pgmap v2927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:18.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:18.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:19.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:19.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:19 smithi135 ceph-mon[93152]: pgmap v2928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:19 smithi194 ceph-mon[104785]: pgmap v2928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:20.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:20.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:21.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:21.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:21 smithi135 ceph-mon[93152]: pgmap v2929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:21 smithi194 ceph-mon[104785]: pgmap v2929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:22.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:22.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:23.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:23.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:23 smithi135 ceph-mon[93152]: pgmap v2930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:23 smithi194 ceph-mon[104785]: pgmap v2930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:24.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:24.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:25.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:25.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:25 smithi135 ceph-mon[93152]: pgmap v2931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:25 smithi194 ceph-mon[104785]: pgmap v2931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:26.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:26.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:27.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:27.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:27 smithi135 ceph-mon[93152]: pgmap v2932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:27 smithi194 ceph-mon[104785]: pgmap v2932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:28.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:28.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:04:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:04:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:04:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:04:29.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:04:29.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:04:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:04:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:04:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:04:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:04:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:04:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:04:29.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:29.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:29 smithi135 ceph-mon[93152]: pgmap v2933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:29 smithi194 ceph-mon[104785]: pgmap v2933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:30.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:30.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:31.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:31.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:31 smithi135 ceph-mon[93152]: pgmap v2934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:31 smithi194 ceph-mon[104785]: pgmap v2934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:32.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:32.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:33.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:33.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:34 smithi135 ceph-mon[93152]: pgmap v2935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:34 smithi194 ceph-mon[104785]: pgmap v2935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:34.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:34.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:35.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:35.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:36 smithi135 ceph-mon[93152]: pgmap v2936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:36 smithi194 ceph-mon[104785]: pgmap v2936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:36.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:36.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:37.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:37.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:38 smithi135 ceph-mon[93152]: pgmap v2937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:38 smithi194 ceph-mon[104785]: pgmap v2937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:38.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:38.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:39.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:39.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:40 smithi194 ceph-mon[104785]: pgmap v2938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:40 smithi135 ceph-mon[93152]: pgmap v2938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:40.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:40.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:41.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:41.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:42 smithi194 ceph-mon[104785]: pgmap v2939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:42 smithi135 ceph-mon[93152]: pgmap v2939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:42.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:42.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:43.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:43.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:44 smithi194 ceph-mon[104785]: pgmap v2940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:44 smithi135 ceph-mon[93152]: pgmap v2940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:44.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:44.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:45.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:45.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:46 smithi194 ceph-mon[104785]: pgmap v2941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:46 smithi135 ceph-mon[93152]: pgmap v2941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:46.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:46.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:47.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:47.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:48 smithi194 ceph-mon[104785]: pgmap v2942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:48 smithi135 ceph-mon[93152]: pgmap v2942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:48.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:48.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:49.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:49.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:50 smithi194 ceph-mon[104785]: pgmap v2943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:50 smithi135 ceph-mon[93152]: pgmap v2943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:04:50.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:50.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:51.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:51.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:52 smithi194 ceph-mon[104785]: pgmap v2944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:52 smithi135 ceph-mon[93152]: pgmap v2944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:52.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:52.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:53.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:53.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:54.324 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:54 smithi194 ceph-mon[104785]: pgmap v2945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:54 smithi135 ceph-mon[93152]: pgmap v2945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:54.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:54.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:55.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:55.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:56 smithi194 ceph-mon[104785]: pgmap v2946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:56 smithi135 ceph-mon[93152]: pgmap v2946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:04:56.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:56.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:57.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:57.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:04:58 smithi194 ceph-mon[104785]: pgmap v2947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:04:58 smithi135 ceph-mon[93152]: pgmap v2947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:04:58.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:58.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:04:59.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:04:59.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:00 smithi194 ceph-mon[104785]: pgmap v2948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:00 smithi135 ceph-mon[93152]: pgmap v2948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:00.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:00.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:01.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:01.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:02 smithi194 ceph-mon[104785]: pgmap v2949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:02 smithi135 ceph-mon[93152]: pgmap v2949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:02.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:02.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:03.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:03.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:04.429 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:04 smithi194 ceph-mon[104785]: pgmap v2950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:04 smithi135 ceph-mon[93152]: pgmap v2950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:04.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:04.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:05.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:05.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:06 smithi194 ceph-mon[104785]: pgmap v2951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:06 smithi135 ceph-mon[93152]: pgmap v2951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:06.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:06.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:07.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:07.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:08 smithi194 ceph-mon[104785]: pgmap v2952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:08 smithi135 ceph-mon[93152]: pgmap v2952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:08.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:08.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:09.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:09.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:10 smithi194 ceph-mon[104785]: pgmap v2953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:10 smithi135 ceph-mon[93152]: pgmap v2953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:10.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:10.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:11.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:11.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:12 smithi194 ceph-mon[104785]: pgmap v2954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:12 smithi135 ceph-mon[93152]: pgmap v2954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:12.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:12.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:13.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:13.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:14 smithi194 ceph-mon[104785]: pgmap v2955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:14 smithi135 ceph-mon[93152]: pgmap v2955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:14.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:14.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:15.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:15.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:16 smithi194 ceph-mon[104785]: pgmap v2956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:16 smithi135 ceph-mon[93152]: pgmap v2956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:16.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:16.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:17.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:17.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:18.399 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:18 smithi135 ceph-mon[93152]: pgmap v2957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:18 smithi194 ceph-mon[104785]: pgmap v2957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:18.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:18.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:19.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:19.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:20 smithi194 ceph-mon[104785]: pgmap v2958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:20 smithi135 ceph-mon[93152]: pgmap v2958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:20.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:20.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:21.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:21.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:22 smithi194 ceph-mon[104785]: pgmap v2959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:22 smithi135 ceph-mon[93152]: pgmap v2959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:22.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:22.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:23.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:23.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:24 smithi194 ceph-mon[104785]: pgmap v2960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:24 smithi135 ceph-mon[93152]: pgmap v2960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:24.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:24.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:25.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:25.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:26 smithi194 ceph-mon[104785]: pgmap v2961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:26 smithi135 ceph-mon[93152]: pgmap v2961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:26.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:26.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:27.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:27.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:28 smithi194 ceph-mon[104785]: pgmap v2962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:28.499 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:28 smithi135 ceph-mon[93152]: pgmap v2962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:28.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:28.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:05:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:05:29.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:29.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:30 smithi194 ceph-mon[104785]: pgmap v2963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:05:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:05:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:05:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:05:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:05:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:30 smithi135 ceph-mon[93152]: pgmap v2963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:05:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:05:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:05:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:05:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:05:30.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:30.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:31.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:31.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:32 smithi194 ceph-mon[104785]: pgmap v2964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:32 smithi135 ceph-mon[93152]: pgmap v2964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:32.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:32.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:33.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:33.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:34 smithi194 ceph-mon[104785]: pgmap v2965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:34 smithi135 ceph-mon[93152]: pgmap v2965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:34.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:34.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:35.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:35.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:36 smithi194 ceph-mon[104785]: pgmap v2966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:36 smithi135 ceph-mon[93152]: pgmap v2966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:36.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:36.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:37.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:37.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:38 smithi194 ceph-mon[104785]: pgmap v2967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:38 smithi135 ceph-mon[93152]: pgmap v2967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:38.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:38.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:39.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:39.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:40 smithi194 ceph-mon[104785]: pgmap v2968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:40 smithi135 ceph-mon[93152]: pgmap v2968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:40.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:40.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:40.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:41.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:41.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:42 smithi194 ceph-mon[104785]: pgmap v2969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:42 smithi135 ceph-mon[93152]: pgmap v2969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:42.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:42.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:43.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:43.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:44 smithi194 ceph-mon[104785]: pgmap v2970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:44 smithi135 ceph-mon[93152]: pgmap v2970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:44.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:44.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:45.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:45.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:46 smithi194 ceph-mon[104785]: pgmap v2971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:46 smithi135 ceph-mon[93152]: pgmap v2971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:46.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:46.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:47.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:47.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:48 smithi194 ceph-mon[104785]: pgmap v2972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:48 smithi135 ceph-mon[93152]: pgmap v2972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:48.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:48.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:49.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:49.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:50 smithi194 ceph-mon[104785]: pgmap v2973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:50 smithi135 ceph-mon[93152]: pgmap v2973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:05:50.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:50.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:51.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:51.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:52 smithi194 ceph-mon[104785]: pgmap v2974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:52 smithi135 ceph-mon[93152]: pgmap v2974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:52.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:52.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:53.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:53.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:54 smithi194 ceph-mon[104785]: pgmap v2975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:54 smithi135 ceph-mon[93152]: pgmap v2975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:54.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:54.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:05:55.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:55.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:56 smithi194 ceph-mon[104785]: pgmap v2976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:56 smithi135 ceph-mon[93152]: pgmap v2976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:56.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:56.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:57.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:57.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:05:58 smithi194 ceph-mon[104785]: pgmap v2977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:05:58 smithi135 ceph-mon[93152]: pgmap v2977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:05:58.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:58.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:05:59.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:05:59.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:00 smithi194 ceph-mon[104785]: pgmap v2978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:00 smithi135 ceph-mon[93152]: pgmap v2978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:00.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:00.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:01.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:01.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:02 smithi194 ceph-mon[104785]: pgmap v2979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:02 smithi135 ceph-mon[93152]: pgmap v2979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:02.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:02.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:03.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:03.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:04 smithi194 ceph-mon[104785]: pgmap v2980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:04 smithi135 ceph-mon[93152]: pgmap v2980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:04.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:04.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:05.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:05.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:06 smithi194 ceph-mon[104785]: pgmap v2981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:06 smithi135 ceph-mon[93152]: pgmap v2981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:06.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:06.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:07.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:07.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:08 smithi194 ceph-mon[104785]: pgmap v2982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:08 smithi135 ceph-mon[93152]: pgmap v2982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:08.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:08.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:09.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:09.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:10 smithi194 ceph-mon[104785]: pgmap v2983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:10 smithi135 ceph-mon[93152]: pgmap v2983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:10.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:10.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:11.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:11.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:12 smithi194 ceph-mon[104785]: pgmap v2984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:12 smithi135 ceph-mon[93152]: pgmap v2984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:12.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:12.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:13.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:13.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:14 smithi135 ceph-mon[93152]: pgmap v2985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:14 smithi194 ceph-mon[104785]: pgmap v2985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:14.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:14.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:15.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:15.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:16.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:16 smithi194 ceph-mon[104785]: pgmap v2986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:16 smithi135 ceph-mon[93152]: pgmap v2986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:16.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:16.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:17.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:17.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:18 smithi194 ceph-mon[104785]: pgmap v2987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:18 smithi135 ceph-mon[93152]: pgmap v2987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:18.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:18.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:19.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:19.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:20 smithi194 ceph-mon[104785]: pgmap v2988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:20 smithi135 ceph-mon[93152]: pgmap v2988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:20.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:20.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:21.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:21.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:22 smithi194 ceph-mon[104785]: pgmap v2989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:22 smithi135 ceph-mon[93152]: pgmap v2989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:22.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:22.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:23.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:23.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:24 smithi194 ceph-mon[104785]: pgmap v2990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:24 smithi135 ceph-mon[93152]: pgmap v2990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:24.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:24.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:25.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:25.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:26 smithi135 ceph-mon[93152]: pgmap v2991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:26 smithi194 ceph-mon[104785]: pgmap v2991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:26.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:26.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:27.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:27.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:28 smithi135 ceph-mon[93152]: pgmap v2992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:28 smithi194 ceph-mon[104785]: pgmap v2992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:28.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:28.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:29.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:29.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:30 smithi135 ceph-mon[93152]: pgmap v2993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:06:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:30 smithi194 ceph-mon[104785]: pgmap v2993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:06:30.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:30.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:31.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:31.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:32 smithi135 ceph-mon[93152]: pgmap v2994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:32 smithi194 ceph-mon[104785]: pgmap v2994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:32.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:32.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:33.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:33.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:34 smithi135 ceph-mon[93152]: pgmap v2995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:06:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:06:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:34 smithi194 ceph-mon[104785]: pgmap v2995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:06:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:06:34.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:34.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:06:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:06:35.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:06:35.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:06:35.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:06:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:06:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:06:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:06:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:06:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:06:35.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:35.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:36 smithi135 ceph-mon[93152]: pgmap v2996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:36 smithi194 ceph-mon[104785]: pgmap v2996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:36.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:36.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:37.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:37.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:38 smithi135 ceph-mon[93152]: pgmap v2997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:38 smithi194 ceph-mon[104785]: pgmap v2997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:38.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:38.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:39.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:39.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:40 smithi135 ceph-mon[93152]: pgmap v2998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:40 smithi194 ceph-mon[104785]: pgmap v2998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:40.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:40.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:41.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:41.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:42 smithi135 ceph-mon[93152]: pgmap v2999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:42 smithi194 ceph-mon[104785]: pgmap v2999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:42.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:42.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:43.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:43.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:44 smithi135 ceph-mon[93152]: pgmap v3000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:44 smithi194 ceph-mon[104785]: pgmap v3000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:44.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:44.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:45.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:45.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:46 smithi135 ceph-mon[93152]: pgmap v3001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:46 smithi194 ceph-mon[104785]: pgmap v3001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:46.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:46.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:47.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:47.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:48 smithi135 ceph-mon[93152]: pgmap v3002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:48 smithi194 ceph-mon[104785]: pgmap v3002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:48.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:48.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:49.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:49.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:50 smithi135 ceph-mon[93152]: pgmap v3003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:50.540 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:50 smithi194 ceph-mon[104785]: pgmap v3003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:06:50.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:50.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:51.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:51.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:52 smithi135 ceph-mon[93152]: pgmap v3004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:52 smithi194 ceph-mon[104785]: pgmap v3004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:52.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:52.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:53.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:53.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:54 smithi135 ceph-mon[93152]: pgmap v3005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:54 smithi194 ceph-mon[104785]: pgmap v3005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:54.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:54.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:55.593 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:06:55.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:55.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:56 smithi194 ceph-mon[104785]: pgmap v3006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:56 smithi135 ceph-mon[93152]: pgmap v3006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:56.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:56.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:57.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:57.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:06:58 smithi194 ceph-mon[104785]: pgmap v3007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:06:58 smithi135 ceph-mon[93152]: pgmap v3007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:06:58.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:58.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:06:59.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:06:59.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:00 smithi135 ceph-mon[93152]: pgmap v3008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:00.646 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:00 smithi194 ceph-mon[104785]: pgmap v3008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:00.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:00.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:01.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:01.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:02 smithi194 ceph-mon[104785]: pgmap v3009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:02 smithi135 ceph-mon[93152]: pgmap v3009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:02.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:02.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:03.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:03.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:04 smithi194 ceph-mon[104785]: pgmap v3010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:04 smithi135 ceph-mon[93152]: pgmap v3010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:04.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:04.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:05.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:05.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:06 smithi194 ceph-mon[104785]: pgmap v3011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:06 smithi135 ceph-mon[93152]: pgmap v3011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:06.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:06.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:07.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:07.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:08 smithi194 ceph-mon[104785]: pgmap v3012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:08 smithi135 ceph-mon[93152]: pgmap v3012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:08.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:08.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:09.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:09.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:10 smithi135 ceph-mon[93152]: pgmap v3013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:10 smithi194 ceph-mon[104785]: pgmap v3013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:10.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:10.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:11.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:11.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:12 smithi194 ceph-mon[104785]: pgmap v3014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:12 smithi135 ceph-mon[93152]: pgmap v3014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:12.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:12.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:13.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:13.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:14 smithi194 ceph-mon[104785]: pgmap v3015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:14 smithi135 ceph-mon[93152]: pgmap v3015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:14.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:14.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:15.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:15.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:16 smithi194 ceph-mon[104785]: pgmap v3016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:16 smithi135 ceph-mon[93152]: pgmap v3016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:16.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:16.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:17.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:17.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:18 smithi194 ceph-mon[104785]: pgmap v3017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:18 smithi135 ceph-mon[93152]: pgmap v3017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:18.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:18.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:19.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:19.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:20 smithi135 ceph-mon[93152]: pgmap v3018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:20 smithi194 ceph-mon[104785]: pgmap v3018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:20.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:20.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:21.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:21.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:22 smithi194 ceph-mon[104785]: pgmap v3019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:22 smithi135 ceph-mon[93152]: pgmap v3019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:22.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:22.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:23.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:23.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:24.626 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:24 smithi135 ceph-mon[93152]: pgmap v3020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:24 smithi194 ceph-mon[104785]: pgmap v3020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:24.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:24.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:25.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:25.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:26 smithi194 ceph-mon[104785]: pgmap v3021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:26 smithi135 ceph-mon[93152]: pgmap v3021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:26.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:26.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:27.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:27.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:28 smithi194 ceph-mon[104785]: pgmap v3022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:28 smithi135 ceph-mon[93152]: pgmap v3022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:28.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:28.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:29.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:29.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:30 smithi135 ceph-mon[93152]: pgmap v3023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:30 smithi194 ceph-mon[104785]: pgmap v3023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:30.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:30.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:31.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:31.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:32 smithi194 ceph-mon[104785]: pgmap v3024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:32 smithi135 ceph-mon[93152]: pgmap v3024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:32.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:32.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:33.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:33.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:34 smithi194 ceph-mon[104785]: pgmap v3025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:34.723 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:34 smithi135 ceph-mon[93152]: pgmap v3025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:34.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:34.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:07:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:07:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:07:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:07:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:07:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:07:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:07:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:07:35.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:07:35.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:07:35.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:07:35.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:07:35.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:35.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:36.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:36 smithi194 ceph-mon[104785]: pgmap v3026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:36 smithi135 ceph-mon[93152]: pgmap v3026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:36.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:36.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:37.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:37.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:37 smithi135 ceph-mon[93152]: pgmap v3027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:37 smithi194 ceph-mon[104785]: pgmap v3027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:38.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:38.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:39.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:39.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:39 smithi135 ceph-mon[93152]: pgmap v3028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:39 smithi194 ceph-mon[104785]: pgmap v3028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:40.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:40.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:41.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:41.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:41 smithi135 ceph-mon[93152]: pgmap v3029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:41 smithi194 ceph-mon[104785]: pgmap v3029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:42.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:42.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:43.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:43.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:43 smithi135 ceph-mon[93152]: pgmap v3030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:43 smithi194 ceph-mon[104785]: pgmap v3030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:44.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:44.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:45.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:45.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:46.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:45 smithi135 ceph-mon[93152]: pgmap v3031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:45 smithi194 ceph-mon[104785]: pgmap v3031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:46.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:46.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:47.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:47.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:47 smithi135 ceph-mon[93152]: pgmap v3032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:47 smithi194 ceph-mon[104785]: pgmap v3032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:48.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:48.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:49.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:49.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:49 smithi135 ceph-mon[93152]: pgmap v3033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:49 smithi194 ceph-mon[104785]: pgmap v3033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:07:50.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:50.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:51.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:51.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:51 smithi135 ceph-mon[93152]: pgmap v3034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:51 smithi194 ceph-mon[104785]: pgmap v3034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:52.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:52.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:53.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:53.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:54 smithi135 ceph-mon[93152]: pgmap v3035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:54 smithi194 ceph-mon[104785]: pgmap v3035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:54.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:54.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:55.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:55.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:56 smithi135 ceph-mon[93152]: pgmap v3036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:56 smithi194 ceph-mon[104785]: pgmap v3036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:07:56.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:56.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:57.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:57.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:07:58 smithi194 ceph-mon[104785]: pgmap v3037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:07:58 smithi135 ceph-mon[93152]: pgmap v3037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:07:58.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:58.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:07:59.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:07:59.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:00 smithi135 ceph-mon[93152]: pgmap v3038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:00 smithi194 ceph-mon[104785]: pgmap v3038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:00.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:00.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:01.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:01.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:02 smithi194 ceph-mon[104785]: pgmap v3039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:02 smithi135 ceph-mon[93152]: pgmap v3039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:02.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:02.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:03.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:03.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:04 smithi194 ceph-mon[104785]: pgmap v3040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:04 smithi135 ceph-mon[93152]: pgmap v3040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:04.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:04.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:05.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:05.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:06.324 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:06 smithi194 ceph-mon[104785]: pgmap v3041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:06 smithi135 ceph-mon[93152]: pgmap v3041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:06.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:06.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:07.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:07.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:08 smithi194 ceph-mon[104785]: pgmap v3042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:08 smithi135 ceph-mon[93152]: pgmap v3042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:08.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:08.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:09.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:09.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:10 smithi194 ceph-mon[104785]: pgmap v3043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:10 smithi135 ceph-mon[93152]: pgmap v3043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:10.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:10.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:11.376 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:11.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:11.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:12 smithi194 ceph-mon[104785]: pgmap v3044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:12 smithi135 ceph-mon[93152]: pgmap v3044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:12.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:12.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:13.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:13.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:14 smithi194 ceph-mon[104785]: pgmap v3045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:14 smithi135 ceph-mon[93152]: pgmap v3045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:14.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:14.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:15.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:15.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:16.429 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:16 smithi194 ceph-mon[104785]: pgmap v3046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:16 smithi135 ceph-mon[93152]: pgmap v3046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:16.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:16.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:17.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:17.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:18 smithi194 ceph-mon[104785]: pgmap v3047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:18 smithi135 ceph-mon[93152]: pgmap v3047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:18.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:18.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:19.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:19.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:20 smithi194 ceph-mon[104785]: pgmap v3048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:20 smithi135 ceph-mon[93152]: pgmap v3048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:20.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:20.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:21.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:21.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:22 smithi194 ceph-mon[104785]: pgmap v3049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:22 smithi135 ceph-mon[93152]: pgmap v3049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:22.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:22.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:23.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:23.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:24 smithi194 ceph-mon[104785]: pgmap v3050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:24 smithi135 ceph-mon[93152]: pgmap v3050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:24.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:24.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:25.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:25.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:26 smithi194 ceph-mon[104785]: pgmap v3051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:26 smithi135 ceph-mon[93152]: pgmap v3051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:26.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:26.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:27.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:27.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:28 smithi194 ceph-mon[104785]: pgmap v3052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:28 smithi135 ceph-mon[93152]: pgmap v3052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:28.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:28.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:29.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:29.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:30 smithi194 ceph-mon[104785]: pgmap v3053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:30 smithi135 ceph-mon[93152]: pgmap v3053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:30.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:30.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:31.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:31.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:32 smithi194 ceph-mon[104785]: pgmap v3054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:32 smithi135 ceph-mon[93152]: pgmap v3054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:32.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:32.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:33.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:33.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:34 smithi194 ceph-mon[104785]: pgmap v3055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:34 smithi135 ceph-mon[93152]: pgmap v3055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:34.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:34.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:35.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:35.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:36 smithi194 ceph-mon[104785]: pgmap v3056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:08:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:36 smithi135 ceph-mon[93152]: pgmap v3056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:08:36.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:36.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:37.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:37.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:38 smithi194 ceph-mon[104785]: pgmap v3057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:38 smithi135 ceph-mon[93152]: pgmap v3057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:38.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:38.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:39.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:39.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:40 smithi135 ceph-mon[93152]: pgmap v3058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:40 smithi194 ceph-mon[104785]: pgmap v3058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:40.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:40.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:41.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:41.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:41.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:42 smithi194 ceph-mon[104785]: pgmap v3059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:42 smithi135 ceph-mon[93152]: pgmap v3059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:42.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:42.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:44.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:44.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:43 smithi194 ceph-mon[104785]: pgmap v3060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:08:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:08:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:08:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:08:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:08:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:08:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:08:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:43 smithi135 ceph-mon[93152]: pgmap v3060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:08:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:08:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:08:44.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:08:44.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:08:44.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:08:44.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:08:45.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:45.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:46.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:46.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:45 smithi194 ceph-mon[104785]: pgmap v3061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:45 smithi135 ceph-mon[93152]: pgmap v3061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:47.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:47.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:48.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:48.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:47 smithi135 ceph-mon[93152]: pgmap v3062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:47 smithi194 ceph-mon[104785]: pgmap v3062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:49.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:49.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:50.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:50.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:49 smithi135 ceph-mon[93152]: pgmap v3063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:49 smithi194 ceph-mon[104785]: pgmap v3063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:08:51.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:51.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:52.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:52.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:51 smithi194 ceph-mon[104785]: pgmap v3064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:51 smithi135 ceph-mon[93152]: pgmap v3064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:53.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:53.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:54.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:54.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:54 smithi135 ceph-mon[93152]: pgmap v3065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:54 smithi194 ceph-mon[104785]: pgmap v3065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:55.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:55.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:56.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:56.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:56 smithi135 ceph-mon[93152]: pgmap v3066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:56 smithi194 ceph-mon[104785]: pgmap v3066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:08:57.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:57.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:58.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:58.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:08:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:08:58 smithi194 ceph-mon[104785]: pgmap v3067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:08:58 smithi135 ceph-mon[93152]: pgmap v3067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:08:59.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:08:59.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:00.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:00.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:00 smithi194 ceph-mon[104785]: pgmap v3068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:00.742 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:00 smithi135 ceph-mon[93152]: pgmap v3068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:01.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:01.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:02.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:02.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:02 smithi194 ceph-mon[104785]: pgmap v3069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:02 smithi135 ceph-mon[93152]: pgmap v3069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:03.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:03.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:04.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:04.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:04 smithi194 ceph-mon[104785]: pgmap v3070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:04 smithi135 ceph-mon[93152]: pgmap v3070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:05.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:05.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:06.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:06.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:06 smithi194 ceph-mon[104785]: pgmap v3071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:06 smithi135 ceph-mon[93152]: pgmap v3071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:07.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:07.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:08.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:08.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:08 smithi194 ceph-mon[104785]: pgmap v3072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:08 smithi135 ceph-mon[93152]: pgmap v3072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:09.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:09.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:10.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:10.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:10 smithi194 ceph-mon[104785]: pgmap v3073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:10 smithi135 ceph-mon[93152]: pgmap v3073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:11.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:11.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:12.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:12.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:12 smithi194 ceph-mon[104785]: pgmap v3074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:12 smithi135 ceph-mon[93152]: pgmap v3074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:13.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:13.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:14.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:14.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:14 smithi194 ceph-mon[104785]: pgmap v3075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:14 smithi135 ceph-mon[93152]: pgmap v3075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:15.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:15.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:16.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:16.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:16 smithi194 ceph-mon[104785]: pgmap v3076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:16 smithi135 ceph-mon[93152]: pgmap v3076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:17.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:17.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:18.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:18.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:18 smithi194 ceph-mon[104785]: pgmap v3077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:18 smithi135 ceph-mon[93152]: pgmap v3077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:19.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:19.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:20.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:20.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:20 smithi194 ceph-mon[104785]: pgmap v3078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:20 smithi135 ceph-mon[93152]: pgmap v3078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:21.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:21.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:22.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:22.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:22 smithi194 ceph-mon[104785]: pgmap v3079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:22 smithi135 ceph-mon[93152]: pgmap v3079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:23.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:23.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:24.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:24.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:24 smithi194 ceph-mon[104785]: pgmap v3080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:24 smithi135 ceph-mon[93152]: pgmap v3080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:25.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:25.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:26.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:26.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:26 smithi135 ceph-mon[93152]: pgmap v3081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:26 smithi194 ceph-mon[104785]: pgmap v3081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:27.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:27.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:28.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:28.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:28 smithi194 ceph-mon[104785]: pgmap v3082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:28 smithi135 ceph-mon[93152]: pgmap v3082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:29.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:29.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:30.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:30.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:30 smithi194 ceph-mon[104785]: pgmap v3083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:30 smithi135 ceph-mon[93152]: pgmap v3083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:31.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:31.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:32.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:32.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:32 smithi194 ceph-mon[104785]: pgmap v3084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:32 smithi135 ceph-mon[93152]: pgmap v3084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:33.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:33.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:34.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:34.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:34 smithi194 ceph-mon[104785]: pgmap v3085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:34 smithi135 ceph-mon[93152]: pgmap v3085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:35.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:35.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:36.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:36.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:36 smithi135 ceph-mon[93152]: pgmap v3086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:36 smithi194 ceph-mon[104785]: pgmap v3086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:37.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:37.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:38.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:38.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:38 smithi194 ceph-mon[104785]: pgmap v3087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:38 smithi135 ceph-mon[93152]: pgmap v3087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:39.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:39.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:40.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:40.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:40 smithi194 ceph-mon[104785]: pgmap v3088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:40 smithi135 ceph-mon[93152]: pgmap v3088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:41.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:41.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:42.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:42.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:42 smithi194 ceph-mon[104785]: pgmap v3089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:42 smithi135 ceph-mon[93152]: pgmap v3089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:43.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:43.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:44.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:44.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:44 smithi194 ceph-mon[104785]: pgmap v3090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:09:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:09:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:09:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:44 smithi135 ceph-mon[93152]: pgmap v3090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:09:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:09:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:09:45.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:45.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:09:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:09:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:09:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:09:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:09:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:09:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:09:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:09:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:09:45.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:09:46.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:46.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:46 smithi194 ceph-mon[104785]: pgmap v3091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:46 smithi135 ceph-mon[93152]: pgmap v3091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:47.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:47.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:48.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:48.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:48 smithi194 ceph-mon[104785]: pgmap v3092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:48 smithi135 ceph-mon[93152]: pgmap v3092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:49.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:49.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:50.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:50.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:50 smithi194 ceph-mon[104785]: pgmap v3093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:50 smithi135 ceph-mon[93152]: pgmap v3093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:09:51.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:51.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:52.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:52.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:52.426 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:52 smithi194 ceph-mon[104785]: pgmap v3094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:52 smithi135 ceph-mon[93152]: pgmap v3094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:53.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:53.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:54.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:54.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:54 smithi194 ceph-mon[104785]: pgmap v3095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:54 smithi135 ceph-mon[93152]: pgmap v3095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:55.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:55.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:56.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:56.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:56 smithi194 ceph-mon[104785]: pgmap v3096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:56 smithi135 ceph-mon[93152]: pgmap v3096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:09:57.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:57.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:58.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:58.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:09:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:09:58 smithi194 ceph-mon[104785]: pgmap v3097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:09:58 smithi135 ceph-mon[93152]: pgmap v3097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:09:59.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:09:59.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:00.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:00.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:00 smithi194 ceph-mon[104785]: pgmap v3098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T06:10:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:00 smithi135 ceph-mon[93152]: pgmap v3098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T06:10:01.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:01.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:02.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:02.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:02 smithi194 ceph-mon[104785]: pgmap v3099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:02 smithi135 ceph-mon[93152]: pgmap v3099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:03.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:03.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:04.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:04.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:04 smithi194 ceph-mon[104785]: pgmap v3100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:04 smithi135 ceph-mon[93152]: pgmap v3100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:05.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:05.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:06.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:06.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:06 smithi194 ceph-mon[104785]: pgmap v3101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:06 smithi135 ceph-mon[93152]: pgmap v3101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:07.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:07.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:08.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:08.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:08 smithi194 ceph-mon[104785]: pgmap v3102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:08 smithi135 ceph-mon[93152]: pgmap v3102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:09.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:09.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:10.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:10.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:10 smithi194 ceph-mon[104785]: pgmap v3103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:10 smithi135 ceph-mon[93152]: pgmap v3103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:11.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:11.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:12.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:12.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:12 smithi194 ceph-mon[104785]: pgmap v3104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:12 smithi135 ceph-mon[93152]: pgmap v3104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:13.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:13.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:14.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:14.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:14 smithi194 ceph-mon[104785]: pgmap v3105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:14 smithi135 ceph-mon[93152]: pgmap v3105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:15.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:15.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:16.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:16.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:16.311 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:16 smithi135 ceph-mon[93152]: pgmap v3106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:16 smithi194 ceph-mon[104785]: pgmap v3106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:17.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:17.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:18.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:18.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:18 smithi194 ceph-mon[104785]: pgmap v3107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:18 smithi135 ceph-mon[93152]: pgmap v3107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:19.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:19.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:20.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:20.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:20 smithi194 ceph-mon[104785]: pgmap v3108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:20 smithi135 ceph-mon[93152]: pgmap v3108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:21.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:21.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:22.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:22.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:22 smithi194 ceph-mon[104785]: pgmap v3109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:22 smithi135 ceph-mon[93152]: pgmap v3109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:23.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:23.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:24.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:24.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:24 smithi194 ceph-mon[104785]: pgmap v3110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:24 smithi135 ceph-mon[93152]: pgmap v3110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:25.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:25.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:26.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:26.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:26.409 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:26 smithi135 ceph-mon[93152]: pgmap v3111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:26.409 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:26 smithi194 ceph-mon[104785]: pgmap v3111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:27.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:27.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:28.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:28.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:28 smithi194 ceph-mon[104785]: pgmap v3112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:28 smithi135 ceph-mon[93152]: pgmap v3112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:29.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:29.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:30.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:30.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:30 smithi194 ceph-mon[104785]: pgmap v3113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:30 smithi135 ceph-mon[93152]: pgmap v3113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:31.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:31.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:32.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:32.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:32 smithi194 ceph-mon[104785]: pgmap v3114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:32 smithi135 ceph-mon[93152]: pgmap v3114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:33.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:33.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:34.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:34.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:34 smithi194 ceph-mon[104785]: pgmap v3115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:34 smithi135 ceph-mon[93152]: pgmap v3115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:35.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:35.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:36.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:36.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:36 smithi194 ceph-mon[104785]: pgmap v3116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:36 smithi135 ceph-mon[93152]: pgmap v3116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:37.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:37.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:38.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:38.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:38 smithi194 ceph-mon[104785]: pgmap v3117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:38 smithi135 ceph-mon[93152]: pgmap v3117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:39.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:39.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:40.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:40.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:40 smithi194 ceph-mon[104785]: pgmap v3118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:40 smithi135 ceph-mon[93152]: pgmap v3118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:41.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:41.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:42.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:42.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:42 smithi194 ceph-mon[104785]: pgmap v3119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:42 smithi135 ceph-mon[93152]: pgmap v3119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:43.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:43.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:44.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:44.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:44 smithi194 ceph-mon[104785]: pgmap v3120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:44 smithi135 ceph-mon[93152]: pgmap v3120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:45.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:45.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:10:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:10:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:10:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:10:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:10:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:10:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:10:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:10:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:10:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:10:45.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:10:45.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:10:46.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:46.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:46 smithi194 ceph-mon[104785]: pgmap v3121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:46 smithi135 ceph-mon[93152]: pgmap v3121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:47.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:47.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:48.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:48.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:48 smithi194 ceph-mon[104785]: pgmap v3122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:48 smithi135 ceph-mon[93152]: pgmap v3122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:49.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:49.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:50.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:50.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:50 smithi194 ceph-mon[104785]: pgmap v3123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:50 smithi135 ceph-mon[93152]: pgmap v3123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:10:51.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:51.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:52.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:52.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:52 smithi194 ceph-mon[104785]: pgmap v3124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:52 smithi135 ceph-mon[93152]: pgmap v3124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:53.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:53.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:54.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:54.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:54 smithi194 ceph-mon[104785]: pgmap v3125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:54 smithi135 ceph-mon[93152]: pgmap v3125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:55.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:55.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:10:56.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:56.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:56 smithi194 ceph-mon[104785]: pgmap v3126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:56 smithi135 ceph-mon[93152]: pgmap v3126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:57.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:57.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:58.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:58.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:10:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:10:58 smithi194 ceph-mon[104785]: pgmap v3127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:10:58 smithi135 ceph-mon[93152]: pgmap v3127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:10:59.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:10:59.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:00.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:00.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:00 smithi194 ceph-mon[104785]: pgmap v3128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:00 smithi135 ceph-mon[93152]: pgmap v3128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:01.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:01.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:02.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:02.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:02 smithi194 ceph-mon[104785]: pgmap v3129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:02 smithi135 ceph-mon[93152]: pgmap v3129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:03.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:03.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:04.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:04.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:04 smithi194 ceph-mon[104785]: pgmap v3130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:04 smithi135 ceph-mon[93152]: pgmap v3130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:05.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:05.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:06.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:06.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:06 smithi194 ceph-mon[104785]: pgmap v3131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:06 smithi135 ceph-mon[93152]: pgmap v3131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:07.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:07.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:08.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:08.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:08 smithi194 ceph-mon[104785]: pgmap v3132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:08 smithi135 ceph-mon[93152]: pgmap v3132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:09.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:09.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:10.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:10.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:10 smithi194 ceph-mon[104785]: pgmap v3133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:10 smithi135 ceph-mon[93152]: pgmap v3133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:11.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:11.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:12.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:12.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:12.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:12 smithi194 ceph-mon[104785]: pgmap v3134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:12 smithi135 ceph-mon[93152]: pgmap v3134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:13.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:13.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:14.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:14.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:14 smithi194 ceph-mon[104785]: pgmap v3135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:14 smithi135 ceph-mon[93152]: pgmap v3135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:15.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:15.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:16.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:16.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:16 smithi194 ceph-mon[104785]: pgmap v3136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:16 smithi135 ceph-mon[93152]: pgmap v3136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:17.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:17.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:18.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:18.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:18 smithi194 ceph-mon[104785]: pgmap v3137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:18 smithi135 ceph-mon[93152]: pgmap v3137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:19.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:19.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:20.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:20.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:20 smithi194 ceph-mon[104785]: pgmap v3138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:20 smithi135 ceph-mon[93152]: pgmap v3138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:21.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:21.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:22 smithi135 ceph-mon[93152]: pgmap v3139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:22.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:22.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:22 smithi194 ceph-mon[104785]: pgmap v3139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:23.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:23.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:24.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:24.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:24 smithi194 ceph-mon[104785]: pgmap v3140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:24 smithi135 ceph-mon[93152]: pgmap v3140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:25.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:25.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:26.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:26.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:26 smithi194 ceph-mon[104785]: pgmap v3141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:26 smithi135 ceph-mon[93152]: pgmap v3141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:27.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:27.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:28.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:28.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:28.435 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:28 smithi194 ceph-mon[104785]: pgmap v3142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:28 smithi135 ceph-mon[93152]: pgmap v3142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:29.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:29.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:30.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:30.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:30 smithi194 ceph-mon[104785]: pgmap v3143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:30 smithi135 ceph-mon[93152]: pgmap v3143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:31.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:31.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:32.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:32.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:32 smithi194 ceph-mon[104785]: pgmap v3144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:32 smithi135 ceph-mon[93152]: pgmap v3144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:33.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:33.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:34.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:34.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:34.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:34 smithi194 ceph-mon[104785]: pgmap v3145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:34 smithi135 ceph-mon[93152]: pgmap v3145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:35.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:35.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:36.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:36.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:36 smithi194 ceph-mon[104785]: pgmap v3146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:36 smithi135 ceph-mon[93152]: pgmap v3146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:37.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:37.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:38.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:38.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:38 smithi194 ceph-mon[104785]: pgmap v3147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:38 smithi135 ceph-mon[93152]: pgmap v3147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:39.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:39.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:40.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:40.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:40 smithi194 ceph-mon[104785]: pgmap v3148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:40 smithi135 ceph-mon[93152]: pgmap v3148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:41.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:41.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:42.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:42.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:42 smithi135 ceph-mon[93152]: pgmap v3149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:42 smithi194 ceph-mon[104785]: pgmap v3149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:43.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:43.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:44.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:44.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:44 smithi135 ceph-mon[93152]: pgmap v3150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:44 smithi194 ceph-mon[104785]: pgmap v3150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:45.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:45.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:11:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:11:46.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:46.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:46 smithi135 ceph-mon[93152]: pgmap v3151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:11:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:11:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:11:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:11:46.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:11:46.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:11:46.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:11:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:46 smithi194 ceph-mon[104785]: pgmap v3151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:11:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:11:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:11:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:11:46.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:11:46.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:11:46.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:11:47.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:47.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:48.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:48.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:48 smithi135 ceph-mon[93152]: pgmap v3152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:48.646 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:48 smithi194 ceph-mon[104785]: pgmap v3152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:49.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:49.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:50.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:50.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:50 smithi135 ceph-mon[93152]: pgmap v3153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:50 smithi194 ceph-mon[104785]: pgmap v3153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:11:51.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:51.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:52.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:52.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:52 smithi135 ceph-mon[93152]: pgmap v3154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:52 smithi194 ceph-mon[104785]: pgmap v3154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:53.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:53.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:54.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:54.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:54 smithi135 ceph-mon[93152]: pgmap v3155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:54 smithi194 ceph-mon[104785]: pgmap v3155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:55.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:55.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:11:56.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:56.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:56 smithi135 ceph-mon[93152]: pgmap v3156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:56 smithi194 ceph-mon[104785]: pgmap v3156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:57.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:57.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:58.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:58.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:11:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:11:58 smithi135 ceph-mon[93152]: pgmap v3157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:11:58 smithi194 ceph-mon[104785]: pgmap v3157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:11:59.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:11:59.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:00.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:00.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:00 smithi135 ceph-mon[93152]: pgmap v3158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:00 smithi194 ceph-mon[104785]: pgmap v3158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:01.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:01.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:02.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:02.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:02.349 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:02 smithi135 ceph-mon[93152]: pgmap v3159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:02 smithi194 ceph-mon[104785]: pgmap v3159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:03.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:03.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:04.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:04.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:04 smithi194 ceph-mon[104785]: pgmap v3160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:04 smithi135 ceph-mon[93152]: pgmap v3160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:05.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:05.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:06.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:06.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:06 smithi194 ceph-mon[104785]: pgmap v3161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:06 smithi135 ceph-mon[93152]: pgmap v3161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:07.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:07.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:08.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:08.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:08 smithi194 ceph-mon[104785]: pgmap v3162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:08 smithi135 ceph-mon[93152]: pgmap v3162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:09.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:09.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:10.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:10.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:10 smithi135 ceph-mon[93152]: pgmap v3163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:10 smithi194 ceph-mon[104785]: pgmap v3163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:11.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:11.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:12.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:12.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:12 smithi194 ceph-mon[104785]: pgmap v3164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:12 smithi135 ceph-mon[93152]: pgmap v3164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:13.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:13.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:14.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:14.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:14 smithi194 ceph-mon[104785]: pgmap v3165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:14 smithi135 ceph-mon[93152]: pgmap v3165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:15.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:15.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:16.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:16.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:16 smithi194 ceph-mon[104785]: pgmap v3166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:16 smithi135 ceph-mon[93152]: pgmap v3166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:17.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:17.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:18.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:18.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:18 smithi194 ceph-mon[104785]: pgmap v3167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:18 smithi135 ceph-mon[93152]: pgmap v3167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:19.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:19.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:20.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:20.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:20 smithi135 ceph-mon[93152]: pgmap v3168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:20 smithi194 ceph-mon[104785]: pgmap v3168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:21.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:21.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:22.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:22.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:22.546 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:22 smithi135 ceph-mon[93152]: pgmap v3169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:22 smithi194 ceph-mon[104785]: pgmap v3169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:23.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:23.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:24.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:24.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:24 smithi194 ceph-mon[104785]: pgmap v3170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:24 smithi135 ceph-mon[93152]: pgmap v3170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:25.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:25.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:26.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:26.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:26 smithi194 ceph-mon[104785]: pgmap v3171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:26 smithi135 ceph-mon[93152]: pgmap v3171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:27.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:27.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:28.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:28.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:28 smithi194 ceph-mon[104785]: pgmap v3172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:28 smithi135 ceph-mon[93152]: pgmap v3172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:29.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:29.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:30.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:30.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:30 smithi135 ceph-mon[93152]: pgmap v3173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:30 smithi194 ceph-mon[104785]: pgmap v3173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:31.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:31.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:32.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:32.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:32.644 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:32 smithi135 ceph-mon[93152]: pgmap v3174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:32 smithi194 ceph-mon[104785]: pgmap v3174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:33.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:33.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:34.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:34.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:34 smithi194 ceph-mon[104785]: pgmap v3175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:34 smithi135 ceph-mon[93152]: pgmap v3175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:35.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:35.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:36.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:36.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:36 smithi194 ceph-mon[104785]: pgmap v3176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:36 smithi135 ceph-mon[93152]: pgmap v3176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:37.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:37.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:38.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:38.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:38 smithi194 ceph-mon[104785]: pgmap v3177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:38 smithi135 ceph-mon[93152]: pgmap v3177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:39.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:39.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:40.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:40.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:40 smithi135 ceph-mon[93152]: pgmap v3178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:40 smithi194 ceph-mon[104785]: pgmap v3178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:41.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:41.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:42.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:42.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:42 smithi194 ceph-mon[104785]: pgmap v3179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:42.742 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:42 smithi135 ceph-mon[93152]: pgmap v3179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:43.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:43.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:44.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:44.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:44 smithi194 ceph-mon[104785]: pgmap v3180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:44 smithi135 ceph-mon[93152]: pgmap v3180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:45.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:45.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:46.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:46.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:46 smithi194 ceph-mon[104785]: pgmap v3181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:46.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:12:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:46 smithi135 ceph-mon[93152]: pgmap v3181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:12:47.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:47.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:12:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:12:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:12:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:12:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:12:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:12:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:12:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:12:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:12:47.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:12:48.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:48.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:48 smithi194 ceph-mon[104785]: pgmap v3182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:48 smithi135 ceph-mon[93152]: pgmap v3182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:49.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:49.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:50.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:50.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:50 smithi194 ceph-mon[104785]: pgmap v3183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:50 smithi135 ceph-mon[93152]: pgmap v3183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:12:51.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:51.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:52.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:52.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:52 smithi194 ceph-mon[104785]: pgmap v3184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:52 smithi135 ceph-mon[93152]: pgmap v3184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:53.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:53.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:54.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:54.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:54 smithi194 ceph-mon[104785]: pgmap v3185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:54 smithi135 ceph-mon[93152]: pgmap v3185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:55.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:55.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:12:56.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:56.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:56 smithi194 ceph-mon[104785]: pgmap v3186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:56 smithi135 ceph-mon[93152]: pgmap v3186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:57.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:57.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:58.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:58.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:12:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:12:58 smithi194 ceph-mon[104785]: pgmap v3187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:12:58 smithi135 ceph-mon[93152]: pgmap v3187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:12:59.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:12:59.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:00.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:00.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:00 smithi194 ceph-mon[104785]: pgmap v3188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:00 smithi135 ceph-mon[93152]: pgmap v3188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:01.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:01.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:02.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:02.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:02 smithi194 ceph-mon[104785]: pgmap v3189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:02 smithi135 ceph-mon[93152]: pgmap v3189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:03.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:03.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:04.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:04.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:04 smithi194 ceph-mon[104785]: pgmap v3190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:04 smithi135 ceph-mon[93152]: pgmap v3190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:05.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:05.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:06.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:06.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:06 smithi194 ceph-mon[104785]: pgmap v3191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:06 smithi135 ceph-mon[93152]: pgmap v3191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:07.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:07.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:08.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:08.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:08 smithi194 ceph-mon[104785]: pgmap v3192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:08 smithi135 ceph-mon[93152]: pgmap v3192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:09.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:09.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:10.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:10.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:10 smithi194 ceph-mon[104785]: pgmap v3193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:10 smithi135 ceph-mon[93152]: pgmap v3193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:11.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:11.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:12.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:12.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:12 smithi194 ceph-mon[104785]: pgmap v3194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:12 smithi135 ceph-mon[93152]: pgmap v3194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:13.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:13.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:14.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:14.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:14 smithi194 ceph-mon[104785]: pgmap v3195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:14 smithi135 ceph-mon[93152]: pgmap v3195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:15.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:15.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:16.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:16.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:16 smithi194 ceph-mon[104785]: pgmap v3196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:16 smithi135 ceph-mon[93152]: pgmap v3196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:17.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:17.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:18.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:18.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:18 smithi194 ceph-mon[104785]: pgmap v3197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:18 smithi135 ceph-mon[93152]: pgmap v3197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:19.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:19.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:20.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:20.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:20 smithi194 ceph-mon[104785]: pgmap v3198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:20 smithi135 ceph-mon[93152]: pgmap v3198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:21.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:21.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:22.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:22.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:22 smithi194 ceph-mon[104785]: pgmap v3199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:22 smithi135 ceph-mon[93152]: pgmap v3199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:23.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:23.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:23 smithi194 ceph-mon[104785]: pgmap v3200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:23 smithi135 ceph-mon[93152]: pgmap v3200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:24.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:24.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:25.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:25.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:25 smithi194 ceph-mon[104785]: pgmap v3201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:25 smithi135 ceph-mon[93152]: pgmap v3201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:26.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:26.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:27.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:27.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:28 smithi194 ceph-mon[104785]: pgmap v3202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:28.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:28.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:28 smithi135 ceph-mon[93152]: pgmap v3202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:29.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:29.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:30 smithi194 ceph-mon[104785]: pgmap v3203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:30.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:30.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:30 smithi135 ceph-mon[93152]: pgmap v3203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:31.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:31.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:32 smithi194 ceph-mon[104785]: pgmap v3204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:32.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:32.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:32 smithi135 ceph-mon[93152]: pgmap v3204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:33.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:33.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:34 smithi194 ceph-mon[104785]: pgmap v3205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:34.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:34.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:34 smithi135 ceph-mon[93152]: pgmap v3205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:35.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:35.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:36 smithi194 ceph-mon[104785]: pgmap v3206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:36.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:36.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:36 smithi135 ceph-mon[93152]: pgmap v3206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:37.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:37.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:38 smithi194 ceph-mon[104785]: pgmap v3207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:38.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:38.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:38.671 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:38 smithi135 ceph-mon[93152]: pgmap v3207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:39.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:39.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:40 smithi194 ceph-mon[104785]: pgmap v3208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:40.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:40.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:40 smithi135 ceph-mon[93152]: pgmap v3208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:41.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:41.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:42 smithi194 ceph-mon[104785]: pgmap v3209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:42.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:42.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:42 smithi135 ceph-mon[93152]: pgmap v3209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:43.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:43.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:44 smithi194 ceph-mon[104785]: pgmap v3210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:44.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:44.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:44 smithi135 ceph-mon[93152]: pgmap v3210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:45.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:45.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:46 smithi194 ceph-mon[104785]: pgmap v3211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:46.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:46.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:46 smithi135 ceph-mon[93152]: pgmap v3211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:47.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:13:47.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:47.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:13:48.384 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:48 smithi135 ceph-mon[93152]: pgmap v3212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:48.384 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:13:48.384 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:13:48.384 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:13:48.384 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:13:48.384 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:13:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:48 smithi194 ceph-mon[104785]: pgmap v3212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:13:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:13:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:13:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:13:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:13:48.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:48.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:49.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:49.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:50 smithi194 ceph-mon[104785]: pgmap v3213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:50.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:50.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:50 smithi135 ceph-mon[93152]: pgmap v3213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:13:51.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:51.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:52 smithi194 ceph-mon[104785]: pgmap v3214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:52.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:52.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:52 smithi135 ceph-mon[93152]: pgmap v3214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:53.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:53.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:54 smithi194 ceph-mon[104785]: pgmap v3215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:54 smithi135 ceph-mon[93152]: pgmap v3215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:54.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:54.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:13:55.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:55.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:56 smithi194 ceph-mon[104785]: pgmap v3216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:56 smithi135 ceph-mon[93152]: pgmap v3216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:56.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:56.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:57.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:57.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:13:58 smithi194 ceph-mon[104785]: pgmap v3217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:58.483 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:13:58 smithi135 ceph-mon[93152]: pgmap v3217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:13:58.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:58.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:13:59.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:13:59.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:00 smithi194 ceph-mon[104785]: pgmap v3218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:00 smithi135 ceph-mon[93152]: pgmap v3218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:00.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:00.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:01.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:01.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:02 smithi194 ceph-mon[104785]: pgmap v3219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:02 smithi135 ceph-mon[93152]: pgmap v3219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:02.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:02.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:03.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:03.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:04 smithi194 ceph-mon[104785]: pgmap v3220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:04 smithi135 ceph-mon[93152]: pgmap v3220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:04.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:04.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:05.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:05.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:06 smithi194 ceph-mon[104785]: pgmap v3221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:06 smithi135 ceph-mon[93152]: pgmap v3221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:06.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:06.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:07.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:07.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:08 smithi194 ceph-mon[104785]: pgmap v3222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:08 smithi135 ceph-mon[93152]: pgmap v3222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:08.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:08.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:09.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:09.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:10 smithi194 ceph-mon[104785]: pgmap v3223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:10 smithi135 ceph-mon[93152]: pgmap v3223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:10.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:10.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:11.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:11.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:12 smithi194 ceph-mon[104785]: pgmap v3224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:12 smithi135 ceph-mon[93152]: pgmap v3224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:12.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:12.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:13.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:13.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:14 smithi194 ceph-mon[104785]: pgmap v3225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:14 smithi135 ceph-mon[93152]: pgmap v3225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:14.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:14.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:15.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:15.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:16 smithi194 ceph-mon[104785]: pgmap v3226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:16 smithi135 ceph-mon[93152]: pgmap v3226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:16.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:16.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:17.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:17.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:18 smithi194 ceph-mon[104785]: pgmap v3227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:18 smithi135 ceph-mon[93152]: pgmap v3227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:18.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:18.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:19.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:19.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:20 smithi194 ceph-mon[104785]: pgmap v3228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:20 smithi135 ceph-mon[93152]: pgmap v3228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:20.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:20.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:21.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:21.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:22 smithi194 ceph-mon[104785]: pgmap v3229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:22 smithi135 ceph-mon[93152]: pgmap v3229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:22.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:22.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:23.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:23.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:24 smithi194 ceph-mon[104785]: pgmap v3230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:24 smithi135 ceph-mon[93152]: pgmap v3230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:24.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:24.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:25.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:25.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:26 smithi194 ceph-mon[104785]: pgmap v3231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:26 smithi135 ceph-mon[93152]: pgmap v3231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:26.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:26.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:27.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:27.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:28 smithi194 ceph-mon[104785]: pgmap v3232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:28 smithi135 ceph-mon[93152]: pgmap v3232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:28.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:28.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:29.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:29.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:30 smithi194 ceph-mon[104785]: pgmap v3233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:30 smithi135 ceph-mon[93152]: pgmap v3233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:30.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:30.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:31.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:31.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:32 smithi194 ceph-mon[104785]: pgmap v3234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:32 smithi135 ceph-mon[93152]: pgmap v3234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:32.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:32.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:33.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:33.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:34 smithi194 ceph-mon[104785]: pgmap v3235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:34 smithi135 ceph-mon[93152]: pgmap v3235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:34.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:34.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:35.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:35.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:36 smithi194 ceph-mon[104785]: pgmap v3236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:36 smithi135 ceph-mon[93152]: pgmap v3236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:36.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:36.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:37.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:37.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:38 smithi194 ceph-mon[104785]: pgmap v3237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:38 smithi135 ceph-mon[93152]: pgmap v3237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:38.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:38.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:39.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:39.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:40.448 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:40 smithi194 ceph-mon[104785]: pgmap v3238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:40.448 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:40 smithi135 ceph-mon[93152]: pgmap v3238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:40.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:40.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:41.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:41.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:42 smithi194 ceph-mon[104785]: pgmap v3239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:42 smithi135 ceph-mon[93152]: pgmap v3239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:42.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:42.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:43.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:43.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:44 smithi194 ceph-mon[104785]: pgmap v3240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:44 smithi135 ceph-mon[93152]: pgmap v3240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:44.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:44.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:45.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:45.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:46 smithi194 ceph-mon[104785]: pgmap v3241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:46 smithi135 ceph-mon[93152]: pgmap v3241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:46.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:46.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:47.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:47.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:48 smithi194 ceph-mon[104785]: pgmap v3242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:14:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:14:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:14:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:14:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:14:48.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:14:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:48 smithi135 ceph-mon[93152]: pgmap v3242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:14:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:14:48.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:14:48.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:14:48.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:14:48.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:14:48.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:48.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:49.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:49.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:50 smithi194 ceph-mon[104785]: pgmap v3243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:50 smithi135 ceph-mon[93152]: pgmap v3243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:14:50.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:50.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:51.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:51.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:52 smithi194 ceph-mon[104785]: pgmap v3244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:52 smithi135 ceph-mon[93152]: pgmap v3244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:52.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:52.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:53.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:53.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:54 smithi135 ceph-mon[93152]: pgmap v3245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:54.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:54.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:54 smithi194 ceph-mon[104785]: pgmap v3245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:55.606 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:14:55.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:55.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:56 smithi135 ceph-mon[93152]: pgmap v3246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:56.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:56.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:56 smithi194 ceph-mon[104785]: pgmap v3246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:57.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:57.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:14:58 smithi135 ceph-mon[93152]: pgmap v3247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:58.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:58.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:14:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:14:58 smithi194 ceph-mon[104785]: pgmap v3247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:14:59.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:14:59.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:00 smithi135 ceph-mon[93152]: pgmap v3248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:15:00.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:00.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:00.659 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:00 smithi194 ceph-mon[104785]: pgmap v3248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:15:01.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:01.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:02 smithi135 ceph-mon[93152]: pgmap v3249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:02.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:02.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:02 smithi194 ceph-mon[104785]: pgmap v3249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:03.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:03.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:04 smithi135 ceph-mon[93152]: pgmap v3250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:04.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:04.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:04 smithi194 ceph-mon[104785]: pgmap v3250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:05.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:05.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:06 smithi135 ceph-mon[93152]: pgmap v3251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:06.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:06.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:06 smithi194 ceph-mon[104785]: pgmap v3251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:07.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:07.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:08 smithi135 ceph-mon[93152]: pgmap v3252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:08.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:08.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:08 smithi194 ceph-mon[104785]: pgmap v3252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:09.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:09.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:10 smithi135 ceph-mon[93152]: pgmap v3253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:15:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:10.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:10.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:10 smithi194 ceph-mon[104785]: pgmap v3253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:15:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:11.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:11.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:12 smithi135 ceph-mon[93152]: pgmap v3254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:12.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:12.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:12 smithi194 ceph-mon[104785]: pgmap v3254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:13.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:13.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:14 smithi135 ceph-mon[93152]: pgmap v3255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:14.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:14.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:14 smithi194 ceph-mon[104785]: pgmap v3255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:15.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:15.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:16 smithi135 ceph-mon[93152]: pgmap v3256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:16.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:16.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:16 smithi194 ceph-mon[104785]: pgmap v3256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:17.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:17.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:18 smithi135 ceph-mon[93152]: pgmap v3257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:18.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:18.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:18 smithi194 ceph-mon[104785]: pgmap v3257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:19.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:19.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:20 smithi135 ceph-mon[93152]: pgmap v3258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:15:20.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:20.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:20 smithi194 ceph-mon[104785]: pgmap v3258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:15:21.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:21.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:22.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:22.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:22 smithi194 ceph-mon[104785]: pgmap v3259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:22 smithi135 ceph-mon[93152]: pgmap v3259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:23.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:23.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:24.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:24.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:24 smithi194 ceph-mon[104785]: pgmap v3260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:24 smithi135 ceph-mon[93152]: pgmap v3260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:25.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:26.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:26.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:26 smithi194 ceph-mon[104785]: pgmap v3261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:26 smithi135 ceph-mon[93152]: pgmap v3261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:27.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:27.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:28.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:28.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:28 smithi194 ceph-mon[104785]: pgmap v3262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:28 smithi135 ceph-mon[93152]: pgmap v3262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:29.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:29.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:30 smithi135 ceph-mon[93152]: pgmap v3263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:15:30.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:30.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:30 smithi194 ceph-mon[104785]: pgmap v3263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:15:31.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:31.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:32.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:32.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:32 smithi194 ceph-mon[104785]: pgmap v3264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:32 smithi135 ceph-mon[93152]: pgmap v3264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:33.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:33.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:34.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:34.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:34 smithi194 ceph-mon[104785]: pgmap v3265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:34 smithi135 ceph-mon[93152]: pgmap v3265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:35.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:35.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:36.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:36.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:36 smithi194 ceph-mon[104785]: pgmap v3266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:36 smithi135 ceph-mon[93152]: pgmap v3266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:37.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:37.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:38.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:38.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:38 smithi194 ceph-mon[104785]: pgmap v3267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:38 smithi135 ceph-mon[93152]: pgmap v3267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:39.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:39.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:40 smithi135 ceph-mon[93152]: pgmap v3268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:15:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:40.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:40.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:40 smithi194 ceph-mon[104785]: pgmap v3268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:15:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:41.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:41.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:42.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:42.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:42.783 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:42 smithi194 ceph-mon[104785]: pgmap v3269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:42.783 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:42 smithi135 ceph-mon[93152]: pgmap v3269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:43.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:43.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:44.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:44.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:44 smithi194 ceph-mon[104785]: pgmap v3270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:44 smithi135 ceph-mon[93152]: pgmap v3270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:45.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:45.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:46 smithi194 ceph-mon[104785]: pgmap v3271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:46.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:46.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:46 smithi135 ceph-mon[93152]: pgmap v3271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:47.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:47.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:48.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:48.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:48 smithi194 ceph-mon[104785]: pgmap v3272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:15:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:48 smithi135 ceph-mon[93152]: pgmap v3272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:15:49.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:15:49.569 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:15:49.570 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:15:49.570 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:15:49.570 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:15:49.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:49.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:15:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:15:49.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:15:49.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:15:49.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:15:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:50 smithi135 ceph-mon[93152]: pgmap v3273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:15:50.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:50.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:50 smithi194 ceph-mon[104785]: pgmap v3273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:15:51.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:51.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:52.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:52.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:52 smithi194 ceph-mon[104785]: pgmap v3274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:52 smithi135 ceph-mon[93152]: pgmap v3274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:53.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:53.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:54.618 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:54 smithi135 ceph-mon[93152]: pgmap v3275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:54 smithi194 ceph-mon[104785]: pgmap v3275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:54.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:54.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:55.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:55.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:15:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:56 smithi194 ceph-mon[104785]: pgmap v3276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:56.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:56.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:56 smithi135 ceph-mon[93152]: pgmap v3276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:57.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:57.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:15:58 smithi194 ceph-mon[104785]: pgmap v3277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:58.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:58.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:15:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:15:58 smithi135 ceph-mon[93152]: pgmap v3277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:15:59.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:15:59.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:00 smithi135 ceph-mon[93152]: pgmap v3278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:16:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:00 smithi194 ceph-mon[104785]: pgmap v3278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:16:00.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:00.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:01.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:01.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:02 smithi194 ceph-mon[104785]: pgmap v3279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:02.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:02.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:02 smithi135 ceph-mon[93152]: pgmap v3279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:03.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:03.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:04 smithi194 ceph-mon[104785]: pgmap v3280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:04.717 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:04 smithi135 ceph-mon[93152]: pgmap v3280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:04.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:04.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:05.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:05.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:06 smithi194 ceph-mon[104785]: pgmap v3281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:06.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:06.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:06 smithi135 ceph-mon[93152]: pgmap v3281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:07.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:07.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:08 smithi194 ceph-mon[104785]: pgmap v3282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:08.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:08.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:08 smithi135 ceph-mon[93152]: pgmap v3282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:09.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:09.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:10 smithi194 ceph-mon[104785]: pgmap v3283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:16:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:10.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:10.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:10 smithi135 ceph-mon[93152]: pgmap v3283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:16:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:11.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:11.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:12 smithi194 ceph-mon[104785]: pgmap v3284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:12.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:12.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:12 smithi135 ceph-mon[93152]: pgmap v3284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:13.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:13.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:14 smithi194 ceph-mon[104785]: pgmap v3285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:14.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:14.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:14 smithi135 ceph-mon[93152]: pgmap v3285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:15.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:15.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:16 smithi194 ceph-mon[104785]: pgmap v3286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:16.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:16.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:16 smithi135 ceph-mon[93152]: pgmap v3286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:17.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:17.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:18 smithi194 ceph-mon[104785]: pgmap v3287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:18.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:18.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:18 smithi135 ceph-mon[93152]: pgmap v3287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:19.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:19.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:20 smithi194 ceph-mon[104785]: pgmap v3288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:16:20.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:20.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:20 smithi135 ceph-mon[93152]: pgmap v3288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:16:21.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:21.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:22 smithi194 ceph-mon[104785]: pgmap v3289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:22.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:22.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:22 smithi135 ceph-mon[93152]: pgmap v3289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:23.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:23.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:24 smithi194 ceph-mon[104785]: pgmap v3290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:24 smithi135 ceph-mon[93152]: pgmap v3290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:24.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:24.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:25.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:25.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:26 smithi194 ceph-mon[104785]: pgmap v3291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:26 smithi135 ceph-mon[93152]: pgmap v3291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:26.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:26.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:27.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:27.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:28 smithi194 ceph-mon[104785]: pgmap v3292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:28 smithi135 ceph-mon[93152]: pgmap v3292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:28.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:28.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:29.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:29.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:30 smithi194 ceph-mon[104785]: pgmap v3293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:16:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:30 smithi135 ceph-mon[93152]: pgmap v3293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:16:30.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:30.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:31.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:31.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:32 smithi194 ceph-mon[104785]: pgmap v3294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:32 smithi135 ceph-mon[93152]: pgmap v3294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:32.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:32.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:33.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:33.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:34 smithi194 ceph-mon[104785]: pgmap v3295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:34 smithi135 ceph-mon[93152]: pgmap v3295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:34.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:34.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:35.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:35.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:36.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:36 smithi194 ceph-mon[104785]: pgmap v3296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:36 smithi135 ceph-mon[93152]: pgmap v3296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:36.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:36.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:37.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:37.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:38 smithi194 ceph-mon[104785]: pgmap v3297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:38 smithi135 ceph-mon[93152]: pgmap v3297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:38.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:38.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:39.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:39.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:40 smithi194 ceph-mon[104785]: pgmap v3298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:16:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:40 smithi135 ceph-mon[93152]: pgmap v3298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:16:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:40.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:40.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:41.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:41.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:42 smithi194 ceph-mon[104785]: pgmap v3299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:42 smithi135 ceph-mon[93152]: pgmap v3299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:42.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:42.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:43.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:43.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:44 smithi194 ceph-mon[104785]: pgmap v3300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:44 smithi135 ceph-mon[93152]: pgmap v3300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:44.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:44.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:45.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:45.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:46 smithi194 ceph-mon[104785]: pgmap v3301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:46 smithi135 ceph-mon[93152]: pgmap v3301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:46.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:46.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:47.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:47.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:48 smithi194 ceph-mon[104785]: pgmap v3302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:48 smithi135 ceph-mon[93152]: pgmap v3302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:48.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:48.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:16:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:16:49.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:49.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:50 smithi194 ceph-mon[104785]: pgmap v3303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:16:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:50 smithi135 ceph-mon[93152]: pgmap v3303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:16:50.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:50.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:51.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:51.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:52 smithi194 ceph-mon[104785]: pgmap v3304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:52 smithi135 ceph-mon[93152]: pgmap v3304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:52.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:52.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:53.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:53.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:54 smithi194 ceph-mon[104785]: pgmap v3305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:16:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:16:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:16:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:16:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:16:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:16:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:16:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:54 smithi135 ceph-mon[93152]: pgmap v3305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:16:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:16:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:16:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:16:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:16:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:16:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:16:54.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:54.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:16:55.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:55.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:56 smithi194 ceph-mon[104785]: pgmap v3306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:56 smithi135 ceph-mon[93152]: pgmap v3306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:56.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:56.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:57.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:57.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:16:58 smithi194 ceph-mon[104785]: pgmap v3307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:16:58 smithi135 ceph-mon[93152]: pgmap v3307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:16:58.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:58.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:16:59.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:16:59.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:00 smithi135 ceph-mon[93152]: pgmap v3308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:17:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:00 smithi194 ceph-mon[104785]: pgmap v3308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:17:00.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:00.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:01.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:01.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:02 smithi194 ceph-mon[104785]: pgmap v3309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:02 smithi135 ceph-mon[93152]: pgmap v3309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:02.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:02.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:03.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:03.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:04 smithi194 ceph-mon[104785]: pgmap v3310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:04 smithi135 ceph-mon[93152]: pgmap v3310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:04.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:04.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:05.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:05.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:06 smithi194 ceph-mon[104785]: pgmap v3311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:06 smithi135 ceph-mon[93152]: pgmap v3311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:06.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:06.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:07.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:07.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:08 smithi194 ceph-mon[104785]: pgmap v3312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:08 smithi135 ceph-mon[93152]: pgmap v3312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:08.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:08.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:09.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:09.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:10 smithi135 ceph-mon[93152]: pgmap v3313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:17:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:10 smithi194 ceph-mon[104785]: pgmap v3313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:17:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:10.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:10.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:11.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:11.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:12 smithi194 ceph-mon[104785]: pgmap v3314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:12 smithi135 ceph-mon[93152]: pgmap v3314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:12.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:12.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:13.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:13.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:14 smithi194 ceph-mon[104785]: pgmap v3315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:14 smithi135 ceph-mon[93152]: pgmap v3315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:14.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:14.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:15.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:15.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:16 smithi194 ceph-mon[104785]: pgmap v3316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:16 smithi135 ceph-mon[93152]: pgmap v3316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:16.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:16.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:17.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:17.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:18 smithi194 ceph-mon[104785]: pgmap v3317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:18 smithi135 ceph-mon[93152]: pgmap v3317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:18.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:18.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:19.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:19.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:20 smithi194 ceph-mon[104785]: pgmap v3318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:17:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:20 smithi135 ceph-mon[93152]: pgmap v3318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:17:20.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:20.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:21.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:21.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:22 smithi194 ceph-mon[104785]: pgmap v3319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:22 smithi135 ceph-mon[93152]: pgmap v3319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:22.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:22.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:23.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:23.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:24 smithi194 ceph-mon[104785]: pgmap v3320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:24 smithi135 ceph-mon[93152]: pgmap v3320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:24.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:24.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:25.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:25.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:26 smithi194 ceph-mon[104785]: pgmap v3321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:26 smithi135 ceph-mon[93152]: pgmap v3321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:26.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:26.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:27.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:27.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:28 smithi194 ceph-mon[104785]: pgmap v3322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:28 smithi135 ceph-mon[93152]: pgmap v3322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:28.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:28.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:29.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:29.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:30 smithi194 ceph-mon[104785]: pgmap v3323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:17:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:30 smithi135 ceph-mon[93152]: pgmap v3323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:17:30.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:30.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:31.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:31.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:32 smithi194 ceph-mon[104785]: pgmap v3324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:32 smithi135 ceph-mon[93152]: pgmap v3324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:32.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:32.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:33.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:33.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:34 smithi194 ceph-mon[104785]: pgmap v3325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:34 smithi135 ceph-mon[93152]: pgmap v3325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:34.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:34.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:35.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:35.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:36 smithi194 ceph-mon[104785]: pgmap v3326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:36 smithi135 ceph-mon[93152]: pgmap v3326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:36.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:36.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:37.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:37.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:38 smithi194 ceph-mon[104785]: pgmap v3327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:38 smithi135 ceph-mon[93152]: pgmap v3327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:38.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:38.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:39.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:39.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:40.659 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:40 smithi135 ceph-mon[93152]: pgmap v3328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:17:40.659 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:40 smithi194 ceph-mon[104785]: pgmap v3328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:17:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:40.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:40.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:41.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:41.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:42 smithi194 ceph-mon[104785]: pgmap v3329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:42 smithi135 ceph-mon[93152]: pgmap v3329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:42.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:42.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:43.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:43.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:44 smithi194 ceph-mon[104785]: pgmap v3330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:44 smithi135 ceph-mon[93152]: pgmap v3330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:44.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:44.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:45.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:45.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:46 smithi194 ceph-mon[104785]: pgmap v3331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:46 smithi135 ceph-mon[93152]: pgmap v3331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:46.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:46.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:47.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:47.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:48 smithi194 ceph-mon[104785]: pgmap v3332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:48 smithi135 ceph-mon[93152]: pgmap v3332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:48.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:48.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:49.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:49.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:50 smithi194 ceph-mon[104785]: pgmap v3333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:17:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:50 smithi135 ceph-mon[93152]: pgmap v3333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:17:50.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:50.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:51.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:51.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:52 smithi194 ceph-mon[104785]: pgmap v3334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:52 smithi135 ceph-mon[93152]: pgmap v3334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:52.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:52.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:53.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:53.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:54 smithi194 ceph-mon[104785]: pgmap v3335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:17:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:54 smithi135 ceph-mon[93152]: pgmap v3335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:17:54.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:54.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:17:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:17:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:17:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:17:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:17:55.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:17:55.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:17:55.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:17:55.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:17:55.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:17:55.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:17:55.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:55.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:56 smithi194 ceph-mon[104785]: pgmap v3336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:56 smithi135 ceph-mon[93152]: pgmap v3336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:56.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:56.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:57.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:57.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:17:58 smithi194 ceph-mon[104785]: pgmap v3337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:17:58 smithi135 ceph-mon[93152]: pgmap v3337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:17:58.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:58.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:17:59.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:17:59.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:00 smithi194 ceph-mon[104785]: pgmap v3338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:18:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:00 smithi135 ceph-mon[93152]: pgmap v3338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:18:00.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:00.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:01 smithi194 ceph-mon[104785]: pgmap v3339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:01 smithi135 ceph-mon[93152]: pgmap v3339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:01.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:01.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:02.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:02.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:03.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:03.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:04 smithi194 ceph-mon[104785]: pgmap v3340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:04 smithi135 ceph-mon[93152]: pgmap v3340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:04.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:04.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:05.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:05.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:06 smithi135 ceph-mon[93152]: pgmap v3341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:06 smithi194 ceph-mon[104785]: pgmap v3341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:06.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:06.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:07.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:07.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:08 smithi194 ceph-mon[104785]: pgmap v3342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:08 smithi135 ceph-mon[93152]: pgmap v3342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:08.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:08.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:09.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:09.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:10 smithi194 ceph-mon[104785]: pgmap v3343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:18:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:10 smithi135 ceph-mon[93152]: pgmap v3343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:18:10.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:10.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:10.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:11.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:11.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:12 smithi194 ceph-mon[104785]: pgmap v3344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:12 smithi135 ceph-mon[93152]: pgmap v3344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:12.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:12.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:13.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:13.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:14 smithi194 ceph-mon[104785]: pgmap v3345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:14 smithi135 ceph-mon[93152]: pgmap v3345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:14.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:14.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:15.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:15.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:16 smithi135 ceph-mon[93152]: pgmap v3346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:16 smithi194 ceph-mon[104785]: pgmap v3346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:16.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:16.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:17.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:17.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:18 smithi194 ceph-mon[104785]: pgmap v3347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:18 smithi135 ceph-mon[93152]: pgmap v3347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:18.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:18.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:19.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:19.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:20 smithi194 ceph-mon[104785]: pgmap v3348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:18:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:20 smithi135 ceph-mon[93152]: pgmap v3348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:18:20.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:20.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:21.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:21.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:22 smithi194 ceph-mon[104785]: pgmap v3349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:22 smithi135 ceph-mon[93152]: pgmap v3349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:22.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:22.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:23.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:23.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:24 smithi194 ceph-mon[104785]: pgmap v3350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:24 smithi135 ceph-mon[93152]: pgmap v3350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:24.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:24.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:25.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:25.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:26 smithi194 ceph-mon[104785]: pgmap v3351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:26 smithi135 ceph-mon[93152]: pgmap v3351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:26.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:26.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:27.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:27.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:28 smithi194 ceph-mon[104785]: pgmap v3352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:28 smithi135 ceph-mon[93152]: pgmap v3352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:28.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:28.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:29.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:29.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:30 smithi194 ceph-mon[104785]: pgmap v3353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:18:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:30 smithi135 ceph-mon[93152]: pgmap v3353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:18:30.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:30.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:31.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:31.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:32 smithi194 ceph-mon[104785]: pgmap v3354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:32 smithi135 ceph-mon[93152]: pgmap v3354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:32.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:32.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:33.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:33.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:34 smithi194 ceph-mon[104785]: pgmap v3355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:34 smithi135 ceph-mon[93152]: pgmap v3355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:34.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:34.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:35.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:35.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:36 smithi194 ceph-mon[104785]: pgmap v3356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:36 smithi135 ceph-mon[93152]: pgmap v3356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:36.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:36.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:37.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:37.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:38 smithi194 ceph-mon[104785]: pgmap v3357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:38 smithi135 ceph-mon[93152]: pgmap v3357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:38.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:38.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:39.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:39.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:40 smithi135 ceph-mon[93152]: pgmap v3358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:18:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:40 smithi194 ceph-mon[104785]: pgmap v3358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:40.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:40.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:41.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:41.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:42.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:42 smithi194 ceph-mon[104785]: pgmap v3359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:42 smithi135 ceph-mon[93152]: pgmap v3359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:42.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:42.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:43.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:43.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:44 smithi194 ceph-mon[104785]: pgmap v3360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:44 smithi135 ceph-mon[93152]: pgmap v3360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:44.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:44.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:45.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:45.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:46 smithi194 ceph-mon[104785]: pgmap v3361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:46 smithi135 ceph-mon[93152]: pgmap v3361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:46.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:46.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:47.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:47.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:48 smithi194 ceph-mon[104785]: pgmap v3362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:48 smithi135 ceph-mon[93152]: pgmap v3362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:48.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:48.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:49.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:50.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:50 smithi194 ceph-mon[104785]: pgmap v3363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:18:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:50 smithi135 ceph-mon[93152]: pgmap v3363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:18:51.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:51.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:52.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:52.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:52 smithi194 ceph-mon[104785]: pgmap v3364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:52 smithi135 ceph-mon[93152]: pgmap v3364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:53.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:53.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:54.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:54.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:54 smithi135 ceph-mon[93152]: pgmap v3365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:54 smithi194 ceph-mon[104785]: pgmap v3365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:55.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:55.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:18:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:18:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:18:56.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:56.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:56 smithi135 ceph-mon[93152]: pgmap v3366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:56 smithi194 ceph-mon[104785]: pgmap v3366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:57.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:57.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:58.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:58.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:18:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:18:58 smithi194 ceph-mon[104785]: pgmap v3367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:18:58 smithi135 ceph-mon[93152]: pgmap v3367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:18:59.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:18:59.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:00.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:00.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:00 smithi135 ceph-mon[93152]: pgmap v3368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:19:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:00 smithi194 ceph-mon[104785]: pgmap v3368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:19:01.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:01.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:02.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:02.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:02 smithi135 ceph-mon[93152]: pgmap v3369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:19:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:19:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:02 smithi194 ceph-mon[104785]: pgmap v3369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:19:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:19:03.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:03.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:19:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:19:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:19:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:19:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:19:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:19:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:19:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:19:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:19:03.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:19:04.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:04.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:04 smithi194 ceph-mon[104785]: pgmap v3370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:04 smithi135 ceph-mon[93152]: pgmap v3370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:05.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:05.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:06.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:06.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:06.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:06 smithi194 ceph-mon[104785]: pgmap v3371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:06 smithi135 ceph-mon[93152]: pgmap v3371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:07.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:07.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:08.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:08.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:08 smithi194 ceph-mon[104785]: pgmap v3372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:08 smithi135 ceph-mon[93152]: pgmap v3372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:09.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:09.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:10.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:10.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:10 smithi194 ceph-mon[104785]: pgmap v3373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:19:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:10 smithi135 ceph-mon[93152]: pgmap v3373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:19:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:11.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:11.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:12.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:12.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:12 smithi194 ceph-mon[104785]: pgmap v3374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:12 smithi135 ceph-mon[93152]: pgmap v3374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:13.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:13.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:14.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:14.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:14 smithi194 ceph-mon[104785]: pgmap v3375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:14 smithi135 ceph-mon[93152]: pgmap v3375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:15.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:15.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:15 smithi194 ceph-mon[104785]: pgmap v3376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:15.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:15 smithi135 ceph-mon[93152]: pgmap v3376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:16.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:16.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:17.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:17.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:18.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:18.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:18 smithi194 ceph-mon[104785]: pgmap v3377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:18 smithi135 ceph-mon[93152]: pgmap v3377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:19.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:19.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:20.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:20.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:20 smithi194 ceph-mon[104785]: pgmap v3378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:19:20.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:20 smithi135 ceph-mon[93152]: pgmap v3378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:19:21.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:21.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:22.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:22.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:22 smithi194 ceph-mon[104785]: pgmap v3379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:22 smithi135 ceph-mon[93152]: pgmap v3379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:23.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:23.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:24.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:24.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:24 smithi194 ceph-mon[104785]: pgmap v3380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:24 smithi135 ceph-mon[93152]: pgmap v3380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:25.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:25.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:26.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:26.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:26 smithi194 ceph-mon[104785]: pgmap v3381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:26 smithi135 ceph-mon[93152]: pgmap v3381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:27.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:27.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:28.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:28.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:28 smithi194 ceph-mon[104785]: pgmap v3382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:28 smithi135 ceph-mon[93152]: pgmap v3382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:29.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:29.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:30.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:30.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:30 smithi194 ceph-mon[104785]: pgmap v3383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:19:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:30 smithi135 ceph-mon[93152]: pgmap v3383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:19:31.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:31.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:32.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:32.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:32 smithi194 ceph-mon[104785]: pgmap v3384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:32 smithi135 ceph-mon[93152]: pgmap v3384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:33.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:33.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:34.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:34.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:34 smithi194 ceph-mon[104785]: pgmap v3385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:34 smithi135 ceph-mon[93152]: pgmap v3385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:35.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:35.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:36.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:36.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:36 smithi194 ceph-mon[104785]: pgmap v3386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:36 smithi135 ceph-mon[93152]: pgmap v3386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:37.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:37.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:38.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:38.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:38 smithi194 ceph-mon[104785]: pgmap v3387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:38 smithi135 ceph-mon[93152]: pgmap v3387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:39.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:39.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:40.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:40.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:40 smithi194 ceph-mon[104785]: pgmap v3388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:19:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:40 smithi135 ceph-mon[93152]: pgmap v3388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:19:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:41.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:41.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:42.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:42.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:42 smithi194 ceph-mon[104785]: pgmap v3389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:42 smithi135 ceph-mon[93152]: pgmap v3389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:43.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:43.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:44.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:44.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:44 smithi194 ceph-mon[104785]: pgmap v3390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:44 smithi135 ceph-mon[93152]: pgmap v3390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:45.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:45.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:46.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:46.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:46 smithi194 ceph-mon[104785]: pgmap v3391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:46 smithi135 ceph-mon[93152]: pgmap v3391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:47.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:47.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:48.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:48.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:48 smithi194 ceph-mon[104785]: pgmap v3392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:48.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:48 smithi135 ceph-mon[93152]: pgmap v3392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:49.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:49.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:50.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:50.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:50 smithi194 ceph-mon[104785]: pgmap v3393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:19:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:50 smithi135 ceph-mon[93152]: pgmap v3393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:19:51.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:51.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:52.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:52.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:52 smithi194 ceph-mon[104785]: pgmap v3394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:52 smithi135 ceph-mon[93152]: pgmap v3394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:53.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:53.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:54.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:54.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:54 smithi194 ceph-mon[104785]: pgmap v3395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:54 smithi135 ceph-mon[93152]: pgmap v3395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:55.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:55.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:19:56.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:56.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:56 smithi135 ceph-mon[93152]: pgmap v3396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:56 smithi194 ceph-mon[104785]: pgmap v3396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:57.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:57.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:58.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:58.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:19:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:19:58 smithi135 ceph-mon[93152]: pgmap v3397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:19:58 smithi194 ceph-mon[104785]: pgmap v3397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:19:59.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:19:59.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:00.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:00.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:00 smithi135 ceph-mon[93152]: pgmap v3398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:20:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T06:20:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:00 smithi194 ceph-mon[104785]: pgmap v3398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:20:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T06:20:01.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:01.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:02.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:02.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:02 smithi135 ceph-mon[93152]: pgmap v3399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:02 smithi194 ceph-mon[104785]: pgmap v3399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:03.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:03.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:03.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:20:03.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:20:03.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:20:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:20:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:20:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:20:04.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:04.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:04 smithi135 ceph-mon[93152]: pgmap v3400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:20:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:20:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:20:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:20:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:20:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:04 smithi194 ceph-mon[104785]: pgmap v3400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:20:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:20:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:20:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:20:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:20:05.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:05.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:06.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:06.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:06 smithi135 ceph-mon[93152]: pgmap v3401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:06 smithi194 ceph-mon[104785]: pgmap v3401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:07.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:07.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:08.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:08.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:08 smithi135 ceph-mon[93152]: pgmap v3402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:08 smithi194 ceph-mon[104785]: pgmap v3402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:09.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:09.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:10.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:10.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:10 smithi135 ceph-mon[93152]: pgmap v3403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:20:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:10 smithi194 ceph-mon[104785]: pgmap v3403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:20:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:11.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:11.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:12.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:12.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:12 smithi135 ceph-mon[93152]: pgmap v3404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:12 smithi194 ceph-mon[104785]: pgmap v3404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:13.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:13.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:14.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:14.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:14 smithi135 ceph-mon[93152]: pgmap v3405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:14 smithi194 ceph-mon[104785]: pgmap v3405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:15.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:15.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:16.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:16.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:16 smithi135 ceph-mon[93152]: pgmap v3406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:16 smithi194 ceph-mon[104785]: pgmap v3406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:17.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:17.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:18.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:18.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:18 smithi135 ceph-mon[93152]: pgmap v3407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:18 smithi194 ceph-mon[104785]: pgmap v3407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:19.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:19.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:20.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:20.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:20 smithi135 ceph-mon[93152]: pgmap v3408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:20:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:20 smithi194 ceph-mon[104785]: pgmap v3408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:20:21.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:21.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:22.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:22.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:22.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:22 smithi135 ceph-mon[93152]: pgmap v3409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:22 smithi194 ceph-mon[104785]: pgmap v3409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:23.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:23.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:24.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:24.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:24 smithi194 ceph-mon[104785]: pgmap v3410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:24 smithi135 ceph-mon[93152]: pgmap v3410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:25.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:25.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:26.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:26.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:26 smithi194 ceph-mon[104785]: pgmap v3411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:26 smithi135 ceph-mon[93152]: pgmap v3411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:27.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:27.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:28.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:28.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:28 smithi194 ceph-mon[104785]: pgmap v3412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:28 smithi135 ceph-mon[93152]: pgmap v3412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:29.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:29.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:30.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:30.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:30 smithi135 ceph-mon[93152]: pgmap v3413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:20:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:30 smithi194 ceph-mon[104785]: pgmap v3413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:20:31.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:31.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:32.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:32.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:32 smithi194 ceph-mon[104785]: pgmap v3414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:32 smithi135 ceph-mon[93152]: pgmap v3414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:33.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:33.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:34.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:34.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:34 smithi194 ceph-mon[104785]: pgmap v3415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:34 smithi135 ceph-mon[93152]: pgmap v3415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:35.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:35.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:36.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:36.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:36 smithi194 ceph-mon[104785]: pgmap v3416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:36 smithi135 ceph-mon[93152]: pgmap v3416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:37.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:37.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:38.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:38.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:38 smithi194 ceph-mon[104785]: pgmap v3417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:38 smithi135 ceph-mon[93152]: pgmap v3417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:39.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:39.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:40.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:40.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:40 smithi135 ceph-mon[93152]: pgmap v3418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:20:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:40 smithi194 ceph-mon[104785]: pgmap v3418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:20:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:41.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:41.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:42.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:42.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:42 smithi194 ceph-mon[104785]: pgmap v3419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:42 smithi135 ceph-mon[93152]: pgmap v3419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:43.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:43.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:44.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:44.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:44 smithi194 ceph-mon[104785]: pgmap v3420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:44 smithi135 ceph-mon[93152]: pgmap v3420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:45.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:45.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:46.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:46.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:46 smithi194 ceph-mon[104785]: pgmap v3421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:46 smithi135 ceph-mon[93152]: pgmap v3421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:47.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:47.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:48.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:48.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:48 smithi194 ceph-mon[104785]: pgmap v3422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:48 smithi135 ceph-mon[93152]: pgmap v3422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:49.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:49.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:50.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:50.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:50 smithi135 ceph-mon[93152]: pgmap v3423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:20:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:50 smithi194 ceph-mon[104785]: pgmap v3423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:20:51.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:51.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:52.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:52.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:52 smithi194 ceph-mon[104785]: pgmap v3424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:52 smithi135 ceph-mon[93152]: pgmap v3424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:53.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:53.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:54.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:54.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:54 smithi194 ceph-mon[104785]: pgmap v3425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:54 smithi135 ceph-mon[93152]: pgmap v3425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:55.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:55.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:20:56.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:56.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:56 smithi194 ceph-mon[104785]: pgmap v3426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:56 smithi135 ceph-mon[93152]: pgmap v3426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:57.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:57.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:58.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:58.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:20:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:20:58 smithi194 ceph-mon[104785]: pgmap v3427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:20:58 smithi135 ceph-mon[93152]: pgmap v3427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:20:59.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:20:59.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:00.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:00.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:00 smithi135 ceph-mon[93152]: pgmap v3428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:21:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:00 smithi194 ceph-mon[104785]: pgmap v3428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:21:01.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:01.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:02.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:02.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:02.639 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:02 smithi135 ceph-mon[93152]: pgmap v3429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:02 smithi194 ceph-mon[104785]: pgmap v3429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:03.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:03.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:04.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:04.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:04 smithi194 ceph-mon[104785]: pgmap v3430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:21:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:21:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:21:04.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:21:04.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:21:04.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:21:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:04 smithi135 ceph-mon[93152]: pgmap v3430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:21:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:21:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:21:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:21:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:21:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:21:05.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:05.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:06.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:06.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:06 smithi194 ceph-mon[104785]: pgmap v3431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:06 smithi135 ceph-mon[93152]: pgmap v3431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:07.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:07.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:08.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:08.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:08 smithi194 ceph-mon[104785]: pgmap v3432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:08 smithi135 ceph-mon[93152]: pgmap v3432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:09.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:09.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:10.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:10.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:10 smithi194 ceph-mon[104785]: pgmap v3433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:21:10.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:10.823 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:10 smithi135 ceph-mon[93152]: pgmap v3433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:21:10.823 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:11.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:11.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:12.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:12.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:12 smithi194 ceph-mon[104785]: pgmap v3434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:12.738 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:12 smithi135 ceph-mon[93152]: pgmap v3434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:13.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:13.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:14.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:14.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:14 smithi194 ceph-mon[104785]: pgmap v3435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:14 smithi135 ceph-mon[93152]: pgmap v3435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:15.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:15.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:16.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:16.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:16 smithi194 ceph-mon[104785]: pgmap v3436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:16 smithi135 ceph-mon[93152]: pgmap v3436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:17.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:17.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:18.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:18.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:18 smithi194 ceph-mon[104785]: pgmap v3437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:18 smithi135 ceph-mon[93152]: pgmap v3437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:19.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:19.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:20.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:20.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:20 smithi194 ceph-mon[104785]: pgmap v3438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:21:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:20 smithi135 ceph-mon[93152]: pgmap v3438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:21:21.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:21.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:22.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:22.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:22 smithi194 ceph-mon[104785]: pgmap v3439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:22 smithi135 ceph-mon[93152]: pgmap v3439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:23.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:23.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:24.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:24.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:24.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:24 smithi194 ceph-mon[104785]: pgmap v3440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:24 smithi135 ceph-mon[93152]: pgmap v3440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:25.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:25.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:26.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:26.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:26 smithi194 ceph-mon[104785]: pgmap v3441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:26 smithi135 ceph-mon[93152]: pgmap v3441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:27.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:27.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:28.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:28.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:28 smithi194 ceph-mon[104785]: pgmap v3442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:28 smithi135 ceph-mon[93152]: pgmap v3442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:29.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:29.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:30.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:30.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:30 smithi194 ceph-mon[104785]: pgmap v3443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:21:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:30 smithi135 ceph-mon[93152]: pgmap v3443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:21:31.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:31.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:32.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:32.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:32 smithi194 ceph-mon[104785]: pgmap v3444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:32 smithi135 ceph-mon[93152]: pgmap v3444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:33.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:33.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:34.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:34.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:34 smithi194 ceph-mon[104785]: pgmap v3445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:34 smithi135 ceph-mon[93152]: pgmap v3445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:35.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:35.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:36.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:36.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:36 smithi194 ceph-mon[104785]: pgmap v3446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:36 smithi135 ceph-mon[93152]: pgmap v3446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:37.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:37.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:38.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:38.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:38 smithi194 ceph-mon[104785]: pgmap v3447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:38 smithi135 ceph-mon[93152]: pgmap v3447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:39.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:39.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:40.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:40.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:40 smithi194 ceph-mon[104785]: pgmap v3448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:21:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:40 smithi135 ceph-mon[93152]: pgmap v3448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:21:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:41.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:41.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:42.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:42.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:42 smithi194 ceph-mon[104785]: pgmap v3449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:42 smithi135 ceph-mon[93152]: pgmap v3449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:43.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:43.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:44.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:44.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:44 smithi194 ceph-mon[104785]: pgmap v3450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:44 smithi135 ceph-mon[93152]: pgmap v3450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:45.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:45.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:46.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:46.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:46 smithi194 ceph-mon[104785]: pgmap v3451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:46 smithi135 ceph-mon[93152]: pgmap v3451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:47.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:47.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:48.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:48.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:48 smithi194 ceph-mon[104785]: pgmap v3452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:48 smithi135 ceph-mon[93152]: pgmap v3452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:49.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:49.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:50.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:50.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:50 smithi194 ceph-mon[104785]: pgmap v3453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:21:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:50 smithi135 ceph-mon[93152]: pgmap v3453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:21:51.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:51.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:52.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:52.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:52 smithi194 ceph-mon[104785]: pgmap v3454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:52 smithi135 ceph-mon[93152]: pgmap v3454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:53.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:53.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:54.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:54.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:54 smithi194 ceph-mon[104785]: pgmap v3455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:54 smithi135 ceph-mon[93152]: pgmap v3455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:55.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:55.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:21:56.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:56.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:56 smithi194 ceph-mon[104785]: pgmap v3456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:56 smithi135 ceph-mon[93152]: pgmap v3456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:57.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:57.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:58.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:58.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:21:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:21:58 smithi135 ceph-mon[93152]: pgmap v3457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:21:58 smithi194 ceph-mon[104785]: pgmap v3457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:21:59.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:21:59.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:00.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:00.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:00 smithi194 ceph-mon[104785]: pgmap v3458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:22:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:00 smithi135 ceph-mon[93152]: pgmap v3458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:22:01.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:01.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:02.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:02.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:02 smithi194 ceph-mon[104785]: pgmap v3459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:02 smithi135 ceph-mon[93152]: pgmap v3459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:03.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:03.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:04.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:04.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:04 smithi194 ceph-mon[104785]: pgmap v3460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:22:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:04 smithi135 ceph-mon[93152]: pgmap v3460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:22:05.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:05.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:22:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:22:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:05 smithi194 ceph-mon[104785]: pgmap v3461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:22:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:22:05.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:22:05.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:22:05.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:22:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:22:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:22:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:05 smithi135 ceph-mon[93152]: pgmap v3461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:22:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:22:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:22:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:22:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:22:06.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:06.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:07.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:07.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:08.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:08.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:08 smithi194 ceph-mon[104785]: pgmap v3462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:08 smithi135 ceph-mon[93152]: pgmap v3462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:09.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:09.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:10.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:10.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:10 smithi194 ceph-mon[104785]: pgmap v3463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:22:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:10 smithi135 ceph-mon[93152]: pgmap v3463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:22:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:11.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:11.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:12.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:12.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:12 smithi194 ceph-mon[104785]: pgmap v3464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:12 smithi135 ceph-mon[93152]: pgmap v3464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:13.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:13.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:14.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:14.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:14 smithi194 ceph-mon[104785]: pgmap v3465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:14 smithi135 ceph-mon[93152]: pgmap v3465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:15.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:15.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:16.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:16.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:16 smithi194 ceph-mon[104785]: pgmap v3466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:16 smithi135 ceph-mon[93152]: pgmap v3466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:17.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:17.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:18.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:18.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:18 smithi194 ceph-mon[104785]: pgmap v3467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:18 smithi135 ceph-mon[93152]: pgmap v3467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:19.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:19.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:20.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:20.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:20 smithi194 ceph-mon[104785]: pgmap v3468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:22:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:20 smithi135 ceph-mon[93152]: pgmap v3468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:22:21.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:21.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:22.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:22.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:22 smithi194 ceph-mon[104785]: pgmap v3469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:22 smithi135 ceph-mon[93152]: pgmap v3469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:23.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:23.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:24.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:24.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:24 smithi194 ceph-mon[104785]: pgmap v3470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:24 smithi135 ceph-mon[93152]: pgmap v3470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:25.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:25.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:26.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:26.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:26 smithi135 ceph-mon[93152]: pgmap v3471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:26 smithi194 ceph-mon[104785]: pgmap v3471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:27.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:27.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:28.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:28.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:28.479 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:28 smithi135 ceph-mon[93152]: pgmap v3472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:28 smithi194 ceph-mon[104785]: pgmap v3472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:29.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:29.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:30.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:30.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:30 smithi135 ceph-mon[93152]: pgmap v3473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:22:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:30 smithi194 ceph-mon[104785]: pgmap v3473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:22:31.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:31.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:32.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:32.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:32 smithi135 ceph-mon[93152]: pgmap v3474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:32 smithi194 ceph-mon[104785]: pgmap v3474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:33.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:33.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:34.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:34.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:34 smithi135 ceph-mon[93152]: pgmap v3475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:34 smithi194 ceph-mon[104785]: pgmap v3475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:35.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:35.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:36.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:36.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:36 smithi135 ceph-mon[93152]: pgmap v3476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:36 smithi194 ceph-mon[104785]: pgmap v3476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:37.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:37.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:38.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:38.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:38 smithi135 ceph-mon[93152]: pgmap v3477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:38 smithi194 ceph-mon[104785]: pgmap v3477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:39.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:39.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:40.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:40.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:40 smithi135 ceph-mon[93152]: pgmap v3478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:22:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:40 smithi194 ceph-mon[104785]: pgmap v3478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:22:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:41.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:41.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:42.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:42.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:42 smithi135 ceph-mon[93152]: pgmap v3479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:42 smithi194 ceph-mon[104785]: pgmap v3479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:43.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:43.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:44.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:44.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:44 smithi135 ceph-mon[93152]: pgmap v3480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:44 smithi194 ceph-mon[104785]: pgmap v3480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:45.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:45.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:46.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:46.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:46 smithi135 ceph-mon[93152]: pgmap v3481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:46 smithi194 ceph-mon[104785]: pgmap v3481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:47.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:47.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:48.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:48.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:48 smithi135 ceph-mon[93152]: pgmap v3482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:48 smithi194 ceph-mon[104785]: pgmap v3482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:49.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:49.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:50.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:50.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:50 smithi135 ceph-mon[93152]: pgmap v3483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:22:50.573 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:50 smithi194 ceph-mon[104785]: pgmap v3483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:22:51.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:51.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:52.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:52.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:52 smithi135 ceph-mon[93152]: pgmap v3484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:52 smithi194 ceph-mon[104785]: pgmap v3484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:53.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:53.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:54.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:54.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:54 smithi135 ceph-mon[93152]: pgmap v3485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:54 smithi194 ceph-mon[104785]: pgmap v3485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:55.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:55.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:55.625 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:22:56.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:56.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:56 smithi194 ceph-mon[104785]: pgmap v3486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:56 smithi135 ceph-mon[93152]: pgmap v3486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:57.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:57.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:58.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:58.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:22:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:22:58 smithi194 ceph-mon[104785]: pgmap v3487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:58.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:22:58 smithi135 ceph-mon[93152]: pgmap v3487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:22:59.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:22:59.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:00.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:00.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:00 smithi135 ceph-mon[93152]: pgmap v3488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:23:00.678 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:00 smithi194 ceph-mon[104785]: pgmap v3488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:23:01.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:01.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:02.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:02.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:02 smithi194 ceph-mon[104785]: pgmap v3489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:02 smithi135 ceph-mon[93152]: pgmap v3489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:03.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:03.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:04.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:04.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:04 smithi194 ceph-mon[104785]: pgmap v3490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:04 smithi135 ceph-mon[93152]: pgmap v3490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:05.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:05.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:06.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:06.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:06 smithi194 ceph-mon[104785]: pgmap v3491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:23:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:23:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:23:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:23:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:23:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:23:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:06 smithi135 ceph-mon[93152]: pgmap v3491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:23:06.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:23:06.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:23:06.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:23:06.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:23:06.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:23:07.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:07.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:08.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:08.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:08 smithi194 ceph-mon[104785]: pgmap v3492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:08 smithi135 ceph-mon[93152]: pgmap v3492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:09.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:09.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:10.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:10.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:10 smithi135 ceph-mon[93152]: pgmap v3493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:23:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:10 smithi194 ceph-mon[104785]: pgmap v3493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:23:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:11.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:11.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:12.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:12.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:12 smithi194 ceph-mon[104785]: pgmap v3494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:12 smithi135 ceph-mon[93152]: pgmap v3494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:13.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:13.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:14.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:14.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:14 smithi194 ceph-mon[104785]: pgmap v3495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:14 smithi135 ceph-mon[93152]: pgmap v3495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:15.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:15.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:16.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:16.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:16 smithi194 ceph-mon[104785]: pgmap v3496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:16 smithi135 ceph-mon[93152]: pgmap v3496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:17.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:17.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:18.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:18.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:18 smithi194 ceph-mon[104785]: pgmap v3497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:18 smithi135 ceph-mon[93152]: pgmap v3497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:19.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:19.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:20.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:20.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:20 smithi135 ceph-mon[93152]: pgmap v3498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:23:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:20 smithi194 ceph-mon[104785]: pgmap v3498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:23:21.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:21.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:22.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:22.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:22 smithi194 ceph-mon[104785]: pgmap v3499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:22 smithi135 ceph-mon[93152]: pgmap v3499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:23.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:23.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:24.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:24.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:24 smithi194 ceph-mon[104785]: pgmap v3500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:24 smithi135 ceph-mon[93152]: pgmap v3500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:25.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:25.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:26.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:26.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:26 smithi194 ceph-mon[104785]: pgmap v3501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:26 smithi135 ceph-mon[93152]: pgmap v3501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:27.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:27.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:28.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:28.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:28 smithi194 ceph-mon[104785]: pgmap v3502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:28 smithi135 ceph-mon[93152]: pgmap v3502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:29.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:29.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:30.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:30.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:30 smithi135 ceph-mon[93152]: pgmap v3503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:23:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:30 smithi194 ceph-mon[104785]: pgmap v3503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:23:31.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:31.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:32.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:32.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:32 smithi194 ceph-mon[104785]: pgmap v3504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:32 smithi135 ceph-mon[93152]: pgmap v3504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:33.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:33.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:34.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:34.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:34 smithi135 ceph-mon[93152]: pgmap v3505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:34.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:34 smithi194 ceph-mon[104785]: pgmap v3505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:35.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:35.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:36.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:36.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:36 smithi194 ceph-mon[104785]: pgmap v3506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:36 smithi135 ceph-mon[93152]: pgmap v3506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:37.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:37.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:38.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:38.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:38 smithi194 ceph-mon[104785]: pgmap v3507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:38 smithi135 ceph-mon[93152]: pgmap v3507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:39.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:39.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:40.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:40.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:40 smithi194 ceph-mon[104785]: pgmap v3508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:23:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:40 smithi135 ceph-mon[93152]: pgmap v3508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:23:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:41.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:41.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:42.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:42.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:42 smithi194 ceph-mon[104785]: pgmap v3509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:42 smithi135 ceph-mon[93152]: pgmap v3509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:43.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:43.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:44.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:44.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:44 smithi135 ceph-mon[93152]: pgmap v3510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:44 smithi194 ceph-mon[104785]: pgmap v3510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:45.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:45.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:46 smithi194 ceph-mon[104785]: pgmap v3511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:46.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:46.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:46 smithi135 ceph-mon[93152]: pgmap v3511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:47.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:47.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:48.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:48.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:48 smithi194 ceph-mon[104785]: pgmap v3512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:48 smithi135 ceph-mon[93152]: pgmap v3512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:49.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:49.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:50.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:50.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:50 smithi194 ceph-mon[104785]: pgmap v3513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:23:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:50 smithi135 ceph-mon[93152]: pgmap v3513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:23:51.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:51.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:52.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:52.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:52 smithi194 ceph-mon[104785]: pgmap v3514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:52 smithi135 ceph-mon[93152]: pgmap v3514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:53.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:53.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:54.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:54.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:54 smithi194 ceph-mon[104785]: pgmap v3515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:54 smithi135 ceph-mon[93152]: pgmap v3515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:55.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:55.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:23:56.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:56.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:56 smithi194 ceph-mon[104785]: pgmap v3516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:56 smithi135 ceph-mon[93152]: pgmap v3516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:57.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:57.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:58.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:58.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:23:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:23:58 smithi194 ceph-mon[104785]: pgmap v3517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:23:58 smithi135 ceph-mon[93152]: pgmap v3517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:23:59.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:23:59.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:00.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:00.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:00 smithi194 ceph-mon[104785]: pgmap v3518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:24:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:00 smithi135 ceph-mon[93152]: pgmap v3518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:24:01.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:01.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:02.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:02.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:02 smithi194 ceph-mon[104785]: pgmap v3519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:02 smithi135 ceph-mon[93152]: pgmap v3519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:03.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:03.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:04.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:04.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:04 smithi194 ceph-mon[104785]: pgmap v3520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:04 smithi135 ceph-mon[93152]: pgmap v3520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:05.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:05.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:06.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:06.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:06 smithi194 ceph-mon[104785]: pgmap v3521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:24:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:06 smithi135 ceph-mon[93152]: pgmap v3521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:06.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:24:07.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:07.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:24:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:24:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:24:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:24:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:24:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:24:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:24:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:24:07.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:24:07.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:24:08.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:08.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:08 smithi194 ceph-mon[104785]: pgmap v3522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:08 smithi135 ceph-mon[93152]: pgmap v3522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:09.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:09.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:10.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:10.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:10 smithi194 ceph-mon[104785]: pgmap v3523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:24:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:10 smithi135 ceph-mon[93152]: pgmap v3523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:24:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:11.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:11.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:12.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:12.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:12 smithi194 ceph-mon[104785]: pgmap v3524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:12 smithi135 ceph-mon[93152]: pgmap v3524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:13.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:13.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:14.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:14.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:14 smithi194 ceph-mon[104785]: pgmap v3525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:14 smithi135 ceph-mon[93152]: pgmap v3525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:15.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:15.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:16.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:16.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:16 smithi194 ceph-mon[104785]: pgmap v3526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:16 smithi135 ceph-mon[93152]: pgmap v3526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:17.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:17.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:18.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:18.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:18 smithi194 ceph-mon[104785]: pgmap v3527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:18 smithi135 ceph-mon[93152]: pgmap v3527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:19.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:19.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:20.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:20.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:20 smithi194 ceph-mon[104785]: pgmap v3528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:24:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:20 smithi135 ceph-mon[93152]: pgmap v3528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:24:21.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:21.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:22.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:22.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:22 smithi194 ceph-mon[104785]: pgmap v3529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:22 smithi135 ceph-mon[93152]: pgmap v3529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:23.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:23.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:24.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:24.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:24 smithi194 ceph-mon[104785]: pgmap v3530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:24 smithi135 ceph-mon[93152]: pgmap v3530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:25.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:25.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:26.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:26.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:26 smithi135 ceph-mon[93152]: pgmap v3531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:26 smithi194 ceph-mon[104785]: pgmap v3531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:27.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:27.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:28.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:28.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:28 smithi135 ceph-mon[93152]: pgmap v3532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:28 smithi194 ceph-mon[104785]: pgmap v3532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:29.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:29.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:30.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:30.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:30 smithi135 ceph-mon[93152]: pgmap v3533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:24:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:30 smithi194 ceph-mon[104785]: pgmap v3533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:24:31.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:31.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:32.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:32.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:32 smithi135 ceph-mon[93152]: pgmap v3534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:32 smithi194 ceph-mon[104785]: pgmap v3534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:33.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:33.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:34.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:34.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:34 smithi135 ceph-mon[93152]: pgmap v3535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:34 smithi194 ceph-mon[104785]: pgmap v3535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:35.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:35.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:36.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:36.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:36 smithi135 ceph-mon[93152]: pgmap v3536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:36 smithi194 ceph-mon[104785]: pgmap v3536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:37.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:37.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:38.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:38.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:38 smithi135 ceph-mon[93152]: pgmap v3537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:38 smithi194 ceph-mon[104785]: pgmap v3537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:39.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:39.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:40.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:40.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:40 smithi135 ceph-mon[93152]: pgmap v3538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:24:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:40 smithi194 ceph-mon[104785]: pgmap v3538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:24:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:41.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:41.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:42.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:42.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:42 smithi135 ceph-mon[93152]: pgmap v3539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:42 smithi194 ceph-mon[104785]: pgmap v3539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:43.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:43.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:44.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:44.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:44 smithi135 ceph-mon[93152]: pgmap v3540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:44 smithi194 ceph-mon[104785]: pgmap v3540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:45.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:45.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:46.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:46.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:46 smithi135 ceph-mon[93152]: pgmap v3541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:46.782 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:46 smithi194 ceph-mon[104785]: pgmap v3541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:47.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:47.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:48.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:48.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:48 smithi135 ceph-mon[93152]: pgmap v3542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:48 smithi194 ceph-mon[104785]: pgmap v3542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:49.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:49.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:50.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:50.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:50 smithi135 ceph-mon[93152]: pgmap v3543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:24:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:50 smithi194 ceph-mon[104785]: pgmap v3543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:24:51.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:51.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:52.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:52.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:52 smithi194 ceph-mon[104785]: pgmap v3544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:52 smithi135 ceph-mon[93152]: pgmap v3544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:53.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:53.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:54.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:54.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:54.912 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:54 smithi135 ceph-mon[93152]: pgmap v3545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:54 smithi194 ceph-mon[104785]: pgmap v3545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:55.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:55.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:55 smithi194 ceph-mon[104785]: pgmap v3546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:55 smithi135 ceph-mon[93152]: pgmap v3546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:24:56.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:56.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:57.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:57.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:24:58 smithi135 ceph-mon[93152]: pgmap v3547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:58.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:58.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:24:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:24:58 smithi194 ceph-mon[104785]: pgmap v3547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:24:59.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:24:59.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:00 smithi135 ceph-mon[93152]: pgmap v3548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:25:00.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:00.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:00 smithi194 ceph-mon[104785]: pgmap v3548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:25:01.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:01.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:02 smithi135 ceph-mon[93152]: pgmap v3549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:02.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:02.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:02 smithi194 ceph-mon[104785]: pgmap v3549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:03.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:03.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:04 smithi135 ceph-mon[93152]: pgmap v3550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:04.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:04.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:04 smithi194 ceph-mon[104785]: pgmap v3550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:05.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:05.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:06 smithi135 ceph-mon[93152]: pgmap v3551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:06.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:06.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:06 smithi194 ceph-mon[104785]: pgmap v3551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:25:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:25:07.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:25:07.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:25:07.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:25:07.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:25:07.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:07.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:25:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:25:07.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:25:07.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:25:07.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:25:07.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:25:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:08 smithi135 ceph-mon[93152]: pgmap v3552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:08.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:08.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:08 smithi194 ceph-mon[104785]: pgmap v3552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:09.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:09.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:10 smithi135 ceph-mon[93152]: pgmap v3553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:25:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:10.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:10.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:10 smithi194 ceph-mon[104785]: pgmap v3553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:25:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:11.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:11.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:12 smithi194 ceph-mon[104785]: pgmap v3554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:12 smithi135 ceph-mon[93152]: pgmap v3554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:12.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:12.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:13.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:13.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:14.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:14.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:14 smithi194 ceph-mon[104785]: pgmap v3555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:14 smithi135 ceph-mon[93152]: pgmap v3555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:15.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:15.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:16.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:16.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:16 smithi194 ceph-mon[104785]: pgmap v3556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:16 smithi135 ceph-mon[93152]: pgmap v3556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:17.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:17.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:18.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:18.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:18 smithi194 ceph-mon[104785]: pgmap v3557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:18 smithi135 ceph-mon[93152]: pgmap v3557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:19.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:19.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:20 smithi135 ceph-mon[93152]: pgmap v3558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:25:20.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:20.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:20 smithi194 ceph-mon[104785]: pgmap v3558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:25:21.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:21.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:22 smithi194 ceph-mon[104785]: pgmap v3559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:22.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:22.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:22 smithi135 ceph-mon[93152]: pgmap v3559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:23.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:23.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:24.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:24.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:24 smithi194 ceph-mon[104785]: pgmap v3560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:24 smithi135 ceph-mon[93152]: pgmap v3560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:25.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:25.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:26.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:26.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:26 smithi194 ceph-mon[104785]: pgmap v3561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:26 smithi135 ceph-mon[93152]: pgmap v3561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:27.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:27.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:28.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:28.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:28 smithi194 ceph-mon[104785]: pgmap v3562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:28 smithi135 ceph-mon[93152]: pgmap v3562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:29.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:29.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:30 smithi135 ceph-mon[93152]: pgmap v3563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:25:30.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:30.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:30 smithi194 ceph-mon[104785]: pgmap v3563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:25:31.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:31.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:32.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:32.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:32 smithi194 ceph-mon[104785]: pgmap v3564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:32 smithi135 ceph-mon[93152]: pgmap v3564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:33.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:33.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:34.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:34.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:34 smithi194 ceph-mon[104785]: pgmap v3565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:34 smithi135 ceph-mon[93152]: pgmap v3565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:35.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:35.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:36.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:36.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:36 smithi194 ceph-mon[104785]: pgmap v3566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:36 smithi135 ceph-mon[93152]: pgmap v3566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:37.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:37.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:38.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:38.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:38 smithi194 ceph-mon[104785]: pgmap v3567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:38 smithi135 ceph-mon[93152]: pgmap v3567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:39.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:39.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:40 smithi135 ceph-mon[93152]: pgmap v3568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:25:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:40.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:40.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:40 smithi194 ceph-mon[104785]: pgmap v3568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:25:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:41.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:41.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:42.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:42.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:42 smithi194 ceph-mon[104785]: pgmap v3569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:42 smithi135 ceph-mon[93152]: pgmap v3569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:43.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:43.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:44.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:44.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:44 smithi194 ceph-mon[104785]: pgmap v3570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:44 smithi135 ceph-mon[93152]: pgmap v3570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:45.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:45.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:46.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:46.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:46 smithi194 ceph-mon[104785]: pgmap v3571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:46 smithi135 ceph-mon[93152]: pgmap v3571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:47.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:47.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:48.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:48.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:48 smithi194 ceph-mon[104785]: pgmap v3572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:48 smithi135 ceph-mon[93152]: pgmap v3572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:49.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:49.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:50 smithi135 ceph-mon[93152]: pgmap v3573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:25:50.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:50.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:50 smithi194 ceph-mon[104785]: pgmap v3573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:25:51.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:51.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:52.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:52.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:52 smithi194 ceph-mon[104785]: pgmap v3574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:52 smithi135 ceph-mon[93152]: pgmap v3574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:53.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:53.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:54.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:54.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:54 smithi194 ceph-mon[104785]: pgmap v3575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:54 smithi135 ceph-mon[93152]: pgmap v3575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:55.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:55.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:25:56.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:56.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:56 smithi194 ceph-mon[104785]: pgmap v3576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:56 smithi135 ceph-mon[93152]: pgmap v3576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:57.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:57.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:58.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:58.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:25:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:25:58 smithi194 ceph-mon[104785]: pgmap v3577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:25:58 smithi135 ceph-mon[93152]: pgmap v3577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:25:59.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:25:59.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:00.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:00.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:00 smithi194 ceph-mon[104785]: pgmap v3578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:26:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:00 smithi135 ceph-mon[93152]: pgmap v3578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:26:01.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:01.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:02 smithi194 ceph-mon[104785]: pgmap v3579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:02.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:02.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:02 smithi135 ceph-mon[93152]: pgmap v3579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:03.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:03.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:04 smithi194 ceph-mon[104785]: pgmap v3580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:04.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:04.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:04 smithi135 ceph-mon[93152]: pgmap v3580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:05.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:05.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:06 smithi194 ceph-mon[104785]: pgmap v3581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:06.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:06.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:06 smithi135 ceph-mon[93152]: pgmap v3581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:07.626 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:26:07.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:07.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:26:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:08 smithi194 ceph-mon[104785]: pgmap v3582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:26:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:26:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:26:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:26:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:26:08.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:08.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:08 smithi135 ceph-mon[93152]: pgmap v3582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:26:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:26:08.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:26:08.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:26:08.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:26:09.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:09.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:10.654 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:10 smithi135 ceph-mon[93152]: pgmap v3583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:26:10.654 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:10 smithi194 ceph-mon[104785]: pgmap v3583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:26:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:10.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:10.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:11.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:11.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:12.676 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:12 smithi194 ceph-mon[104785]: pgmap v3584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:12.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:12.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:12 smithi135 ceph-mon[93152]: pgmap v3584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:13.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:13.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:14 smithi194 ceph-mon[104785]: pgmap v3585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:14.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:14.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:14 smithi135 ceph-mon[93152]: pgmap v3585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:15.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:15.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:16 smithi194 ceph-mon[104785]: pgmap v3586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:16.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:16.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:16 smithi135 ceph-mon[93152]: pgmap v3586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:17.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:17.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:18 smithi194 ceph-mon[104785]: pgmap v3587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:18.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:18.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:18 smithi135 ceph-mon[93152]: pgmap v3587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:19.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:19.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:20 smithi194 ceph-mon[104785]: pgmap v3588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:26:20.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:20.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:20.751 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:20 smithi135 ceph-mon[93152]: pgmap v3588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:26:21.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:21.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:22 smithi194 ceph-mon[104785]: pgmap v3589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:22.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:22.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:22 smithi135 ceph-mon[93152]: pgmap v3589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:23.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:23.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:24 smithi194 ceph-mon[104785]: pgmap v3590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:24.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:24.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:24 smithi135 ceph-mon[93152]: pgmap v3590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:25.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:25.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:26 smithi194 ceph-mon[104785]: pgmap v3591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:26.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:26.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:26 smithi135 ceph-mon[93152]: pgmap v3591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:27.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:27.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:28 smithi194 ceph-mon[104785]: pgmap v3592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:28.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:28.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:28 smithi135 ceph-mon[93152]: pgmap v3592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:29.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:29.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:30 smithi194 ceph-mon[104785]: pgmap v3593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:26:30.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:30.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:30 smithi135 ceph-mon[93152]: pgmap v3593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:26:31.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:31.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:32 smithi194 ceph-mon[104785]: pgmap v3594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:32 smithi135 ceph-mon[93152]: pgmap v3594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:32.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:32.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:33.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:33.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:34 smithi194 ceph-mon[104785]: pgmap v3595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:34 smithi135 ceph-mon[93152]: pgmap v3595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:35.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:35.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:35.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:35.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:36 smithi194 ceph-mon[104785]: pgmap v3596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:36 smithi135 ceph-mon[93152]: pgmap v3596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:36.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:36.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:37.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:37.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:38 smithi194 ceph-mon[104785]: pgmap v3597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:38 smithi135 ceph-mon[93152]: pgmap v3597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:38.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:38.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:39.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:39.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:40 smithi194 ceph-mon[104785]: pgmap v3598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:26:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:40 smithi135 ceph-mon[93152]: pgmap v3598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:26:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:40.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:40.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:41.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:41.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:42 smithi194 ceph-mon[104785]: pgmap v3599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:42 smithi135 ceph-mon[93152]: pgmap v3599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:42.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:42.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:43.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:43.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:44 smithi194 ceph-mon[104785]: pgmap v3600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:44 smithi135 ceph-mon[93152]: pgmap v3600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:44.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:44.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:45.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:45.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:46 smithi194 ceph-mon[104785]: pgmap v3601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:46 smithi135 ceph-mon[93152]: pgmap v3601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:46.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:46.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:47.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:47.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:48 smithi194 ceph-mon[104785]: pgmap v3602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:48 smithi135 ceph-mon[93152]: pgmap v3602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:48.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:48.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:49.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:49.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:50 smithi194 ceph-mon[104785]: pgmap v3603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:26:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:50 smithi135 ceph-mon[93152]: pgmap v3603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:26:50.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:50.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:51.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:51.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:52 smithi194 ceph-mon[104785]: pgmap v3604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:52 smithi135 ceph-mon[93152]: pgmap v3604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:52.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:52.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:53.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:53.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:54 smithi194 ceph-mon[104785]: pgmap v3605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:54 smithi135 ceph-mon[93152]: pgmap v3605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:54.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:54.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:26:55.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:55.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:56 smithi194 ceph-mon[104785]: pgmap v3606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:56 smithi135 ceph-mon[93152]: pgmap v3606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:56.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:56.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:57.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:57.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:26:58 smithi194 ceph-mon[104785]: pgmap v3607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:26:58 smithi135 ceph-mon[93152]: pgmap v3607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:26:58.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:58.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:26:59.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:26:59.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:00.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:00 smithi194 ceph-mon[104785]: pgmap v3608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:27:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:00 smithi135 ceph-mon[93152]: pgmap v3608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:27:00.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:00.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:01.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:01.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:02 smithi194 ceph-mon[104785]: pgmap v3609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:02 smithi135 ceph-mon[93152]: pgmap v3609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:02.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:02.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:03.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:03.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:04 smithi194 ceph-mon[104785]: pgmap v3610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:04 smithi135 ceph-mon[93152]: pgmap v3610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:04.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:04.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:05.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:05.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:06 smithi135 ceph-mon[93152]: pgmap v3611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:06.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:06.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:06 smithi194 ceph-mon[104785]: pgmap v3611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:07.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:07.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:08 smithi194 ceph-mon[104785]: pgmap v3612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:27:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:08 smithi135 ceph-mon[93152]: pgmap v3612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:27:08.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:08.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:09.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:09.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:10 smithi135 ceph-mon[93152]: pgmap v3613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:27:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:10.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:10.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:10 smithi194 ceph-mon[104785]: pgmap v3613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:27:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:11.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:11.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:12 smithi135 ceph-mon[93152]: pgmap v3614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:27:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:27:12.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:12.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:12 smithi194 ceph-mon[104785]: pgmap v3614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:27:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:27:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:27:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:27:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:27:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:27:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:27:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:27:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:27:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:27:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:27:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:27:13.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:13.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:14 smithi135 ceph-mon[93152]: pgmap v3615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:14.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:14.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:14 smithi194 ceph-mon[104785]: pgmap v3615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:15.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:15.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:16 smithi135 ceph-mon[93152]: pgmap v3616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:16.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:16.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:16 smithi194 ceph-mon[104785]: pgmap v3616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:17.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:17.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:18 smithi194 ceph-mon[104785]: pgmap v3617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:18 smithi135 ceph-mon[93152]: pgmap v3617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:18.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:18.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:19.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:19.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:20 smithi135 ceph-mon[93152]: pgmap v3618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:27:20.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:20.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:20 smithi194 ceph-mon[104785]: pgmap v3618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:27:21.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:21.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:22 smithi135 ceph-mon[93152]: pgmap v3619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:22.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:22.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:22 smithi194 ceph-mon[104785]: pgmap v3619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:23.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:23.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:24 smithi135 ceph-mon[93152]: pgmap v3620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:24.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:24.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:24 smithi194 ceph-mon[104785]: pgmap v3620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:25.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:25.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:26 smithi135 ceph-mon[93152]: pgmap v3621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:26.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:26.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:26 smithi194 ceph-mon[104785]: pgmap v3621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:27.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:27.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:28 smithi135 ceph-mon[93152]: pgmap v3622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:28.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:28.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:28 smithi194 ceph-mon[104785]: pgmap v3622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:29.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:29.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:30 smithi135 ceph-mon[93152]: pgmap v3623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:27:30.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:30.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:30 smithi194 ceph-mon[104785]: pgmap v3623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:27:31.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:31.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:32 smithi135 ceph-mon[93152]: pgmap v3624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:32.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:32.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:32 smithi194 ceph-mon[104785]: pgmap v3624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:33.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:33.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:34.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:34.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:34 smithi194 ceph-mon[104785]: pgmap v3625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:34 smithi135 ceph-mon[93152]: pgmap v3625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:35.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:35.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:36 smithi135 ceph-mon[93152]: pgmap v3626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:36.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:36.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:36 smithi194 ceph-mon[104785]: pgmap v3626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:37.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:37.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:38.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:38.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:38 smithi194 ceph-mon[104785]: pgmap v3627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:38 smithi135 ceph-mon[93152]: pgmap v3627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:39.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:39.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:40.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:40.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:40 smithi194 ceph-mon[104785]: pgmap v3628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:27:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:40 smithi135 ceph-mon[93152]: pgmap v3628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:27:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:41.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:41.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:42.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:42.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:42 smithi194 ceph-mon[104785]: pgmap v3629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:42 smithi135 ceph-mon[93152]: pgmap v3629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:43.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:43.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:44.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:44.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:44 smithi194 ceph-mon[104785]: pgmap v3630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:44 smithi135 ceph-mon[93152]: pgmap v3630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:45.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:45.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:46.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:46.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:46 smithi194 ceph-mon[104785]: pgmap v3631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:46 smithi135 ceph-mon[93152]: pgmap v3631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:47.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:47.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:48.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:48.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:48 smithi194 ceph-mon[104785]: pgmap v3632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:48 smithi135 ceph-mon[93152]: pgmap v3632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:49.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:49.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:50.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:50.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:50 smithi194 ceph-mon[104785]: pgmap v3633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:27:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:50 smithi135 ceph-mon[93152]: pgmap v3633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:27:51.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:51.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:52.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:52.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:52 smithi194 ceph-mon[104785]: pgmap v3634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:52 smithi135 ceph-mon[93152]: pgmap v3634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:53.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:53.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:54.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:54.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:54 smithi194 ceph-mon[104785]: pgmap v3635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:54 smithi135 ceph-mon[93152]: pgmap v3635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:55.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:55.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:27:56.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:56.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:56 smithi194 ceph-mon[104785]: pgmap v3636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:56 smithi135 ceph-mon[93152]: pgmap v3636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:57.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:57.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:27:58 smithi194 ceph-mon[104785]: pgmap v3637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:27:58 smithi135 ceph-mon[93152]: pgmap v3637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:27:58.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:58.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:27:59.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:27:59.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:00 smithi135 ceph-mon[93152]: pgmap v3638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:28:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:00 smithi194 ceph-mon[104785]: pgmap v3638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:28:00.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:00.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:01.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:01.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:02 smithi194 ceph-mon[104785]: pgmap v3639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:02 smithi135 ceph-mon[93152]: pgmap v3639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:02.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:02.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:03.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:03.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:04 smithi194 ceph-mon[104785]: pgmap v3640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:04.880 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:04 smithi135 ceph-mon[93152]: pgmap v3640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:04.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:05.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:05.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:05.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:06 smithi194 ceph-mon[104785]: pgmap v3641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:06 smithi135 ceph-mon[93152]: pgmap v3641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:06.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:06.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:07.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:07.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:08 smithi194 ceph-mon[104785]: pgmap v3642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:08 smithi135 ceph-mon[93152]: pgmap v3642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:08.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:08.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:09.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:09.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:10 smithi135 ceph-mon[93152]: pgmap v3643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:28:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:10 smithi194 ceph-mon[104785]: pgmap v3643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:28:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:10.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:10.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:11.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:11.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:12 smithi194 ceph-mon[104785]: pgmap v3644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:12 smithi135 ceph-mon[93152]: pgmap v3644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:12.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:12.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:28:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:28:13.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:13.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:14 smithi194 ceph-mon[104785]: pgmap v3645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:28:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:28:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:28:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:28:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:28:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:14 smithi135 ceph-mon[93152]: pgmap v3645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:28:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:28:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:28:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:28:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:28:14.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:14.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:15.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:15.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:16 smithi194 ceph-mon[104785]: pgmap v3646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:16 smithi135 ceph-mon[93152]: pgmap v3646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:16.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:16.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:17.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:17.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:18 smithi194 ceph-mon[104785]: pgmap v3647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:18 smithi135 ceph-mon[93152]: pgmap v3647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:18.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:18.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:19.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:19.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:20 smithi135 ceph-mon[93152]: pgmap v3648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:28:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:20 smithi194 ceph-mon[104785]: pgmap v3648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:28:20.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:20.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:21.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:21.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:22 smithi194 ceph-mon[104785]: pgmap v3649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:22 smithi135 ceph-mon[93152]: pgmap v3649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:22.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:22.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:23.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:23.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:24 smithi194 ceph-mon[104785]: pgmap v3650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:24 smithi135 ceph-mon[93152]: pgmap v3650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:24.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:24.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:25.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:25.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:26 smithi194 ceph-mon[104785]: pgmap v3651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:26 smithi135 ceph-mon[93152]: pgmap v3651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:26.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:26.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:27.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:27.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:28 smithi194 ceph-mon[104785]: pgmap v3652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:28 smithi135 ceph-mon[93152]: pgmap v3652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:28.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:28.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:29.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:29.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:30 smithi135 ceph-mon[93152]: pgmap v3653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:28:30.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:30 smithi194 ceph-mon[104785]: pgmap v3653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:28:30.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:30.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:31.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:31.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:32 smithi194 ceph-mon[104785]: pgmap v3654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:32 smithi135 ceph-mon[93152]: pgmap v3654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:32.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:32.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:33.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:33.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:34 smithi194 ceph-mon[104785]: pgmap v3655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:34 smithi135 ceph-mon[93152]: pgmap v3655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:34.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:34.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:35.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:35.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:36 smithi194 ceph-mon[104785]: pgmap v3656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:36 smithi135 ceph-mon[93152]: pgmap v3656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:36.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:36.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:37.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:37.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:38 smithi194 ceph-mon[104785]: pgmap v3657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:38 smithi135 ceph-mon[93152]: pgmap v3657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:38.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:38.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:39.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:39.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:40 smithi194 ceph-mon[104785]: pgmap v3658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:28:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:40 smithi135 ceph-mon[93152]: pgmap v3658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:28:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:40.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:40.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:41.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:41.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:42 smithi135 ceph-mon[93152]: pgmap v3659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:42 smithi194 ceph-mon[104785]: pgmap v3659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:42.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:42.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:43.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:43.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:44 smithi194 ceph-mon[104785]: pgmap v3660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:44.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:44 smithi135 ceph-mon[93152]: pgmap v3660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:44.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:44.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:45.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:45.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:46 smithi194 ceph-mon[104785]: pgmap v3661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:46 smithi135 ceph-mon[93152]: pgmap v3661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:46.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:46.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:47.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:47.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:48 smithi194 ceph-mon[104785]: pgmap v3662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:48 smithi135 ceph-mon[93152]: pgmap v3662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:48.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:48.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:49.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:49.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:50 smithi194 ceph-mon[104785]: pgmap v3663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:28:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:50 smithi135 ceph-mon[93152]: pgmap v3663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:28:50.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:50.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:51.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:51.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:52 smithi135 ceph-mon[93152]: pgmap v3664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:52 smithi194 ceph-mon[104785]: pgmap v3664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:52.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:52.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:53.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:53.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:54 smithi194 ceph-mon[104785]: pgmap v3665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:54 smithi135 ceph-mon[93152]: pgmap v3665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:54.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:54.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:28:55.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:55.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:56 smithi194 ceph-mon[104785]: pgmap v3666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:56 smithi135 ceph-mon[93152]: pgmap v3666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:56.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:56.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:57.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:57.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:28:58 smithi194 ceph-mon[104785]: pgmap v3667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:28:58 smithi135 ceph-mon[93152]: pgmap v3667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:28:58.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:58.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:28:59.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:28:59.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:00 smithi194 ceph-mon[104785]: pgmap v3668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:29:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:00 smithi135 ceph-mon[93152]: pgmap v3668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:29:00.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:01.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:02.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:02.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:02 smithi194 ceph-mon[104785]: pgmap v3669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:02 smithi135 ceph-mon[93152]: pgmap v3669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:03.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:03.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:04.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:04.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:04 smithi194 ceph-mon[104785]: pgmap v3670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:04 smithi135 ceph-mon[93152]: pgmap v3670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:05.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:05.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:06.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:06.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:06 smithi194 ceph-mon[104785]: pgmap v3671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:06 smithi135 ceph-mon[93152]: pgmap v3671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:07.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:07.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:08.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:08.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:08 smithi194 ceph-mon[104785]: pgmap v3672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:08 smithi135 ceph-mon[93152]: pgmap v3672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:09.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:09.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:10.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:10.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:10 smithi194 ceph-mon[104785]: pgmap v3673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:29:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:10 smithi135 ceph-mon[93152]: pgmap v3673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:29:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:11.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:11.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:12.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:12.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:12 smithi194 ceph-mon[104785]: pgmap v3674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:12 smithi135 ceph-mon[93152]: pgmap v3674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:13.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:13.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:14.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:14.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:14 smithi194 ceph-mon[104785]: pgmap v3675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:29:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:14 smithi135 ceph-mon[93152]: pgmap v3675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:29:15.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:15.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:16.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:16.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:16 smithi194 ceph-mon[104785]: pgmap v3676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:16 smithi135 ceph-mon[93152]: pgmap v3676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:17.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:17.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:18.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:18.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:18 smithi194 ceph-mon[104785]: pgmap v3677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:18 smithi135 ceph-mon[93152]: pgmap v3677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:19.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:19.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:20.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:20.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:20 smithi194 ceph-mon[104785]: pgmap v3678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:29:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:20 smithi135 ceph-mon[93152]: pgmap v3678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:29:21.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:21.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:22.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:22.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:29:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:29:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:21 smithi194 ceph-mon[104785]: pgmap v3679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:29:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:29:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:29:22.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:29:22.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:29:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:29:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:29:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:21 smithi135 ceph-mon[93152]: pgmap v3679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:29:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:29:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:29:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:29:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:29:23.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:23.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:24.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:24.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:24.739 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:24 smithi194 ceph-mon[104785]: pgmap v3680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:24 smithi135 ceph-mon[93152]: pgmap v3680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:25.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:25.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:26.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:26.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:26 smithi194 ceph-mon[104785]: pgmap v3681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:26 smithi135 ceph-mon[93152]: pgmap v3681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:27.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:27.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:28.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:28.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:28 smithi194 ceph-mon[104785]: pgmap v3682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:28 smithi135 ceph-mon[93152]: pgmap v3682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:29.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:29.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:30.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:30.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:30 smithi135 ceph-mon[93152]: pgmap v3683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:29:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:30 smithi194 ceph-mon[104785]: pgmap v3683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:29:31.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:31.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:32.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:32.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:32.622 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:32 smithi135 ceph-mon[93152]: pgmap v3684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:32 smithi194 ceph-mon[104785]: pgmap v3684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:33.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:33.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:34.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:34.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:34 smithi194 ceph-mon[104785]: pgmap v3685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:34 smithi135 ceph-mon[93152]: pgmap v3685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:35.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:35.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:36.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:36.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:36 smithi194 ceph-mon[104785]: pgmap v3686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:36 smithi135 ceph-mon[93152]: pgmap v3686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:37.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:37.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:38.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:38.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:38 smithi194 ceph-mon[104785]: pgmap v3687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:38 smithi135 ceph-mon[93152]: pgmap v3687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:39.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:39.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:40.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:40.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:40 smithi135 ceph-mon[93152]: pgmap v3688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:29:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:40 smithi194 ceph-mon[104785]: pgmap v3688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:29:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:41.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:41.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:42.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:42.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:42 smithi194 ceph-mon[104785]: pgmap v3689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:42.721 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:42 smithi135 ceph-mon[93152]: pgmap v3689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:43.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:43.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:44.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:44.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:44 smithi194 ceph-mon[104785]: pgmap v3690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:44 smithi135 ceph-mon[93152]: pgmap v3690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:45.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:45.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:46.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:46.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:46 smithi194 ceph-mon[104785]: pgmap v3691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:46 smithi135 ceph-mon[93152]: pgmap v3691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:47.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:47.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:48.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:48.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:48 smithi194 ceph-mon[104785]: pgmap v3692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:48 smithi135 ceph-mon[93152]: pgmap v3692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:49.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:49.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:50.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:50.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:50 smithi194 ceph-mon[104785]: pgmap v3693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:29:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:50 smithi135 ceph-mon[93152]: pgmap v3693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:29:51.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:51.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:52.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:52.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:52 smithi194 ceph-mon[104785]: pgmap v3694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:52 smithi135 ceph-mon[93152]: pgmap v3694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:53.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:53.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:54.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:54.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:54 smithi194 ceph-mon[104785]: pgmap v3695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:54 smithi135 ceph-mon[93152]: pgmap v3695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:55.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:55.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:29:56.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:56.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:56 smithi194 ceph-mon[104785]: pgmap v3696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:56 smithi135 ceph-mon[93152]: pgmap v3696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:57.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:57.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:58.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:58.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:29:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:29:58 smithi194 ceph-mon[104785]: pgmap v3697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:29:58 smithi135 ceph-mon[93152]: pgmap v3697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:29:59.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:29:59.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:00.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:00.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:00 smithi194 ceph-mon[104785]: pgmap v3698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:30:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T06:30:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:00 smithi135 ceph-mon[93152]: pgmap v3698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:30:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T06:30:01.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:01.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:02.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:02.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:02 smithi194 ceph-mon[104785]: pgmap v3699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:02 smithi135 ceph-mon[93152]: pgmap v3699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:03.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:03.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:04.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:04.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:04 smithi194 ceph-mon[104785]: pgmap v3700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:04 smithi135 ceph-mon[93152]: pgmap v3700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:05.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:05.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:06.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:06.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:06 smithi194 ceph-mon[104785]: pgmap v3701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:06 smithi135 ceph-mon[93152]: pgmap v3701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:07.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:07.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:08.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:08.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:08 smithi194 ceph-mon[104785]: pgmap v3702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:08 smithi135 ceph-mon[93152]: pgmap v3702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:09.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:09.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:10.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:10.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:10.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:10 smithi194 ceph-mon[104785]: pgmap v3703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:30:10.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:10 smithi135 ceph-mon[93152]: pgmap v3703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:30:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:11.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:11.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:12.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:12.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:12 smithi194 ceph-mon[104785]: pgmap v3704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:12 smithi135 ceph-mon[93152]: pgmap v3704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:13.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:13.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:14.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:14.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:14 smithi194 ceph-mon[104785]: pgmap v3705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:14 smithi135 ceph-mon[93152]: pgmap v3705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:15.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:15.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:16.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:16.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:16 smithi194 ceph-mon[104785]: pgmap v3706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:16 smithi135 ceph-mon[93152]: pgmap v3706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:17.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:17.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:18.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:18.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:18 smithi194 ceph-mon[104785]: pgmap v3707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:18 smithi135 ceph-mon[93152]: pgmap v3707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:19.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:19.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:20.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:20.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:20 smithi194 ceph-mon[104785]: pgmap v3708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:30:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:20 smithi135 ceph-mon[93152]: pgmap v3708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:30:21.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:21.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:22.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:22.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:22 smithi194 ceph-mon[104785]: pgmap v3709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:30:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:30:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:30:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:22 smithi135 ceph-mon[93152]: pgmap v3709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:30:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:30:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:30:23.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:23.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:30:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:30:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:30:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:30:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:30:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:30:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:30:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:30:23.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:30:23.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:30:24.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:24.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:24 smithi135 ceph-mon[93152]: pgmap v3710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:24 smithi194 ceph-mon[104785]: pgmap v3710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:25.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:25.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:26.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:26.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:26 smithi194 ceph-mon[104785]: pgmap v3711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:26 smithi135 ceph-mon[93152]: pgmap v3711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:27.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:27.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:28.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:28.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:28 smithi194 ceph-mon[104785]: pgmap v3712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:28 smithi135 ceph-mon[93152]: pgmap v3712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:29.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:29.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:30.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:30.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:30 smithi194 ceph-mon[104785]: pgmap v3713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:30:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:30 smithi135 ceph-mon[93152]: pgmap v3713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:30:31.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:31.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:32.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:32.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:32 smithi194 ceph-mon[104785]: pgmap v3714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:32 smithi135 ceph-mon[93152]: pgmap v3714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:33.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:33.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:34.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:34.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:34 smithi194 ceph-mon[104785]: pgmap v3715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:34 smithi135 ceph-mon[93152]: pgmap v3715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:35.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:35.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:36.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:36.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:36 smithi194 ceph-mon[104785]: pgmap v3716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:36 smithi135 ceph-mon[93152]: pgmap v3716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:37.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:37.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:38.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:38.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:38 smithi194 ceph-mon[104785]: pgmap v3717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:38 smithi135 ceph-mon[93152]: pgmap v3717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:39.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:39.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:40.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:40.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:40 smithi194 ceph-mon[104785]: pgmap v3718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:30:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:40 smithi135 ceph-mon[93152]: pgmap v3718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:30:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:41.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:41.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:42.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:42.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:42 smithi194 ceph-mon[104785]: pgmap v3719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:42 smithi135 ceph-mon[93152]: pgmap v3719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:43.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:43.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:44.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:44.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:44 smithi194 ceph-mon[104785]: pgmap v3720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:44 smithi135 ceph-mon[93152]: pgmap v3720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:45.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:45.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:46.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:46.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:46 smithi194 ceph-mon[104785]: pgmap v3721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:46 smithi135 ceph-mon[93152]: pgmap v3721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:47.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:47.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:48.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:48.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:48 smithi135 ceph-mon[93152]: pgmap v3722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:48 smithi194 ceph-mon[104785]: pgmap v3722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:49.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:49.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:50.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:50.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:50.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:50 smithi194 ceph-mon[104785]: pgmap v3723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:30:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:50 smithi135 ceph-mon[93152]: pgmap v3723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:30:51.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:51.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:52.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:52.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:52 smithi194 ceph-mon[104785]: pgmap v3724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:52 smithi135 ceph-mon[93152]: pgmap v3724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:53.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:53.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:54.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:54.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:54 smithi194 ceph-mon[104785]: pgmap v3725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:54 smithi135 ceph-mon[93152]: pgmap v3725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:55.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:55.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:30:56.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:56.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:56 smithi194 ceph-mon[104785]: pgmap v3726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:56 smithi135 ceph-mon[93152]: pgmap v3726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:57.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:57.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:58.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:58.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:30:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:30:58 smithi135 ceph-mon[93152]: pgmap v3727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:30:58 smithi194 ceph-mon[104785]: pgmap v3727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:30:59.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:30:59.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:00.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:00.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:00 smithi194 ceph-mon[104785]: pgmap v3728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:31:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:00 smithi135 ceph-mon[93152]: pgmap v3728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:31:01.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:01.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:01 smithi194 ceph-mon[104785]: pgmap v3729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:01 smithi135 ceph-mon[93152]: pgmap v3729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:02.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:02.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:03.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:03.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:04.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:04.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:04 smithi194 ceph-mon[104785]: pgmap v3730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:04 smithi135 ceph-mon[93152]: pgmap v3730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:05.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:05.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:06.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:06.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:06 smithi194 ceph-mon[104785]: pgmap v3731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:06 smithi135 ceph-mon[93152]: pgmap v3731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:07.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:07.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:08.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:08.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:08 smithi194 ceph-mon[104785]: pgmap v3732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:08 smithi135 ceph-mon[93152]: pgmap v3732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:09.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:09.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:10.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:10.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:10 smithi135 ceph-mon[93152]: pgmap v3733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:31:10.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:10 smithi194 ceph-mon[104785]: pgmap v3733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:31:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:11.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:11.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:12.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:12.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:12 smithi194 ceph-mon[104785]: pgmap v3734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:12 smithi135 ceph-mon[93152]: pgmap v3734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:13.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:13.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:14.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:14.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:14 smithi194 ceph-mon[104785]: pgmap v3735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:14 smithi135 ceph-mon[93152]: pgmap v3735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:15.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:15.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:16.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:16.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:16 smithi194 ceph-mon[104785]: pgmap v3736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:16 smithi135 ceph-mon[93152]: pgmap v3736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:17.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:17.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:18.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:18.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:18.654 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:18 smithi135 ceph-mon[93152]: pgmap v3737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:18 smithi194 ceph-mon[104785]: pgmap v3737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:19.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:19.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:20.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:20.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:20 smithi194 ceph-mon[104785]: pgmap v3738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:31:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:20 smithi135 ceph-mon[93152]: pgmap v3738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:31:21.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:21.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:22.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:22.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:22 smithi194 ceph-mon[104785]: pgmap v3739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:22 smithi135 ceph-mon[93152]: pgmap v3739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:23.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:23.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:23.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:31:23.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:31:23.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:31:23.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:31:23.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:31:23.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:31:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:31:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:31:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:31:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:31:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:31:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:31:24.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:24.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:24 smithi194 ceph-mon[104785]: pgmap v3740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:24 smithi135 ceph-mon[93152]: pgmap v3740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:25.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:25.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:26.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:26.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:26 smithi194 ceph-mon[104785]: pgmap v3741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:26 smithi135 ceph-mon[93152]: pgmap v3741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:27.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:27.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:28.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:28.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:28 smithi194 ceph-mon[104785]: pgmap v3742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:28.751 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:28 smithi135 ceph-mon[93152]: pgmap v3742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:29.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:29.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:30.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:30.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:30 smithi194 ceph-mon[104785]: pgmap v3743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:31:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:30 smithi135 ceph-mon[93152]: pgmap v3743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:31:31.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:31.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:32.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:32.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:32 smithi194 ceph-mon[104785]: pgmap v3744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:32 smithi135 ceph-mon[93152]: pgmap v3744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:33.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:33.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:34.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:34.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:34 smithi194 ceph-mon[104785]: pgmap v3745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:34 smithi135 ceph-mon[93152]: pgmap v3745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:35.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:35.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:36.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:36.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:36 smithi194 ceph-mon[104785]: pgmap v3746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:36 smithi135 ceph-mon[93152]: pgmap v3746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:37.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:37.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:38.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:38.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:38 smithi194 ceph-mon[104785]: pgmap v3747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:38 smithi135 ceph-mon[93152]: pgmap v3747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:39.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:39.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:40.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:40.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:40 smithi194 ceph-mon[104785]: pgmap v3748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:31:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:40 smithi135 ceph-mon[93152]: pgmap v3748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:31:40.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:41.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:41.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:42.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:42.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:42 smithi194 ceph-mon[104785]: pgmap v3749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:42 smithi135 ceph-mon[93152]: pgmap v3749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:43.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:43.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:44.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:44.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:44 smithi194 ceph-mon[104785]: pgmap v3750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:44 smithi135 ceph-mon[93152]: pgmap v3750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:45.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:45.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:46.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:46.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:46 smithi194 ceph-mon[104785]: pgmap v3751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:46 smithi135 ceph-mon[93152]: pgmap v3751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:47.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:47.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:48.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:48.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:48 smithi194 ceph-mon[104785]: pgmap v3752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:48 smithi135 ceph-mon[93152]: pgmap v3752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:49.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:49.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:50.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:50.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:50 smithi194 ceph-mon[104785]: pgmap v3753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:31:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:50 smithi135 ceph-mon[93152]: pgmap v3753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:31:51.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:51.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:52.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:52.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:52 smithi194 ceph-mon[104785]: pgmap v3754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:52 smithi135 ceph-mon[93152]: pgmap v3754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:53.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:53.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:54.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:54.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:54 smithi194 ceph-mon[104785]: pgmap v3755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:54 smithi135 ceph-mon[93152]: pgmap v3755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:55.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:55.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:31:56.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:56.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:56 smithi194 ceph-mon[104785]: pgmap v3756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:56 smithi135 ceph-mon[93152]: pgmap v3756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:57.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:57.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:58.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:58.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:31:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:31:58 smithi194 ceph-mon[104785]: pgmap v3757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:31:58 smithi135 ceph-mon[93152]: pgmap v3757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:31:59.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:31:59.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:00.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:00.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:00 smithi194 ceph-mon[104785]: pgmap v3758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:32:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:00 smithi135 ceph-mon[93152]: pgmap v3758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:32:01.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:01.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:02.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:02.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:02.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:02 smithi194 ceph-mon[104785]: pgmap v3759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:02 smithi135 ceph-mon[93152]: pgmap v3759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:03.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:03.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:04.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:04.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:04 smithi194 ceph-mon[104785]: pgmap v3760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:04 smithi135 ceph-mon[93152]: pgmap v3760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:05.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:05.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:06.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:06.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:06 smithi194 ceph-mon[104785]: pgmap v3761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:06 smithi135 ceph-mon[93152]: pgmap v3761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:07.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:07.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:08.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:08.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:08 smithi194 ceph-mon[104785]: pgmap v3762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:08 smithi135 ceph-mon[93152]: pgmap v3762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:09.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:09.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:10.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:10.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:10 smithi194 ceph-mon[104785]: pgmap v3763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:32:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:10 smithi135 ceph-mon[93152]: pgmap v3763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:32:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:11.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:11.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:12.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:12.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:12 smithi194 ceph-mon[104785]: pgmap v3764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:12 smithi135 ceph-mon[93152]: pgmap v3764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:13.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:13.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:14.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:14.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:14 smithi135 ceph-mon[93152]: pgmap v3765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:14 smithi194 ceph-mon[104785]: pgmap v3765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:15.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:15.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:16.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:16.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:16 smithi194 ceph-mon[104785]: pgmap v3766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:16 smithi135 ceph-mon[93152]: pgmap v3766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:17.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:17.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:18.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:18.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:18 smithi194 ceph-mon[104785]: pgmap v3767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:18 smithi135 ceph-mon[93152]: pgmap v3767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:19.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:19.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:20.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:20.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:20 smithi194 ceph-mon[104785]: pgmap v3768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:32:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:20 smithi135 ceph-mon[93152]: pgmap v3768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:32:21.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:21.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:22.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:22.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:22 smithi194 ceph-mon[104785]: pgmap v3769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:22 smithi135 ceph-mon[93152]: pgmap v3769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:23.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:23.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:32:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:32:24.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:24.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:24 smithi194 ceph-mon[104785]: pgmap v3770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:32:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:32:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:32:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:32:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:32:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:32:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:32:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:24 smithi135 ceph-mon[93152]: pgmap v3770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:32:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:32:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:32:24.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:32:24.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:32:24.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:32:24.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:32:25.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:25.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:26.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:26.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:26 smithi194 ceph-mon[104785]: pgmap v3771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:26 smithi135 ceph-mon[93152]: pgmap v3771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:27.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:27.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:28.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:28.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:28 smithi194 ceph-mon[104785]: pgmap v3772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:28 smithi135 ceph-mon[93152]: pgmap v3772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:29.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:29.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:30.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:30.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:30 smithi135 ceph-mon[93152]: pgmap v3773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:32:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:30 smithi194 ceph-mon[104785]: pgmap v3773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:32:31.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:31.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:32.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:32.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:32 smithi135 ceph-mon[93152]: pgmap v3774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:32 smithi194 ceph-mon[104785]: pgmap v3774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:33.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:33.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:34.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:34.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:34 smithi135 ceph-mon[93152]: pgmap v3775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:34 smithi194 ceph-mon[104785]: pgmap v3775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:35.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:35.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:36.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:36.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:36 smithi135 ceph-mon[93152]: pgmap v3776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:36 smithi194 ceph-mon[104785]: pgmap v3776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:37.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:37.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:38.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:38.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:38 smithi135 ceph-mon[93152]: pgmap v3777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:38 smithi194 ceph-mon[104785]: pgmap v3777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:39.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:39.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:40.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:40.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:40 smithi135 ceph-mon[93152]: pgmap v3778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:32:40.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:40 smithi194 ceph-mon[104785]: pgmap v3778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:32:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:41.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:41.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:42.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:42.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:42 smithi135 ceph-mon[93152]: pgmap v3779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:42 smithi194 ceph-mon[104785]: pgmap v3779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:43.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:43.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:44.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:44.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:44 smithi135 ceph-mon[93152]: pgmap v3780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:44 smithi194 ceph-mon[104785]: pgmap v3780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:45.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:45.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:46.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:46.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:46 smithi135 ceph-mon[93152]: pgmap v3781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:46.780 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:46 smithi194 ceph-mon[104785]: pgmap v3781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:47.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:47.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:48.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:48.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:48 smithi135 ceph-mon[93152]: pgmap v3782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:48 smithi194 ceph-mon[104785]: pgmap v3782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:49.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:49.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:50.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:50.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:50 smithi135 ceph-mon[93152]: pgmap v3783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:32:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:50 smithi194 ceph-mon[104785]: pgmap v3783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:32:51.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:51.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:52.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:52.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:52 smithi135 ceph-mon[93152]: pgmap v3784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:52 smithi194 ceph-mon[104785]: pgmap v3784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:53.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:53.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:54.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:54.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:54 smithi135 ceph-mon[93152]: pgmap v3785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:54 smithi194 ceph-mon[104785]: pgmap v3785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:55.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:55.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:32:56.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:56.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:56 smithi135 ceph-mon[93152]: pgmap v3786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:56.885 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:56 smithi194 ceph-mon[104785]: pgmap v3786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:57.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:57.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:58.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:58.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:32:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:32:58 smithi194 ceph-mon[104785]: pgmap v3787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:32:58 smithi135 ceph-mon[93152]: pgmap v3787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:32:59.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:32:59.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:00.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:00.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:00 smithi194 ceph-mon[104785]: pgmap v3788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:33:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:00 smithi135 ceph-mon[93152]: pgmap v3788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:33:01.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:01.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:02.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:02.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:02.963 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:02 smithi194 ceph-mon[104785]: pgmap v3789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:02 smithi135 ceph-mon[93152]: pgmap v3789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:03.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:03.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:04.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:04.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:04 smithi194 ceph-mon[104785]: pgmap v3790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:04 smithi135 ceph-mon[93152]: pgmap v3790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:05.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:05.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:06.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:06.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:06 smithi194 ceph-mon[104785]: pgmap v3791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:06 smithi135 ceph-mon[93152]: pgmap v3791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:07.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:07.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:08.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:08.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:08 smithi194 ceph-mon[104785]: pgmap v3792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:08 smithi135 ceph-mon[93152]: pgmap v3792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:09.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:09.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:10.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:10.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:10 smithi194 ceph-mon[104785]: pgmap v3793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:33:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:10 smithi135 ceph-mon[93152]: pgmap v3793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:33:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:11.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:11.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:12.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:12.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:12 smithi194 ceph-mon[104785]: pgmap v3794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:12 smithi135 ceph-mon[93152]: pgmap v3794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:13.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:13.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:14.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:14.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:14.785 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:14 smithi135 ceph-mon[93152]: pgmap v3795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:14 smithi194 ceph-mon[104785]: pgmap v3795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:15.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:15.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:16.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:16.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:16 smithi194 ceph-mon[104785]: pgmap v3796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:16 smithi135 ceph-mon[93152]: pgmap v3796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:17.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:17.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:18.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:18.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:18 smithi194 ceph-mon[104785]: pgmap v3797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:18 smithi135 ceph-mon[93152]: pgmap v3797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:19.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:19.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:20.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:20.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:20 smithi194 ceph-mon[104785]: pgmap v3798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:33:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:20 smithi135 ceph-mon[93152]: pgmap v3798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:33:21.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:21.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:22.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:22.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:22 smithi194 ceph-mon[104785]: pgmap v3799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:22 smithi135 ceph-mon[93152]: pgmap v3799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:23.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:23.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:24.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:24.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:24.884 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:24 smithi135 ceph-mon[93152]: pgmap v3800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:24.884 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:33:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:24 smithi194 ceph-mon[104785]: pgmap v3800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:33:25.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:25.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:33:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:33:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:33:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:33:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:33:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:33:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:33:25.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:33:25.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:33:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:33:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:33:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:33:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:33:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:33:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:33:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:33:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:33:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:33:26.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:26.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:26 smithi194 ceph-mon[104785]: pgmap v3801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:26 smithi135 ceph-mon[93152]: pgmap v3801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:27.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:27.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:28.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:28.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:28 smithi194 ceph-mon[104785]: pgmap v3802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:28 smithi135 ceph-mon[93152]: pgmap v3802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:29.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:29.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:30.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:30.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:30 smithi194 ceph-mon[104785]: pgmap v3803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:33:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:30 smithi135 ceph-mon[93152]: pgmap v3803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:33:31.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:31.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:32.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:32.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:32 smithi194 ceph-mon[104785]: pgmap v3804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:33.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:32 smithi135 ceph-mon[93152]: pgmap v3804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:33.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:33.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:34.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:34.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:34 smithi194 ceph-mon[104785]: pgmap v3805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:34.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:34 smithi135 ceph-mon[93152]: pgmap v3805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:35.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:35.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:36.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:36.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:36 smithi194 ceph-mon[104785]: pgmap v3806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:36 smithi135 ceph-mon[93152]: pgmap v3806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:37.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:37.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:38.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:38.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:38 smithi194 ceph-mon[104785]: pgmap v3807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:38 smithi135 ceph-mon[93152]: pgmap v3807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:39.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:39.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:40.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:40.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:40 smithi194 ceph-mon[104785]: pgmap v3808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:33:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:40 smithi135 ceph-mon[93152]: pgmap v3808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:33:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:41.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:41.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:42.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:42.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:42 smithi194 ceph-mon[104785]: pgmap v3809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:42 smithi135 ceph-mon[93152]: pgmap v3809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:43.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:43.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:44.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:44.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:44 smithi194 ceph-mon[104785]: pgmap v3810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:44 smithi135 ceph-mon[93152]: pgmap v3810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:45.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:45.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:46.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:46.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:46 smithi194 ceph-mon[104785]: pgmap v3811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:46 smithi135 ceph-mon[93152]: pgmap v3811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:47.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:47.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:48.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:48.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:48 smithi194 ceph-mon[104785]: pgmap v3812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:48 smithi135 ceph-mon[93152]: pgmap v3812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:49.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:49.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:50.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:50.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:50 smithi194 ceph-mon[104785]: pgmap v3813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:33:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:50 smithi135 ceph-mon[93152]: pgmap v3813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:33:51.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:51.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:52.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:52.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:52 smithi194 ceph-mon[104785]: pgmap v3814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:52 smithi135 ceph-mon[93152]: pgmap v3814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:53.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:53.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:54.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:54.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:54 smithi194 ceph-mon[104785]: pgmap v3815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:54 smithi135 ceph-mon[93152]: pgmap v3815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:55.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:55.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:33:56.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:56.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:56 smithi194 ceph-mon[104785]: pgmap v3816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:56 smithi135 ceph-mon[93152]: pgmap v3816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:57.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:57.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:58.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:58.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:33:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:33:58 smithi194 ceph-mon[104785]: pgmap v3817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:33:58 smithi135 ceph-mon[93152]: pgmap v3817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:33:59.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:33:59.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:00.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:00.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:00 smithi135 ceph-mon[93152]: pgmap v3818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:34:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:00 smithi194 ceph-mon[104785]: pgmap v3818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:34:01.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:01.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:02.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:02.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:02 smithi194 ceph-mon[104785]: pgmap v3819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:02 smithi135 ceph-mon[93152]: pgmap v3819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:03.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:03.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:04.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:04.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:04 smithi194 ceph-mon[104785]: pgmap v3820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:04 smithi135 ceph-mon[93152]: pgmap v3820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:05.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:05.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:06.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:06.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:06 smithi194 ceph-mon[104785]: pgmap v3821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:06 smithi135 ceph-mon[93152]: pgmap v3821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:07.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:07.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:08.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:08.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:08 smithi194 ceph-mon[104785]: pgmap v3822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:08 smithi135 ceph-mon[93152]: pgmap v3822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:09.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:09.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:10.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:10.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:10.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:10 smithi135 ceph-mon[93152]: pgmap v3823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:34:10.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:10 smithi194 ceph-mon[104785]: pgmap v3823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:34:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:11.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:11.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:12.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:12.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:12.677 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:12 smithi194 ceph-mon[104785]: pgmap v3824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:12 smithi135 ceph-mon[93152]: pgmap v3824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:13.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:13.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:14.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:14.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:14 smithi194 ceph-mon[104785]: pgmap v3825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:14 smithi135 ceph-mon[93152]: pgmap v3825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:15.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:15.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:16.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:16.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:16 smithi194 ceph-mon[104785]: pgmap v3826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:16 smithi135 ceph-mon[93152]: pgmap v3826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:17.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:17.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:18.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:18.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:18 smithi194 ceph-mon[104785]: pgmap v3827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:18 smithi135 ceph-mon[93152]: pgmap v3827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:19.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:19.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:20.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:20.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:20 smithi194 ceph-mon[104785]: pgmap v3828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:34:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:20 smithi135 ceph-mon[93152]: pgmap v3828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:34:21.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:21.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:22.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:22.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:22 smithi194 ceph-mon[104785]: pgmap v3829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:22 smithi135 ceph-mon[93152]: pgmap v3829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:23.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:23.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:24.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:24.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:24 smithi194 ceph-mon[104785]: pgmap v3830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:24 smithi135 ceph-mon[93152]: pgmap v3830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:25.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:25.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:34:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:34:26.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:26.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:26 smithi194 ceph-mon[104785]: pgmap v3831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:26 smithi135 ceph-mon[93152]: pgmap v3831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:27.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:27.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:28.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:28.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:28 smithi194 ceph-mon[104785]: pgmap v3832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:28 smithi135 ceph-mon[93152]: pgmap v3832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:29.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:29.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:30 smithi135 ceph-mon[93152]: pgmap v3833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:34:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:34:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:34:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:34:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:34:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:34:30.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:34:30.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:34:30.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:34:30.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:34:30.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:30.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:30 smithi194 ceph-mon[104785]: pgmap v3833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:34:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:34:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:34:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:34:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:34:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:34:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:34:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:34:30.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:34:30.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:34:31.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:31.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:32 smithi135 ceph-mon[93152]: pgmap v3834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:32.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:32.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:32 smithi194 ceph-mon[104785]: pgmap v3834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:33.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:33.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:34.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:34.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:34 smithi194 ceph-mon[104785]: pgmap v3835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:34 smithi135 ceph-mon[93152]: pgmap v3835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:35.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:35.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:36.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:36.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:36 smithi194 ceph-mon[104785]: pgmap v3836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:36 smithi135 ceph-mon[93152]: pgmap v3836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:37.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:37.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:38.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:38.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:38 smithi194 ceph-mon[104785]: pgmap v3837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:38 smithi135 ceph-mon[93152]: pgmap v3837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:39.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:39.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:40.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:40.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:40 smithi194 ceph-mon[104785]: pgmap v3838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:34:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:40 smithi135 ceph-mon[93152]: pgmap v3838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:34:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:41.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:41.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:42.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:42.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:42 smithi194 ceph-mon[104785]: pgmap v3839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:42 smithi135 ceph-mon[93152]: pgmap v3839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:43.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:43.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:44.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:44.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:44 smithi194 ceph-mon[104785]: pgmap v3840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:44 smithi135 ceph-mon[93152]: pgmap v3840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:45.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:45.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:46.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:46.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:46 smithi194 ceph-mon[104785]: pgmap v3841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:46 smithi135 ceph-mon[93152]: pgmap v3841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:47.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:47.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:48.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:48.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:48 smithi194 ceph-mon[104785]: pgmap v3842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:48 smithi135 ceph-mon[93152]: pgmap v3842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:49.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:49.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:50.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:50.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:50.705 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:50 smithi135 ceph-mon[93152]: pgmap v3843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:34:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:50 smithi194 ceph-mon[104785]: pgmap v3843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:34:51.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:51.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:52.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:52.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:52 smithi194 ceph-mon[104785]: pgmap v3844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:52 smithi135 ceph-mon[93152]: pgmap v3844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:53.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:53.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:54.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:54.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:54 smithi194 ceph-mon[104785]: pgmap v3845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:54 smithi135 ceph-mon[93152]: pgmap v3845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:55.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:55.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:55.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:55.755 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:34:56.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:56.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:56 smithi194 ceph-mon[104785]: pgmap v3846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:56 smithi135 ceph-mon[93152]: pgmap v3846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:57.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:57.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:58.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:58.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:34:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:34:58 smithi194 ceph-mon[104785]: pgmap v3847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:34:58 smithi135 ceph-mon[93152]: pgmap v3847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:34:59.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:34:59.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:00.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:00.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:00 smithi194 ceph-mon[104785]: pgmap v3848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:35:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:00 smithi135 ceph-mon[93152]: pgmap v3848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:35:01.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:01.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:02.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:02.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:02 smithi194 ceph-mon[104785]: pgmap v3849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:02 smithi135 ceph-mon[93152]: pgmap v3849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:03.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:03.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:04.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:04.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:04 smithi194 ceph-mon[104785]: pgmap v3850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:04 smithi135 ceph-mon[93152]: pgmap v3850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:05.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:05.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:06.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:06.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:06 smithi194 ceph-mon[104785]: pgmap v3851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:06 smithi135 ceph-mon[93152]: pgmap v3851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:07.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:07.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:08.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:08.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:08 smithi194 ceph-mon[104785]: pgmap v3852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:08 smithi135 ceph-mon[93152]: pgmap v3852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:09.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:09.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:10.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:10.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:10 smithi194 ceph-mon[104785]: pgmap v3853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:35:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:10 smithi135 ceph-mon[93152]: pgmap v3853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:35:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:11.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:11.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:12.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:12.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:12 smithi194 ceph-mon[104785]: pgmap v3854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:12 smithi135 ceph-mon[93152]: pgmap v3854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:13.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:13.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:14.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:14.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:14 smithi194 ceph-mon[104785]: pgmap v3855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:14 smithi135 ceph-mon[93152]: pgmap v3855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:15.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:15.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:16.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:16.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:16 smithi194 ceph-mon[104785]: pgmap v3856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:16 smithi135 ceph-mon[93152]: pgmap v3856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:17.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:17.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:18.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:18.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:18 smithi194 ceph-mon[104785]: pgmap v3857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:18 smithi135 ceph-mon[93152]: pgmap v3857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:19.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:19.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:20.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:20.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:20 smithi194 ceph-mon[104785]: pgmap v3858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:35:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:20 smithi135 ceph-mon[93152]: pgmap v3858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:35:21.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:21.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:22.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:22.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:22 smithi194 ceph-mon[104785]: pgmap v3859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:22 smithi135 ceph-mon[93152]: pgmap v3859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:23.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:23.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:24.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:24.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:24 smithi194 ceph-mon[104785]: pgmap v3860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:24 smithi135 ceph-mon[93152]: pgmap v3860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:25.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:25.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:26.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:26.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:26 smithi135 ceph-mon[93152]: pgmap v3861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:26 smithi194 ceph-mon[104785]: pgmap v3861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:27.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:27.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:28.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:28.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:28 smithi135 ceph-mon[93152]: pgmap v3862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:28 smithi194 ceph-mon[104785]: pgmap v3862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:29.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:29.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:30.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:30.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:30 smithi135 ceph-mon[93152]: pgmap v3863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:35:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:35:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:30 smithi194 ceph-mon[104785]: pgmap v3863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:35:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:35:31.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:31.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:35:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:35:31.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:35:31.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:35:31.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:35:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:35:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:35:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:35:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:35:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:35:32.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:32.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:32 smithi135 ceph-mon[93152]: pgmap v3864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:32 smithi194 ceph-mon[104785]: pgmap v3864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:33.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:33.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:34.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:34.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:34 smithi135 ceph-mon[93152]: pgmap v3865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:34 smithi194 ceph-mon[104785]: pgmap v3865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:35.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:35.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:36.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:36.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:36 smithi135 ceph-mon[93152]: pgmap v3866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:36 smithi194 ceph-mon[104785]: pgmap v3866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:37.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:37.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:38.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:38.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:38 smithi135 ceph-mon[93152]: pgmap v3867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:38 smithi194 ceph-mon[104785]: pgmap v3867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:39.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:39.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:40.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:40.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:40 smithi135 ceph-mon[93152]: pgmap v3868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:35:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:40 smithi194 ceph-mon[104785]: pgmap v3868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:35:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:41.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:41.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:42.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:42.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:42.764 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:42 smithi135 ceph-mon[93152]: pgmap v3869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:42 smithi194 ceph-mon[104785]: pgmap v3869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:43.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:43.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:44.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:44.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:44 smithi135 ceph-mon[93152]: pgmap v3870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:44 smithi194 ceph-mon[104785]: pgmap v3870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:45.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:45.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:46.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:46.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:46 smithi135 ceph-mon[93152]: pgmap v3871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:46 smithi194 ceph-mon[104785]: pgmap v3871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:47.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:47.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:48.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:48.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:48 smithi135 ceph-mon[93152]: pgmap v3872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:48 smithi194 ceph-mon[104785]: pgmap v3872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:49.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:49.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:50.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:50.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:50 smithi135 ceph-mon[93152]: pgmap v3873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:35:50.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:50 smithi194 ceph-mon[104785]: pgmap v3873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:35:51.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:51.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:52.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:52.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:52 smithi194 ceph-mon[104785]: pgmap v3874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:52 smithi135 ceph-mon[93152]: pgmap v3874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:53.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:53.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:54.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:54.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:54 smithi194 ceph-mon[104785]: pgmap v3875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:54 smithi135 ceph-mon[93152]: pgmap v3875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:55.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:55.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:35:56.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:56.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:56 smithi135 ceph-mon[93152]: pgmap v3876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:56 smithi194 ceph-mon[104785]: pgmap v3876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:57.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:57.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:58.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:58.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:35:58.782 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:35:58 smithi194 ceph-mon[104785]: pgmap v3877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:35:58 smithi135 ceph-mon[93152]: pgmap v3877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:35:59.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:35:59.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:00.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:00.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:00 smithi194 ceph-mon[104785]: pgmap v3878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:36:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:00 smithi135 ceph-mon[93152]: pgmap v3878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:36:01.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:01.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:02.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:02.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:02 smithi194 ceph-mon[104785]: pgmap v3879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:02 smithi135 ceph-mon[93152]: pgmap v3879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:03.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:03.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:04.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:04.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:04 smithi194 ceph-mon[104785]: pgmap v3880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:04 smithi135 ceph-mon[93152]: pgmap v3880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:05.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:05.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:06.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:06.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:06 smithi135 ceph-mon[93152]: pgmap v3881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:06 smithi194 ceph-mon[104785]: pgmap v3881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:07.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:07.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:08.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:08.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:08.887 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:08 smithi194 ceph-mon[104785]: pgmap v3882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:08 smithi135 ceph-mon[93152]: pgmap v3882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:09.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:09.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:10.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:10.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:10 smithi194 ceph-mon[104785]: pgmap v3883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:36:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:10 smithi135 ceph-mon[93152]: pgmap v3883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:36:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:11.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:11.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:12.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:12.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:12 smithi194 ceph-mon[104785]: pgmap v3884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:12 smithi135 ceph-mon[93152]: pgmap v3884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:13.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:13.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:14.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:14.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:14 smithi194 ceph-mon[104785]: pgmap v3885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:14 smithi135 ceph-mon[93152]: pgmap v3885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:15.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:15.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:16.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:16.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:16 smithi194 ceph-mon[104785]: pgmap v3886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:16 smithi135 ceph-mon[93152]: pgmap v3886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:17.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:17.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:18.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:18.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:18 smithi194 ceph-mon[104785]: pgmap v3887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:18 smithi135 ceph-mon[93152]: pgmap v3887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:19.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:19.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:20.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:20.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:20 smithi194 ceph-mon[104785]: pgmap v3888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:36:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:20 smithi135 ceph-mon[93152]: pgmap v3888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:36:21.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:21.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:22.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:22.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:22 smithi194 ceph-mon[104785]: pgmap v3889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:22 smithi135 ceph-mon[93152]: pgmap v3889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:23.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:23.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:24.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:24.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:24 smithi194 ceph-mon[104785]: pgmap v3890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:24 smithi135 ceph-mon[93152]: pgmap v3890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:25.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:25.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:26.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:26.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:26.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:26 smithi194 ceph-mon[104785]: pgmap v3891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:26 smithi135 ceph-mon[93152]: pgmap v3891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:27.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:27.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:28.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:28.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:28 smithi194 ceph-mon[104785]: pgmap v3892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:28 smithi135 ceph-mon[93152]: pgmap v3892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:29.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:29.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:30.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:30.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:30 smithi194 ceph-mon[104785]: pgmap v3893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:36:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:30 smithi135 ceph-mon[93152]: pgmap v3893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:36:31.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:31.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:36:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:36:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:36:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:36:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:36:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:36:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:36:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:36:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:36:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:36:32.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:36:32.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:36:32.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:32.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:32 smithi194 ceph-mon[104785]: pgmap v3894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:32 smithi135 ceph-mon[93152]: pgmap v3894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:33.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:33.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:34.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:34.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:34 smithi194 ceph-mon[104785]: pgmap v3895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:34 smithi135 ceph-mon[93152]: pgmap v3895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:35.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:35.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:36.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:36.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:36 smithi194 ceph-mon[104785]: pgmap v3896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:36 smithi135 ceph-mon[93152]: pgmap v3896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:37.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:37.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:38.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:38.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:38 smithi194 ceph-mon[104785]: pgmap v3897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:38 smithi135 ceph-mon[93152]: pgmap v3897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:39.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:39.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:40.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:40.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:40 smithi194 ceph-mon[104785]: pgmap v3898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:36:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:40 smithi135 ceph-mon[93152]: pgmap v3898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:36:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:41.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:41.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:42.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:42.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:42 smithi194 ceph-mon[104785]: pgmap v3899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:42 smithi135 ceph-mon[93152]: pgmap v3899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:43.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:43.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:44.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:44.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:44 smithi194 ceph-mon[104785]: pgmap v3900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:44 smithi135 ceph-mon[93152]: pgmap v3900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:45.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:45.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:46.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:46.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:46 smithi194 ceph-mon[104785]: pgmap v3901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:46 smithi135 ceph-mon[93152]: pgmap v3901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:47.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:47.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:48.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:48.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:48 smithi194 ceph-mon[104785]: pgmap v3902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:48 smithi135 ceph-mon[93152]: pgmap v3902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:49.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:49.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:50.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:50.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:50 smithi194 ceph-mon[104785]: pgmap v3903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:36:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:50 smithi135 ceph-mon[93152]: pgmap v3903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:36:51.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:51.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:52.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:52.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:52 smithi194 ceph-mon[104785]: pgmap v3904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:52 smithi135 ceph-mon[93152]: pgmap v3904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:53.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:53.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:54.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:54.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:54 smithi194 ceph-mon[104785]: pgmap v3905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:54 smithi135 ceph-mon[93152]: pgmap v3905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:55.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:55.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:36:56.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:56.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:56.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:56 smithi135 ceph-mon[93152]: pgmap v3906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:56 smithi194 ceph-mon[104785]: pgmap v3906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:57.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:57.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:36:58 smithi194 ceph-mon[104785]: pgmap v3907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:36:58 smithi135 ceph-mon[93152]: pgmap v3907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:36:58.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:58.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:36:59.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:36:59.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:00 smithi194 ceph-mon[104785]: pgmap v3908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:37:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:00 smithi135 ceph-mon[93152]: pgmap v3908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:37:00.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:00.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:01.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:01.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:02 smithi194 ceph-mon[104785]: pgmap v3909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:02 smithi135 ceph-mon[93152]: pgmap v3909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:02.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:02.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:03.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:03.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:04 smithi194 ceph-mon[104785]: pgmap v3910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:04 smithi135 ceph-mon[93152]: pgmap v3910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:04.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:04.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:05.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:05.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:06 smithi194 ceph-mon[104785]: pgmap v3911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:06 smithi135 ceph-mon[93152]: pgmap v3911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:06.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:06.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:07.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:07.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:08 smithi194 ceph-mon[104785]: pgmap v3912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:08 smithi135 ceph-mon[93152]: pgmap v3912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:08.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:08.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:09.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:09.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:10 smithi194 ceph-mon[104785]: pgmap v3913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:37:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:10 smithi135 ceph-mon[93152]: pgmap v3913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:37:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:10.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:10.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:11.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:11.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:12 smithi194 ceph-mon[104785]: pgmap v3914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:12 smithi135 ceph-mon[93152]: pgmap v3914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:12.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:12.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:13.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:13.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:14 smithi194 ceph-mon[104785]: pgmap v3915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:14 smithi135 ceph-mon[93152]: pgmap v3915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:14.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:14.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:15.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:15.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:16 smithi194 ceph-mon[104785]: pgmap v3916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:16 smithi135 ceph-mon[93152]: pgmap v3916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:16.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:16.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:17.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:17.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:18.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:18 smithi194 ceph-mon[104785]: pgmap v3917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:18 smithi135 ceph-mon[93152]: pgmap v3917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:18.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:18.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:19.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:19.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:20 smithi194 ceph-mon[104785]: pgmap v3918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:37:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:20 smithi135 ceph-mon[93152]: pgmap v3918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:37:20.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:20.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:21.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:21.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:22 smithi194 ceph-mon[104785]: pgmap v3919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:22 smithi135 ceph-mon[93152]: pgmap v3919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:22.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:22.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:23.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:23.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:24 smithi194 ceph-mon[104785]: pgmap v3920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:24 smithi135 ceph-mon[93152]: pgmap v3920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:24.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:24.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:25.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:25.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:26 smithi194 ceph-mon[104785]: pgmap v3921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:26 smithi135 ceph-mon[93152]: pgmap v3921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:26.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:26.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:27.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:27.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:28 smithi194 ceph-mon[104785]: pgmap v3922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:28 smithi135 ceph-mon[93152]: pgmap v3922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:28.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:28.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:29.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:29.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:30 smithi194 ceph-mon[104785]: pgmap v3923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:37:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:30 smithi135 ceph-mon[93152]: pgmap v3923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:37:30.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:30.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:37:31.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:31.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:37:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:32 smithi135 ceph-mon[93152]: pgmap v3924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:32.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:32.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:32 smithi194 ceph-mon[104785]: pgmap v3924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:33.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:33.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:34 smithi135 ceph-mon[93152]: pgmap v3925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:34.778 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:34 smithi194 ceph-mon[104785]: pgmap v3925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:34.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:34.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:35.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:35.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:36 smithi135 ceph-mon[93152]: pgmap v3926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:37:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:37:36.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:36.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:36 smithi194 ceph-mon[104785]: pgmap v3926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:37:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:37:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:37:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:37:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:37:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:37:37.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:37:37.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:37.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:37.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:37:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:37:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:37:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:37:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:37:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:38 smithi135 ceph-mon[93152]: pgmap v3927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:38.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:38.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:38 smithi194 ceph-mon[104785]: pgmap v3927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:39.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:39.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:40 smithi135 ceph-mon[93152]: pgmap v3928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:37:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:40.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:40.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:40 smithi194 ceph-mon[104785]: pgmap v3928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:37:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:41.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:41.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:42 smithi135 ceph-mon[93152]: pgmap v3929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:42.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:42.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:42 smithi194 ceph-mon[104785]: pgmap v3929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:43.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:43.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:44 smithi135 ceph-mon[93152]: pgmap v3930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:44.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:44.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:44.884 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:44 smithi194 ceph-mon[104785]: pgmap v3930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:45.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:45.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:46 smithi135 ceph-mon[93152]: pgmap v3931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:46.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:46.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:46 smithi194 ceph-mon[104785]: pgmap v3931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:47.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:47.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:48 smithi135 ceph-mon[93152]: pgmap v3932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:48.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:48.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:48 smithi194 ceph-mon[104785]: pgmap v3932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:49.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:49.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:50 smithi135 ceph-mon[93152]: pgmap v3933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:37:50.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:50.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:50 smithi194 ceph-mon[104785]: pgmap v3933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:37:51.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:51.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:52 smithi135 ceph-mon[93152]: pgmap v3934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:52.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:52.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:52 smithi194 ceph-mon[104785]: pgmap v3934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:53.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:53.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:54 smithi135 ceph-mon[93152]: pgmap v3935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:54.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:54.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:54 smithi194 ceph-mon[104785]: pgmap v3935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:55.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:55.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:37:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:56 smithi135 ceph-mon[93152]: pgmap v3936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:56.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:56.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:56 smithi194 ceph-mon[104785]: pgmap v3936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:57.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:57.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:37:58 smithi135 ceph-mon[93152]: pgmap v3937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:58.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:58.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:37:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:37:58 smithi194 ceph-mon[104785]: pgmap v3937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:37:59.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:37:59.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:00.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:00.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:00 smithi194 ceph-mon[104785]: pgmap v3938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:38:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:00 smithi135 ceph-mon[93152]: pgmap v3938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:38:01.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:01.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:02.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:02.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:02 smithi194 ceph-mon[104785]: pgmap v3939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:02 smithi135 ceph-mon[93152]: pgmap v3939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:03.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:03.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:04.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:04.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:04 smithi194 ceph-mon[104785]: pgmap v3940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:04 smithi135 ceph-mon[93152]: pgmap v3940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:05.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:05.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:06.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:06.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:06 smithi194 ceph-mon[104785]: pgmap v3941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:06 smithi135 ceph-mon[93152]: pgmap v3941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:07.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:07.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:08 smithi194 ceph-mon[104785]: pgmap v3942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:08.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:08.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:08 smithi135 ceph-mon[93152]: pgmap v3942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:09.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:09.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:10.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:10.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:10 smithi194 ceph-mon[104785]: pgmap v3943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:38:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:10 smithi135 ceph-mon[93152]: pgmap v3943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:38:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:11.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:11.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:12.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:12.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:12 smithi194 ceph-mon[104785]: pgmap v3944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:12 smithi135 ceph-mon[93152]: pgmap v3944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:13.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:14.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:14.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:14.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:14 smithi194 ceph-mon[104785]: pgmap v3945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:14 smithi135 ceph-mon[93152]: pgmap v3945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:15.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:15.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:16.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:16.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:16 smithi194 ceph-mon[104785]: pgmap v3946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:16 smithi135 ceph-mon[93152]: pgmap v3946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:17.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:17.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:18.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:18.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:18 smithi194 ceph-mon[104785]: pgmap v3947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:18 smithi135 ceph-mon[93152]: pgmap v3947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:19.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:19.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:20.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:20.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:20 smithi194 ceph-mon[104785]: pgmap v3948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:38:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:20 smithi135 ceph-mon[93152]: pgmap v3948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:38:21.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:21.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:22.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:22.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:22 smithi194 ceph-mon[104785]: pgmap v3949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:22 smithi135 ceph-mon[93152]: pgmap v3949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:23.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:23.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:24.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:24.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:24 smithi194 ceph-mon[104785]: pgmap v3950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:24 smithi135 ceph-mon[93152]: pgmap v3950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:25.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:25.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:26.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:26.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:26 smithi194 ceph-mon[104785]: pgmap v3951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:26 smithi135 ceph-mon[93152]: pgmap v3951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:27.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:27.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:28.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:28.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:28 smithi194 ceph-mon[104785]: pgmap v3952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:28 smithi135 ceph-mon[93152]: pgmap v3952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:29.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:29.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:30 smithi194 ceph-mon[104785]: pgmap v3953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:38:30.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:30.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:30 smithi135 ceph-mon[93152]: pgmap v3953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:38:31.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:31.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:32.870 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:32 smithi135 ceph-mon[93152]: pgmap v3954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:32.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:32.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:32 smithi194 ceph-mon[104785]: pgmap v3954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:33.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:33.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:34.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:34.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:34 smithi194 ceph-mon[104785]: pgmap v3955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:34 smithi135 ceph-mon[93152]: pgmap v3955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:35.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:35.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:36.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:36.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:36 smithi194 ceph-mon[104785]: pgmap v3956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:36 smithi135 ceph-mon[93152]: pgmap v3956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:37.918 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:38:37.918 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:38:37.919 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:38:37.919 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:38:37.919 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:38:37.919 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:38:37.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:37.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:37.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:38:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:38:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:38:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:38:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:38:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:38:38.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:38.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:38 smithi194 ceph-mon[104785]: pgmap v3957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:38 smithi135 ceph-mon[93152]: pgmap v3957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:39.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:39.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:40.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:40.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:40 smithi194 ceph-mon[104785]: pgmap v3958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:38:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:40 smithi135 ceph-mon[93152]: pgmap v3958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:38:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:41.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:41.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:42.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:42.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:42 smithi194 ceph-mon[104785]: pgmap v3959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:42.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:42 smithi135 ceph-mon[93152]: pgmap v3959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:43.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:43.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:44.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:44.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:44 smithi194 ceph-mon[104785]: pgmap v3960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:44 smithi135 ceph-mon[93152]: pgmap v3960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:45.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:45.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:46.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:46.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:46 smithi194 ceph-mon[104785]: pgmap v3961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:46 smithi135 ceph-mon[93152]: pgmap v3961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:47.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:47.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:48 smithi194 ceph-mon[104785]: pgmap v3962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:48.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:48.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:48 smithi135 ceph-mon[93152]: pgmap v3962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:49.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:49.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:50 smithi194 ceph-mon[104785]: pgmap v3963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:38:50.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:50.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:50 smithi135 ceph-mon[93152]: pgmap v3963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:38:51.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:51.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:52 smithi194 ceph-mon[104785]: pgmap v3964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:52.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:52.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:52 smithi135 ceph-mon[93152]: pgmap v3964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:53.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:53.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:54 smithi194 ceph-mon[104785]: pgmap v3965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:54.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:54.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:54 smithi135 ceph-mon[93152]: pgmap v3965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:38:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:55.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:55.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:38:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:56 smithi194 ceph-mon[104785]: pgmap v3966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T06:38:56.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:56.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:56 smithi135 ceph-mon[93152]: pgmap v3966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T06:38:57.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:57.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:38:58 smithi194 ceph-mon[104785]: pgmap v3967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T06:38:58.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:58.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:38:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:38:58 smithi135 ceph-mon[93152]: pgmap v3967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T06:38:59.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:38:59.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:00 smithi194 ceph-mon[104785]: pgmap v3968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 168 B/s rd, 0 op/s 2023-10-08T06:39:00.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:00.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:00 smithi135 ceph-mon[93152]: pgmap v3968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 168 B/s rd, 0 op/s 2023-10-08T06:39:01.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:01.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:02 smithi194 ceph-mon[104785]: pgmap v3969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T06:39:02.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:02.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:02 smithi135 ceph-mon[93152]: pgmap v3969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T06:39:03.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:03.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:04 smithi194 ceph-mon[104785]: pgmap v3970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T06:39:04.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:04.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:04 smithi135 ceph-mon[93152]: pgmap v3970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T06:39:05.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:05.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:06 smithi194 ceph-mon[104785]: pgmap v3971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T06:39:06.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:06.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:06 smithi135 ceph-mon[93152]: pgmap v3971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T06:39:07.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:07.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:08 smithi194 ceph-mon[104785]: pgmap v3972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:08.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:08.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:08 smithi135 ceph-mon[93152]: pgmap v3972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:09.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:09.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:10 smithi194 ceph-mon[104785]: pgmap v3973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:39:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:10.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:10.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:10 smithi135 ceph-mon[93152]: pgmap v3973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:39:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:11.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:11.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:12 smithi194 ceph-mon[104785]: pgmap v3974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:12.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:12.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:12 smithi135 ceph-mon[93152]: pgmap v3974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:14.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:14.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:14 smithi194 ceph-mon[104785]: pgmap v3975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:15.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:15.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:14 smithi135 ceph-mon[93152]: pgmap v3975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:16.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:16.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:16 smithi194 ceph-mon[104785]: pgmap v3976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:17.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:17.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:16 smithi135 ceph-mon[93152]: pgmap v3976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:18.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:18.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:18 smithi194 ceph-mon[104785]: pgmap v3977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:18 smithi135 ceph-mon[93152]: pgmap v3977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:19.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:19.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:20.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:20.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:20 smithi194 ceph-mon[104785]: pgmap v3978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:39:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:20 smithi135 ceph-mon[93152]: pgmap v3978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:39:21.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:21.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:22.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:22.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:22 smithi194 ceph-mon[104785]: pgmap v3979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:22 smithi135 ceph-mon[93152]: pgmap v3979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:23.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:23.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:24.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:24.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:24 smithi194 ceph-mon[104785]: pgmap v3980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:24 smithi135 ceph-mon[93152]: pgmap v3980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:25.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:25.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:25.936 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:26.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:26.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:26 smithi194 ceph-mon[104785]: pgmap v3981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:26 smithi135 ceph-mon[93152]: pgmap v3981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:27.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:27.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:28.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:28.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:28 smithi194 ceph-mon[104785]: pgmap v3982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:28 smithi135 ceph-mon[93152]: pgmap v3982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:29.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:29.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:30.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:30.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:30 smithi194 ceph-mon[104785]: pgmap v3983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:39:30.779 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:30 smithi135 ceph-mon[93152]: pgmap v3983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:39:31.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:31.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:32.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:32.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:32 smithi194 ceph-mon[104785]: pgmap v3984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:32 smithi135 ceph-mon[93152]: pgmap v3984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:33.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:33.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:34.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:34.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:34 smithi194 ceph-mon[104785]: pgmap v3985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:34 smithi135 ceph-mon[93152]: pgmap v3985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:35.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:35.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:36.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:36.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:36 smithi194 ceph-mon[104785]: pgmap v3986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:36 smithi135 ceph-mon[93152]: pgmap v3986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:37.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:37.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:38.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:38.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:38 smithi194 ceph-mon[104785]: pgmap v3987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:39:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:38 smithi135 ceph-mon[93152]: pgmap v3987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:38.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:39:39.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:39.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:40.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:40.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:40 smithi194 ceph-mon[104785]: pgmap v3988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:39:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:40 smithi135 ceph-mon[93152]: pgmap v3988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:39:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:41.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:41.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:42.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:42.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:42 smithi194 ceph-mon[104785]: pgmap v3989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:42 smithi135 ceph-mon[93152]: pgmap v3989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:43.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:43.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:44.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:44.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:44 smithi194 ceph-mon[104785]: pgmap v3990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:39:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:39:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:44 smithi135 ceph-mon[93152]: pgmap v3990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:39:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:39:45.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:45.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:39:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:39:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:39:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:39:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:39:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:39:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:39:45.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:39:45.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:39:45.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:39:46.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:46.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:46 smithi194 ceph-mon[104785]: pgmap v3991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:46 smithi135 ceph-mon[93152]: pgmap v3991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:47.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:47.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:48.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:48.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:48 smithi194 ceph-mon[104785]: pgmap v3992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:48 smithi135 ceph-mon[93152]: pgmap v3992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:49.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:49.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:50.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:50.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:50 smithi135 ceph-mon[93152]: pgmap v3993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:39:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:50 smithi194 ceph-mon[104785]: pgmap v3993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:39:51.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:51.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:52.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:52.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:52 smithi135 ceph-mon[93152]: pgmap v3994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:52 smithi194 ceph-mon[104785]: pgmap v3994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:53.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:53.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:54.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:54.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:54 smithi135 ceph-mon[93152]: pgmap v3995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:54 smithi194 ceph-mon[104785]: pgmap v3995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:55.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:55.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:39:56.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:56.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:56 smithi194 ceph-mon[104785]: pgmap v3996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:56 smithi135 ceph-mon[93152]: pgmap v3996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:57.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:57.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:58.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:58.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:39:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:39:58 smithi135 ceph-mon[93152]: pgmap v3997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:39:58 smithi194 ceph-mon[104785]: pgmap v3997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:39:59.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:39:59.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:00.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:00.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:00 smithi135 ceph-mon[93152]: pgmap v3998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:40:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T06:40:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:00 smithi194 ceph-mon[104785]: pgmap v3998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:40:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T06:40:01.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:01.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:02.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:02.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:02 smithi135 ceph-mon[93152]: pgmap v3999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:02 smithi194 ceph-mon[104785]: pgmap v3999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:03.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:03.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:04.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:04.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:04 smithi135 ceph-mon[93152]: pgmap v4000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:04 smithi194 ceph-mon[104785]: pgmap v4000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:05.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:05.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:06.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:06.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:06 smithi194 ceph-mon[104785]: pgmap v4001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:06 smithi135 ceph-mon[93152]: pgmap v4001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:07.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:07.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:08.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:08.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:08 smithi135 ceph-mon[93152]: pgmap v4002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:08.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:08 smithi194 ceph-mon[104785]: pgmap v4002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:09.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:09.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:10.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:10.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:10 smithi135 ceph-mon[93152]: pgmap v4003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:40:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:10 smithi194 ceph-mon[104785]: pgmap v4003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:40:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:11.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:11.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:12.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:12.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:12 smithi135 ceph-mon[93152]: pgmap v4004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:12 smithi194 ceph-mon[104785]: pgmap v4004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:13.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:13.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:14.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:14.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:14 smithi194 ceph-mon[104785]: pgmap v4005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:14 smithi135 ceph-mon[93152]: pgmap v4005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:15.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:15.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:16.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:16.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:16 smithi194 ceph-mon[104785]: pgmap v4006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:16 smithi135 ceph-mon[93152]: pgmap v4006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:17.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:17.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:18.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:18.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:18.909 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:18 smithi135 ceph-mon[93152]: pgmap v4007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:18 smithi194 ceph-mon[104785]: pgmap v4007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:19.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:19.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:20.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:20.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:20 smithi194 ceph-mon[104785]: pgmap v4008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:40:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:20 smithi135 ceph-mon[93152]: pgmap v4008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:40:21.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:21.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:22.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:22.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:22 smithi194 ceph-mon[104785]: pgmap v4009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:22 smithi135 ceph-mon[93152]: pgmap v4009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:23.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:23.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:24.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:24.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:24 smithi194 ceph-mon[104785]: pgmap v4010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:24 smithi135 ceph-mon[93152]: pgmap v4010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:25.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:25.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:26.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:26.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:26 smithi194 ceph-mon[104785]: pgmap v4011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:26 smithi135 ceph-mon[93152]: pgmap v4011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:27.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:27.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:28.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:28.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:28 smithi194 ceph-mon[104785]: pgmap v4012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:28 smithi135 ceph-mon[93152]: pgmap v4012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:29.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:29.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:30.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:30.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:30 smithi194 ceph-mon[104785]: pgmap v4013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:40:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:30 smithi135 ceph-mon[93152]: pgmap v4013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:40:31.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:31.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:32.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:32.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:32 smithi194 ceph-mon[104785]: pgmap v4014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:32 smithi135 ceph-mon[93152]: pgmap v4014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:33.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:33.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:34.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:34.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:34 smithi194 ceph-mon[104785]: pgmap v4015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:34 smithi135 ceph-mon[93152]: pgmap v4015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:35.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:35.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:36.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:36.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:36 smithi194 ceph-mon[104785]: pgmap v4016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:36 smithi135 ceph-mon[93152]: pgmap v4016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:37.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:37.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:38.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:38.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:38 smithi194 ceph-mon[104785]: pgmap v4017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:38 smithi135 ceph-mon[93152]: pgmap v4017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:39.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:39.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:40.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:40.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:40 smithi194 ceph-mon[104785]: pgmap v4018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:40:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:40 smithi135 ceph-mon[93152]: pgmap v4018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:40:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:41.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:41.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:42.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:42.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:42 smithi194 ceph-mon[104785]: pgmap v4019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:42 smithi135 ceph-mon[93152]: pgmap v4019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:43.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:43.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:44.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:44.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:44 smithi194 ceph-mon[104785]: pgmap v4020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:44 smithi135 ceph-mon[93152]: pgmap v4020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:45.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:45.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:40:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:40:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:40:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:40:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:40:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:40:46.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:46.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:46 smithi194 ceph-mon[104785]: pgmap v4021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:40:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:40:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:40:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:40:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:40:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:46 smithi135 ceph-mon[93152]: pgmap v4021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:40:47.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:40:47.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:40:47.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:40:47.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:40:47.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:47.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:48.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:48.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:48 smithi194 ceph-mon[104785]: pgmap v4022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:48 smithi135 ceph-mon[93152]: pgmap v4022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:49.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:49.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:50.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:50.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:50 smithi194 ceph-mon[104785]: pgmap v4023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:40:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:50 smithi135 ceph-mon[93152]: pgmap v4023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:40:51.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:51.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:52.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:52.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:52 smithi194 ceph-mon[104785]: pgmap v4024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:52 smithi135 ceph-mon[93152]: pgmap v4024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:53.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:53.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:54.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:54.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:54 smithi194 ceph-mon[104785]: pgmap v4025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:54 smithi135 ceph-mon[93152]: pgmap v4025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:55.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:55.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:40:56.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:56.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:56.883 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:56 smithi194 ceph-mon[104785]: pgmap v4026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:56 smithi135 ceph-mon[93152]: pgmap v4026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:57.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:57.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:58.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:58.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:40:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:40:58 smithi194 ceph-mon[104785]: pgmap v4027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:40:58 smithi135 ceph-mon[93152]: pgmap v4027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:40:59.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:40:59.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:00.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:00.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:00 smithi194 ceph-mon[104785]: pgmap v4028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:41:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:00 smithi135 ceph-mon[93152]: pgmap v4028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:41:01.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:01.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:02.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:02.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:02 smithi194 ceph-mon[104785]: pgmap v4029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:02 smithi135 ceph-mon[93152]: pgmap v4029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:03.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:03.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:04.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:04.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:04 smithi135 ceph-mon[93152]: pgmap v4030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:04.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:04 smithi194 ceph-mon[104785]: pgmap v4030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:05.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:05.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:06.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:06.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:06 smithi194 ceph-mon[104785]: pgmap v4031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:06 smithi135 ceph-mon[93152]: pgmap v4031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:07.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:07.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:08.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:08.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:08 smithi194 ceph-mon[104785]: pgmap v4032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:08 smithi135 ceph-mon[93152]: pgmap v4032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:09.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:09.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:10.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:10.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:10 smithi194 ceph-mon[104785]: pgmap v4033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:41:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:10 smithi135 ceph-mon[93152]: pgmap v4033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:41:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:11.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:11.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:12.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:12.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:12 smithi194 ceph-mon[104785]: pgmap v4034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:12 smithi135 ceph-mon[93152]: pgmap v4034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:13.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:13.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:14.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:14.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:14 smithi135 ceph-mon[93152]: pgmap v4035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:14 smithi194 ceph-mon[104785]: pgmap v4035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:15.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:15.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:16.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:16.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:16 smithi194 ceph-mon[104785]: pgmap v4036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:16 smithi135 ceph-mon[93152]: pgmap v4036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:17.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:17.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:18.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:18.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:18 smithi194 ceph-mon[104785]: pgmap v4037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:18 smithi135 ceph-mon[93152]: pgmap v4037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:19.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:19.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:20.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:20.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:20 smithi194 ceph-mon[104785]: pgmap v4038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:41:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:20 smithi135 ceph-mon[93152]: pgmap v4038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:41:21.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:21.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:22.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:22.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:22 smithi194 ceph-mon[104785]: pgmap v4039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:22 smithi135 ceph-mon[93152]: pgmap v4039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:23.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:23.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:24.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:24.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:24 smithi194 ceph-mon[104785]: pgmap v4040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:24 smithi135 ceph-mon[93152]: pgmap v4040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:25.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:25.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:26.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:26.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:26 smithi194 ceph-mon[104785]: pgmap v4041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:26 smithi135 ceph-mon[93152]: pgmap v4041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:27.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:27.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:28.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:28.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:28 smithi194 ceph-mon[104785]: pgmap v4042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:28 smithi135 ceph-mon[93152]: pgmap v4042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:29.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:29.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:30.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:30.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:30 smithi194 ceph-mon[104785]: pgmap v4043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:41:31.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:30 smithi135 ceph-mon[93152]: pgmap v4043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:41:31.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:31.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:32.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:32.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:32 smithi194 ceph-mon[104785]: pgmap v4044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:32 smithi135 ceph-mon[93152]: pgmap v4044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:33.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:33.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:34.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:34.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:34 smithi194 ceph-mon[104785]: pgmap v4045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:34 smithi135 ceph-mon[93152]: pgmap v4045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:35.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:35.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:36.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:36.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:36 smithi194 ceph-mon[104785]: pgmap v4046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:36 smithi135 ceph-mon[93152]: pgmap v4046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:37.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:37.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:38.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:38.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:38 smithi194 ceph-mon[104785]: pgmap v4047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:39.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:38 smithi135 ceph-mon[93152]: pgmap v4047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:39.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:39.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:40.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:40.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:40 smithi194 ceph-mon[104785]: pgmap v4048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:41:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:40 smithi135 ceph-mon[93152]: pgmap v4048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:41:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:41.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:41.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:42.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:42.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:42 smithi194 ceph-mon[104785]: pgmap v4049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:42 smithi135 ceph-mon[93152]: pgmap v4049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:43.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:43.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:44.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:44.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:44 smithi194 ceph-mon[104785]: pgmap v4050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:44 smithi135 ceph-mon[93152]: pgmap v4050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:45.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:45.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:46.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:46.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:46 smithi194 ceph-mon[104785]: pgmap v4051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:41:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:41:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:41:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:41:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:41:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:41:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:46 smithi135 ceph-mon[93152]: pgmap v4051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:41:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:41:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:41:47.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:41:47.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:41:47.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:41:47.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:47.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:48.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:48.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:48 smithi194 ceph-mon[104785]: pgmap v4052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:48 smithi135 ceph-mon[93152]: pgmap v4052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:49.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:49.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:50.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:50.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:50 smithi194 ceph-mon[104785]: pgmap v4053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:41:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:50 smithi135 ceph-mon[93152]: pgmap v4053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:41:51.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:51.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:52.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:52.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:52 smithi194 ceph-mon[104785]: pgmap v4054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:52 smithi135 ceph-mon[93152]: pgmap v4054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:53.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:53.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:53 smithi194 ceph-mon[104785]: pgmap v4055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:53 smithi135 ceph-mon[93152]: pgmap v4055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:54.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:54.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:55.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:55.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:41:56.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:56.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:56 smithi194 ceph-mon[104785]: pgmap v4056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:56 smithi135 ceph-mon[93152]: pgmap v4056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:57.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:57.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:58.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:58.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:41:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:41:58 smithi135 ceph-mon[93152]: pgmap v4057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:41:58 smithi194 ceph-mon[104785]: pgmap v4057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:41:59.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:41:59.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:00.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:00.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:00 smithi135 ceph-mon[93152]: pgmap v4058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:42:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:00 smithi194 ceph-mon[104785]: pgmap v4058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:42:01.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:01.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:02.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:02.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:02 smithi135 ceph-mon[93152]: pgmap v4059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:02 smithi194 ceph-mon[104785]: pgmap v4059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:03.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:03.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:04.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:04.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:04 smithi135 ceph-mon[93152]: pgmap v4060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:04 smithi194 ceph-mon[104785]: pgmap v4060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:05.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:05.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:06.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:06.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:06 smithi135 ceph-mon[93152]: pgmap v4061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:06 smithi194 ceph-mon[104785]: pgmap v4061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:07.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:07.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:08.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:08.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:08 smithi194 ceph-mon[104785]: pgmap v4062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:08 smithi135 ceph-mon[93152]: pgmap v4062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:09.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:09.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:10.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:10.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:10 smithi194 ceph-mon[104785]: pgmap v4063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:42:11.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:11.153 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:10 smithi135 ceph-mon[93152]: pgmap v4063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:42:11.155 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:11.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:11.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:12.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:12.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:12 smithi194 ceph-mon[104785]: pgmap v4064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:12 smithi135 ceph-mon[93152]: pgmap v4064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:13.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:13.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:14.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:14.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:14 smithi194 ceph-mon[104785]: pgmap v4065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:14 smithi135 ceph-mon[93152]: pgmap v4065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:15.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:15.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:16.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:16.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:16 smithi194 ceph-mon[104785]: pgmap v4066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:16 smithi135 ceph-mon[93152]: pgmap v4066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:17.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:17.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:18.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:18.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:18 smithi194 ceph-mon[104785]: pgmap v4067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:18 smithi135 ceph-mon[93152]: pgmap v4067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:19.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:19.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:20.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:20.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:20 smithi194 ceph-mon[104785]: pgmap v4068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:42:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:20 smithi135 ceph-mon[93152]: pgmap v4068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:42:21.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:21.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:22.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:22.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:22.786 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:22 smithi194 ceph-mon[104785]: pgmap v4069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:22 smithi135 ceph-mon[93152]: pgmap v4069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:23.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:23.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:24.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:24.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:24 smithi194 ceph-mon[104785]: pgmap v4070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:24 smithi135 ceph-mon[93152]: pgmap v4070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:25.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:25.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:26.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:26.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:26 smithi194 ceph-mon[104785]: pgmap v4071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:26 smithi135 ceph-mon[93152]: pgmap v4071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:27.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:27.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:28.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:28.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:28 smithi194 ceph-mon[104785]: pgmap v4072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:28 smithi135 ceph-mon[93152]: pgmap v4072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:29.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:29.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:30.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:30.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:30 smithi194 ceph-mon[104785]: pgmap v4073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:42:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:30 smithi135 ceph-mon[93152]: pgmap v4073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:42:31.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:31.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:32.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:32.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:32.890 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:32 smithi194 ceph-mon[104785]: pgmap v4074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:32 smithi135 ceph-mon[93152]: pgmap v4074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:33.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:33.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:34.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:34.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:34 smithi194 ceph-mon[104785]: pgmap v4075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:34 smithi135 ceph-mon[93152]: pgmap v4075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:35.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:35.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:36.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:36.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:36.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:36 smithi194 ceph-mon[104785]: pgmap v4076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:36 smithi135 ceph-mon[93152]: pgmap v4076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:37.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:37.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:38.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:38.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:38 smithi194 ceph-mon[104785]: pgmap v4077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:38 smithi135 ceph-mon[93152]: pgmap v4077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:39.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:39.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:40.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:40.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:40 smithi194 ceph-mon[104785]: pgmap v4078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:42:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:40 smithi135 ceph-mon[93152]: pgmap v4078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:42:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:41.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:41.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:42.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:42.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:42 smithi194 ceph-mon[104785]: pgmap v4079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:42 smithi135 ceph-mon[93152]: pgmap v4079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:43.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:43.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:44.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:44.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:44 smithi194 ceph-mon[104785]: pgmap v4080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:44 smithi135 ceph-mon[93152]: pgmap v4080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:45.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:45.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:46.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:46.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:46 smithi194 ceph-mon[104785]: pgmap v4081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:46 smithi135 ceph-mon[93152]: pgmap v4081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:47.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:47.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:47.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:42:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:42:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:42:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:42:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:42:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:42:48.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:48.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:48 smithi194 ceph-mon[104785]: pgmap v4082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:42:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:42:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:42:48.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:42:48.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:42:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:48 smithi135 ceph-mon[93152]: pgmap v4082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:42:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:42:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:42:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:42:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:42:49.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:49.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:50.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:50.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:50 smithi135 ceph-mon[93152]: pgmap v4083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:42:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:50 smithi194 ceph-mon[104785]: pgmap v4083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:42:51.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:51.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:52.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:52.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:52 smithi194 ceph-mon[104785]: pgmap v4084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:52 smithi135 ceph-mon[93152]: pgmap v4084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:53.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:53.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:54.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:54.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:54 smithi194 ceph-mon[104785]: pgmap v4085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:54 smithi135 ceph-mon[93152]: pgmap v4085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:55.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:55.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:42:56.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:56.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:56 smithi194 ceph-mon[104785]: pgmap v4086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:56 smithi135 ceph-mon[93152]: pgmap v4086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:57.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:57.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:58.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:58.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:42:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:42:58 smithi194 ceph-mon[104785]: pgmap v4087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:42:58 smithi135 ceph-mon[93152]: pgmap v4087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:42:59.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:42:59.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:00.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:00.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:00 smithi135 ceph-mon[93152]: pgmap v4088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:43:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:00 smithi194 ceph-mon[104785]: pgmap v4088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:43:01.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:01.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:02.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:02.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:02 smithi194 ceph-mon[104785]: pgmap v4089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:02 smithi135 ceph-mon[93152]: pgmap v4089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:03.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:03.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:04.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:04.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:04 smithi194 ceph-mon[104785]: pgmap v4090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:04 smithi135 ceph-mon[93152]: pgmap v4090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:05.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:05.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:06.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:06.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:06 smithi194 ceph-mon[104785]: pgmap v4091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:07.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:06 smithi135 ceph-mon[93152]: pgmap v4091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:07.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:07.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:08.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:08.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:08 smithi194 ceph-mon[104785]: pgmap v4092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:08 smithi135 ceph-mon[93152]: pgmap v4092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:09.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:09.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:10.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:10.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:10 smithi194 ceph-mon[104785]: pgmap v4093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:43:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:10 smithi135 ceph-mon[93152]: pgmap v4093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:43:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:11.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:11.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:12.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:12.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:12 smithi194 ceph-mon[104785]: pgmap v4094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:12 smithi135 ceph-mon[93152]: pgmap v4094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:13.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:13.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:14.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:14.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:14 smithi194 ceph-mon[104785]: pgmap v4095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:14 smithi135 ceph-mon[93152]: pgmap v4095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:15.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:15.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:16.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:16.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:16 smithi194 ceph-mon[104785]: pgmap v4096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:16 smithi135 ceph-mon[93152]: pgmap v4096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:17.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:17.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:18.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:18.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:18 smithi194 ceph-mon[104785]: pgmap v4097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:18 smithi135 ceph-mon[93152]: pgmap v4097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:19.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:19.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:20.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:20.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:20 smithi194 ceph-mon[104785]: pgmap v4098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:43:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:20 smithi135 ceph-mon[93152]: pgmap v4098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:43:21.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:21.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:22.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:22.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:22 smithi194 ceph-mon[104785]: pgmap v4099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:22 smithi135 ceph-mon[93152]: pgmap v4099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:23.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:23.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:24.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:24.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:24 smithi194 ceph-mon[104785]: pgmap v4100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:24 smithi135 ceph-mon[93152]: pgmap v4100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:25.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:25.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:26.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:26.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:26 smithi194 ceph-mon[104785]: pgmap v4101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:26 smithi135 ceph-mon[93152]: pgmap v4101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:27.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:27.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:28.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:28.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:28 smithi194 ceph-mon[104785]: pgmap v4102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:28 smithi135 ceph-mon[93152]: pgmap v4102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:29.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:29.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:30.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:30.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:30 smithi194 ceph-mon[104785]: pgmap v4103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:43:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:30 smithi135 ceph-mon[93152]: pgmap v4103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:43:31.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:31.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:32.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:32.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:32 smithi194 ceph-mon[104785]: pgmap v4104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:32 smithi135 ceph-mon[93152]: pgmap v4104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:33.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:33.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:34.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:34.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:34 smithi194 ceph-mon[104785]: pgmap v4105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:34 smithi135 ceph-mon[93152]: pgmap v4105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:35.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:35.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:36.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:36.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:36 smithi194 ceph-mon[104785]: pgmap v4106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:36 smithi135 ceph-mon[93152]: pgmap v4106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:37.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:37.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:38.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:38.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:38 smithi194 ceph-mon[104785]: pgmap v4107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:38 smithi135 ceph-mon[93152]: pgmap v4107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:39.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:39.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:40.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:40.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:40.895 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:40 smithi135 ceph-mon[93152]: pgmap v4108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:43:40.895 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:40 smithi194 ceph-mon[104785]: pgmap v4108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:43:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:41.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:41.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:42.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:42.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:42 smithi194 ceph-mon[104785]: pgmap v4109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:42 smithi135 ceph-mon[93152]: pgmap v4109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:43.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:43.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:44.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:44.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:44 smithi194 ceph-mon[104785]: pgmap v4110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:44 smithi135 ceph-mon[93152]: pgmap v4110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:45.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:45.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:46.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:46.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:46 smithi194 ceph-mon[104785]: pgmap v4111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:46 smithi135 ceph-mon[93152]: pgmap v4111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:47.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:47.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:48.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:48.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:48 smithi194 ceph-mon[104785]: pgmap v4112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:43:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:43:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:43:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:43:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:43:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:43:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:48 smithi135 ceph-mon[93152]: pgmap v4112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:43:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:43:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:43:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:43:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:43:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:43:49.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:49.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:50.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:50.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:50 smithi194 ceph-mon[104785]: pgmap v4113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:43:50.993 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:50 smithi135 ceph-mon[93152]: pgmap v4113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:43:51.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:51.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:52.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:52.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:52 smithi194 ceph-mon[104785]: pgmap v4114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:52 smithi135 ceph-mon[93152]: pgmap v4114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:53.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:53.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:54.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:54.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:54 smithi194 ceph-mon[104785]: pgmap v4115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:54 smithi135 ceph-mon[93152]: pgmap v4115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:55.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:55.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:43:56.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:56.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:56 smithi194 ceph-mon[104785]: pgmap v4116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:56 smithi135 ceph-mon[93152]: pgmap v4116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:57.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:57.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:58.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:58.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:43:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:43:58 smithi194 ceph-mon[104785]: pgmap v4117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:43:58 smithi135 ceph-mon[93152]: pgmap v4117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:43:59.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:43:59.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:00.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:00.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:00 smithi194 ceph-mon[104785]: pgmap v4118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:44:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:00 smithi135 ceph-mon[93152]: pgmap v4118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:44:01.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:01.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:02.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:02.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:02 smithi194 ceph-mon[104785]: pgmap v4119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:02 smithi135 ceph-mon[93152]: pgmap v4119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:03.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:03.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:04.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:04.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:04 smithi135 ceph-mon[93152]: pgmap v4120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:04 smithi194 ceph-mon[104785]: pgmap v4120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:05.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:05.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:06.141 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:05 smithi135 ceph-mon[93152]: pgmap v4121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:05 smithi194 ceph-mon[104785]: pgmap v4121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:06.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:06.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:07.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:07.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:08.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:08.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:08.886 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:08 smithi194 ceph-mon[104785]: pgmap v4122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:08 smithi135 ceph-mon[93152]: pgmap v4122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:09.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:09.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:10.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:10.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:10 smithi194 ceph-mon[104785]: pgmap v4123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:44:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:10 smithi135 ceph-mon[93152]: pgmap v4123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:44:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:11.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:11.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:12.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:12.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:12 smithi194 ceph-mon[104785]: pgmap v4124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:12 smithi135 ceph-mon[93152]: pgmap v4124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:13.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:13.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:14.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:14.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:14 smithi194 ceph-mon[104785]: pgmap v4125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:14 smithi135 ceph-mon[93152]: pgmap v4125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:15.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:15.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:16.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:16.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:16 smithi194 ceph-mon[104785]: pgmap v4126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:16 smithi135 ceph-mon[93152]: pgmap v4126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:17.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:17.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:18.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:18.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:18 smithi194 ceph-mon[104785]: pgmap v4127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:18 smithi135 ceph-mon[93152]: pgmap v4127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:19.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:19.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:20.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:20.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:20 smithi194 ceph-mon[104785]: pgmap v4128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:44:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:20 smithi135 ceph-mon[93152]: pgmap v4128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:44:21.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:21.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:22.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:22.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:22 smithi194 ceph-mon[104785]: pgmap v4129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:22 smithi135 ceph-mon[93152]: pgmap v4129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:23.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:23.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:24.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:24.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:24 smithi194 ceph-mon[104785]: pgmap v4130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:24 smithi135 ceph-mon[93152]: pgmap v4130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:25.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:25.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:26.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:26.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:26 smithi135 ceph-mon[93152]: pgmap v4131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:26 smithi194 ceph-mon[104785]: pgmap v4131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:27.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:27.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:28.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:28.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:28 smithi194 ceph-mon[104785]: pgmap v4132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:29.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:28 smithi135 ceph-mon[93152]: pgmap v4132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:29.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:29.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:30.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:30.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:30 smithi194 ceph-mon[104785]: pgmap v4133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:44:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:30 smithi135 ceph-mon[93152]: pgmap v4133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:44:31.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:31.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:32.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:32.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:32 smithi194 ceph-mon[104785]: pgmap v4134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:32 smithi135 ceph-mon[93152]: pgmap v4134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:33.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:33.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:34.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:34.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:34 smithi194 ceph-mon[104785]: pgmap v4135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:34 smithi135 ceph-mon[93152]: pgmap v4135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:35.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:35.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:36.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:36.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:36 smithi135 ceph-mon[93152]: pgmap v4136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:36 smithi194 ceph-mon[104785]: pgmap v4136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:37.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:37.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:38.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:38.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:38 smithi194 ceph-mon[104785]: pgmap v4137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:38 smithi135 ceph-mon[93152]: pgmap v4137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:39.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:39.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:40.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:40.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:40 smithi194 ceph-mon[104785]: pgmap v4138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:44:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:40 smithi135 ceph-mon[93152]: pgmap v4138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:44:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:41.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:41.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:42.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:42.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:42 smithi194 ceph-mon[104785]: pgmap v4139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:42 smithi135 ceph-mon[93152]: pgmap v4139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:43.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:43.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:44.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:44.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:44 smithi194 ceph-mon[104785]: pgmap v4140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:44 smithi135 ceph-mon[93152]: pgmap v4140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:45.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:45.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:46.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:46.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:46 smithi194 ceph-mon[104785]: pgmap v4141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:46 smithi135 ceph-mon[93152]: pgmap v4141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:47.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:47.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:48.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:48.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:48 smithi194 ceph-mon[104785]: pgmap v4142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:44:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:48 smithi135 ceph-mon[93152]: pgmap v4142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:44:49.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:49.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:44:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:44:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:44:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:44:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:44:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:44:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:44:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:44:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:44:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:44:50.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:50.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:50 smithi194 ceph-mon[104785]: pgmap v4143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:44:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:50 smithi135 ceph-mon[93152]: pgmap v4143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:44:51.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:51.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:52.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:52.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:52 smithi194 ceph-mon[104785]: pgmap v4144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:52 smithi135 ceph-mon[93152]: pgmap v4144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:53.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:53.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:54.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:54.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:54 smithi194 ceph-mon[104785]: pgmap v4145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:54 smithi135 ceph-mon[93152]: pgmap v4145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:55.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:55.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:44:56.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:56.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:56 smithi194 ceph-mon[104785]: pgmap v4146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:56 smithi135 ceph-mon[93152]: pgmap v4146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:57.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:57.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:58.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:58.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:44:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:44:58 smithi194 ceph-mon[104785]: pgmap v4147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:44:58 smithi135 ceph-mon[93152]: pgmap v4147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:44:59.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:44:59.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:00.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:00.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:00 smithi194 ceph-mon[104785]: pgmap v4148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:45:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:00 smithi135 ceph-mon[93152]: pgmap v4148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:45:01.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:01.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:02.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:02.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:02 smithi194 ceph-mon[104785]: pgmap v4149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:02 smithi135 ceph-mon[93152]: pgmap v4149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:03.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:03.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:04.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:04.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:04 smithi194 ceph-mon[104785]: pgmap v4150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:04 smithi135 ceph-mon[93152]: pgmap v4150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:05.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:05.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:06.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:06.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:06 smithi194 ceph-mon[104785]: pgmap v4151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:07.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:06 smithi135 ceph-mon[93152]: pgmap v4151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:07.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:07.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:08.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:08.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:08 smithi194 ceph-mon[104785]: pgmap v4152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:08 smithi135 ceph-mon[93152]: pgmap v4152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:09.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:09.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:10.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:10.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:10 smithi194 ceph-mon[104785]: pgmap v4153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:45:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:10 smithi135 ceph-mon[93152]: pgmap v4153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:45:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:11.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:11.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:12.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:12.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:12 smithi194 ceph-mon[104785]: pgmap v4154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:12 smithi135 ceph-mon[93152]: pgmap v4154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:13.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:13.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:14.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:14.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:14 smithi194 ceph-mon[104785]: pgmap v4155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:14 smithi135 ceph-mon[93152]: pgmap v4155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:15.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:15.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:16.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:16.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:16 smithi194 ceph-mon[104785]: pgmap v4156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:16 smithi135 ceph-mon[93152]: pgmap v4156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:17.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:17.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:18.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:18.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:18 smithi194 ceph-mon[104785]: pgmap v4157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:18 smithi135 ceph-mon[93152]: pgmap v4157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:19.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:19.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:20.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:20.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:20 smithi194 ceph-mon[104785]: pgmap v4158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:45:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:20 smithi135 ceph-mon[93152]: pgmap v4158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:45:21.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:21.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:22.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:22.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:22 smithi194 ceph-mon[104785]: pgmap v4159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:22 smithi135 ceph-mon[93152]: pgmap v4159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:23.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:23.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:24.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:24.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:24 smithi194 ceph-mon[104785]: pgmap v4160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:24 smithi135 ceph-mon[93152]: pgmap v4160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:25.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:25.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:26.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:26.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:26.932 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:26 smithi135 ceph-mon[93152]: pgmap v4161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:26 smithi194 ceph-mon[104785]: pgmap v4161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:27.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:27.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:28.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:28.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:28 smithi194 ceph-mon[104785]: pgmap v4162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:28 smithi135 ceph-mon[93152]: pgmap v4162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:29.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:29.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:30.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:30.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:30 smithi194 ceph-mon[104785]: pgmap v4163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:45:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:30 smithi135 ceph-mon[93152]: pgmap v4163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:45:31.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:31.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:32.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:32.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:32 smithi194 ceph-mon[104785]: pgmap v4164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:33.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:32 smithi135 ceph-mon[93152]: pgmap v4164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:33.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:33.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:34.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:34.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:34 smithi194 ceph-mon[104785]: pgmap v4165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:34 smithi135 ceph-mon[93152]: pgmap v4165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:35.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:35.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:36.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:36.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:36 smithi194 ceph-mon[104785]: pgmap v4166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:36 smithi135 ceph-mon[93152]: pgmap v4166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:37.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:37.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:38.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:38.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:38 smithi194 ceph-mon[104785]: pgmap v4167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:38 smithi135 ceph-mon[93152]: pgmap v4167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:39.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:39.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:40.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:40.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:40 smithi194 ceph-mon[104785]: pgmap v4168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:45:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:40 smithi135 ceph-mon[93152]: pgmap v4168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:45:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:41.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:41.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:42.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:42.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:42 smithi194 ceph-mon[104785]: pgmap v4169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:42 smithi135 ceph-mon[93152]: pgmap v4169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:43.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:43.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:44.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:44.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:44 smithi194 ceph-mon[104785]: pgmap v4170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:44 smithi135 ceph-mon[93152]: pgmap v4170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:45.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:45.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:46.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:46.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:46 smithi194 ceph-mon[104785]: pgmap v4171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:46 smithi135 ceph-mon[93152]: pgmap v4171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:47.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:47.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:48.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:48.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:48 smithi194 ceph-mon[104785]: pgmap v4172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:48 smithi135 ceph-mon[93152]: pgmap v4172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:49.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:49.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:45:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:45:50.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:45:50.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:45:50.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:45:50.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:45:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:45:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:45:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:45:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:45:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:45:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:45:50.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:50.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:50 smithi135 ceph-mon[93152]: pgmap v4173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:45:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:50 smithi194 ceph-mon[104785]: pgmap v4173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:45:51.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:51.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:52.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:52.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:52 smithi135 ceph-mon[93152]: pgmap v4174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:52 smithi194 ceph-mon[104785]: pgmap v4174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:53.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:53.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:54.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:54.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:54.991 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:54 smithi194 ceph-mon[104785]: pgmap v4175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:54 smithi135 ceph-mon[93152]: pgmap v4175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:55.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:55.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:45:56.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:56.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:56 smithi135 ceph-mon[93152]: pgmap v4176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:56 smithi194 ceph-mon[104785]: pgmap v4176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:57.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:57.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:58.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:58.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:45:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:58 smithi135 ceph-mon[93152]: pgmap v4177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:58 smithi194 ceph-mon[104785]: pgmap v4177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:45:59.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:45:59.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:00.043 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:45:59 smithi194 ceph-mon[104785]: pgmap v4178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:46:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:45:59 smithi135 ceph-mon[93152]: pgmap v4178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:46:00.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:00.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:01.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:01.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:02.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:02.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:02 smithi194 ceph-mon[104785]: pgmap v4179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:02 smithi135 ceph-mon[93152]: pgmap v4179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:03.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:03.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:04.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:04.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:04 smithi194 ceph-mon[104785]: pgmap v4180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:04 smithi135 ceph-mon[93152]: pgmap v4180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:05.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:05.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:06.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:06.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:06 smithi194 ceph-mon[104785]: pgmap v4181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:06 smithi135 ceph-mon[93152]: pgmap v4181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:07.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:07.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:08.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:08.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:08.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:08 smithi194 ceph-mon[104785]: pgmap v4182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:09.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:08 smithi135 ceph-mon[93152]: pgmap v4182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:09.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:09.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:10.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:10.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:10 smithi194 ceph-mon[104785]: pgmap v4183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:46:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:10 smithi135 ceph-mon[93152]: pgmap v4183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:46:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:11.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:11.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:12.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:12.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:12 smithi135 ceph-mon[93152]: pgmap v4184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:12 smithi194 ceph-mon[104785]: pgmap v4184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:13.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:13.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:14.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:14.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:14 smithi194 ceph-mon[104785]: pgmap v4185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:14 smithi135 ceph-mon[93152]: pgmap v4185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:15.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:15.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:16.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:16.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:16 smithi194 ceph-mon[104785]: pgmap v4186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:16 smithi135 ceph-mon[93152]: pgmap v4186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:17.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:17.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:18.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:18.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:18 smithi194 ceph-mon[104785]: pgmap v4187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:18 smithi135 ceph-mon[93152]: pgmap v4187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:19.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:19.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:20.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:20.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:20 smithi194 ceph-mon[104785]: pgmap v4188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:46:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:20 smithi135 ceph-mon[93152]: pgmap v4188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:46:21.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:21.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:22.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:22.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:22 smithi135 ceph-mon[93152]: pgmap v4189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:22 smithi194 ceph-mon[104785]: pgmap v4189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:23.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:23.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:24.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:24.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:24 smithi194 ceph-mon[104785]: pgmap v4190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:24 smithi135 ceph-mon[93152]: pgmap v4190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:25.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:25.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:26.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:26.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:26 smithi194 ceph-mon[104785]: pgmap v4191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:26 smithi135 ceph-mon[93152]: pgmap v4191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:27.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:27.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:28.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:28.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:28 smithi194 ceph-mon[104785]: pgmap v4192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:28 smithi135 ceph-mon[93152]: pgmap v4192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:29.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:29.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:30.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:30.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:30 smithi194 ceph-mon[104785]: pgmap v4193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:46:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:30 smithi135 ceph-mon[93152]: pgmap v4193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:46:31.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:31.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:32.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:32.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:32 smithi194 ceph-mon[104785]: pgmap v4194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:32 smithi135 ceph-mon[93152]: pgmap v4194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:33.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:33.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:34.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:34.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:34 smithi194 ceph-mon[104785]: pgmap v4195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:34 smithi135 ceph-mon[93152]: pgmap v4195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:35.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:35.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:36.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:36.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:36 smithi194 ceph-mon[104785]: pgmap v4196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:36 smithi135 ceph-mon[93152]: pgmap v4196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:37.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:37.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:38.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:38.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:38 smithi194 ceph-mon[104785]: pgmap v4197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:38 smithi135 ceph-mon[93152]: pgmap v4197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:39.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:39.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:40.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:40.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:40 smithi194 ceph-mon[104785]: pgmap v4198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:46:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:40 smithi135 ceph-mon[93152]: pgmap v4198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:46:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:41.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:41.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:42.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:42.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:42 smithi194 ceph-mon[104785]: pgmap v4199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:42 smithi135 ceph-mon[93152]: pgmap v4199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:43.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:43.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:44.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:44.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:44 smithi194 ceph-mon[104785]: pgmap v4200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:44 smithi135 ceph-mon[93152]: pgmap v4200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:45.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:45.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:46.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:46.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:46 smithi194 ceph-mon[104785]: pgmap v4201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:46 smithi135 ceph-mon[93152]: pgmap v4201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:47.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:47.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:48.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:48.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:48 smithi194 ceph-mon[104785]: pgmap v4202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:48 smithi135 ceph-mon[93152]: pgmap v4202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:49.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:49.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:49.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:46:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:46:50.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:50.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:50 smithi194 ceph-mon[104785]: pgmap v4203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:46:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:46:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:46:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:46:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:46:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:46:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:50 smithi135 ceph-mon[93152]: pgmap v4203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:46:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:46:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:46:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:46:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:46:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:46:51.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:51.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:52.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:52.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:52 smithi194 ceph-mon[104785]: pgmap v4204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:52 smithi135 ceph-mon[93152]: pgmap v4204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:53.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:53.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:54.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:54.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:54 smithi194 ceph-mon[104785]: pgmap v4205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:54 smithi135 ceph-mon[93152]: pgmap v4205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:55.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:55.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:56.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:46:56.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:56.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:56 smithi194 ceph-mon[104785]: pgmap v4206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:56 smithi135 ceph-mon[93152]: pgmap v4206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:57.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:57.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:58.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:58.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:46:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:46:58 smithi194 ceph-mon[104785]: pgmap v4207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:46:58 smithi135 ceph-mon[93152]: pgmap v4207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:46:59.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:46:59.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:00.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:00.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:00 smithi194 ceph-mon[104785]: pgmap v4208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:47:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:00 smithi135 ceph-mon[93152]: pgmap v4208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:47:01.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:01.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:02.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:02.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:02 smithi194 ceph-mon[104785]: pgmap v4209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:02 smithi135 ceph-mon[93152]: pgmap v4209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:03.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:03.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:04.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:04.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:04 smithi194 ceph-mon[104785]: pgmap v4210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:04 smithi135 ceph-mon[93152]: pgmap v4210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:05.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:05.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:06.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:06.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:06 smithi194 ceph-mon[104785]: pgmap v4211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:06 smithi135 ceph-mon[93152]: pgmap v4211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:07.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:07.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:08.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:08.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:08 smithi194 ceph-mon[104785]: pgmap v4212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:08 smithi135 ceph-mon[93152]: pgmap v4212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:09.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:09.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:10.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:10.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:10 smithi194 ceph-mon[104785]: pgmap v4213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:47:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:10 smithi135 ceph-mon[93152]: pgmap v4213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:47:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:11.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:11.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:12.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:12.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:12 smithi194 ceph-mon[104785]: pgmap v4214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:12.969 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:12 smithi135 ceph-mon[93152]: pgmap v4214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:13.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:13.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:14.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:14.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:14 smithi135 ceph-mon[93152]: pgmap v4215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:14 smithi194 ceph-mon[104785]: pgmap v4215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:15.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:15.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:16.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:16.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:16 smithi135 ceph-mon[93152]: pgmap v4216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:16 smithi194 ceph-mon[104785]: pgmap v4216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:17.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:17.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:18.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:18.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:18 smithi135 ceph-mon[93152]: pgmap v4217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:18 smithi194 ceph-mon[104785]: pgmap v4217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:19.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:19.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:20.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:20.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:20 smithi135 ceph-mon[93152]: pgmap v4218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:47:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:20 smithi194 ceph-mon[104785]: pgmap v4218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:47:21.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:21.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:22.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:22.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:22 smithi135 ceph-mon[93152]: pgmap v4219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:22 smithi194 ceph-mon[104785]: pgmap v4219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:23.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:23.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:24.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:24.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:24 smithi135 ceph-mon[93152]: pgmap v4220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:24 smithi194 ceph-mon[104785]: pgmap v4220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:25.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:25.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:26.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:26.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:26 smithi135 ceph-mon[93152]: pgmap v4221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:26 smithi194 ceph-mon[104785]: pgmap v4221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:27.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:27.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:28.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:28.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:28 smithi135 ceph-mon[93152]: pgmap v4222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:28 smithi194 ceph-mon[104785]: pgmap v4222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:29.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:29.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:30.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:30.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:30 smithi135 ceph-mon[93152]: pgmap v4223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:47:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:30 smithi194 ceph-mon[104785]: pgmap v4223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:47:31.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:31.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:31 smithi194 ceph-mon[104785]: pgmap v4224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:31 smithi135 ceph-mon[93152]: pgmap v4224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:32.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:32.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:33.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:33.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:34.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:34.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:34 smithi194 ceph-mon[104785]: pgmap v4225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:34 smithi135 ceph-mon[93152]: pgmap v4225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:35.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:35.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:36.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:36.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:36 smithi194 ceph-mon[104785]: pgmap v4226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:36 smithi135 ceph-mon[93152]: pgmap v4226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:37.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:37.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:38.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:38.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:38 smithi194 ceph-mon[104785]: pgmap v4227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:38 smithi135 ceph-mon[93152]: pgmap v4227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:39.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:39.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:40.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:40.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:40 smithi194 ceph-mon[104785]: pgmap v4228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:47:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:40 smithi135 ceph-mon[93152]: pgmap v4228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:47:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:41.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:41.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:42.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:42.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:42 smithi194 ceph-mon[104785]: pgmap v4229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:42 smithi135 ceph-mon[93152]: pgmap v4229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:43.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:43.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:44.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:44.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:44 smithi194 ceph-mon[104785]: pgmap v4230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:44 smithi135 ceph-mon[93152]: pgmap v4230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:45.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:45.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:46.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:46.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:46 smithi194 ceph-mon[104785]: pgmap v4231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:47.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:46 smithi135 ceph-mon[93152]: pgmap v4231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:47.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:47.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:48 smithi135 ceph-mon[93152]: pgmap v4232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:48.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:48.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:48 smithi194 ceph-mon[104785]: pgmap v4232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:49.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:49.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:50.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:50.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:50 smithi194 ceph-mon[104785]: pgmap v4233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:47:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:47:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:50 smithi135 ceph-mon[93152]: pgmap v4233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:47:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:47:51.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:51.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:52.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:52.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:52 smithi194 ceph-mon[104785]: pgmap v4234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:52 smithi135 ceph-mon[93152]: pgmap v4234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:53.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:53.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:54.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:54.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:54 smithi194 ceph-mon[104785]: pgmap v4235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:54 smithi135 ceph-mon[93152]: pgmap v4235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:55.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:55.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:55 smithi194 ceph-mon[104785]: pgmap v4236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:47:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:47:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:47:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:47:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:47:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:47:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:47:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:47:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:55 smithi135 ceph-mon[93152]: pgmap v4236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:56.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:56.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:57.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:57.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:47:58 smithi135 ceph-mon[93152]: pgmap v4237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:58.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:58.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:47:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:47:58 smithi194 ceph-mon[104785]: pgmap v4237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:47:59.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:47:59.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:00.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:00.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:00 smithi194 ceph-mon[104785]: pgmap v4238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:48:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:00 smithi135 ceph-mon[93152]: pgmap v4238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:48:01.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:01.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:02.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:02.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:02 smithi194 ceph-mon[104785]: pgmap v4239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:02 smithi135 ceph-mon[93152]: pgmap v4239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:03.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:03.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:04.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:04.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:04 smithi194 ceph-mon[104785]: pgmap v4240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:04 smithi135 ceph-mon[93152]: pgmap v4240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:05.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:05.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:06.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:06.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:06 smithi194 ceph-mon[104785]: pgmap v4241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:06 smithi135 ceph-mon[93152]: pgmap v4241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:07.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:07.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:08.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:08.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:08 smithi194 ceph-mon[104785]: pgmap v4242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:08 smithi135 ceph-mon[93152]: pgmap v4242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:09.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:09.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:10.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:11.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:11.037 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:10 smithi194 ceph-mon[104785]: pgmap v4243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:48:11.037 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:11.038 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:10 smithi135 ceph-mon[93152]: pgmap v4243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:48:11.038 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:11.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:12.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:12.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:14.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:14.127 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:12 smithi194 ceph-mon[104785]: pgmap v4244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:14.127 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:12 smithi135 ceph-mon[93152]: pgmap v4244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:14.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:14.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:14.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:14.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:14 smithi194 ceph-mon[104785]: pgmap v4245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:14 smithi135 ceph-mon[93152]: pgmap v4245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:15.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:15.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:16.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:16.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:16 smithi194 ceph-mon[104785]: pgmap v4246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:16 smithi135 ceph-mon[93152]: pgmap v4246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:17.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:17.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:18.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:18.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:18 smithi194 ceph-mon[104785]: pgmap v4247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:19.020 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:18 smithi135 ceph-mon[93152]: pgmap v4247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:19.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:19.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:20.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:20.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:20 smithi194 ceph-mon[104785]: pgmap v4248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:48:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:20 smithi135 ceph-mon[93152]: pgmap v4248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:48:21.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:21.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:22.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:22.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:22 smithi194 ceph-mon[104785]: pgmap v4249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:22 smithi135 ceph-mon[93152]: pgmap v4249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:23.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:23.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:24.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:24.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:24 smithi194 ceph-mon[104785]: pgmap v4250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:24 smithi135 ceph-mon[93152]: pgmap v4250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:25.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:25.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:26.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:26.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:26 smithi194 ceph-mon[104785]: pgmap v4251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:26 smithi135 ceph-mon[93152]: pgmap v4251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:27.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:27.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:28.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:28.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:28 smithi194 ceph-mon[104785]: pgmap v4252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:28 smithi135 ceph-mon[93152]: pgmap v4252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:29.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:29.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:30.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:30.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:30 smithi194 ceph-mon[104785]: pgmap v4253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:48:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:30 smithi135 ceph-mon[93152]: pgmap v4253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:48:31.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:31.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:32.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:32.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:32 smithi194 ceph-mon[104785]: pgmap v4254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:32 smithi135 ceph-mon[93152]: pgmap v4254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:33.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:33.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:34.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:34.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:34 smithi194 ceph-mon[104785]: pgmap v4255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:34 smithi135 ceph-mon[93152]: pgmap v4255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:35.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:35.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:36.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:36.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:36 smithi194 ceph-mon[104785]: pgmap v4256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:36 smithi135 ceph-mon[93152]: pgmap v4256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:37.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:37.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:38.812 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:38 smithi135 ceph-mon[93152]: pgmap v4257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:38.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:38.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:38 smithi194 ceph-mon[104785]: pgmap v4257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:39.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:39.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:40.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:40.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:40 smithi194 ceph-mon[104785]: pgmap v4258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:48:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:40 smithi135 ceph-mon[93152]: pgmap v4258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:48:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:41.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:41.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:42.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:42.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:42 smithi194 ceph-mon[104785]: pgmap v4259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:42 smithi135 ceph-mon[93152]: pgmap v4259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:43.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:43.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:44.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:44.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:44 smithi194 ceph-mon[104785]: pgmap v4260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:44 smithi135 ceph-mon[93152]: pgmap v4260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:45.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:45.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:46.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:46.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:46 smithi194 ceph-mon[104785]: pgmap v4261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:46 smithi135 ceph-mon[93152]: pgmap v4261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:47.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:47.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:48.912 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:48 smithi135 ceph-mon[93152]: pgmap v4262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:48.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:48.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:48 smithi194 ceph-mon[104785]: pgmap v4262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:49.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:49.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:50.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:50.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:50 smithi194 ceph-mon[104785]: pgmap v4263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:48:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:50 smithi135 ceph-mon[93152]: pgmap v4263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:48:51.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:51.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:52.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:52.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:52 smithi194 ceph-mon[104785]: pgmap v4264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:52 smithi135 ceph-mon[93152]: pgmap v4264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:53.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:53.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:54.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:54.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:54 smithi194 ceph-mon[104785]: pgmap v4265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:54 smithi135 ceph-mon[93152]: pgmap v4265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:55.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:55.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:48:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:48:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:48:56.886 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:56 smithi194 ceph-mon[104785]: pgmap v4266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:56.887 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:48:56.887 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:48:56.887 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:48:56.887 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:48:56.887 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:48:56.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:56.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:56 smithi135 ceph-mon[93152]: pgmap v4266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:48:57.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:48:57.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:48:57.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:48:57.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:48:57.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:57.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:48:58 smithi194 ceph-mon[104785]: pgmap v4267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:58.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:48:58.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:48:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:48:58 smithi135 ceph-mon[93152]: pgmap v4267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:48:59.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:00.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:00 smithi194 ceph-mon[104785]: pgmap v4268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:49:00.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:00.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:00 smithi135 ceph-mon[93152]: pgmap v4268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:49:01.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:01.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:02 smithi194 ceph-mon[104785]: pgmap v4269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:02.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:02.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:02 smithi135 ceph-mon[93152]: pgmap v4269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:03.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:03.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:04 smithi194 ceph-mon[104785]: pgmap v4270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:04.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:04.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:04 smithi135 ceph-mon[93152]: pgmap v4270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:05.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:05.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:06 smithi194 ceph-mon[104785]: pgmap v4271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:06.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:06.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:06 smithi135 ceph-mon[93152]: pgmap v4271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:07.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:07.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:08 smithi194 ceph-mon[104785]: pgmap v4272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:08.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:08.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:08 smithi135 ceph-mon[93152]: pgmap v4272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:09.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:09.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:10 smithi194 ceph-mon[104785]: pgmap v4273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:49:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:10.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:10.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:10 smithi135 ceph-mon[93152]: pgmap v4273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:49:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:11.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:11.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:12 smithi194 ceph-mon[104785]: pgmap v4274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:12.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:12.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:12 smithi135 ceph-mon[93152]: pgmap v4274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:13.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:13.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:14 smithi194 ceph-mon[104785]: pgmap v4275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:14.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:14.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:14 smithi135 ceph-mon[93152]: pgmap v4275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:15.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:15.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:16 smithi194 ceph-mon[104785]: pgmap v4276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:16.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:16.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:16 smithi135 ceph-mon[93152]: pgmap v4276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:17.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:17.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:18 smithi194 ceph-mon[104785]: pgmap v4277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:18.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:18.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:18 smithi135 ceph-mon[93152]: pgmap v4277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:19.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:19.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:20 smithi194 ceph-mon[104785]: pgmap v4278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:49:20.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:20.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:20 smithi135 ceph-mon[93152]: pgmap v4278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:49:21.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:21.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:22 smithi194 ceph-mon[104785]: pgmap v4279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:22.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:22.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:22 smithi135 ceph-mon[93152]: pgmap v4279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:24.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:24.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:24 smithi194 ceph-mon[104785]: pgmap v4280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:25.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:25.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:24 smithi135 ceph-mon[93152]: pgmap v4280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:26.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:26.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:26 smithi194 ceph-mon[104785]: pgmap v4281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:27.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:27.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:26 smithi135 ceph-mon[93152]: pgmap v4281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:28.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:28.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:28 smithi194 ceph-mon[104785]: pgmap v4282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:28 smithi135 ceph-mon[93152]: pgmap v4282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:29.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:29.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:30.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:30.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:30 smithi194 ceph-mon[104785]: pgmap v4283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:49:31.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:30 smithi135 ceph-mon[93152]: pgmap v4283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:49:31.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:31.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:32.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:32.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:32 smithi194 ceph-mon[104785]: pgmap v4284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:32 smithi135 ceph-mon[93152]: pgmap v4284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:33.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:33.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:34.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:34.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:34 smithi135 ceph-mon[93152]: pgmap v4285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:34 smithi194 ceph-mon[104785]: pgmap v4285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:35.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:35.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:36.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:36.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:36 smithi194 ceph-mon[104785]: pgmap v4286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:36 smithi135 ceph-mon[93152]: pgmap v4286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:37.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:37.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:38.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:38.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:38 smithi194 ceph-mon[104785]: pgmap v4287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:38 smithi135 ceph-mon[93152]: pgmap v4287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:39.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:39.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:40.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:40.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:40 smithi194 ceph-mon[104785]: pgmap v4288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:49:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:40 smithi135 ceph-mon[93152]: pgmap v4288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:49:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:41.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:41.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:42.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:42.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:42 smithi194 ceph-mon[104785]: pgmap v4289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:42 smithi135 ceph-mon[93152]: pgmap v4289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:43.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:43.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:44.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:44.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:44 smithi135 ceph-mon[93152]: pgmap v4290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:44 smithi194 ceph-mon[104785]: pgmap v4290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:45.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:45.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:46.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:46.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:46.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:46 smithi194 ceph-mon[104785]: pgmap v4291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:46 smithi135 ceph-mon[93152]: pgmap v4291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:47.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:47.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:48.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:48.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:48 smithi194 ceph-mon[104785]: pgmap v4292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:48 smithi135 ceph-mon[93152]: pgmap v4292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:49.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:49.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:50.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:50.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:50 smithi194 ceph-mon[104785]: pgmap v4293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:49:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:50 smithi135 ceph-mon[93152]: pgmap v4293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:49:51.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:51.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:52.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:52.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:52 smithi194 ceph-mon[104785]: pgmap v4294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:52 smithi135 ceph-mon[93152]: pgmap v4294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:53.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:53.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:54.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:54.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:54 smithi194 ceph-mon[104785]: pgmap v4295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:54 smithi135 ceph-mon[93152]: pgmap v4295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:55.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:55.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:49:56.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:56.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:56 smithi194 ceph-mon[104785]: pgmap v4296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:49:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:56 smithi135 ceph-mon[93152]: pgmap v4296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:49:57.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:57.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:58.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:58.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:49:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:49:58 smithi194 ceph-mon[104785]: pgmap v4297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:49:58 smithi135 ceph-mon[93152]: pgmap v4297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:49:59.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:49:59.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:00.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:00.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:00 smithi194 ceph-mon[104785]: pgmap v4298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:50:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T06:50:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:00 smithi135 ceph-mon[93152]: pgmap v4298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:50:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T06:50:01.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:01.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:02.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:02.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:02 smithi194 ceph-mon[104785]: pgmap v4299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:03.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:02 smithi135 ceph-mon[93152]: pgmap v4299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:03.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:03.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:04.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:04.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:50:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:50:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:04 smithi135 ceph-mon[93152]: pgmap v4300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:50:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:50:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:50:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:50:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:50:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:50:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:50:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:04 smithi194 ceph-mon[104785]: pgmap v4300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:50:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:50:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:50:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:50:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:50:05.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:05.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:06.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:06.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:06 smithi194 ceph-mon[104785]: pgmap v4301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:06 smithi135 ceph-mon[93152]: pgmap v4301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:07.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:07.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:08.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:08.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:08.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:08 smithi194 ceph-mon[104785]: pgmap v4302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:08 smithi135 ceph-mon[93152]: pgmap v4302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:09.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:09.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:10.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:10.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:10 smithi194 ceph-mon[104785]: pgmap v4303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:50:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:10 smithi135 ceph-mon[93152]: pgmap v4303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:50:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:11.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:11.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:12.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:12.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:12 smithi194 ceph-mon[104785]: pgmap v4304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:12 smithi135 ceph-mon[93152]: pgmap v4304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:13.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:13.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:14.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:14.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:14 smithi194 ceph-mon[104785]: pgmap v4305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:14 smithi135 ceph-mon[93152]: pgmap v4305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:15.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:15.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:16.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:16.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:16 smithi194 ceph-mon[104785]: pgmap v4306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:16 smithi135 ceph-mon[93152]: pgmap v4306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:17.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:17.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:18.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:18.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:18 smithi194 ceph-mon[104785]: pgmap v4307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:18 smithi135 ceph-mon[93152]: pgmap v4307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:19.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:19.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:20.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:20.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:20 smithi194 ceph-mon[104785]: pgmap v4308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:50:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:20 smithi135 ceph-mon[93152]: pgmap v4308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:50:21.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:21.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:22.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:22.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:22 smithi194 ceph-mon[104785]: pgmap v4309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:22 smithi135 ceph-mon[93152]: pgmap v4309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:23.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:23.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:24.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:24.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:24.850 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:24 smithi135 ceph-mon[93152]: pgmap v4310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:24 smithi194 ceph-mon[104785]: pgmap v4310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:25.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:25.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:26.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:26.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:26 smithi194 ceph-mon[104785]: pgmap v4311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:26 smithi135 ceph-mon[93152]: pgmap v4311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:27.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:27.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:28.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:28.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:28 smithi194 ceph-mon[104785]: pgmap v4312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:28 smithi135 ceph-mon[93152]: pgmap v4312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:29.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:29.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:30.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:30.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:30 smithi194 ceph-mon[104785]: pgmap v4313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:50:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:30 smithi135 ceph-mon[93152]: pgmap v4313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:50:31.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:31.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:32.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:32.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:32.884 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:32 smithi194 ceph-mon[104785]: pgmap v4314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:32 smithi135 ceph-mon[93152]: pgmap v4314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:33.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:33.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:34.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:34.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:34.948 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:34 smithi135 ceph-mon[93152]: pgmap v4315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:34 smithi194 ceph-mon[104785]: pgmap v4315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:35.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:35.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:36.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:36.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:36 smithi194 ceph-mon[104785]: pgmap v4316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:36 smithi135 ceph-mon[93152]: pgmap v4316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:37.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:37.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:38.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:38.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:38 smithi194 ceph-mon[104785]: pgmap v4317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:38 smithi135 ceph-mon[93152]: pgmap v4317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:39.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:39.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:40.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:40.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:40 smithi194 ceph-mon[104785]: pgmap v4318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:50:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:40 smithi135 ceph-mon[93152]: pgmap v4318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:50:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:41.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:41.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:42.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:42.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:42 smithi194 ceph-mon[104785]: pgmap v4319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:42 smithi135 ceph-mon[93152]: pgmap v4319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:43.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:43.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:44.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:44.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:44 smithi194 ceph-mon[104785]: pgmap v4320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:44 smithi135 ceph-mon[93152]: pgmap v4320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:45.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:45.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:46.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:46.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:46 smithi194 ceph-mon[104785]: pgmap v4321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:46 smithi135 ceph-mon[93152]: pgmap v4321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:47.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:47.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:48.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:48.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:48 smithi194 ceph-mon[104785]: pgmap v4322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:48 smithi135 ceph-mon[93152]: pgmap v4322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:49.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:49.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:50.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:50.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:50 smithi194 ceph-mon[104785]: pgmap v4323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:50:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:50 smithi135 ceph-mon[93152]: pgmap v4323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:50:51.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:51.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:52.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:52.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:52 smithi194 ceph-mon[104785]: pgmap v4324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:52 smithi135 ceph-mon[93152]: pgmap v4324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:53.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:53.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:54.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:54.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:54 smithi194 ceph-mon[104785]: pgmap v4325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:54 smithi135 ceph-mon[93152]: pgmap v4325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:55.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:55.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:50:56.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:56.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:56 smithi194 ceph-mon[104785]: pgmap v4326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:56 smithi135 ceph-mon[93152]: pgmap v4326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:57.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:57.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:58.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:58.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:50:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:50:58 smithi194 ceph-mon[104785]: pgmap v4327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:50:58 smithi135 ceph-mon[93152]: pgmap v4327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:50:59.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:50:59.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:00.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:00.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:00 smithi194 ceph-mon[104785]: pgmap v4328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:51:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:00 smithi135 ceph-mon[93152]: pgmap v4328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:51:01.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:01.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:02.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:02.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:02 smithi194 ceph-mon[104785]: pgmap v4329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:02 smithi135 ceph-mon[93152]: pgmap v4329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:03.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:03.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:04.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:04.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:04.965 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:04 smithi194 ceph-mon[104785]: pgmap v4330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:04.966 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:51:04.966 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:51:04.966 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:51:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:04 smithi135 ceph-mon[93152]: pgmap v4330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:51:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:51:05.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:51:05.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:05.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:51:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:51:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:51:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:51:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:51:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:51:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:51:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:51:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:51:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:51:06.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:06.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:06 smithi194 ceph-mon[104785]: pgmap v4331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:06 smithi135 ceph-mon[93152]: pgmap v4331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:07.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:07.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:08.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:08.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:08 smithi194 ceph-mon[104785]: pgmap v4332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:08 smithi135 ceph-mon[93152]: pgmap v4332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:09.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:09.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:10.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:10.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:10 smithi194 ceph-mon[104785]: pgmap v4333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:51:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:10 smithi135 ceph-mon[93152]: pgmap v4333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:51:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:11.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:11.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:12.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:12.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:12 smithi194 ceph-mon[104785]: pgmap v4334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:12 smithi135 ceph-mon[93152]: pgmap v4334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:13.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:13.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:14.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:14.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:14 smithi194 ceph-mon[104785]: pgmap v4335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:14 smithi135 ceph-mon[93152]: pgmap v4335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:15.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:15.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:16.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:16.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:16 smithi194 ceph-mon[104785]: pgmap v4336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:16 smithi135 ceph-mon[93152]: pgmap v4336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:17.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:17.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:18.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:18.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:18 smithi194 ceph-mon[104785]: pgmap v4337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:18 smithi135 ceph-mon[93152]: pgmap v4337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:19.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:19.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:20.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:20.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:20 smithi194 ceph-mon[104785]: pgmap v4338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:51:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:20 smithi135 ceph-mon[93152]: pgmap v4338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:51:21.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:21.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:22.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:22.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:22 smithi194 ceph-mon[104785]: pgmap v4339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:22 smithi135 ceph-mon[93152]: pgmap v4339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:23.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:23.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:24.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:24.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:24 smithi194 ceph-mon[104785]: pgmap v4340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:24 smithi135 ceph-mon[93152]: pgmap v4340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:25.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:25.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:26.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:26.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:26 smithi194 ceph-mon[104785]: pgmap v4341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:26 smithi135 ceph-mon[93152]: pgmap v4341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:27.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:27.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:28.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:28.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:28 smithi194 ceph-mon[104785]: pgmap v4342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:28 smithi135 ceph-mon[93152]: pgmap v4342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:29.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:29.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:30.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:30.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:30 smithi135 ceph-mon[93152]: pgmap v4343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:51:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:30 smithi194 ceph-mon[104785]: pgmap v4343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:51:31.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:31.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:32.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:32.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:32 smithi194 ceph-mon[104785]: pgmap v4344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:32 smithi135 ceph-mon[93152]: pgmap v4344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:33.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:33.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:34.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:34.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:34 smithi194 ceph-mon[104785]: pgmap v4345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:34 smithi135 ceph-mon[93152]: pgmap v4345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:35.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:35.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:36.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:36.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:36 smithi194 ceph-mon[104785]: pgmap v4346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:36 smithi135 ceph-mon[93152]: pgmap v4346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:37.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:37.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:38.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:38.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:38 smithi194 ceph-mon[104785]: pgmap v4347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:38 smithi135 ceph-mon[93152]: pgmap v4347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:39.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:39.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:40.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:40.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:40 smithi194 ceph-mon[104785]: pgmap v4348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:51:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:40 smithi135 ceph-mon[93152]: pgmap v4348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:51:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:41.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:41.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:42.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:42.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:42 smithi194 ceph-mon[104785]: pgmap v4349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:42 smithi135 ceph-mon[93152]: pgmap v4349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:43.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:43.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:44.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:44.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:44 smithi194 ceph-mon[104785]: pgmap v4350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:44 smithi135 ceph-mon[93152]: pgmap v4350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:45.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:45.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:46.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:46.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:46 smithi194 ceph-mon[104785]: pgmap v4351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:46 smithi135 ceph-mon[93152]: pgmap v4351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:47.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:47.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:48.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:48.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:48 smithi194 ceph-mon[104785]: pgmap v4352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:48 smithi135 ceph-mon[93152]: pgmap v4352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:49.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:49.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:50.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:50.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:50 smithi194 ceph-mon[104785]: pgmap v4353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:51:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:50 smithi135 ceph-mon[93152]: pgmap v4353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:51:51.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:51.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:52.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:52.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:52 smithi194 ceph-mon[104785]: pgmap v4354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:52 smithi135 ceph-mon[93152]: pgmap v4354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:53.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:53.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:54.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:54.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:54 smithi194 ceph-mon[104785]: pgmap v4355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:54 smithi135 ceph-mon[93152]: pgmap v4355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:55.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:55.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:51:56.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:56.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:56 smithi194 ceph-mon[104785]: pgmap v4356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:56 smithi135 ceph-mon[93152]: pgmap v4356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:57.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:57.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:58.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:58.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:51:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:51:58 smithi194 ceph-mon[104785]: pgmap v4357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:59.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:51:58 smithi135 ceph-mon[93152]: pgmap v4357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:51:59.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:51:59.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:00.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:00.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:00 smithi194 ceph-mon[104785]: pgmap v4358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:52:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:00 smithi135 ceph-mon[93152]: pgmap v4358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:52:01.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:01.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:02.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:02.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:02 smithi194 ceph-mon[104785]: pgmap v4359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:02 smithi135 ceph-mon[93152]: pgmap v4359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:03.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:03.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:04.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:04.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:04 smithi194 ceph-mon[104785]: pgmap v4360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:04 smithi135 ceph-mon[93152]: pgmap v4360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:05.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:05.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:52:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:52:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:52:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:52:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:52:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:52:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:52:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:52:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:52:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:52:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:52:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:52:06.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:06.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:06 smithi194 ceph-mon[104785]: pgmap v4361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:06 smithi135 ceph-mon[93152]: pgmap v4361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:07.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:07.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:08.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:08.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:08.882 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:08 smithi194 ceph-mon[104785]: pgmap v4362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:08 smithi135 ceph-mon[93152]: pgmap v4362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:09.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:09.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:10.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:10.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:10.879 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:10 smithi135 ceph-mon[93152]: pgmap v4363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:52:10.879 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:10 smithi194 ceph-mon[104785]: pgmap v4363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:52:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:11.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:11.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:12.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:12.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:12 smithi194 ceph-mon[104785]: pgmap v4364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:12 smithi135 ceph-mon[93152]: pgmap v4364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:13.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:13.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:14.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:14.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:14 smithi194 ceph-mon[104785]: pgmap v4365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:14 smithi135 ceph-mon[93152]: pgmap v4365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:15.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:15.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:16.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:16.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:16 smithi194 ceph-mon[104785]: pgmap v4366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:16 smithi135 ceph-mon[93152]: pgmap v4366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:17.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:17.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:18.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:18.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:18 smithi194 ceph-mon[104785]: pgmap v4367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:18 smithi135 ceph-mon[93152]: pgmap v4367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:19.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:19.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:20.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:20.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:20 smithi194 ceph-mon[104785]: pgmap v4368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:52:20.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:20 smithi135 ceph-mon[93152]: pgmap v4368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:52:21.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:21.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:22.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:22.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:22 smithi194 ceph-mon[104785]: pgmap v4369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:22 smithi135 ceph-mon[93152]: pgmap v4369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:23.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:23.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:24.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:24.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:24 smithi194 ceph-mon[104785]: pgmap v4370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:24 smithi135 ceph-mon[93152]: pgmap v4370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:25.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:25.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:26.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:26.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:26 smithi194 ceph-mon[104785]: pgmap v4371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:26 smithi135 ceph-mon[93152]: pgmap v4371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:27.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:27.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:28.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:28.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:28 smithi194 ceph-mon[104785]: pgmap v4372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:28 smithi135 ceph-mon[93152]: pgmap v4372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:29.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:29.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:30.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:30.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:30 smithi194 ceph-mon[104785]: pgmap v4373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:52:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:30 smithi135 ceph-mon[93152]: pgmap v4373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:52:31.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:31.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:32.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:32.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:32 smithi194 ceph-mon[104785]: pgmap v4374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:32 smithi135 ceph-mon[93152]: pgmap v4374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:33.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:33.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:34.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:34.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:34 smithi194 ceph-mon[104785]: pgmap v4375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:34 smithi135 ceph-mon[93152]: pgmap v4375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:35.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:35.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:36.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:36.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:36 smithi194 ceph-mon[104785]: pgmap v4376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:36 smithi135 ceph-mon[93152]: pgmap v4376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:37.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:37.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:38.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:38.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:38 smithi194 ceph-mon[104785]: pgmap v4377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:38 smithi135 ceph-mon[93152]: pgmap v4377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:39.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:39.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:40.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:40.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:40 smithi194 ceph-mon[104785]: pgmap v4378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:52:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:40 smithi135 ceph-mon[93152]: pgmap v4378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:52:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:41.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:41.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:42.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:42.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:42 smithi194 ceph-mon[104785]: pgmap v4379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:42 smithi135 ceph-mon[93152]: pgmap v4379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:43.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:43.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:44.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:44.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:44 smithi194 ceph-mon[104785]: pgmap v4380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:44 smithi135 ceph-mon[93152]: pgmap v4380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:45.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:45.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:46.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:46.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:46 smithi194 ceph-mon[104785]: pgmap v4381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:46 smithi135 ceph-mon[93152]: pgmap v4381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:47.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:47.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:48.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:48.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:48 smithi194 ceph-mon[104785]: pgmap v4382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:48 smithi135 ceph-mon[93152]: pgmap v4382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:49.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:49.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:50.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:50.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:50 smithi194 ceph-mon[104785]: pgmap v4383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:52:51.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:50 smithi135 ceph-mon[93152]: pgmap v4383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:52:51.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:51.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:52.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:52.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:52 smithi194 ceph-mon[104785]: pgmap v4384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:52 smithi135 ceph-mon[93152]: pgmap v4384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:53.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:53.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:54.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:54.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:54 smithi194 ceph-mon[104785]: pgmap v4385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:54 smithi135 ceph-mon[93152]: pgmap v4385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:55.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:55.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:52:56.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:56.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:56 smithi194 ceph-mon[104785]: pgmap v4386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:56 smithi135 ceph-mon[93152]: pgmap v4386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:57.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:57.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:58.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:58.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:52:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:52:58 smithi194 ceph-mon[104785]: pgmap v4387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:59.021 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:52:58 smithi135 ceph-mon[93152]: pgmap v4387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:52:59.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:52:59.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:00.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:00.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:00 smithi194 ceph-mon[104785]: pgmap v4388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:53:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:00 smithi135 ceph-mon[93152]: pgmap v4388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:53:01.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:01.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:02.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:02.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:02 smithi194 ceph-mon[104785]: pgmap v4389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:02 smithi135 ceph-mon[93152]: pgmap v4389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:03.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:03.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:04.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:04.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:04 smithi194 ceph-mon[104785]: pgmap v4390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:04 smithi135 ceph-mon[93152]: pgmap v4390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:05.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:05.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:53:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:53:06.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:06.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:06 smithi194 ceph-mon[104785]: pgmap v4391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:53:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:53:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:53:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:53:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:53:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:53:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:53:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:06 smithi135 ceph-mon[93152]: pgmap v4391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:53:07.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:53:07.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:53:07.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:53:07.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:53:07.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:53:07.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:53:07.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:07.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:08.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:08.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:08 smithi194 ceph-mon[104785]: pgmap v4392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:08 smithi135 ceph-mon[93152]: pgmap v4392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:09.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:09.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:10.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:10.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:10 smithi194 ceph-mon[104785]: pgmap v4393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:53:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:10 smithi135 ceph-mon[93152]: pgmap v4393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:53:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:11.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:11.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:12.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:12.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:12 smithi194 ceph-mon[104785]: pgmap v4394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:13.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:12 smithi135 ceph-mon[93152]: pgmap v4394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:13.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:13.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:14.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:14.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:14 smithi194 ceph-mon[104785]: pgmap v4395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:14 smithi135 ceph-mon[93152]: pgmap v4395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:15.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:15.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:16.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:16.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:16 smithi194 ceph-mon[104785]: pgmap v4396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:16 smithi135 ceph-mon[93152]: pgmap v4396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:17.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:17.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:18.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:18.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:18 smithi194 ceph-mon[104785]: pgmap v4397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:18 smithi135 ceph-mon[93152]: pgmap v4397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:19.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:19.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:20.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:20.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:20 smithi194 ceph-mon[104785]: pgmap v4398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:53:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:20 smithi135 ceph-mon[93152]: pgmap v4398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:53:21.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:21.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:22.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:22.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:22 smithi194 ceph-mon[104785]: pgmap v4399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:22 smithi135 ceph-mon[93152]: pgmap v4399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:23.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:23.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:24.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:24.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:24 smithi194 ceph-mon[104785]: pgmap v4400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:24 smithi135 ceph-mon[93152]: pgmap v4400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:25.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:25.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:26.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:26.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:26.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:26 smithi194 ceph-mon[104785]: pgmap v4401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:26 smithi135 ceph-mon[93152]: pgmap v4401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:27.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:27.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:28.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:28.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:28 smithi194 ceph-mon[104785]: pgmap v4402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:28 smithi135 ceph-mon[93152]: pgmap v4402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:29.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:29.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:30.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:30.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:30 smithi194 ceph-mon[104785]: pgmap v4403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:53:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:30 smithi135 ceph-mon[93152]: pgmap v4403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:53:31.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:31.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:32.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:32.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:32 smithi194 ceph-mon[104785]: pgmap v4404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:32 smithi135 ceph-mon[93152]: pgmap v4404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:33.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:33.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:34.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:34.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:34 smithi194 ceph-mon[104785]: pgmap v4405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:34 smithi135 ceph-mon[93152]: pgmap v4405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:35.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:35.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:36.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:37.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:37.167 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:36 smithi194 ceph-mon[104785]: pgmap v4406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:37.167 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:36 smithi135 ceph-mon[93152]: pgmap v4406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:37.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:37.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:38.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:38.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:38 smithi194 ceph-mon[104785]: pgmap v4407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:38 smithi135 ceph-mon[93152]: pgmap v4407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:39.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:39.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:40.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:42.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:42.535 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:40 smithi194 ceph-mon[104785]: pgmap v4408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:53:42.536 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:42.536 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:40 smithi135 ceph-mon[93152]: pgmap v4408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:53:42.536 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:42.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:42.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:42.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:42.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:42 smithi194 ceph-mon[104785]: pgmap v4409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:42 smithi135 ceph-mon[93152]: pgmap v4409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:43.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:43.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:44.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:44.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:44 smithi194 ceph-mon[104785]: pgmap v4410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:44 smithi135 ceph-mon[93152]: pgmap v4410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:45.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:45.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:46.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:46.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:46 smithi135 ceph-mon[93152]: pgmap v4411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:46 smithi194 ceph-mon[104785]: pgmap v4411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:47.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:47.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:48.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:48.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:48 smithi194 ceph-mon[104785]: pgmap v4412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:48 smithi135 ceph-mon[93152]: pgmap v4412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:49.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:49.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:50.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:50.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:50 smithi194 ceph-mon[104785]: pgmap v4413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:53:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:50 smithi135 ceph-mon[93152]: pgmap v4413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:53:51.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:51.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:52.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:52.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:52 smithi194 ceph-mon[104785]: pgmap v4414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:53.857 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:52 smithi135 ceph-mon[93152]: pgmap v4414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:53.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:53.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:54.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:54.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:54.990 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:54 smithi194 ceph-mon[104785]: pgmap v4415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:54 smithi135 ceph-mon[93152]: pgmap v4415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:55.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:55.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:53:56.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:56.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:56 smithi135 ceph-mon[93152]: pgmap v4416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:56 smithi194 ceph-mon[104785]: pgmap v4416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:57.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:57.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:58.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:58.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:53:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:53:58 smithi194 ceph-mon[104785]: pgmap v4417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:53:58 smithi135 ceph-mon[93152]: pgmap v4417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:53:59.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:53:59.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:00.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:00.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:00 smithi194 ceph-mon[104785]: pgmap v4418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:54:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:00 smithi135 ceph-mon[93152]: pgmap v4418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:54:01.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:01.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:02.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:02.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:02 smithi135 ceph-mon[93152]: pgmap v4419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:02 smithi194 ceph-mon[104785]: pgmap v4419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:03.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:03.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:04.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:04.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:04 smithi135 ceph-mon[93152]: pgmap v4420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:05.096 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:04 smithi194 ceph-mon[104785]: pgmap v4420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:05.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:05.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:06.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:06.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:06 smithi135 ceph-mon[93152]: pgmap v4421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:54:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:06 smithi194 ceph-mon[104785]: pgmap v4421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:54:07.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:07.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:54:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:54:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:54:08.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:54:08.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:54:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:54:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:54:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:54:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:54:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:54:08.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:08.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:08 smithi135 ceph-mon[93152]: pgmap v4422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:08 smithi194 ceph-mon[104785]: pgmap v4422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:09.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:09.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:10.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:10.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:10 smithi135 ceph-mon[93152]: pgmap v4423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:54:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:10 smithi194 ceph-mon[104785]: pgmap v4423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:54:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:11.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:11.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:12.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:12.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:12 smithi135 ceph-mon[93152]: pgmap v4424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:12 smithi194 ceph-mon[104785]: pgmap v4424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:13.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:13.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:14.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:14.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:14 smithi135 ceph-mon[93152]: pgmap v4425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:15.203 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:14 smithi194 ceph-mon[104785]: pgmap v4425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:15.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:15.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:16.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:16.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:16 smithi135 ceph-mon[93152]: pgmap v4426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:16 smithi194 ceph-mon[104785]: pgmap v4426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:17.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:17.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:18.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:18.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:18 smithi194 ceph-mon[104785]: pgmap v4427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:18 smithi135 ceph-mon[93152]: pgmap v4427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:19.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:19.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:20.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:20.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:21.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:20 smithi135 ceph-mon[93152]: pgmap v4428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:54:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:20 smithi194 ceph-mon[104785]: pgmap v4428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:54:21.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:21.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:22.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:22.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:22 smithi135 ceph-mon[93152]: pgmap v4429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:22 smithi194 ceph-mon[104785]: pgmap v4429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:23.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:23.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:24.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:24.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:24 smithi135 ceph-mon[93152]: pgmap v4430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:24 smithi194 ceph-mon[104785]: pgmap v4430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:25.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:25.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:26.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:26.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:26 smithi135 ceph-mon[93152]: pgmap v4431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:26 smithi194 ceph-mon[104785]: pgmap v4431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:27.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:27.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:28.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:28.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:28 smithi194 ceph-mon[104785]: pgmap v4432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:28 smithi135 ceph-mon[93152]: pgmap v4432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:29.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:29.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:30.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:30.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:30 smithi135 ceph-mon[93152]: pgmap v4433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:54:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:30 smithi194 ceph-mon[104785]: pgmap v4433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:54:31.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:31.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:32.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:32.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:32 smithi135 ceph-mon[93152]: pgmap v4434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:32 smithi194 ceph-mon[104785]: pgmap v4434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:33.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:33.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:34.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:34.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:34 smithi135 ceph-mon[93152]: pgmap v4435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:34 smithi194 ceph-mon[104785]: pgmap v4435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:35.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:35.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:36.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:36.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:36 smithi135 ceph-mon[93152]: pgmap v4436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:36 smithi194 ceph-mon[104785]: pgmap v4436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:37.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:37.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:38.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:38.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:38 smithi194 ceph-mon[104785]: pgmap v4437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:38 smithi135 ceph-mon[93152]: pgmap v4437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:39.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:39.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:40.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:40.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:40 smithi135 ceph-mon[93152]: pgmap v4438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:54:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:40 smithi194 ceph-mon[104785]: pgmap v4438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:54:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:41.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:41.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:42.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:42.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:42 smithi135 ceph-mon[93152]: pgmap v4439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:42 smithi194 ceph-mon[104785]: pgmap v4439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:43.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:43.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:44.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:44.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:44 smithi135 ceph-mon[93152]: pgmap v4440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:44 smithi194 ceph-mon[104785]: pgmap v4440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:45.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:45.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:46.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:46.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:46 smithi135 ceph-mon[93152]: pgmap v4441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:46 smithi194 ceph-mon[104785]: pgmap v4441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:47.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:47.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:48.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:48.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:48 smithi194 ceph-mon[104785]: pgmap v4442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:48 smithi135 ceph-mon[93152]: pgmap v4442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:49.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:49.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:50.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:50.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:50 smithi194 ceph-mon[104785]: pgmap v4443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:54:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:50 smithi135 ceph-mon[93152]: pgmap v4443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:54:51.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:51.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:52.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:52.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:52 smithi135 ceph-mon[93152]: pgmap v4444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:52 smithi194 ceph-mon[104785]: pgmap v4444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:53.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:53.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:54.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:54.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:54 smithi135 ceph-mon[93152]: pgmap v4445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:54 smithi194 ceph-mon[104785]: pgmap v4445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:55.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:55.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:54:56.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:56.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:56 smithi135 ceph-mon[93152]: pgmap v4446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:56 smithi194 ceph-mon[104785]: pgmap v4446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:57.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:57.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:58.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:58.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:54:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:54:58 smithi194 ceph-mon[104785]: pgmap v4447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:54:58 smithi135 ceph-mon[93152]: pgmap v4447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:54:59.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:54:59.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:00.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:00.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:00 smithi194 ceph-mon[104785]: pgmap v4448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:55:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:00 smithi135 ceph-mon[93152]: pgmap v4448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:55:01.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:01.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:02.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:02.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:02 smithi135 ceph-mon[93152]: pgmap v4449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:02 smithi194 ceph-mon[104785]: pgmap v4449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:03.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:03.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:04.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:04.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:04 smithi135 ceph-mon[93152]: pgmap v4450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:04 smithi194 ceph-mon[104785]: pgmap v4450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:05.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:05.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:06.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:06.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:06 smithi135 ceph-mon[93152]: pgmap v4451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:06 smithi194 ceph-mon[104785]: pgmap v4451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:07.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:07.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:55:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:55:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:55:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:55:08.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:55:08.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:55:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:55:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:55:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:55:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:55:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:55:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:55:08.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:08.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:08 smithi135 ceph-mon[93152]: pgmap v4452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:08 smithi194 ceph-mon[104785]: pgmap v4452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:09.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:09.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:10.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:10.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:10 smithi135 ceph-mon[93152]: pgmap v4453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:55:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:10 smithi194 ceph-mon[104785]: pgmap v4453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:55:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:11.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:11.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:12.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:12.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:12 smithi135 ceph-mon[93152]: pgmap v4454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:12 smithi194 ceph-mon[104785]: pgmap v4454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:13.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:13.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:14.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:14.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:14 smithi135 ceph-mon[93152]: pgmap v4455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:14 smithi194 ceph-mon[104785]: pgmap v4455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:15.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:15.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:16.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:16.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:16 smithi135 ceph-mon[93152]: pgmap v4456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:16 smithi194 ceph-mon[104785]: pgmap v4456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:17.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:17.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:18.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:18.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:18 smithi194 ceph-mon[104785]: pgmap v4457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:18 smithi135 ceph-mon[93152]: pgmap v4457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:19.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:19.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:20.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:20.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:20 smithi135 ceph-mon[93152]: pgmap v4458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:55:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:20 smithi194 ceph-mon[104785]: pgmap v4458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:55:21.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:21.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:22.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:22.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:22 smithi135 ceph-mon[93152]: pgmap v4459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:22 smithi194 ceph-mon[104785]: pgmap v4459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:23.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:23.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:24.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:24.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:24 smithi135 ceph-mon[93152]: pgmap v4460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:24 smithi194 ceph-mon[104785]: pgmap v4460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:25.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:25.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:26.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:26.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:26 smithi135 ceph-mon[93152]: pgmap v4461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:26 smithi194 ceph-mon[104785]: pgmap v4461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:27.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:27.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:28.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:28.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:28 smithi194 ceph-mon[104785]: pgmap v4462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:28 smithi135 ceph-mon[93152]: pgmap v4462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:29.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:29.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:30.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:30.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:30.996 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:30 smithi194 ceph-mon[104785]: pgmap v4463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:55:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:30 smithi135 ceph-mon[93152]: pgmap v4463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:55:31.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:31.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:32.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:32.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:32 smithi135 ceph-mon[93152]: pgmap v4464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:32 smithi194 ceph-mon[104785]: pgmap v4464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:33.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:33.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:34.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:34.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:34 smithi135 ceph-mon[93152]: pgmap v4465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:34 smithi194 ceph-mon[104785]: pgmap v4465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:35.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:35.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:36.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:36.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:36 smithi135 ceph-mon[93152]: pgmap v4466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:36 smithi194 ceph-mon[104785]: pgmap v4466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:37.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:37.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:38.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:38.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:38 smithi194 ceph-mon[104785]: pgmap v4467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:38 smithi135 ceph-mon[93152]: pgmap v4467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:39.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:39.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:40.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:40.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:40 smithi135 ceph-mon[93152]: pgmap v4468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:55:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:41.100 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:40 smithi194 ceph-mon[104785]: pgmap v4468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:55:41.100 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:41.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:41.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:42.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:42.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:42 smithi135 ceph-mon[93152]: pgmap v4469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:42 smithi194 ceph-mon[104785]: pgmap v4469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:43.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:43.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:44.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:44.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:44 smithi135 ceph-mon[93152]: pgmap v4470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:44 smithi194 ceph-mon[104785]: pgmap v4470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:45.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:45.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:46.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:46.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:46 smithi135 ceph-mon[93152]: pgmap v4471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:46 smithi194 ceph-mon[104785]: pgmap v4471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:47.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:47.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:48.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:48.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:48.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:48 smithi194 ceph-mon[104785]: pgmap v4472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:48 smithi135 ceph-mon[93152]: pgmap v4472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:49.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:49.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:50.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:50.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:50 smithi135 ceph-mon[93152]: pgmap v4473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:55:51.203 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:50 smithi194 ceph-mon[104785]: pgmap v4473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:55:51.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:51.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:52.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:52.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:52 smithi135 ceph-mon[93152]: pgmap v4474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:52 smithi194 ceph-mon[104785]: pgmap v4474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:53.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:53.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:54.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:54.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:54 smithi135 ceph-mon[93152]: pgmap v4475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:54 smithi194 ceph-mon[104785]: pgmap v4475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:55.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:55.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:55:56.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:56.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:56 smithi135 ceph-mon[93152]: pgmap v4476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:56 smithi194 ceph-mon[104785]: pgmap v4476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:57.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:57.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:58.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:58.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:55:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:55:58 smithi194 ceph-mon[104785]: pgmap v4477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:55:58 smithi135 ceph-mon[93152]: pgmap v4477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:55:59.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:55:59.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:00.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:00.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:00 smithi135 ceph-mon[93152]: pgmap v4478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:56:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:00 smithi194 ceph-mon[104785]: pgmap v4478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:56:01.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:01.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:02.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:02.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:02 smithi135 ceph-mon[93152]: pgmap v4479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:02 smithi194 ceph-mon[104785]: pgmap v4479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:03.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:03.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:04.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:04.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:04 smithi135 ceph-mon[93152]: pgmap v4480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:04 smithi194 ceph-mon[104785]: pgmap v4480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:05.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:05.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:06.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:06.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:06 smithi135 ceph-mon[93152]: pgmap v4481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:06 smithi194 ceph-mon[104785]: pgmap v4481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:07.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:07.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:08.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:08.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:08 smithi194 ceph-mon[104785]: pgmap v4482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:56:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:56:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:56:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:56:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:56:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:56:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:08 smithi135 ceph-mon[93152]: pgmap v4482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:56:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:56:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:56:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:56:09.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:56:09.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:56:09.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:09.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:10.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:10.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:10 smithi135 ceph-mon[93152]: pgmap v4483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:56:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:10 smithi194 ceph-mon[104785]: pgmap v4483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:56:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:11.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:11.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:12.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:12.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:12 smithi135 ceph-mon[93152]: pgmap v4484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:12 smithi194 ceph-mon[104785]: pgmap v4484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:13.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:13.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:14.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:14.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:14 smithi135 ceph-mon[93152]: pgmap v4485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:14 smithi194 ceph-mon[104785]: pgmap v4485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:15.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:15.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:16.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:16.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:16 smithi135 ceph-mon[93152]: pgmap v4486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:16 smithi194 ceph-mon[104785]: pgmap v4486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:17.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:17.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:18.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:18.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:18 smithi194 ceph-mon[104785]: pgmap v4487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:18 smithi135 ceph-mon[93152]: pgmap v4487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:19.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:19.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:20.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:20.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:20 smithi135 ceph-mon[93152]: pgmap v4488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:56:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:20 smithi194 ceph-mon[104785]: pgmap v4488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:56:21.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:21.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:22.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:22.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:22 smithi135 ceph-mon[93152]: pgmap v4489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:22 smithi194 ceph-mon[104785]: pgmap v4489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:23.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:23.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:24.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:24.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:24 smithi135 ceph-mon[93152]: pgmap v4490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:24 smithi194 ceph-mon[104785]: pgmap v4490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:25.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:25.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:26.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:26.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:26 smithi194 ceph-mon[104785]: pgmap v4491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:26 smithi135 ceph-mon[93152]: pgmap v4491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:27.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:27.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:28.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:28.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:28 smithi194 ceph-mon[104785]: pgmap v4492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:28 smithi135 ceph-mon[93152]: pgmap v4492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:29.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:29.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:30.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:30.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:31.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:30 smithi135 ceph-mon[93152]: pgmap v4493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:56:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:30 smithi194 ceph-mon[104785]: pgmap v4493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:56:31.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:31.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:32.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:32.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:32 smithi135 ceph-mon[93152]: pgmap v4494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:32 smithi194 ceph-mon[104785]: pgmap v4494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:33.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:33.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:34.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:34.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:34 smithi194 ceph-mon[104785]: pgmap v4495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:34 smithi135 ceph-mon[93152]: pgmap v4495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:35.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:35.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:36.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:36.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:36 smithi194 ceph-mon[104785]: pgmap v4496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:36 smithi135 ceph-mon[93152]: pgmap v4496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:37.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:37.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:38.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:38.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:38 smithi135 ceph-mon[93152]: pgmap v4497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:38 smithi194 ceph-mon[104785]: pgmap v4497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:39.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:39.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:40.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:40.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:40 smithi135 ceph-mon[93152]: pgmap v4498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:56:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:40 smithi194 ceph-mon[104785]: pgmap v4498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:56:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:41.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:41.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:42.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:42.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:42 smithi194 ceph-mon[104785]: pgmap v4499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:42 smithi135 ceph-mon[93152]: pgmap v4499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:43.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:43.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:44.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:44.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:44 smithi194 ceph-mon[104785]: pgmap v4500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:44 smithi135 ceph-mon[93152]: pgmap v4500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:45.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:45.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:46.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:46.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:46 smithi194 ceph-mon[104785]: pgmap v4501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:46 smithi135 ceph-mon[93152]: pgmap v4501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:47.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:47.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:48.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:48.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:48 smithi194 ceph-mon[104785]: pgmap v4502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:48 smithi135 ceph-mon[93152]: pgmap v4502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:49.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:49.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:50.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:50.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:50 smithi135 ceph-mon[93152]: pgmap v4503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:56:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:50 smithi194 ceph-mon[104785]: pgmap v4503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:56:51.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:51.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:52.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:52.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:52 smithi194 ceph-mon[104785]: pgmap v4504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:52 smithi135 ceph-mon[93152]: pgmap v4504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:53.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:53.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:54.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:54.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:54 smithi194 ceph-mon[104785]: pgmap v4505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:54 smithi135 ceph-mon[93152]: pgmap v4505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:55.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:55.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:56:56.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:56.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:56 smithi194 ceph-mon[104785]: pgmap v4506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:56 smithi135 ceph-mon[93152]: pgmap v4506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:57.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:57.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:58.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:58.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:56:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:56:58 smithi194 ceph-mon[104785]: pgmap v4507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:56:58 smithi135 ceph-mon[93152]: pgmap v4507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:56:59.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:56:59.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:00.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:00.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:00 smithi135 ceph-mon[93152]: pgmap v4508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:57:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:00 smithi194 ceph-mon[104785]: pgmap v4508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:57:01.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:01.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:02.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:02.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:02 smithi194 ceph-mon[104785]: pgmap v4509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:02 smithi135 ceph-mon[93152]: pgmap v4509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:03.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:03.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:04.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:04.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:04 smithi194 ceph-mon[104785]: pgmap v4510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:04 smithi135 ceph-mon[93152]: pgmap v4510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:05.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:05.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:06.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:06.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:06 smithi194 ceph-mon[104785]: pgmap v4511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:06 smithi135 ceph-mon[93152]: pgmap v4511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:07.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:07.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:08.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:08.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:08 smithi194 ceph-mon[104785]: pgmap v4512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:57:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:08 smithi135 ceph-mon[93152]: pgmap v4512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:57:09.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:09.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:57:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:57:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:57:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:57:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:57:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:57:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:57:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:57:10.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:57:10.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:57:10.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:10.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:10 smithi194 ceph-mon[104785]: pgmap v4513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:10 smithi135 ceph-mon[93152]: pgmap v4513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:57:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:11.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:11.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:12.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:12.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:12 smithi194 ceph-mon[104785]: pgmap v4514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:12 smithi135 ceph-mon[93152]: pgmap v4514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:13.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:13.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:14.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:14.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:14 smithi194 ceph-mon[104785]: pgmap v4515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:14 smithi135 ceph-mon[93152]: pgmap v4515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:15.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:15.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:16.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:16.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:17.094 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:16 smithi194 ceph-mon[104785]: pgmap v4516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:16 smithi135 ceph-mon[93152]: pgmap v4516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:17.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:17.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:18.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:19.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:19.093 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:18 smithi194 ceph-mon[104785]: pgmap v4517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:19.093 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:18 smithi135 ceph-mon[93152]: pgmap v4517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:19.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:19.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:20.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:20.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:20 smithi135 ceph-mon[93152]: pgmap v4518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:57:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:20 smithi194 ceph-mon[104785]: pgmap v4518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:57:21.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:21.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:22.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:22.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:22 smithi194 ceph-mon[104785]: pgmap v4519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:22 smithi135 ceph-mon[93152]: pgmap v4519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:23.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:23.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:24.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:24.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:24 smithi194 ceph-mon[104785]: pgmap v4520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:24 smithi135 ceph-mon[93152]: pgmap v4520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:25.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:25.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:26.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:26.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:27.199 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:26 smithi194 ceph-mon[104785]: pgmap v4521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:26 smithi135 ceph-mon[93152]: pgmap v4521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:27.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:27.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:28.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:28.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:28 smithi194 ceph-mon[104785]: pgmap v4522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:28.981 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:28 smithi135 ceph-mon[93152]: pgmap v4522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:29.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:29.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:30.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:30.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:30 smithi135 ceph-mon[93152]: pgmap v4523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:57:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:30 smithi194 ceph-mon[104785]: pgmap v4523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:57:31.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:31.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:32.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:32.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:32 smithi194 ceph-mon[104785]: pgmap v4524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:32 smithi135 ceph-mon[93152]: pgmap v4524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:33.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:33.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:34.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:34.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:34 smithi194 ceph-mon[104785]: pgmap v4525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:34 smithi135 ceph-mon[93152]: pgmap v4525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:35.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:35.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:36.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:36.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:36 smithi194 ceph-mon[104785]: pgmap v4526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:36 smithi135 ceph-mon[93152]: pgmap v4526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:37.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:37.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:38.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:38.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:38 smithi194 ceph-mon[104785]: pgmap v4527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:38 smithi135 ceph-mon[93152]: pgmap v4527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:39.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:39.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:40.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:40.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:40 smithi135 ceph-mon[93152]: pgmap v4528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:57:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:40 smithi194 ceph-mon[104785]: pgmap v4528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:57:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:41.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:41.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:42.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:42.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:42 smithi194 ceph-mon[104785]: pgmap v4529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:42 smithi135 ceph-mon[93152]: pgmap v4529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:43.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:43.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:44.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:44.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:44 smithi194 ceph-mon[104785]: pgmap v4530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:44 smithi135 ceph-mon[93152]: pgmap v4530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:45.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:45.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:46.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:46.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:46 smithi194 ceph-mon[104785]: pgmap v4531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:46 smithi135 ceph-mon[93152]: pgmap v4531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:47.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:47.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:48.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:48.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:48 smithi194 ceph-mon[104785]: pgmap v4532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:48 smithi135 ceph-mon[93152]: pgmap v4532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:49.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:49.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:50.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:50.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:50 smithi135 ceph-mon[93152]: pgmap v4533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:57:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:50 smithi194 ceph-mon[104785]: pgmap v4533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:57:51.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:51.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:52.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:52.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:52 smithi194 ceph-mon[104785]: pgmap v4534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:52 smithi135 ceph-mon[93152]: pgmap v4534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:53.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:53.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:54.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:54.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:54 smithi194 ceph-mon[104785]: pgmap v4535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:54 smithi135 ceph-mon[93152]: pgmap v4535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:55.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:55.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:57:56.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:56.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:56 smithi194 ceph-mon[104785]: pgmap v4536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:56 smithi135 ceph-mon[93152]: pgmap v4536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:57.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:57.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:58.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:58.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:57:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:57:58 smithi194 ceph-mon[104785]: pgmap v4537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:57:58 smithi135 ceph-mon[93152]: pgmap v4537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:57:59.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:57:59.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:00.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:00.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:00 smithi135 ceph-mon[93152]: pgmap v4538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:58:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:00 smithi194 ceph-mon[104785]: pgmap v4538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:58:01.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:01.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:02.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:02.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:02 smithi194 ceph-mon[104785]: pgmap v4539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:02 smithi135 ceph-mon[93152]: pgmap v4539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:03.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:03.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:04.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:04.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:04 smithi194 ceph-mon[104785]: pgmap v4540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:04 smithi135 ceph-mon[93152]: pgmap v4540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:05.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:05.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:06.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:06.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:06 smithi194 ceph-mon[104785]: pgmap v4541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:06 smithi135 ceph-mon[93152]: pgmap v4541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:07.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:07.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:08.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:08.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:08 smithi194 ceph-mon[104785]: pgmap v4542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:08 smithi135 ceph-mon[93152]: pgmap v4542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:09.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:09.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:58:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:58:10.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:10.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:10 smithi194 ceph-mon[104785]: pgmap v4543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:58:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:10 smithi135 ceph-mon[93152]: pgmap v4543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:58:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:11.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:11.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:12.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:12.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:12 smithi194 ceph-mon[104785]: pgmap v4544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:12 smithi135 ceph-mon[93152]: pgmap v4544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:13.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:13.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:14.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:14.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:58:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:58:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:14 smithi194 ceph-mon[104785]: pgmap v4545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:58:14.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:58:14.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:58:14.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:58:14.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:58:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:58:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:58:15.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:14 smithi135 ceph-mon[93152]: pgmap v4545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:15.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:58:15.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:58:15.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:58:15.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:58:15.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:58:15.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:15.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:16.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:16.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:16 smithi194 ceph-mon[104785]: pgmap v4546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:16 smithi135 ceph-mon[93152]: pgmap v4546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:17.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:17.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:18.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:18.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:18 smithi194 ceph-mon[104785]: pgmap v4547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:18 smithi135 ceph-mon[93152]: pgmap v4547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:19.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:19.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:20.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:20.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:20 smithi135 ceph-mon[93152]: pgmap v4548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:58:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:20 smithi194 ceph-mon[104785]: pgmap v4548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:58:21.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:21.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:22.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:22.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:22 smithi194 ceph-mon[104785]: pgmap v4549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:22 smithi135 ceph-mon[93152]: pgmap v4549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:23.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:23.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:24.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:24.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:24 smithi194 ceph-mon[104785]: pgmap v4550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:24 smithi135 ceph-mon[93152]: pgmap v4550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:25.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:25.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:26.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:26.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:26 smithi194 ceph-mon[104785]: pgmap v4551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:26 smithi135 ceph-mon[93152]: pgmap v4551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:27.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:27.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:28.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:28.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:28 smithi194 ceph-mon[104785]: pgmap v4552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:28 smithi135 ceph-mon[93152]: pgmap v4552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:29.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:29.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:30.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:30.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:30 smithi135 ceph-mon[93152]: pgmap v4553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:58:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:30 smithi194 ceph-mon[104785]: pgmap v4553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:58:31.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:31.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:32.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:32.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:32 smithi194 ceph-mon[104785]: pgmap v4554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:32 smithi135 ceph-mon[93152]: pgmap v4554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:33.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:33.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:34.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:34.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:34 smithi135 ceph-mon[93152]: pgmap v4555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:34 smithi194 ceph-mon[104785]: pgmap v4555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:35.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:35.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:36.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:36.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:36 smithi194 ceph-mon[104785]: pgmap v4556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:36 smithi135 ceph-mon[93152]: pgmap v4556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:37.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:37.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:38.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:38.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:38 smithi194 ceph-mon[104785]: pgmap v4557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:38 smithi135 ceph-mon[93152]: pgmap v4557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:39.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:39.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:40.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:40.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:40 smithi135 ceph-mon[93152]: pgmap v4558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:58:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:40 smithi194 ceph-mon[104785]: pgmap v4558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:58:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:41.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:41.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:42.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:42.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:42 smithi194 ceph-mon[104785]: pgmap v4559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:42 smithi135 ceph-mon[93152]: pgmap v4559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:43.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:43.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:44.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:44.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:44 smithi135 ceph-mon[93152]: pgmap v4560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:44 smithi194 ceph-mon[104785]: pgmap v4560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:45.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:45.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:46.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:46.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:46 smithi194 ceph-mon[104785]: pgmap v4561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:46 smithi135 ceph-mon[93152]: pgmap v4561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:47.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:47.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:48.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:48.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:48 smithi194 ceph-mon[104785]: pgmap v4562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:48 smithi135 ceph-mon[93152]: pgmap v4562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:49.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:49.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:50.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:50.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:50 smithi135 ceph-mon[93152]: pgmap v4563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:58:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:50 smithi194 ceph-mon[104785]: pgmap v4563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:58:51.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:51.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:52.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:52.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:53.093 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:52 smithi194 ceph-mon[104785]: pgmap v4564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:52 smithi135 ceph-mon[93152]: pgmap v4564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:53.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:53.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:54.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:54.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:54 smithi194 ceph-mon[104785]: pgmap v4565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:54 smithi135 ceph-mon[93152]: pgmap v4565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:55.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:55.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:58:56.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:56.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:56 smithi194 ceph-mon[104785]: pgmap v4566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:56 smithi135 ceph-mon[93152]: pgmap v4566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:57.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:57.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:58.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:58.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:58:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:58:58 smithi135 ceph-mon[93152]: pgmap v4567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:58:58 smithi194 ceph-mon[104785]: pgmap v4567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:58:59.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:58:59.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:00.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:00.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:00 smithi135 ceph-mon[93152]: pgmap v4568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:59:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:00 smithi194 ceph-mon[104785]: pgmap v4568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:59:01.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:01.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:02.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:02.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:03.199 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:02 smithi194 ceph-mon[104785]: pgmap v4569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:02 smithi135 ceph-mon[93152]: pgmap v4569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:03.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:03.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:04.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:04.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:04 smithi194 ceph-mon[104785]: pgmap v4570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:04 smithi135 ceph-mon[93152]: pgmap v4570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:05.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:05.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:06.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:06.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:06 smithi194 ceph-mon[104785]: pgmap v4571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:06 smithi135 ceph-mon[93152]: pgmap v4571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:07.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:07.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:08.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:08.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:08 smithi135 ceph-mon[93152]: pgmap v4572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:08 smithi194 ceph-mon[104785]: pgmap v4572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:09.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:09.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:10.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:10.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:10 smithi135 ceph-mon[93152]: pgmap v4573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:59:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:10 smithi194 ceph-mon[104785]: pgmap v4573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:59:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:11.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:11.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:12.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:12.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:12 smithi194 ceph-mon[104785]: pgmap v4574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:12 smithi135 ceph-mon[93152]: pgmap v4574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:13.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:13.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:14.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:14.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:14 smithi194 ceph-mon[104785]: pgmap v4575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:59:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:14 smithi135 ceph-mon[93152]: pgmap v4575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T06:59:15.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:15.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:59:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:59:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:59:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:59:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:59:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T06:59:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T06:59:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:59:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T06:59:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T06:59:16.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:16.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:16 smithi194 ceph-mon[104785]: pgmap v4576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:16 smithi135 ceph-mon[93152]: pgmap v4576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:17.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:17.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:18.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:18.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:18 smithi135 ceph-mon[93152]: pgmap v4577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:18 smithi194 ceph-mon[104785]: pgmap v4577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:19.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:19.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:20.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:20.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:20 smithi135 ceph-mon[93152]: pgmap v4578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:59:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:20 smithi194 ceph-mon[104785]: pgmap v4578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:59:21.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:21.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:22.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:22.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:22 smithi194 ceph-mon[104785]: pgmap v4579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:22 smithi135 ceph-mon[93152]: pgmap v4579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:23.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:23.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:24.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:24.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:25.112 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:24 smithi135 ceph-mon[93152]: pgmap v4580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:24 smithi194 ceph-mon[104785]: pgmap v4580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:25.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:25.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:26.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:26.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:26 smithi194 ceph-mon[104785]: pgmap v4581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:26 smithi135 ceph-mon[93152]: pgmap v4581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:27.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:27.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:28.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:28.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:28 smithi135 ceph-mon[93152]: pgmap v4582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:28 smithi194 ceph-mon[104785]: pgmap v4582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:29.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:29.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:30.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:30.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:30 smithi135 ceph-mon[93152]: pgmap v4583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:59:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:30 smithi194 ceph-mon[104785]: pgmap v4583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:59:31.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:31.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:32.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:32.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:32 smithi194 ceph-mon[104785]: pgmap v4584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:32 smithi135 ceph-mon[93152]: pgmap v4584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:33.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:33.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:34.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:34.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:34 smithi194 ceph-mon[104785]: pgmap v4585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:35.211 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:34 smithi135 ceph-mon[93152]: pgmap v4585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:35.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:35.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:37.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:37.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:36 smithi194 ceph-mon[104785]: pgmap v4586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:36 smithi135 ceph-mon[93152]: pgmap v4586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:38.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:38.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:38 smithi194 ceph-mon[104785]: pgmap v4587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:39.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:39.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:38 smithi135 ceph-mon[93152]: pgmap v4587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:40.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:40.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:41.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:41.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:40 smithi135 ceph-mon[93152]: pgmap v4588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:59:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:40 smithi194 ceph-mon[104785]: pgmap v4588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:59:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:42.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:42.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:43.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:43.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:42 smithi194 ceph-mon[104785]: pgmap v4589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:42 smithi135 ceph-mon[93152]: pgmap v4589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:44.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:44.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:45.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:45.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:44 smithi194 ceph-mon[104785]: pgmap v4590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:44 smithi135 ceph-mon[93152]: pgmap v4590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:46.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:46.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:47.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:47.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:46 smithi194 ceph-mon[104785]: pgmap v4591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:46 smithi135 ceph-mon[93152]: pgmap v4591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:48.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:48.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:48 smithi194 ceph-mon[104785]: pgmap v4592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:48 smithi135 ceph-mon[93152]: pgmap v4592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:49.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:49.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:50.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:50.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:51.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:51.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:50 smithi194 ceph-mon[104785]: pgmap v4593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:59:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:50 smithi135 ceph-mon[93152]: pgmap v4593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T06:59:52.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:52.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:53.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:53.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:52 smithi194 ceph-mon[104785]: pgmap v4594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:52 smithi135 ceph-mon[93152]: pgmap v4594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:54.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:54.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:55.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:55.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:54 smithi194 ceph-mon[104785]: pgmap v4595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:54 smithi135 ceph-mon[93152]: pgmap v4595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:56.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:56.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T06:59:57.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:57.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:56 smithi194 ceph-mon[104785]: pgmap v4596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:56 smithi135 ceph-mon[93152]: pgmap v4596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:58.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:58.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 06:59:58 smithi135 ceph-mon[93152]: pgmap v4597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T06:59:59.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T06:59:59.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T06:59:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 06:59:58 smithi194 ceph-mon[104785]: pgmap v4597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:00.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:00.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:01.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:01.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:00 smithi194 ceph-mon[104785]: pgmap v4598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:00:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T07:00:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:00 smithi135 ceph-mon[93152]: pgmap v4598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:00:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T07:00:02.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:02.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:03.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:03.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:02 smithi194 ceph-mon[104785]: pgmap v4599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:02 smithi135 ceph-mon[93152]: pgmap v4599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:04.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:04.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:05.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:05.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:04 smithi194 ceph-mon[104785]: pgmap v4600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:04 smithi135 ceph-mon[93152]: pgmap v4600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:06.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:06.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:07.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:07.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:06 smithi194 ceph-mon[104785]: pgmap v4601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:06 smithi135 ceph-mon[93152]: pgmap v4601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:08.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:08.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:08 smithi135 ceph-mon[93152]: pgmap v4602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:09.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:09.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:08 smithi194 ceph-mon[104785]: pgmap v4602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:10.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:10.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:11.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:11.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:10 smithi194 ceph-mon[104785]: pgmap v4603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:00:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:10 smithi135 ceph-mon[93152]: pgmap v4603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:00:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:12.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:12.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:13.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:13.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:12 smithi194 ceph-mon[104785]: pgmap v4604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:12 smithi135 ceph-mon[93152]: pgmap v4604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:14.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:14.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:15.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:15.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:15.111 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:14 smithi135 ceph-mon[93152]: pgmap v4605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:14 smithi194 ceph-mon[104785]: pgmap v4605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:00:16.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:16.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:00:17.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:17.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:16 smithi194 ceph-mon[104785]: pgmap v4606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:16 smithi135 ceph-mon[93152]: pgmap v4606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:18.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:18.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:18.991 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:18 smithi194 ceph-mon[104785]: pgmap v4607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:18 smithi135 ceph-mon[93152]: pgmap v4607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:19.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:19.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:20.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:20.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:20 smithi135 ceph-mon[93152]: pgmap v4608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:00:21.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:21.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:20 smithi194 ceph-mon[104785]: pgmap v4608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:00:22.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:22.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:23.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:23.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:22 smithi194 ceph-mon[104785]: pgmap v4609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:00:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:00:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:00:23.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:00:23.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:00:23.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:00:23.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:00:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:22 smithi135 ceph-mon[93152]: pgmap v4609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:23.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:00:23.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:00:23.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:00:23.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:00:23.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:00:23.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:00:23.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:00:24.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:24.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:25.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:25.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:24 smithi194 ceph-mon[104785]: pgmap v4610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:24 smithi135 ceph-mon[93152]: pgmap v4610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:26.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:26.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:27.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:27.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:26 smithi194 ceph-mon[104785]: pgmap v4611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:26 smithi135 ceph-mon[93152]: pgmap v4611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:28.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:28.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:28 smithi135 ceph-mon[93152]: pgmap v4612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:29.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:29.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:29.096 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:28 smithi194 ceph-mon[104785]: pgmap v4612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:30.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:30.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:30 smithi135 ceph-mon[93152]: pgmap v4613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:00:31.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:31.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:30 smithi194 ceph-mon[104785]: pgmap v4613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:00:32.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:32.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:33.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:33.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:32 smithi194 ceph-mon[104785]: pgmap v4614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:32 smithi135 ceph-mon[93152]: pgmap v4614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:34.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:34.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:35.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:35.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:34 smithi194 ceph-mon[104785]: pgmap v4615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:34 smithi135 ceph-mon[93152]: pgmap v4615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:36.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:36.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:37.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:37.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:36 smithi194 ceph-mon[104785]: pgmap v4616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:36 smithi135 ceph-mon[93152]: pgmap v4616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:38.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:38.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:38 smithi135 ceph-mon[93152]: pgmap v4617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:39.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:39.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:39.202 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:38 smithi194 ceph-mon[104785]: pgmap v4617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:40.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:40.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:40.852 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:40 smithi135 ceph-mon[93152]: pgmap v4618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:00:40.852 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:41.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:41.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:40 smithi194 ceph-mon[104785]: pgmap v4618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:00:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:42.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:42.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:43.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:43.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:42 smithi194 ceph-mon[104785]: pgmap v4619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:42 smithi135 ceph-mon[93152]: pgmap v4619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:44.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:44.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:45.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:45.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:44 smithi194 ceph-mon[104785]: pgmap v4620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:44 smithi135 ceph-mon[93152]: pgmap v4620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:46.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:46.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:47.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:47.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:46 smithi194 ceph-mon[104785]: pgmap v4621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:46 smithi135 ceph-mon[93152]: pgmap v4621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:48.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:48.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:48 smithi135 ceph-mon[93152]: pgmap v4622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:49.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:49.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:48 smithi194 ceph-mon[104785]: pgmap v4622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:50.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:50.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:51.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:51.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:50 smithi194 ceph-mon[104785]: pgmap v4623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:00:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:50 smithi135 ceph-mon[93152]: pgmap v4623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:00:52.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:52.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:53.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:53.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:52 smithi194 ceph-mon[104785]: pgmap v4624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:52 smithi135 ceph-mon[93152]: pgmap v4624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:54.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:54.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:55.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:55.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:54 smithi194 ceph-mon[104785]: pgmap v4625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:54 smithi135 ceph-mon[93152]: pgmap v4625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:56.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:56.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:00:57.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:57.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:56 smithi194 ceph-mon[104785]: pgmap v4626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:56 smithi135 ceph-mon[93152]: pgmap v4626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:58.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:58.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:00:58 smithi135 ceph-mon[93152]: pgmap v4627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:00:59.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:00:59.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:00:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:00:58 smithi194 ceph-mon[104785]: pgmap v4627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:00.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:00.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:01.120 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:00 smithi135 ceph-mon[93152]: pgmap v4628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:01:01.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:01.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:01.175 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:00 smithi194 ceph-mon[104785]: pgmap v4628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:01:02.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:02.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:03.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:03.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:02 smithi194 ceph-mon[104785]: pgmap v4629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:02 smithi135 ceph-mon[93152]: pgmap v4629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:04.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:04.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:05.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:05.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:04 smithi194 ceph-mon[104785]: pgmap v4630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:04 smithi135 ceph-mon[93152]: pgmap v4630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:06.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:06.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:07.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:07.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:06 smithi194 ceph-mon[104785]: pgmap v4631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:06 smithi135 ceph-mon[93152]: pgmap v4631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:08.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:08.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:09.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:08 smithi135 ceph-mon[93152]: pgmap v4632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:09.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:09.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:08 smithi194 ceph-mon[104785]: pgmap v4632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:10.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:10.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:11.150 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:10 smithi135 ceph-mon[93152]: pgmap v4633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:01:11.150 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:11.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:11.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:10 smithi194 ceph-mon[104785]: pgmap v4633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:01:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:12.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:12.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:13.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:13.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:12 smithi194 ceph-mon[104785]: pgmap v4634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:12 smithi135 ceph-mon[93152]: pgmap v4634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:14.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:14.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:15.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:15.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:14 smithi194 ceph-mon[104785]: pgmap v4635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:14 smithi135 ceph-mon[93152]: pgmap v4635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:16.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:16.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:17.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:17.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:16 smithi194 ceph-mon[104785]: pgmap v4636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:16 smithi135 ceph-mon[93152]: pgmap v4636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:18.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:18.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:18 smithi135 ceph-mon[93152]: pgmap v4637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:19.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:19.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:18 smithi194 ceph-mon[104785]: pgmap v4637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:20.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:20.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:21.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:21.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:20 smithi194 ceph-mon[104785]: pgmap v4638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:01:21.248 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:20 smithi135 ceph-mon[93152]: pgmap v4638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:01:22.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:22.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:23.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:23.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:22 smithi194 ceph-mon[104785]: pgmap v4639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:01:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:22 smithi135 ceph-mon[93152]: pgmap v4639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:01:24.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:24.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:01:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:01:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:01:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:01:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:01:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:01:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:01:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:23 smithi194 ceph-mon[104785]: pgmap v4640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:24.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:01:24.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:01:24.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:01:24.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:01:24.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:01:24.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:01:24.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:01:24.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:23 smithi135 ceph-mon[93152]: pgmap v4640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:25.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:25.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:26.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:26.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:26 smithi135 ceph-mon[93152]: pgmap v4641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:26 smithi194 ceph-mon[104785]: pgmap v4641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:27.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:27.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:28.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:28.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:28 smithi135 ceph-mon[93152]: pgmap v4642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:29.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:29.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:28 smithi194 ceph-mon[104785]: pgmap v4642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:30.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:30.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:31.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:31.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:30 smithi194 ceph-mon[104785]: pgmap v4643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:01:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:30 smithi135 ceph-mon[93152]: pgmap v4643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:01:32.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:32.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:33.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:33.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:32 smithi194 ceph-mon[104785]: pgmap v4644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:32 smithi135 ceph-mon[93152]: pgmap v4644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:34.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:34.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:35.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:35.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:34 smithi194 ceph-mon[104785]: pgmap v4645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:34 smithi135 ceph-mon[93152]: pgmap v4645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:36.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:36.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:37.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:37.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:36 smithi194 ceph-mon[104785]: pgmap v4646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:36 smithi135 ceph-mon[93152]: pgmap v4646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:38.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:38.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:38 smithi135 ceph-mon[93152]: pgmap v4647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:39.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:39.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:38 smithi194 ceph-mon[104785]: pgmap v4647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:40.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:40.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:41.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:41.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:40 smithi194 ceph-mon[104785]: pgmap v4648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:01:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:40 smithi135 ceph-mon[93152]: pgmap v4648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:01:41.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:42.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:42.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:43.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:43.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:42 smithi194 ceph-mon[104785]: pgmap v4649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:42 smithi135 ceph-mon[93152]: pgmap v4649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:44.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:44.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:45.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:45.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:44 smithi194 ceph-mon[104785]: pgmap v4650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:44 smithi135 ceph-mon[93152]: pgmap v4650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:46.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:46.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:46 smithi194 ceph-mon[104785]: pgmap v4651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:47.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:47.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:46 smithi135 ceph-mon[93152]: pgmap v4651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:48.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:48.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:48 smithi135 ceph-mon[93152]: pgmap v4652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:48 smithi194 ceph-mon[104785]: pgmap v4652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:49.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:49.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:50.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:50.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:50 smithi194 ceph-mon[104785]: pgmap v4653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:01:51.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:51.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:50 smithi135 ceph-mon[93152]: pgmap v4653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:01:52.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:52.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:52 smithi194 ceph-mon[104785]: pgmap v4654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:53.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:53.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:52 smithi135 ceph-mon[93152]: pgmap v4654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:54.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:54.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:54 smithi194 ceph-mon[104785]: pgmap v4655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:55.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:55.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:55.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:54 smithi135 ceph-mon[93152]: pgmap v4655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:56.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:56.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:01:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:56 smithi194 ceph-mon[104785]: pgmap v4656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:57.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:57.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:56 smithi135 ceph-mon[93152]: pgmap v4656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:58.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:58.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:01:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:01:58 smithi135 ceph-mon[93152]: pgmap v4657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:01:58 smithi194 ceph-mon[104785]: pgmap v4657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:01:59.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:01:59.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:00.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:00.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:00 smithi194 ceph-mon[104785]: pgmap v4658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:02:01.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:01.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:00 smithi135 ceph-mon[93152]: pgmap v4658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:02:02.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:02.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:02 smithi194 ceph-mon[104785]: pgmap v4659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:03.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:03.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:02 smithi135 ceph-mon[93152]: pgmap v4659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:04.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:04.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:04 smithi194 ceph-mon[104785]: pgmap v4660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:05.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:05.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:04 smithi135 ceph-mon[93152]: pgmap v4660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:06.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:06.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:06 smithi135 ceph-mon[93152]: pgmap v4661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:06 smithi194 ceph-mon[104785]: pgmap v4661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:07.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:07.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:08.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:08.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:08 smithi135 ceph-mon[93152]: pgmap v4662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:08 smithi194 ceph-mon[104785]: pgmap v4662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:09.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:09.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:10.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:10.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:10 smithi194 ceph-mon[104785]: pgmap v4663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:02:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:11.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:11.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:10 smithi135 ceph-mon[93152]: pgmap v4663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:02:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:12.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:12.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:12 smithi194 ceph-mon[104785]: pgmap v4664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:13.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:13.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:12 smithi135 ceph-mon[93152]: pgmap v4664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:14.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:14.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:15.206 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:14 smithi194 ceph-mon[104785]: pgmap v4665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:15.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:15.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:14 smithi135 ceph-mon[93152]: pgmap v4665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:16.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:16.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:16 smithi194 ceph-mon[104785]: pgmap v4666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:16 smithi135 ceph-mon[93152]: pgmap v4666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:17.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:17.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:18.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:18.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:18 smithi194 ceph-mon[104785]: pgmap v4667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:18 smithi135 ceph-mon[93152]: pgmap v4667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:19.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:19.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:20.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:20.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:20 smithi194 ceph-mon[104785]: pgmap v4668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:02:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:20 smithi135 ceph-mon[93152]: pgmap v4668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:02:21.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:21.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:22.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:22.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:22 smithi194 ceph-mon[104785]: pgmap v4669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:22 smithi135 ceph-mon[93152]: pgmap v4669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:23.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:23.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:02:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:02:24.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:24.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:24 smithi194 ceph-mon[104785]: pgmap v4670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:02:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:02:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:02:25.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:02:25.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:02:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:24 smithi135 ceph-mon[93152]: pgmap v4670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:02:25.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:02:25.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:02:25.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:02:25.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:02:25.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:25.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:26.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:26.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:26 smithi194 ceph-mon[104785]: pgmap v4671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:26 smithi135 ceph-mon[93152]: pgmap v4671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:27.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:27.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:28.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:28.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:28 smithi194 ceph-mon[104785]: pgmap v4672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:28 smithi135 ceph-mon[93152]: pgmap v4672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:29.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:29.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:30.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:30.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:30 smithi194 ceph-mon[104785]: pgmap v4673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:02:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:30 smithi135 ceph-mon[93152]: pgmap v4673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:02:31.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:31.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:32.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:32.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:32 smithi194 ceph-mon[104785]: pgmap v4674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:32 smithi135 ceph-mon[93152]: pgmap v4674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:33.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:33.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:34.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:34.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:34 smithi194 ceph-mon[104785]: pgmap v4675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:34 smithi135 ceph-mon[93152]: pgmap v4675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:35.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:35.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:36.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:36.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:36 smithi194 ceph-mon[104785]: pgmap v4676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:36 smithi135 ceph-mon[93152]: pgmap v4676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:37.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:37.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:38.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:38.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:38 smithi194 ceph-mon[104785]: pgmap v4677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:38 smithi135 ceph-mon[93152]: pgmap v4677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:39.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:39.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:40.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:40.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:40 smithi194 ceph-mon[104785]: pgmap v4678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:02:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:40 smithi135 ceph-mon[93152]: pgmap v4678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:02:41.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:41.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:41.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:42.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:42.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:42 smithi194 ceph-mon[104785]: pgmap v4679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:42 smithi135 ceph-mon[93152]: pgmap v4679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:43.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:43.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:44.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:44.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:44 smithi194 ceph-mon[104785]: pgmap v4680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:44 smithi135 ceph-mon[93152]: pgmap v4680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:45.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:45.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:46.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:46.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:46 smithi194 ceph-mon[104785]: pgmap v4681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:46 smithi135 ceph-mon[93152]: pgmap v4681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:47.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:47.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:48.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:48.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:48 smithi194 ceph-mon[104785]: pgmap v4682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:48 smithi135 ceph-mon[93152]: pgmap v4682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:49.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:49.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:50.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:50.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:50 smithi194 ceph-mon[104785]: pgmap v4683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:02:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:50 smithi135 ceph-mon[93152]: pgmap v4683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:02:51.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:51.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:52.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:52.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:52 smithi194 ceph-mon[104785]: pgmap v4684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:52 smithi135 ceph-mon[93152]: pgmap v4684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:53.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:53.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:54.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:54.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:54 smithi194 ceph-mon[104785]: pgmap v4685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:54 smithi135 ceph-mon[93152]: pgmap v4685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:55.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:55.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:02:56.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:56.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:57.186 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:56 smithi135 ceph-mon[93152]: pgmap v4686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:56 smithi194 ceph-mon[104785]: pgmap v4686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:57.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:57.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:58.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:58.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:02:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:02:58 smithi194 ceph-mon[104785]: pgmap v4687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:02:58 smithi135 ceph-mon[93152]: pgmap v4687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:02:59.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:02:59.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:00.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:00.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:00 smithi194 ceph-mon[104785]: pgmap v4688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:03:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:00 smithi135 ceph-mon[93152]: pgmap v4688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:03:01.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:01.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:02.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:02.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:02 smithi194 ceph-mon[104785]: pgmap v4689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:02 smithi135 ceph-mon[93152]: pgmap v4689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:03.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:03.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:04.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:04.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:04 smithi194 ceph-mon[104785]: pgmap v4690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:04 smithi135 ceph-mon[93152]: pgmap v4690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:05.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:05.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:06.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:06.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:06 smithi194 ceph-mon[104785]: pgmap v4691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:06 smithi135 ceph-mon[93152]: pgmap v4691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:07.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:07.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:08.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:08.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:08 smithi194 ceph-mon[104785]: pgmap v4692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:08 smithi135 ceph-mon[93152]: pgmap v4692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:09.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:09.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:10.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:10.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:10 smithi194 ceph-mon[104785]: pgmap v4693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:03:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:10 smithi135 ceph-mon[93152]: pgmap v4693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:03:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:11.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:11.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:12.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:12.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:12 smithi194 ceph-mon[104785]: pgmap v4694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:12 smithi135 ceph-mon[93152]: pgmap v4694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:13.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:13.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:14.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:14.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:14 smithi194 ceph-mon[104785]: pgmap v4695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:14 smithi135 ceph-mon[93152]: pgmap v4695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:15.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:15.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:16.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:16.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:16 smithi194 ceph-mon[104785]: pgmap v4696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:16 smithi135 ceph-mon[93152]: pgmap v4696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:17.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:17.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:18.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:18.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:18 smithi194 ceph-mon[104785]: pgmap v4697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:18 smithi135 ceph-mon[93152]: pgmap v4697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:19.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:19.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:20.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:20.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:20 smithi194 ceph-mon[104785]: pgmap v4698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:03:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:20 smithi135 ceph-mon[93152]: pgmap v4698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:03:21.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:21.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:22.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:22.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:22 smithi194 ceph-mon[104785]: pgmap v4699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:22 smithi135 ceph-mon[93152]: pgmap v4699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:23.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:23.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:24.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:24.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:24 smithi194 ceph-mon[104785]: pgmap v4700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:03:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:03:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:03:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:24 smithi135 ceph-mon[93152]: pgmap v4700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:03:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:03:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:03:25.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:25.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:03:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:03:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:03:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:03:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:03:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:03:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:03:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:03:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:03:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:03:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:26.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:26.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:26 smithi194 ceph-mon[104785]: pgmap v4701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:26 smithi135 ceph-mon[93152]: pgmap v4701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:27.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:27.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:28.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:28.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:28 smithi194 ceph-mon[104785]: pgmap v4702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:28 smithi135 ceph-mon[93152]: pgmap v4702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:29.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:29.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:30.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:30.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:30 smithi194 ceph-mon[104785]: pgmap v4703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:03:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:30 smithi135 ceph-mon[93152]: pgmap v4703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:03:31.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:31.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:32.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:32.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:32 smithi194 ceph-mon[104785]: pgmap v4704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:32 smithi135 ceph-mon[93152]: pgmap v4704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:33.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:33.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:34.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:34.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:34 smithi194 ceph-mon[104785]: pgmap v4705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:34 smithi135 ceph-mon[93152]: pgmap v4705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:35.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:35.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:36.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:36.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:36 smithi194 ceph-mon[104785]: pgmap v4706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:37.335 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:36 smithi135 ceph-mon[93152]: pgmap v4706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:37.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:37.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:38.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:38.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:38 smithi194 ceph-mon[104785]: pgmap v4707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:38 smithi135 ceph-mon[93152]: pgmap v4707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:39.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:39.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:40.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:40.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:40 smithi194 ceph-mon[104785]: pgmap v4708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:03:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:40 smithi135 ceph-mon[93152]: pgmap v4708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:03:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:41.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:41.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:42.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:42.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:42 smithi194 ceph-mon[104785]: pgmap v4709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:42 smithi135 ceph-mon[93152]: pgmap v4709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:43.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:43.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:44.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:44.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:44 smithi194 ceph-mon[104785]: pgmap v4710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:44 smithi135 ceph-mon[93152]: pgmap v4710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:45.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:45.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:46.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:46.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:46 smithi194 ceph-mon[104785]: pgmap v4711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:46 smithi135 ceph-mon[93152]: pgmap v4711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:47.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:47.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:48.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:48.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:48 smithi194 ceph-mon[104785]: pgmap v4712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:48 smithi135 ceph-mon[93152]: pgmap v4712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:49.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:49.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:50.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:50.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:50 smithi194 ceph-mon[104785]: pgmap v4713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:03:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:50 smithi135 ceph-mon[93152]: pgmap v4713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:03:51.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:51.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:52.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:52.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:52 smithi135 ceph-mon[93152]: pgmap v4714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:52 smithi194 ceph-mon[104785]: pgmap v4714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:53.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:53.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:54.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:54.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:54 smithi194 ceph-mon[104785]: pgmap v4715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:54 smithi135 ceph-mon[93152]: pgmap v4715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:55.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:55.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:03:56.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:56.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:56 smithi194 ceph-mon[104785]: pgmap v4716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:56 smithi135 ceph-mon[93152]: pgmap v4716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:57.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:57.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:58.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:58.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:03:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:03:58 smithi194 ceph-mon[104785]: pgmap v4717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:03:58 smithi135 ceph-mon[93152]: pgmap v4717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:03:59.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:03:59.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:00.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:00.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:00 smithi194 ceph-mon[104785]: pgmap v4718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:04:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:00 smithi135 ceph-mon[93152]: pgmap v4718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:04:01.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:01.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:02.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:02.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:02 smithi194 ceph-mon[104785]: pgmap v4719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:02 smithi135 ceph-mon[93152]: pgmap v4719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:03.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:03.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:04.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:04.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:04 smithi194 ceph-mon[104785]: pgmap v4720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:04 smithi135 ceph-mon[93152]: pgmap v4720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:05.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:05.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:06.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:06.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:06 smithi194 ceph-mon[104785]: pgmap v4721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:07.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:06 smithi135 ceph-mon[93152]: pgmap v4721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:07.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:07.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:08.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:08.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:08 smithi194 ceph-mon[104785]: pgmap v4722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:08 smithi135 ceph-mon[93152]: pgmap v4722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:09.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:09.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:10.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:10.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:10 smithi194 ceph-mon[104785]: pgmap v4723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:04:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:10 smithi135 ceph-mon[93152]: pgmap v4723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:04:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:11.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:11.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:12.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:12.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:12 smithi194 ceph-mon[104785]: pgmap v4724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:12 smithi135 ceph-mon[93152]: pgmap v4724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:13.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:13.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:14.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:14.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:14 smithi194 ceph-mon[104785]: pgmap v4725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:14 smithi135 ceph-mon[93152]: pgmap v4725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:15.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:15.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:16.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:16.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:16 smithi194 ceph-mon[104785]: pgmap v4726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:16 smithi135 ceph-mon[93152]: pgmap v4726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:17.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:17.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:18.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:18.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:18 smithi194 ceph-mon[104785]: pgmap v4727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:18 smithi135 ceph-mon[93152]: pgmap v4727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:19.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:19.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:20.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:20.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:20 smithi194 ceph-mon[104785]: pgmap v4728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:04:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:20 smithi135 ceph-mon[93152]: pgmap v4728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:04:21.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:21.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:22.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:22.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:22 smithi194 ceph-mon[104785]: pgmap v4729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:22 smithi135 ceph-mon[93152]: pgmap v4729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:23.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:23.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:24.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:24.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:24 smithi194 ceph-mon[104785]: pgmap v4730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:24 smithi135 ceph-mon[93152]: pgmap v4730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:25.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:25.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:04:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:04:26.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:26.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:26 smithi194 ceph-mon[104785]: pgmap v4731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:04:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:04:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:04:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:04:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:04:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:04:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:04:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:04:27.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:04:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:26 smithi135 ceph-mon[93152]: pgmap v4731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:04:27.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:04:27.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:04:27.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:04:27.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:04:27.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:04:27.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:04:27.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:04:27.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:04:27.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:27.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:28.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:28.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:28 smithi194 ceph-mon[104785]: pgmap v4732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:28 smithi135 ceph-mon[93152]: pgmap v4732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:29.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:29.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:30.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:30.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:30 smithi194 ceph-mon[104785]: pgmap v4733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:04:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:30 smithi135 ceph-mon[93152]: pgmap v4733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:04:31.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:31.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:32.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:32.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:32 smithi194 ceph-mon[104785]: pgmap v4734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:32 smithi135 ceph-mon[93152]: pgmap v4734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:33.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:33.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:34.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:34.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:34 smithi194 ceph-mon[104785]: pgmap v4735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:34 smithi135 ceph-mon[93152]: pgmap v4735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:35.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:35.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:36.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:36.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:36 smithi194 ceph-mon[104785]: pgmap v4736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:36 smithi135 ceph-mon[93152]: pgmap v4736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:37.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:37.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:38.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:38.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:38 smithi194 ceph-mon[104785]: pgmap v4737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:38 smithi135 ceph-mon[93152]: pgmap v4737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:39.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:39.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:40.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:40.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:40 smithi194 ceph-mon[104785]: pgmap v4738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:04:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:40 smithi135 ceph-mon[93152]: pgmap v4738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:04:41.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:41.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:41.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:42.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:42.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:42 smithi194 ceph-mon[104785]: pgmap v4739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:43.229 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:42 smithi135 ceph-mon[93152]: pgmap v4739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:43.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:43.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:44.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:44.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:44 smithi194 ceph-mon[104785]: pgmap v4740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:45.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:44 smithi135 ceph-mon[93152]: pgmap v4740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:45.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:45.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:46.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:46.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:46 smithi194 ceph-mon[104785]: pgmap v4741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:46 smithi135 ceph-mon[93152]: pgmap v4741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:47.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:47.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:48.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:48.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:48 smithi194 ceph-mon[104785]: pgmap v4742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:48 smithi135 ceph-mon[93152]: pgmap v4742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:49.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:49.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:50.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:50.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:50 smithi194 ceph-mon[104785]: pgmap v4743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:04:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:50 smithi135 ceph-mon[93152]: pgmap v4743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:04:51.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:51.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:52.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:52.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:52 smithi194 ceph-mon[104785]: pgmap v4744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:52 smithi135 ceph-mon[93152]: pgmap v4744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:53.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:53.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:54.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:54.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:54 smithi194 ceph-mon[104785]: pgmap v4745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:54 smithi135 ceph-mon[93152]: pgmap v4745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:55.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:55.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:56.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:04:56.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:56.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:56 smithi194 ceph-mon[104785]: pgmap v4746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:56 smithi135 ceph-mon[93152]: pgmap v4746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:57.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:57.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:58.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:58.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:04:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:04:58 smithi194 ceph-mon[104785]: pgmap v4747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:04:58 smithi135 ceph-mon[93152]: pgmap v4747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:04:59.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:04:59.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:00.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:00.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:00 smithi194 ceph-mon[104785]: pgmap v4748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:05:01.285 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:00 smithi135 ceph-mon[93152]: pgmap v4748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:05:01.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:01.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:02.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:02.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:02 smithi194 ceph-mon[104785]: pgmap v4749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:02 smithi135 ceph-mon[93152]: pgmap v4749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:03.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:03.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:04.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:04.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:04 smithi194 ceph-mon[104785]: pgmap v4750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:04 smithi135 ceph-mon[93152]: pgmap v4750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:05.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:05.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:06.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:06.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:06 smithi194 ceph-mon[104785]: pgmap v4751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:06 smithi135 ceph-mon[93152]: pgmap v4751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:07.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:07.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:08.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:08.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:08 smithi194 ceph-mon[104785]: pgmap v4752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:08 smithi135 ceph-mon[93152]: pgmap v4752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:09.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:09.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:10.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:10.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:10 smithi194 ceph-mon[104785]: pgmap v4753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:05:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:10 smithi135 ceph-mon[93152]: pgmap v4753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:05:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:11.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:11.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:12.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:12.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:12 smithi194 ceph-mon[104785]: pgmap v4754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:12 smithi135 ceph-mon[93152]: pgmap v4754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:13.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:13.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:14.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:14.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:14 smithi194 ceph-mon[104785]: pgmap v4755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:14 smithi135 ceph-mon[93152]: pgmap v4755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:15.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:15.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:16.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:16.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:16 smithi194 ceph-mon[104785]: pgmap v4756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:16 smithi135 ceph-mon[93152]: pgmap v4756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:17.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:17.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:18.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:18.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:18 smithi135 ceph-mon[93152]: pgmap v4757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:18 smithi194 ceph-mon[104785]: pgmap v4757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:19.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:19.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:20.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:20.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:20 smithi194 ceph-mon[104785]: pgmap v4758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:05:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:20 smithi135 ceph-mon[93152]: pgmap v4758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:05:21.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:21.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:22.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:22.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:22 smithi194 ceph-mon[104785]: pgmap v4759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:22 smithi135 ceph-mon[93152]: pgmap v4759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:23.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:23.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:24.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:24.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:24 smithi194 ceph-mon[104785]: pgmap v4760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:24 smithi135 ceph-mon[93152]: pgmap v4760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:25.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:25.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:26.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:26.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:26 smithi194 ceph-mon[104785]: pgmap v4761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:05:27.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:26 smithi135 ceph-mon[93152]: pgmap v4761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:27.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:05:27.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:27.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:28.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:28.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:28 smithi135 ceph-mon[93152]: pgmap v4762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:28 smithi194 ceph-mon[104785]: pgmap v4762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:29.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:29.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:30.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:30.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:30 smithi194 ceph-mon[104785]: pgmap v4763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:05:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:05:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:05:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:05:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:05:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:05:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:05:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:05:31.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:05:31.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:05:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:30 smithi135 ceph-mon[93152]: pgmap v4763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:05:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:05:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:05:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:05:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:05:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:05:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:05:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:05:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:05:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:05:31.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:31.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:32.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:32.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:32 smithi194 ceph-mon[104785]: pgmap v4764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:32 smithi135 ceph-mon[93152]: pgmap v4764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:33.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:33.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:34.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:34.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:34 smithi194 ceph-mon[104785]: pgmap v4765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:34 smithi135 ceph-mon[93152]: pgmap v4765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:35.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:35.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:36.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:36.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:36 smithi194 ceph-mon[104785]: pgmap v4766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:36 smithi135 ceph-mon[93152]: pgmap v4766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:37.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:37.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:38.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:38.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:38 smithi194 ceph-mon[104785]: pgmap v4767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:38 smithi135 ceph-mon[93152]: pgmap v4767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:39.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:39.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:40.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:40.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:40 smithi194 ceph-mon[104785]: pgmap v4768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:05:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:40 smithi135 ceph-mon[93152]: pgmap v4768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:05:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:41.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:41.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:42.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:42.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:42 smithi194 ceph-mon[104785]: pgmap v4769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:42 smithi135 ceph-mon[93152]: pgmap v4769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:43.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:43.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:44.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:44.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:44 smithi194 ceph-mon[104785]: pgmap v4770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:44 smithi135 ceph-mon[93152]: pgmap v4770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:45.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:45.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:46.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:46.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:46 smithi194 ceph-mon[104785]: pgmap v4771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:46 smithi135 ceph-mon[93152]: pgmap v4771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:47.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:47.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:48.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:48.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:49.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:48 smithi194 ceph-mon[104785]: pgmap v4772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:48 smithi135 ceph-mon[93152]: pgmap v4772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:49.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:49.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:50.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:50.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:50 smithi194 ceph-mon[104785]: pgmap v4773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:05:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:50 smithi135 ceph-mon[93152]: pgmap v4773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:05:51.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:51.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:52.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:52.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:52 smithi194 ceph-mon[104785]: pgmap v4774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:52 smithi135 ceph-mon[93152]: pgmap v4774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:53.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:53.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:54.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:54.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:54 smithi194 ceph-mon[104785]: pgmap v4775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:54 smithi135 ceph-mon[93152]: pgmap v4775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:55.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:55.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:05:56.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:56.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:56 smithi194 ceph-mon[104785]: pgmap v4776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:56 smithi135 ceph-mon[93152]: pgmap v4776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:57.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:57.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:58.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:58.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:05:59.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:05:58 smithi194 ceph-mon[104785]: pgmap v4777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:05:58 smithi135 ceph-mon[93152]: pgmap v4777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:05:59.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:05:59.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:00.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:00.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:00 smithi194 ceph-mon[104785]: pgmap v4778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:06:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:00 smithi135 ceph-mon[93152]: pgmap v4778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:06:01.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:01.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:02.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:03.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:02 smithi194 ceph-mon[104785]: pgmap v4779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:02 smithi135 ceph-mon[93152]: pgmap v4779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:03.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:03.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:04.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:04.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:04 smithi194 ceph-mon[104785]: pgmap v4780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:04 smithi135 ceph-mon[93152]: pgmap v4780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:05.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:05.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:05 smithi135 ceph-mon[93152]: pgmap v4781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:05 smithi194 ceph-mon[104785]: pgmap v4781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:06.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:06.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:07.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:07.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:08.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:08.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:09.065 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:08 smithi135 ceph-mon[93152]: pgmap v4782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:08 smithi194 ceph-mon[104785]: pgmap v4782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:09.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:09.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:10.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:10.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:10 smithi194 ceph-mon[104785]: pgmap v4783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:06:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:10 smithi135 ceph-mon[93152]: pgmap v4783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:06:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:11.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:11.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:12.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:12.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:12 smithi194 ceph-mon[104785]: pgmap v4784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:13.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:12 smithi135 ceph-mon[93152]: pgmap v4784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:13.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:13.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:14.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:14.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:14 smithi194 ceph-mon[104785]: pgmap v4785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:14 smithi135 ceph-mon[93152]: pgmap v4785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:15.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:15.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:15 smithi194 ceph-mon[104785]: pgmap v4786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:15 smithi135 ceph-mon[93152]: pgmap v4786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:16.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:16.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:17.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:17.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:18.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:18.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:19.164 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:18 smithi135 ceph-mon[93152]: pgmap v4787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:18 smithi194 ceph-mon[104785]: pgmap v4787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:19.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:19.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:20.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:20.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:20 smithi194 ceph-mon[104785]: pgmap v4788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:06:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:20 smithi135 ceph-mon[93152]: pgmap v4788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:06:21.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:21.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:22.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:22.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:22 smithi194 ceph-mon[104785]: pgmap v4789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:22 smithi135 ceph-mon[93152]: pgmap v4789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:23.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:23.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:23 smithi135 ceph-mon[93152]: pgmap v4790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:23 smithi194 ceph-mon[104785]: pgmap v4790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:24.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:24.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:26 smithi135 ceph-mon[93152]: pgmap v4791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:26.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:26.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:26 smithi194 ceph-mon[104785]: pgmap v4791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:27.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:27.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:28.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:28.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:28 smithi194 ceph-mon[104785]: pgmap v4792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:28 smithi135 ceph-mon[93152]: pgmap v4792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:29.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:29.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:30.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:30.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:30 smithi194 ceph-mon[104785]: pgmap v4793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:06:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:06:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:30 smithi135 ceph-mon[93152]: pgmap v4793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:06:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:06:31.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:31.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:06:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:06:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:06:32.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:06:32.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:06:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:06:32.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:06:32.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:06:32.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:06:32.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:06:32.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:32.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:32 smithi194 ceph-mon[104785]: pgmap v4794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:32 smithi135 ceph-mon[93152]: pgmap v4794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:33.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:33.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:33 smithi194 ceph-mon[104785]: pgmap v4795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:33 smithi135 ceph-mon[93152]: pgmap v4795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:34.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:34.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:35.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:35.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:36.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:36.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:36 smithi194 ceph-mon[104785]: pgmap v4796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:36 smithi135 ceph-mon[93152]: pgmap v4796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:37.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:37.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:38.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:38.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:38 smithi194 ceph-mon[104785]: pgmap v4797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:38 smithi135 ceph-mon[93152]: pgmap v4797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:39.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:39.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:40.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:40.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:40 smithi194 ceph-mon[104785]: pgmap v4798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:06:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:40 smithi135 ceph-mon[93152]: pgmap v4798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:06:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:41.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:41.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:41 smithi135 ceph-mon[93152]: pgmap v4799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:41 smithi194 ceph-mon[104785]: pgmap v4799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:42.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:42.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:43.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:43.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:44.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:44.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:44 smithi194 ceph-mon[104785]: pgmap v4800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:44 smithi135 ceph-mon[93152]: pgmap v4800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:45.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:45.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:45 smithi194 ceph-mon[104785]: pgmap v4801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:45 smithi135 ceph-mon[93152]: pgmap v4801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:46.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:46.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:47.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:47.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:48.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:48.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:48 smithi194 ceph-mon[104785]: pgmap v4802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:48 smithi135 ceph-mon[93152]: pgmap v4802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:49.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:49.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:49 smithi135 ceph-mon[93152]: pgmap v4803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:06:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:49 smithi194 ceph-mon[104785]: pgmap v4803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:06:50.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:50.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:51.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:51.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:51 smithi135 ceph-mon[93152]: pgmap v4804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:51 smithi194 ceph-mon[104785]: pgmap v4804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:52.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:52.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:53.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:53.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:53 smithi135 ceph-mon[93152]: pgmap v4805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:53 smithi194 ceph-mon[104785]: pgmap v4805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:54.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:54.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:06:55.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:55.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:56 smithi135 ceph-mon[93152]: pgmap v4806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:56 smithi194 ceph-mon[104785]: pgmap v4806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:56.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:56.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:57.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:57.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:58.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:58.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:06:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:58 smithi194 ceph-mon[104785]: pgmap v4807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:58 smithi135 ceph-mon[93152]: pgmap v4807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:06:59.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:06:59.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:06:59 smithi135 ceph-mon[93152]: pgmap v4808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:07:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:06:59 smithi194 ceph-mon[104785]: pgmap v4808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:07:00.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:00.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:01.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:01.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:01 smithi135 ceph-mon[93152]: pgmap v4809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:01 smithi194 ceph-mon[104785]: pgmap v4809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:02.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:02.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:03.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:03.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:03 smithi135 ceph-mon[93152]: pgmap v4810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:03 smithi194 ceph-mon[104785]: pgmap v4810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:04.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:04.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:05.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:05.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:05 smithi135 ceph-mon[93152]: pgmap v4811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:06 smithi194 ceph-mon[104785]: pgmap v4811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:06.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:06.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:07.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:07.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:08.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:08.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:08 smithi194 ceph-mon[104785]: pgmap v4812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:08 smithi135 ceph-mon[93152]: pgmap v4812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:09.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:09.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:09 smithi135 ceph-mon[93152]: pgmap v4813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:07:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:09 smithi194 ceph-mon[104785]: pgmap v4813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:07:10.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:10.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:11.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:11.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:12 smithi135 ceph-mon[93152]: pgmap v4814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:12 smithi194 ceph-mon[104785]: pgmap v4814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:12.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:12.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:13.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:13.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:13 smithi135 ceph-mon[93152]: pgmap v4815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:14 smithi194 ceph-mon[104785]: pgmap v4815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:14.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:14.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:15.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:15.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:16 smithi135 ceph-mon[93152]: pgmap v4816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:16 smithi194 ceph-mon[104785]: pgmap v4816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:16.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:16.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:17.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:17.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:18.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:18.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:18 smithi194 ceph-mon[104785]: pgmap v4817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:18 smithi135 ceph-mon[93152]: pgmap v4817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:19.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:19.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:20 smithi135 ceph-mon[93152]: pgmap v4818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:07:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:20 smithi194 ceph-mon[104785]: pgmap v4818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:07:20.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:20.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:21.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:21.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:22 smithi135 ceph-mon[93152]: pgmap v4819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:22 smithi194 ceph-mon[104785]: pgmap v4819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:22.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:22.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:23.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:23.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:24 smithi135 ceph-mon[93152]: pgmap v4820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:24 smithi194 ceph-mon[104785]: pgmap v4820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:24.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:24.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:25.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:25.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:26 smithi135 ceph-mon[93152]: pgmap v4821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:26 smithi194 ceph-mon[104785]: pgmap v4821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:26.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:26.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:27.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:27.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:28.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:28.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:28 smithi194 ceph-mon[104785]: pgmap v4822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:28 smithi135 ceph-mon[93152]: pgmap v4822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:29.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:29.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:30 smithi135 ceph-mon[93152]: pgmap v4823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:07:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:30 smithi194 ceph-mon[104785]: pgmap v4823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:07:30.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:30.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:07:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:07:31.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:31.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:07:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:07:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:07:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:07:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:07:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:32 smithi194 ceph-mon[104785]: pgmap v4824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:07:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:07:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:07:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:07:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:07:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:32 smithi135 ceph-mon[93152]: pgmap v4824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:32.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:32.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:33.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:33.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:34 smithi135 ceph-mon[93152]: pgmap v4825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:34 smithi194 ceph-mon[104785]: pgmap v4825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:34.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:34.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:35.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:35.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:36 smithi135 ceph-mon[93152]: pgmap v4826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:36 smithi194 ceph-mon[104785]: pgmap v4826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:36.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:36.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:37.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:37.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:38.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:38.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:38 smithi194 ceph-mon[104785]: pgmap v4827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:38 smithi135 ceph-mon[93152]: pgmap v4827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:39.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:39.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:40 smithi135 ceph-mon[93152]: pgmap v4828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:07:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:40 smithi194 ceph-mon[104785]: pgmap v4828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:07:40.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:40.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:41.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:41.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:41.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:42 smithi194 ceph-mon[104785]: pgmap v4829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:42 smithi135 ceph-mon[93152]: pgmap v4829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:42.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:42.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:43.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:43.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:44 smithi135 ceph-mon[93152]: pgmap v4830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:44 smithi194 ceph-mon[104785]: pgmap v4830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:44.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:44.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:45.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:45.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:46.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:46 smithi135 ceph-mon[93152]: pgmap v4831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:46 smithi194 ceph-mon[104785]: pgmap v4831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:46.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:46.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:47.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:47.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:48.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:48.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:48 smithi194 ceph-mon[104785]: pgmap v4832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:48 smithi135 ceph-mon[93152]: pgmap v4832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:49.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:49.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:50 smithi135 ceph-mon[93152]: pgmap v4833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:07:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:50 smithi194 ceph-mon[104785]: pgmap v4833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:07:50.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:50.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:51.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:51.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:52 smithi194 ceph-mon[104785]: pgmap v4834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:52 smithi135 ceph-mon[93152]: pgmap v4834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:52.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:52.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:53.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:53.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:54 smithi194 ceph-mon[104785]: pgmap v4835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:54 smithi135 ceph-mon[93152]: pgmap v4835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:54.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:54.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:07:55.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:55.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:56 smithi135 ceph-mon[93152]: pgmap v4836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:56 smithi194 ceph-mon[104785]: pgmap v4836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:56.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:56.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:57.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:57.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:58.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:58.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:07:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:07:58 smithi194 ceph-mon[104785]: pgmap v4837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:07:58 smithi135 ceph-mon[93152]: pgmap v4837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:07:59.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:07:59.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:00 smithi135 ceph-mon[93152]: pgmap v4838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:08:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:00 smithi194 ceph-mon[104785]: pgmap v4838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:08:00.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:00.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:01.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:01.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:02 smithi135 ceph-mon[93152]: pgmap v4839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:02 smithi194 ceph-mon[104785]: pgmap v4839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:02.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:02.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:03.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:03.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:04 smithi194 ceph-mon[104785]: pgmap v4840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:04 smithi135 ceph-mon[93152]: pgmap v4840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:04.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:04.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:05.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:05.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:06 smithi194 ceph-mon[104785]: pgmap v4841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:06 smithi135 ceph-mon[93152]: pgmap v4841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:06.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:06.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:07.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:07.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:08.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:08.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:08 smithi194 ceph-mon[104785]: pgmap v4842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:08 smithi135 ceph-mon[93152]: pgmap v4842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:09.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:09.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:10 smithi194 ceph-mon[104785]: pgmap v4843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:08:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:10 smithi135 ceph-mon[93152]: pgmap v4843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:08:10.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:10.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:11.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:11.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:12 smithi194 ceph-mon[104785]: pgmap v4844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:12 smithi135 ceph-mon[93152]: pgmap v4844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:12.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:12.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:13.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:13.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:14 smithi194 ceph-mon[104785]: pgmap v4845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:14 smithi135 ceph-mon[93152]: pgmap v4845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:14.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:14.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:15.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:15.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:16 smithi194 ceph-mon[104785]: pgmap v4846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:16 smithi135 ceph-mon[93152]: pgmap v4846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:16.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:16.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:17.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:17.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:18.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:18.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:18 smithi194 ceph-mon[104785]: pgmap v4847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:18 smithi135 ceph-mon[93152]: pgmap v4847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:19.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:19.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:20.353 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:20 smithi135 ceph-mon[93152]: pgmap v4848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:08:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:20 smithi194 ceph-mon[104785]: pgmap v4848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:08:20.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:20.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:21.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:21.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:22 smithi194 ceph-mon[104785]: pgmap v4849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:22 smithi135 ceph-mon[93152]: pgmap v4849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:22.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:22.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:23.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:23.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:24 smithi194 ceph-mon[104785]: pgmap v4850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:24.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:24 smithi135 ceph-mon[93152]: pgmap v4850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:24.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:24.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:25.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:25.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:26 smithi135 ceph-mon[93152]: pgmap v4851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:26 smithi194 ceph-mon[104785]: pgmap v4851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:26.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:26.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:27.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:27.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:28.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:28.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:29.128 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:28 smithi194 ceph-mon[104785]: pgmap v4852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:28 smithi135 ceph-mon[93152]: pgmap v4852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:29.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:29.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:30.453 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:30 smithi135 ceph-mon[93152]: pgmap v4853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:08:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:30 smithi194 ceph-mon[104785]: pgmap v4853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:08:30.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:30.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:31.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:31.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:32 smithi135 ceph-mon[93152]: pgmap v4854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:08:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:32 smithi194 ceph-mon[104785]: pgmap v4854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:08:32.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:32.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:33.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:33.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:34 smithi194 ceph-mon[104785]: pgmap v4855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:34 smithi135 ceph-mon[93152]: pgmap v4855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:34.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:34.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:35.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:35.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:36 smithi194 ceph-mon[104785]: pgmap v4856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:36 smithi135 ceph-mon[93152]: pgmap v4856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:36.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:36.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:37.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:37.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:08:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:08:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:08:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:08:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:08:37.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:08:37.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:08:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:08:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:08:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:08:38.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:08:38.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:08:38.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:08:38.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:08:38.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:38.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:38 smithi194 ceph-mon[104785]: pgmap v4857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:38 smithi135 ceph-mon[93152]: pgmap v4857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:39.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:39.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:40 smithi135 ceph-mon[93152]: pgmap v4858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:08:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:40 smithi194 ceph-mon[104785]: pgmap v4858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:08:40.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:40.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:41.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:41.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:42 smithi194 ceph-mon[104785]: pgmap v4859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:42 smithi135 ceph-mon[93152]: pgmap v4859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:42.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:42.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:43.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:43.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:44.283 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:44 smithi194 ceph-mon[104785]: pgmap v4860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:44 smithi135 ceph-mon[93152]: pgmap v4860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:44.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:44.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:45.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:45.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:46 smithi194 ceph-mon[104785]: pgmap v4861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:46 smithi135 ceph-mon[93152]: pgmap v4861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:46.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:46.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:47.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:47.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:48.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:48.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:48 smithi194 ceph-mon[104785]: pgmap v4862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:48 smithi135 ceph-mon[93152]: pgmap v4862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:49.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:49.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:50 smithi194 ceph-mon[104785]: pgmap v4863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:08:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:50 smithi135 ceph-mon[93152]: pgmap v4863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:08:50.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:50.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:51.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:51.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:52 smithi194 ceph-mon[104785]: pgmap v4864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:52 smithi135 ceph-mon[93152]: pgmap v4864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:52.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:52.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:53.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:53.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:54.388 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:54 smithi194 ceph-mon[104785]: pgmap v4865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:54 smithi135 ceph-mon[93152]: pgmap v4865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:54.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:54.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:08:55.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:55.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:56 smithi135 ceph-mon[93152]: pgmap v4866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:56 smithi194 ceph-mon[104785]: pgmap v4866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:56.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:56.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:57.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:57.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:58.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:58.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:08:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:08:58 smithi194 ceph-mon[104785]: pgmap v4867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:08:58 smithi135 ceph-mon[93152]: pgmap v4867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:08:59.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:08:59.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:00 smithi194 ceph-mon[104785]: pgmap v4868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:09:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:00 smithi135 ceph-mon[93152]: pgmap v4868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:09:00.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:00.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:01.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:02.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:02 smithi194 ceph-mon[104785]: pgmap v4869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:02 smithi135 ceph-mon[93152]: pgmap v4869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:02.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:02.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:03.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:03.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:04 smithi194 ceph-mon[104785]: pgmap v4870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:04 smithi135 ceph-mon[93152]: pgmap v4870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:04.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:04.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:05.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:05.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:06 smithi135 ceph-mon[93152]: pgmap v4871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:06 smithi194 ceph-mon[104785]: pgmap v4871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:06.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:06.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:07.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:07.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:08.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:08.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:08 smithi194 ceph-mon[104785]: pgmap v4872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:08 smithi135 ceph-mon[93152]: pgmap v4872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:09.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:09.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:10 smithi194 ceph-mon[104785]: pgmap v4873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:09:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:10 smithi135 ceph-mon[93152]: pgmap v4873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:09:10.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:10.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:11.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:11.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:11.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:12 smithi194 ceph-mon[104785]: pgmap v4874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:12 smithi135 ceph-mon[93152]: pgmap v4874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:12.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:12.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:13.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:13.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:14 smithi194 ceph-mon[104785]: pgmap v4875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:14 smithi135 ceph-mon[93152]: pgmap v4875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:14.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:14.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:15.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:15.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:16.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:16 smithi135 ceph-mon[93152]: pgmap v4876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:16 smithi194 ceph-mon[104785]: pgmap v4876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:16.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:16.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:17.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:17.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:18.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:18.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:18 smithi194 ceph-mon[104785]: pgmap v4877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:18 smithi135 ceph-mon[93152]: pgmap v4877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:19.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:19.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:20 smithi194 ceph-mon[104785]: pgmap v4878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:09:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:20 smithi135 ceph-mon[93152]: pgmap v4878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:09:20.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:20.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:21.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:21.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:22 smithi194 ceph-mon[104785]: pgmap v4879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:22.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:22 smithi135 ceph-mon[93152]: pgmap v4879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:22.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:22.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:23.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:23.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:24 smithi194 ceph-mon[104785]: pgmap v4880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:24 smithi135 ceph-mon[93152]: pgmap v4880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:24.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:24.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:25.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:25.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:26 smithi135 ceph-mon[93152]: pgmap v4881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:26 smithi194 ceph-mon[104785]: pgmap v4881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:26.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:26.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:27.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:27.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:28.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:28.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:28 smithi194 ceph-mon[104785]: pgmap v4882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:28 smithi135 ceph-mon[93152]: pgmap v4882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:29.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:29.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:30 smithi194 ceph-mon[104785]: pgmap v4883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:09:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:30 smithi135 ceph-mon[93152]: pgmap v4883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:09:30.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:30.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:31.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:31.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:32 smithi194 ceph-mon[104785]: pgmap v4884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:32 smithi135 ceph-mon[93152]: pgmap v4884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:32.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:32.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:33.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:33.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:34 smithi194 ceph-mon[104785]: pgmap v4885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:34 smithi135 ceph-mon[93152]: pgmap v4885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:34.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:34.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:35.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:35.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:36 smithi194 ceph-mon[104785]: pgmap v4886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:36 smithi135 ceph-mon[93152]: pgmap v4886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:36.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:36.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:09:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:09:37.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:38.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:38.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:09:38.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:09:38.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:09:38.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:09:38.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:09:38.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:38 smithi135 ceph-mon[93152]: pgmap v4887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:38.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:09:38.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:09:38.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:09:38.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:09:38.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:09:38.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:38 smithi194 ceph-mon[104785]: pgmap v4887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:38.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:38.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:39.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:39.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:40 smithi194 ceph-mon[104785]: pgmap v4888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:09:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:40 smithi135 ceph-mon[93152]: pgmap v4888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:09:40.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:40.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:41.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:41.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:42 smithi194 ceph-mon[104785]: pgmap v4889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:42 smithi135 ceph-mon[93152]: pgmap v4889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:42.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:42.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:43.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:43.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:44 smithi194 ceph-mon[104785]: pgmap v4890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:44 smithi135 ceph-mon[93152]: pgmap v4890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:44.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:44.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:45.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:45.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:46.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:46 smithi194 ceph-mon[104785]: pgmap v4891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:46 smithi135 ceph-mon[93152]: pgmap v4891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:46.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:46.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:47.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:47.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:48.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:48.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:48 smithi194 ceph-mon[104785]: pgmap v4892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:48 smithi135 ceph-mon[93152]: pgmap v4892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:49.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:49.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:50 smithi194 ceph-mon[104785]: pgmap v4893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:09:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:50 smithi135 ceph-mon[93152]: pgmap v4893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:09:50.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:50.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:51.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:51.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:52 smithi194 ceph-mon[104785]: pgmap v4894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:52 smithi135 ceph-mon[93152]: pgmap v4894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:53.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:53.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:54.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:54.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:54 smithi194 ceph-mon[104785]: pgmap v4895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:54 smithi135 ceph-mon[93152]: pgmap v4895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:55.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:55.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:09:56.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:56.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:56 smithi135 ceph-mon[93152]: pgmap v4896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:56 smithi194 ceph-mon[104785]: pgmap v4896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:57.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:57.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:58.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:58.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:59.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:09:59.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:09:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:09:58 smithi194 ceph-mon[104785]: pgmap v4897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:09:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:09:58 smithi135 ceph-mon[93152]: pgmap v4897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:00.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:00.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:00 smithi194 ceph-mon[104785]: pgmap v4898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:10:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T07:10:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:00 smithi135 ceph-mon[93152]: pgmap v4898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:10:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T07:10:01.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:01.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:02.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:02.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:02 smithi194 ceph-mon[104785]: pgmap v4899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:02 smithi135 ceph-mon[93152]: pgmap v4899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:03.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:03.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:04.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:04.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:04 smithi194 ceph-mon[104785]: pgmap v4900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:04 smithi135 ceph-mon[93152]: pgmap v4900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:05.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:05.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:06.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:06.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:06.390 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:06 smithi135 ceph-mon[93152]: pgmap v4901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:06 smithi194 ceph-mon[104785]: pgmap v4901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:07.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:07.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:08.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:08.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:09.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:09.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:08 smithi194 ceph-mon[104785]: pgmap v4902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:08 smithi135 ceph-mon[93152]: pgmap v4902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:10.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:10.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:10 smithi194 ceph-mon[104785]: pgmap v4903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:10:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:10 smithi135 ceph-mon[93152]: pgmap v4903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:10:11.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:11.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:11.440 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:12.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:12.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:12 smithi194 ceph-mon[104785]: pgmap v4904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:12 smithi135 ceph-mon[93152]: pgmap v4904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:13.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:13.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:14.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:14.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:14 smithi194 ceph-mon[104785]: pgmap v4905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:14 smithi135 ceph-mon[93152]: pgmap v4905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:15.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:15.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:16.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:16.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:16 smithi194 ceph-mon[104785]: pgmap v4906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:16.489 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:16 smithi135 ceph-mon[93152]: pgmap v4906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:17.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:17.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:18.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:18.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:19.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:19.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:18 smithi194 ceph-mon[104785]: pgmap v4907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:18 smithi135 ceph-mon[93152]: pgmap v4907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:20.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:20.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:20.288 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:20 smithi194 ceph-mon[104785]: pgmap v4908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:10:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:20 smithi135 ceph-mon[93152]: pgmap v4908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:10:21.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:21.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:22.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:22.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:22.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:22 smithi194 ceph-mon[104785]: pgmap v4909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:22 smithi135 ceph-mon[93152]: pgmap v4909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:23.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:23.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:24.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:24.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:24 smithi194 ceph-mon[104785]: pgmap v4910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:24 smithi135 ceph-mon[93152]: pgmap v4910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:25.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:25.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:26.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:26.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:26 smithi135 ceph-mon[93152]: pgmap v4911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:26 smithi194 ceph-mon[104785]: pgmap v4911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:27.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:27.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:28.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:28.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:29.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:29.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:28 smithi194 ceph-mon[104785]: pgmap v4912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:28 smithi135 ceph-mon[93152]: pgmap v4912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:30.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:30.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:30.394 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:30 smithi194 ceph-mon[104785]: pgmap v4913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:10:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:30 smithi135 ceph-mon[93152]: pgmap v4913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:10:31.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:31.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:32.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:32.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:32 smithi194 ceph-mon[104785]: pgmap v4914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:32 smithi135 ceph-mon[93152]: pgmap v4914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:33.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:33.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:34.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:34.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:34 smithi194 ceph-mon[104785]: pgmap v4915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:34 smithi135 ceph-mon[93152]: pgmap v4915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:35.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:35.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:36.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:36.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:36 smithi194 ceph-mon[104785]: pgmap v4916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:36 smithi135 ceph-mon[93152]: pgmap v4916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:37.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:37.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:38.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:38.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:10:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:10:39.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:39.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:38 smithi194 ceph-mon[104785]: pgmap v4917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:38 smithi135 ceph-mon[93152]: pgmap v4917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:40.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:40.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:40 smithi194 ceph-mon[104785]: pgmap v4918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:10:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:40 smithi135 ceph-mon[93152]: pgmap v4918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:10:41.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:41.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:42.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:42.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:42 smithi194 ceph-mon[104785]: pgmap v4919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:42 smithi135 ceph-mon[93152]: pgmap v4919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:43.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:43.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:44.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:44.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:44 smithi194 ceph-mon[104785]: pgmap v4920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:44 smithi135 ceph-mon[93152]: pgmap v4920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:45.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:45.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:46.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:46.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:10:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:10:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:10:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:10:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:10:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:10:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:10:46.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:46 smithi194 ceph-mon[104785]: pgmap v4921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:10:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:10:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:10:46.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:10:46.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:10:46.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:10:46.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:10:46.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:46 smithi135 ceph-mon[93152]: pgmap v4921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:47.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:47.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:48.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:48.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:49.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:49.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:48 smithi194 ceph-mon[104785]: pgmap v4922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:48 smithi135 ceph-mon[93152]: pgmap v4922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:50.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:50.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:50 smithi194 ceph-mon[104785]: pgmap v4923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:10:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:50 smithi135 ceph-mon[93152]: pgmap v4923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:10:51.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:51.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:52.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:52.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:52 smithi135 ceph-mon[93152]: pgmap v4924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:52 smithi194 ceph-mon[104785]: pgmap v4924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:53.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:53.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:54.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:54.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:54 smithi194 ceph-mon[104785]: pgmap v4925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:54 smithi135 ceph-mon[93152]: pgmap v4925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:55.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:55.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:55.658 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:10:56.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:56.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:56 smithi135 ceph-mon[93152]: pgmap v4926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:56 smithi194 ceph-mon[104785]: pgmap v4926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:57.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:57.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:58.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:58.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:59.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:10:59.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:10:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:10:58 smithi194 ceph-mon[104785]: pgmap v4927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:10:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:10:58 smithi135 ceph-mon[93152]: pgmap v4927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:00.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:00.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:00 smithi194 ceph-mon[104785]: pgmap v4928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:11:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:00 smithi135 ceph-mon[93152]: pgmap v4928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:11:01.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:01.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:02.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:02.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:02 smithi135 ceph-mon[93152]: pgmap v4929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:02 smithi194 ceph-mon[104785]: pgmap v4929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:03.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:03.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:04.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:04.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:04 smithi194 ceph-mon[104785]: pgmap v4930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:04 smithi135 ceph-mon[93152]: pgmap v4930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:05.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:05.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:06.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:06.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:06 smithi194 ceph-mon[104785]: pgmap v4931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:06 smithi135 ceph-mon[93152]: pgmap v4931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:07.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:07.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:08.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:08.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:09.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:09.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:08 smithi194 ceph-mon[104785]: pgmap v4932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:08 smithi135 ceph-mon[93152]: pgmap v4932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:10.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:10.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:10 smithi194 ceph-mon[104785]: pgmap v4933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:11:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:10 smithi135 ceph-mon[93152]: pgmap v4933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:11:11.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:11.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:12.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:12.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:12 smithi194 ceph-mon[104785]: pgmap v4934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:12 smithi135 ceph-mon[93152]: pgmap v4934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:13.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:13.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:14.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:14.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:14 smithi194 ceph-mon[104785]: pgmap v4935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:14 smithi135 ceph-mon[93152]: pgmap v4935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:15.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:15.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:16.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:16.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:16 smithi194 ceph-mon[104785]: pgmap v4936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:16 smithi135 ceph-mon[93152]: pgmap v4936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:17.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:17.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:18.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:18.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:19.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:19.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:18 smithi194 ceph-mon[104785]: pgmap v4937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:18 smithi135 ceph-mon[93152]: pgmap v4937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:20.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:20.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:20 smithi194 ceph-mon[104785]: pgmap v4938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:11:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:20 smithi135 ceph-mon[93152]: pgmap v4938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:11:21.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:21.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:22.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:22.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:22 smithi194 ceph-mon[104785]: pgmap v4939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:22 smithi135 ceph-mon[93152]: pgmap v4939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:23.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:23.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:24.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:24.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:24 smithi194 ceph-mon[104785]: pgmap v4940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:24 smithi135 ceph-mon[93152]: pgmap v4940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:25.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:25.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:26.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:26.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:26 smithi135 ceph-mon[93152]: pgmap v4941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:26 smithi194 ceph-mon[104785]: pgmap v4941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:27.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:27.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:28.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:28.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:29.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:29.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:28 smithi194 ceph-mon[104785]: pgmap v4942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:28 smithi135 ceph-mon[93152]: pgmap v4942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:30.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:30.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:30 smithi194 ceph-mon[104785]: pgmap v4943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:11:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:30 smithi135 ceph-mon[93152]: pgmap v4943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:11:31.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:31.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:32.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:32.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:32 smithi194 ceph-mon[104785]: pgmap v4944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:32 smithi135 ceph-mon[93152]: pgmap v4944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:33.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:33.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:34.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:34.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:34 smithi194 ceph-mon[104785]: pgmap v4945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:34 smithi135 ceph-mon[93152]: pgmap v4945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:35.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:35.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:36.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:36.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:36 smithi194 ceph-mon[104785]: pgmap v4946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:36 smithi135 ceph-mon[93152]: pgmap v4946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:37.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:37.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:38.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:38.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:39.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:39.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:38 smithi194 ceph-mon[104785]: pgmap v4947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:38 smithi135 ceph-mon[93152]: pgmap v4947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:40.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:40.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:40 smithi194 ceph-mon[104785]: pgmap v4948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:11:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:40 smithi135 ceph-mon[93152]: pgmap v4948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:11:41.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:41.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:42.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:42.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:42.334 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:42 smithi135 ceph-mon[93152]: pgmap v4949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:42 smithi194 ceph-mon[104785]: pgmap v4949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:43.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:43.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:44.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:44.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:44 smithi194 ceph-mon[104785]: pgmap v4950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:44 smithi135 ceph-mon[93152]: pgmap v4950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:45.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:45.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:46.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:46.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:46.188 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:11:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:11:47.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:47.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:46 smithi194 ceph-mon[104785]: pgmap v4951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:11:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:11:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:11:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:11:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:11:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:11:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:11:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:46 smithi135 ceph-mon[93152]: pgmap v4951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:11:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:11:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:11:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:11:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:11:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:11:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:11:48.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:48.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:49.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:49.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:48 smithi194 ceph-mon[104785]: pgmap v4952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:48 smithi135 ceph-mon[93152]: pgmap v4952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:50.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:50.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:50 smithi194 ceph-mon[104785]: pgmap v4953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:11:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:50 smithi135 ceph-mon[93152]: pgmap v4953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:11:51.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:51.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:52.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:52.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:52.428 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:52 smithi135 ceph-mon[93152]: pgmap v4954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:52 smithi194 ceph-mon[104785]: pgmap v4954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:53.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:53.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:54.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:54.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:54 smithi194 ceph-mon[104785]: pgmap v4955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:54 smithi135 ceph-mon[93152]: pgmap v4955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:55.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:55.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:11:56.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:56.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:56 smithi135 ceph-mon[93152]: pgmap v4956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:56 smithi194 ceph-mon[104785]: pgmap v4956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:57.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:57.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:58.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:58.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:59.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:11:59.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:11:59.267 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:11:58 smithi194 ceph-mon[104785]: pgmap v4957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:11:59.267 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:11:58 smithi135 ceph-mon[93152]: pgmap v4957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:00.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:00.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:00 smithi194 ceph-mon[104785]: pgmap v4958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:12:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:00 smithi135 ceph-mon[93152]: pgmap v4958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:12:01.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:01.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:02.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:02.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:02 smithi194 ceph-mon[104785]: pgmap v4959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:02 smithi135 ceph-mon[93152]: pgmap v4959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:03.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:03.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:04.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:04.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:04 smithi194 ceph-mon[104785]: pgmap v4960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:04 smithi135 ceph-mon[93152]: pgmap v4960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:05.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:05.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:06.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:06.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:06.401 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:06 smithi194 ceph-mon[104785]: pgmap v4961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:06.539 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:06 smithi135 ceph-mon[93152]: pgmap v4961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:07.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:07.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:08.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:08.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:08 smithi194 ceph-mon[104785]: pgmap v4962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:09.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:09.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:08 smithi135 ceph-mon[93152]: pgmap v4962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:10.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:10.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:10 smithi194 ceph-mon[104785]: pgmap v4963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:12:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:10 smithi135 ceph-mon[93152]: pgmap v4963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:12:11.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:11.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:11.454 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:12.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:12.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:12 smithi194 ceph-mon[104785]: pgmap v4964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:12 smithi135 ceph-mon[93152]: pgmap v4964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:13.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:13.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:14.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:14.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:14 smithi194 ceph-mon[104785]: pgmap v4965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:14 smithi135 ceph-mon[93152]: pgmap v4965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:15.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:15.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:16.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:16.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:16 smithi194 ceph-mon[104785]: pgmap v4966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:16 smithi135 ceph-mon[93152]: pgmap v4966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:17.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:17.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:18.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:18.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:18 smithi194 ceph-mon[104785]: pgmap v4967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:19.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:19.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:18 smithi135 ceph-mon[93152]: pgmap v4967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:20.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:20.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:20 smithi194 ceph-mon[104785]: pgmap v4968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:12:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:20 smithi135 ceph-mon[93152]: pgmap v4968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:12:21.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:21.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:22.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:22.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:22 smithi194 ceph-mon[104785]: pgmap v4969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:22 smithi135 ceph-mon[93152]: pgmap v4969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:23.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:23.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:24.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:24.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:24 smithi194 ceph-mon[104785]: pgmap v4970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:24 smithi135 ceph-mon[93152]: pgmap v4970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:25.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:25.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:26.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:26.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:26 smithi135 ceph-mon[93152]: pgmap v4971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:26.612 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:26 smithi194 ceph-mon[104785]: pgmap v4971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:27.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:27.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:28.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:28.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:28 smithi194 ceph-mon[104785]: pgmap v4972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:29.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:29.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:28 smithi135 ceph-mon[93152]: pgmap v4972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:30.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:30.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:30 smithi194 ceph-mon[104785]: pgmap v4973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:12:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:30 smithi135 ceph-mon[93152]: pgmap v4973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:12:31.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:31.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:32.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:32.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:32 smithi194 ceph-mon[104785]: pgmap v4974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:32 smithi135 ceph-mon[93152]: pgmap v4974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:33.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:33.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:34.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:34.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:34 smithi194 ceph-mon[104785]: pgmap v4975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:34 smithi135 ceph-mon[93152]: pgmap v4975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:35.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:35.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:36.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:36.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:36 smithi194 ceph-mon[104785]: pgmap v4976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:36 smithi135 ceph-mon[93152]: pgmap v4976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:37.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:37.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:38.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:38.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:38 smithi194 ceph-mon[104785]: pgmap v4977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:38 smithi135 ceph-mon[93152]: pgmap v4977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:39.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:39.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:40.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:40.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:40 smithi194 ceph-mon[104785]: pgmap v4978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:12:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:40 smithi135 ceph-mon[93152]: pgmap v4978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:12:41.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:41.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:42.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:42.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:42 smithi194 ceph-mon[104785]: pgmap v4979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:42 smithi135 ceph-mon[93152]: pgmap v4979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:43.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:43.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:44.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:44.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:44 smithi194 ceph-mon[104785]: pgmap v4980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:44 smithi135 ceph-mon[93152]: pgmap v4980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:45.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:45.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:46.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:46.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:46 smithi194 ceph-mon[104785]: pgmap v4981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:46 smithi135 ceph-mon[93152]: pgmap v4981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:12:47.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:47.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:47.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:12:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:12:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:12:48.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:12:48.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:12:48.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:12:48.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:48.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:12:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:12:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:12:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:12:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:12:49.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:49.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:49 smithi194 ceph-mon[104785]: pgmap v4982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:49 smithi135 ceph-mon[93152]: pgmap v4982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:50.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:50.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:51.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:51.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:51 smithi194 ceph-mon[104785]: pgmap v4983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:12:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:51 smithi135 ceph-mon[93152]: pgmap v4983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:12:52.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:52.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:53.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:53.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:53 smithi194 ceph-mon[104785]: pgmap v4984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:53 smithi135 ceph-mon[93152]: pgmap v4984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:54.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:54.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:55.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:55.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:55 smithi194 ceph-mon[104785]: pgmap v4985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:55 smithi135 ceph-mon[93152]: pgmap v4985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:12:56.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:56.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:57.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:57.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:57 smithi194 ceph-mon[104785]: pgmap v4986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:57 smithi135 ceph-mon[93152]: pgmap v4986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:12:58.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:58.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:12:59.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:12:59.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:12:59 smithi194 ceph-mon[104785]: pgmap v4987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:12:59 smithi135 ceph-mon[93152]: pgmap v4987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:00.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:00.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:01.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:01.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:01 smithi194 ceph-mon[104785]: pgmap v4988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:13:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:01 smithi135 ceph-mon[93152]: pgmap v4988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:13:02.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:02.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:03.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:03.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:03 smithi194 ceph-mon[104785]: pgmap v4989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:03 smithi135 ceph-mon[93152]: pgmap v4989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:04.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:04.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:05.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:05.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:05 smithi194 ceph-mon[104785]: pgmap v4990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:05 smithi135 ceph-mon[93152]: pgmap v4990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:06.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:06.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:07.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:07.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:07 smithi194 ceph-mon[104785]: pgmap v4991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:07 smithi135 ceph-mon[93152]: pgmap v4991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:08.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:08.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:09.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:09.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:09 smithi194 ceph-mon[104785]: pgmap v4992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:09 smithi135 ceph-mon[93152]: pgmap v4992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:10.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:10.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:11.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:11.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:11 smithi194 ceph-mon[104785]: pgmap v4993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:13:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:11 smithi135 ceph-mon[93152]: pgmap v4993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:13:12.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:12.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:13.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:13.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:13 smithi194 ceph-mon[104785]: pgmap v4994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:13 smithi135 ceph-mon[93152]: pgmap v4994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:14.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:14.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:15.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:15.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:15 smithi194 ceph-mon[104785]: pgmap v4995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:15 smithi135 ceph-mon[93152]: pgmap v4995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:16.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:16.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:17.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:17.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:17 smithi194 ceph-mon[104785]: pgmap v4996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:17 smithi135 ceph-mon[93152]: pgmap v4996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:18.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:18.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:19.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:19.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:19 smithi194 ceph-mon[104785]: pgmap v4997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:20.572 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:19 smithi135 ceph-mon[93152]: pgmap v4997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:20.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:20.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:21.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:21.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:21 smithi194 ceph-mon[104785]: pgmap v4998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:13:22.415 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:21 smithi135 ceph-mon[93152]: pgmap v4998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:13:22.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:22.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:23.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:23.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:23 smithi135 ceph-mon[93152]: pgmap v4999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:24.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:24.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:23 smithi194 ceph-mon[104785]: pgmap v4999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:25.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:25.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:25 smithi135 ceph-mon[93152]: pgmap v5000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:26.573 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:26.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:25 smithi194 ceph-mon[104785]: pgmap v5000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:26.574 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:26.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:26.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:27.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:27.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:27 smithi135 ceph-mon[93152]: pgmap v5001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:28.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:28.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:27 smithi194 ceph-mon[104785]: pgmap v5001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:29.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:29.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:29 smithi135 ceph-mon[93152]: pgmap v5002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:30.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:30.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:29 smithi194 ceph-mon[104785]: pgmap v5002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:31.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:31.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:31 smithi135 ceph-mon[93152]: pgmap v5003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:13:32.302 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:31 smithi194 ceph-mon[104785]: pgmap v5003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:13:32.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:32.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:33.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:33.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:33 smithi135 ceph-mon[93152]: pgmap v5004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:34.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:34.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:33 smithi194 ceph-mon[104785]: pgmap v5004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:35.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:35.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:35 smithi135 ceph-mon[93152]: pgmap v5005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:36.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:36.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:35 smithi194 ceph-mon[104785]: pgmap v5005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:37.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:37.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:37 smithi135 ceph-mon[93152]: pgmap v5006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:38.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:38.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:37 smithi194 ceph-mon[104785]: pgmap v5006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:39.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:39.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:39 smithi135 ceph-mon[93152]: pgmap v5007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:40.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:40.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:39 smithi194 ceph-mon[104785]: pgmap v5007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:41.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:41.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:41 smithi135 ceph-mon[93152]: pgmap v5008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:13:42.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:42.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:42.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:41 smithi194 ceph-mon[104785]: pgmap v5008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:13:43.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:43.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:44.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:44 smithi135 ceph-mon[93152]: pgmap v5009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:44.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:44.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:44 smithi194 ceph-mon[104785]: pgmap v5009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:45.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:45.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:46 smithi135 ceph-mon[93152]: pgmap v5010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:46.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:46.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:46 smithi194 ceph-mon[104785]: pgmap v5010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:47.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:47.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:48 smithi135 ceph-mon[93152]: pgmap v5011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:13:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:13:48.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:13:48.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:48.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:48 smithi194 ceph-mon[104785]: pgmap v5011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:13:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:13:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:13:49.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:49.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:13:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:13:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:13:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:13:49.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:13:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:13:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:13:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:13:49.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:13:49.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:13:50.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:50.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:50 smithi194 ceph-mon[104785]: pgmap v5012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:50 smithi135 ceph-mon[93152]: pgmap v5012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:51.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:51.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:52.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:52.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:52 smithi194 ceph-mon[104785]: pgmap v5013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:13:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:52 smithi135 ceph-mon[93152]: pgmap v5013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:13:53.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:53.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:54.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:54.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:54 smithi194 ceph-mon[104785]: pgmap v5014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:54 smithi135 ceph-mon[93152]: pgmap v5014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:55.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:55.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:55 smithi194 ceph-mon[104785]: pgmap v5015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:55 smithi135 ceph-mon[93152]: pgmap v5015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:56.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:56.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:13:57.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:57.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:57 smithi194 ceph-mon[104785]: pgmap v5016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:57 smithi135 ceph-mon[93152]: pgmap v5016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:13:58.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:58.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:13:59.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:13:59.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:13:59 smithi194 ceph-mon[104785]: pgmap v5017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:13:59 smithi135 ceph-mon[93152]: pgmap v5017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:00.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:00.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:01.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:01.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:01 smithi194 ceph-mon[104785]: pgmap v5018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:14:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:01 smithi135 ceph-mon[93152]: pgmap v5018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:14:02.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:02.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:03.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:03.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:03 smithi135 ceph-mon[93152]: pgmap v5019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:04.421 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:03 smithi194 ceph-mon[104785]: pgmap v5019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:04.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:04.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:05.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:05.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:05 smithi194 ceph-mon[104785]: pgmap v5020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:05 smithi135 ceph-mon[93152]: pgmap v5020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:06.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:06.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:07.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:07.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:07 smithi194 ceph-mon[104785]: pgmap v5021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:07 smithi135 ceph-mon[93152]: pgmap v5021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:08.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:08.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:09.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:09.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:09 smithi194 ceph-mon[104785]: pgmap v5022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:09 smithi135 ceph-mon[93152]: pgmap v5022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:10.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:10.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:11.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:11.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:11 smithi194 ceph-mon[104785]: pgmap v5023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:14:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:11 smithi135 ceph-mon[93152]: pgmap v5023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:14:12.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:12.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:13.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:13.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:13 smithi194 ceph-mon[104785]: pgmap v5024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:13 smithi135 ceph-mon[93152]: pgmap v5024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:14.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:14.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:15.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:15.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:15 smithi194 ceph-mon[104785]: pgmap v5025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:15 smithi135 ceph-mon[93152]: pgmap v5025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:16.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:16.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:17.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:17.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:17 smithi194 ceph-mon[104785]: pgmap v5026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:17 smithi135 ceph-mon[93152]: pgmap v5026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:18.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:18.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:19.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:19.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:19 smithi135 ceph-mon[93152]: pgmap v5027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:20.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:20.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:19 smithi194 ceph-mon[104785]: pgmap v5027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:21.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:21.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:21 smithi135 ceph-mon[93152]: pgmap v5028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:14:22.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:22.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:21 smithi194 ceph-mon[104785]: pgmap v5028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:14:23.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:23.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:23 smithi135 ceph-mon[93152]: pgmap v5029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:24.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:24.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:23 smithi194 ceph-mon[104785]: pgmap v5029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:25.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:25.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:25 smithi135 ceph-mon[93152]: pgmap v5030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:26.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:26.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:25 smithi194 ceph-mon[104785]: pgmap v5030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:27.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:27.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:27 smithi194 ceph-mon[104785]: pgmap v5031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:27 smithi135 ceph-mon[93152]: pgmap v5031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:28.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:28.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:29.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:29.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:29 smithi135 ceph-mon[93152]: pgmap v5032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:30.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:30.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:29 smithi194 ceph-mon[104785]: pgmap v5032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:31.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:31.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:31 smithi135 ceph-mon[93152]: pgmap v5033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:14:32.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:32.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:31 smithi194 ceph-mon[104785]: pgmap v5033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:14:33.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:33.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:33 smithi135 ceph-mon[93152]: pgmap v5034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:34.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:34.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:33 smithi194 ceph-mon[104785]: pgmap v5034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:35.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:35.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:35 smithi135 ceph-mon[93152]: pgmap v5035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:35 smithi194 ceph-mon[104785]: pgmap v5035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:36.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:36.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:37.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:37.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:37 smithi135 ceph-mon[93152]: pgmap v5036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:37 smithi194 ceph-mon[104785]: pgmap v5036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:38.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:38.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:39.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:39.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:39 smithi135 ceph-mon[93152]: pgmap v5037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:39 smithi194 ceph-mon[104785]: pgmap v5037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:40.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:40.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:41.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:41.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:42 smithi135 ceph-mon[93152]: pgmap v5038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:14:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:42 smithi194 ceph-mon[104785]: pgmap v5038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:14:42.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:42.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:43.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:43.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:44 smithi135 ceph-mon[93152]: pgmap v5039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:44 smithi194 ceph-mon[104785]: pgmap v5039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:44.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:44.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:45.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:45.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:46 smithi194 ceph-mon[104785]: pgmap v5040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:46.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:46.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:46 smithi135 ceph-mon[93152]: pgmap v5040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:47.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:47.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:48 smithi194 ceph-mon[104785]: pgmap v5041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:48.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:48.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:48 smithi135 ceph-mon[93152]: pgmap v5041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:14:49.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:49.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:14:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:50 smithi194 ceph-mon[104785]: pgmap v5042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:14:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:14:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:14:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:14:50.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:14:50.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:50.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:50 smithi135 ceph-mon[93152]: pgmap v5042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:14:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:14:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:14:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:14:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:14:51.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:51.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:52 smithi194 ceph-mon[104785]: pgmap v5043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:14:52.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:52.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:52 smithi135 ceph-mon[93152]: pgmap v5043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:14:53.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:53.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:54 smithi194 ceph-mon[104785]: pgmap v5044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:54.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:54.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:54 smithi135 ceph-mon[93152]: pgmap v5044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:55 smithi194 ceph-mon[104785]: pgmap v5045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:55.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:55.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:55 smithi135 ceph-mon[93152]: pgmap v5045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:56.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:56.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:14:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:57 smithi194 ceph-mon[104785]: pgmap v5046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:57.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:57.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:57 smithi135 ceph-mon[93152]: pgmap v5046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:14:58.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:58.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:14:59.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:14:59.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:14:59 smithi194 ceph-mon[104785]: pgmap v5047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:14:59 smithi135 ceph-mon[93152]: pgmap v5047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:00.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:00.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:01.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:01.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:01 smithi194 ceph-mon[104785]: pgmap v5048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:15:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:01 smithi135 ceph-mon[93152]: pgmap v5048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:15:02.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:02.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:03.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:03.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:03 smithi194 ceph-mon[104785]: pgmap v5049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:03 smithi135 ceph-mon[93152]: pgmap v5049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:04.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:04.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:05.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:05.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:05 smithi194 ceph-mon[104785]: pgmap v5050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:05 smithi135 ceph-mon[93152]: pgmap v5050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:06.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:06.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:07.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:07.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:07 smithi194 ceph-mon[104785]: pgmap v5051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:07 smithi135 ceph-mon[93152]: pgmap v5051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:08.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:08.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:09.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:09.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:09 smithi194 ceph-mon[104785]: pgmap v5052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:09 smithi135 ceph-mon[93152]: pgmap v5052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:10.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:10.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:11.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:11.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:11 smithi135 ceph-mon[93152]: pgmap v5053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:15:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:11 smithi194 ceph-mon[104785]: pgmap v5053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:15:12.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:12.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:13.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:13.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:13 smithi135 ceph-mon[93152]: pgmap v5054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:13 smithi194 ceph-mon[104785]: pgmap v5054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:14.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:14.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:15.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:15.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:15 smithi135 ceph-mon[93152]: pgmap v5055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:15 smithi194 ceph-mon[104785]: pgmap v5055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:16.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:16.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:17.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:17.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:17 smithi135 ceph-mon[93152]: pgmap v5056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:18.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:17 smithi194 ceph-mon[104785]: pgmap v5056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:18.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:18.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:19.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:19.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:19 smithi135 ceph-mon[93152]: pgmap v5057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:19 smithi194 ceph-mon[104785]: pgmap v5057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:20.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:20.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:21.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:21.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:21 smithi135 ceph-mon[93152]: pgmap v5058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:15:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:21 smithi194 ceph-mon[104785]: pgmap v5058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:15:22.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:22.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:23.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:23.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:23 smithi135 ceph-mon[93152]: pgmap v5059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:23 smithi194 ceph-mon[104785]: pgmap v5059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:24.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:24.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:25.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:25.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:25 smithi135 ceph-mon[93152]: pgmap v5060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:25 smithi194 ceph-mon[104785]: pgmap v5060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:26.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:26.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:27.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:27.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:27 smithi135 ceph-mon[93152]: pgmap v5061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:27 smithi194 ceph-mon[104785]: pgmap v5061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:28.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:28.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:29.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:29.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:29 smithi135 ceph-mon[93152]: pgmap v5062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:29 smithi194 ceph-mon[104785]: pgmap v5062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:30.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:30.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:31.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:31.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:31 smithi135 ceph-mon[93152]: pgmap v5063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:15:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:31 smithi194 ceph-mon[104785]: pgmap v5063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:15:32.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:32.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:33.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:33.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:34.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:34 smithi135 ceph-mon[93152]: pgmap v5064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:34 smithi194 ceph-mon[104785]: pgmap v5064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:34.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:34.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:35.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:35.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:36 smithi135 ceph-mon[93152]: pgmap v5065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:36 smithi194 ceph-mon[104785]: pgmap v5065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:36.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:36.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:37.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:37.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:38 smithi194 ceph-mon[104785]: pgmap v5066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:38 smithi135 ceph-mon[93152]: pgmap v5066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:38.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:38.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:39.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:39.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:40 smithi194 ceph-mon[104785]: pgmap v5067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:40 smithi135 ceph-mon[93152]: pgmap v5067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:40.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:40.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:41.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:41.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:42 smithi194 ceph-mon[104785]: pgmap v5068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:15:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:42 smithi135 ceph-mon[93152]: pgmap v5068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:15:42.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:42.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:43.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:43.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:44 smithi194 ceph-mon[104785]: pgmap v5069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:44 smithi135 ceph-mon[93152]: pgmap v5069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:44.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:44.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:45.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:45.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:46 smithi194 ceph-mon[104785]: pgmap v5070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:46 smithi135 ceph-mon[93152]: pgmap v5070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:46.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:46.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:47.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:47.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:48 smithi194 ceph-mon[104785]: pgmap v5071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:48 smithi135 ceph-mon[93152]: pgmap v5071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:48.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:48.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:49.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:49.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:50 smithi194 ceph-mon[104785]: pgmap v5072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:15:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:15:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:15:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:15:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:15:50.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:15:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:50 smithi135 ceph-mon[93152]: pgmap v5072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:15:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:15:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:15:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:15:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:15:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:15:50.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:50.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:51.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:51.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:52 smithi194 ceph-mon[104785]: pgmap v5073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:15:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:52 smithi135 ceph-mon[93152]: pgmap v5073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:15:52.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:52.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:53.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:53.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:54 smithi194 ceph-mon[104785]: pgmap v5074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:54 smithi135 ceph-mon[93152]: pgmap v5074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:54.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:54.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:55.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:55.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:56 smithi194 ceph-mon[104785]: pgmap v5075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:56 smithi135 ceph-mon[93152]: pgmap v5075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:15:56.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:56.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:57 smithi194 ceph-mon[104785]: pgmap v5076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:57 smithi135 ceph-mon[93152]: pgmap v5076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:15:57.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:57.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:58.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:58.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:15:59.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:15:59.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:15:59 smithi194 ceph-mon[104785]: pgmap v5077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:15:59 smithi135 ceph-mon[93152]: pgmap v5077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:00.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:00.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:01.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:01.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:01 smithi194 ceph-mon[104785]: pgmap v5078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:16:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:01 smithi135 ceph-mon[93152]: pgmap v5078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:16:02.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:02.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:03.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:03.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:03 smithi194 ceph-mon[104785]: pgmap v5079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:03 smithi135 ceph-mon[93152]: pgmap v5079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:04.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:04.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:05.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:05.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:05 smithi194 ceph-mon[104785]: pgmap v5080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:05 smithi135 ceph-mon[93152]: pgmap v5080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:06.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:06.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:07.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:07.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:07 smithi135 ceph-mon[93152]: pgmap v5081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:07 smithi194 ceph-mon[104785]: pgmap v5081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:08.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:08.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:09.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:09.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:09 smithi135 ceph-mon[93152]: pgmap v5082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:09 smithi194 ceph-mon[104785]: pgmap v5082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:10.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:10.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:11.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:11.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:11 smithi135 ceph-mon[93152]: pgmap v5083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:16:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:11 smithi194 ceph-mon[104785]: pgmap v5083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:16:12.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:12.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:13.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:13.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:13 smithi135 ceph-mon[93152]: pgmap v5084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:13 smithi194 ceph-mon[104785]: pgmap v5084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:14.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:14.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:15.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:15.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:15 smithi135 ceph-mon[93152]: pgmap v5085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:15 smithi194 ceph-mon[104785]: pgmap v5085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:16.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:16.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:17.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:17.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:17 smithi135 ceph-mon[93152]: pgmap v5086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:17 smithi194 ceph-mon[104785]: pgmap v5086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:18.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:18.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:19.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:19.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:19 smithi135 ceph-mon[93152]: pgmap v5087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:19 smithi194 ceph-mon[104785]: pgmap v5087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:20.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:20.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:21.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:21.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:21 smithi135 ceph-mon[93152]: pgmap v5088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:16:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:21 smithi194 ceph-mon[104785]: pgmap v5088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:16:22.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:22.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:23.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:23.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:23 smithi135 ceph-mon[93152]: pgmap v5089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:23 smithi194 ceph-mon[104785]: pgmap v5089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:24.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:24.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:25.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:25.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:25 smithi135 ceph-mon[93152]: pgmap v5090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:25 smithi194 ceph-mon[104785]: pgmap v5090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:26.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:26.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:27.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:27.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:27 smithi135 ceph-mon[93152]: pgmap v5091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:27 smithi194 ceph-mon[104785]: pgmap v5091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:28.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:28.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:29.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:29.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:30 smithi135 ceph-mon[93152]: pgmap v5092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:30 smithi194 ceph-mon[104785]: pgmap v5092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:30.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:30.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:31.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:31.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:32 smithi135 ceph-mon[93152]: pgmap v5093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:16:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:32 smithi194 ceph-mon[104785]: pgmap v5093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:16:32.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:32.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:33.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:33.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:34 smithi135 ceph-mon[93152]: pgmap v5094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:34 smithi194 ceph-mon[104785]: pgmap v5094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:34.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:34.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:35.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:35.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:36 smithi194 ceph-mon[104785]: pgmap v5095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:36 smithi135 ceph-mon[93152]: pgmap v5095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:36.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:36.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:37.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:37.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:38 smithi194 ceph-mon[104785]: pgmap v5096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:38 smithi135 ceph-mon[93152]: pgmap v5096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:38.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:38.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:39.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:39.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:40 smithi194 ceph-mon[104785]: pgmap v5097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:40 smithi135 ceph-mon[93152]: pgmap v5097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:40.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:40.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:41.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:41.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:42 smithi194 ceph-mon[104785]: pgmap v5098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:16:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:42 smithi135 ceph-mon[93152]: pgmap v5098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:16:42.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:42.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:43.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:43.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:44.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:44 smithi194 ceph-mon[104785]: pgmap v5099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:44 smithi135 ceph-mon[93152]: pgmap v5099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:44.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:44.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:45.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:45.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:46 smithi194 ceph-mon[104785]: pgmap v5100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:46 smithi135 ceph-mon[93152]: pgmap v5100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:46.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:46.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:47.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:47.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:48 smithi194 ceph-mon[104785]: pgmap v5101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:48 smithi135 ceph-mon[93152]: pgmap v5101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:48.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:48.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:49.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:49.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:50.334 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:50 smithi135 ceph-mon[93152]: pgmap v5102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:50.334 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:16:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:50 smithi194 ceph-mon[104785]: pgmap v5102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:16:50.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:50.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:16:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:16:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:16:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:16:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:16:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:16:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:16:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:16:51.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:16:51.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:16:51.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:51.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:52 smithi194 ceph-mon[104785]: pgmap v5103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:16:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:52 smithi135 ceph-mon[93152]: pgmap v5103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:16:52.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:52.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:53.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:53.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:54.411 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:54 smithi194 ceph-mon[104785]: pgmap v5104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:54 smithi135 ceph-mon[93152]: pgmap v5104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:54.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:54.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:55.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:55.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:56 smithi194 ceph-mon[104785]: pgmap v5105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:56 smithi135 ceph-mon[93152]: pgmap v5105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:16:56.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:56.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:57 smithi194 ceph-mon[104785]: pgmap v5106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:57 smithi135 ceph-mon[93152]: pgmap v5106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:16:57.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:57.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:58.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:58.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:16:59.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:16:59.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:16:59 smithi135 ceph-mon[93152]: pgmap v5107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:16:59 smithi194 ceph-mon[104785]: pgmap v5107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:00.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:00.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:01.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:01.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:01 smithi135 ceph-mon[93152]: pgmap v5108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:17:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:01 smithi194 ceph-mon[104785]: pgmap v5108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:17:02.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:02.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:03.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:03.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:03 smithi135 ceph-mon[93152]: pgmap v5109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:03 smithi194 ceph-mon[104785]: pgmap v5109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:04.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:04.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:05.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:05.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:05 smithi135 ceph-mon[93152]: pgmap v5110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:05 smithi194 ceph-mon[104785]: pgmap v5110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:06.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:06.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:07.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:07.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:07 smithi135 ceph-mon[93152]: pgmap v5111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:07 smithi194 ceph-mon[104785]: pgmap v5111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:08.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:08.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:09.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:09.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:09 smithi135 ceph-mon[93152]: pgmap v5112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:09 smithi194 ceph-mon[104785]: pgmap v5112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:10.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:10.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:11.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:11.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:11 smithi135 ceph-mon[93152]: pgmap v5113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:17:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:11 smithi194 ceph-mon[104785]: pgmap v5113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:17:12.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:12.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:13.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:13.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:13 smithi135 ceph-mon[93152]: pgmap v5114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:13 smithi194 ceph-mon[104785]: pgmap v5114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:14.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:14.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:15.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:15.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:15 smithi135 ceph-mon[93152]: pgmap v5115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:15 smithi194 ceph-mon[104785]: pgmap v5115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:16.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:16.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:17.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:17.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:17 smithi135 ceph-mon[93152]: pgmap v5116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:17 smithi194 ceph-mon[104785]: pgmap v5116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:18.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:18.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:19.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:19.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:20 smithi135 ceph-mon[93152]: pgmap v5117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:20 smithi194 ceph-mon[104785]: pgmap v5117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:20.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:20.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:21.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:21.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:22 smithi135 ceph-mon[93152]: pgmap v5118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:17:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:22 smithi194 ceph-mon[104785]: pgmap v5118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:17:22.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:22.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:23.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:24.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:24.290 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:24 smithi135 ceph-mon[93152]: pgmap v5119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:24 smithi194 ceph-mon[104785]: pgmap v5119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:24.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:24.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:25.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:25.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:26 smithi194 ceph-mon[104785]: pgmap v5120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:26 smithi135 ceph-mon[93152]: pgmap v5120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:26.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:26.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:27.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:27.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:28 smithi194 ceph-mon[104785]: pgmap v5121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:28 smithi135 ceph-mon[93152]: pgmap v5121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:28.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:28.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:29.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:29.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:30 smithi194 ceph-mon[104785]: pgmap v5122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:30 smithi135 ceph-mon[93152]: pgmap v5122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:30.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:30.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:31.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:31.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:32 smithi194 ceph-mon[104785]: pgmap v5123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:17:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:32 smithi135 ceph-mon[93152]: pgmap v5123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:17:32.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:32.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:33.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:33.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:34 smithi194 ceph-mon[104785]: pgmap v5124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:34.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:34 smithi135 ceph-mon[93152]: pgmap v5124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:34.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:34.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:35.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:35.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:36 smithi194 ceph-mon[104785]: pgmap v5125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:36 smithi135 ceph-mon[93152]: pgmap v5125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:36.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:36.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:37.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:37.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:38 smithi194 ceph-mon[104785]: pgmap v5126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:38 smithi135 ceph-mon[93152]: pgmap v5126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:38.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:38.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:39.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:39.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:40 smithi194 ceph-mon[104785]: pgmap v5127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:40 smithi135 ceph-mon[93152]: pgmap v5127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:40.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:40.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:41.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:41.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:42 smithi194 ceph-mon[104785]: pgmap v5128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:17:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:42 smithi135 ceph-mon[93152]: pgmap v5128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:17:42.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:42.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:43.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:43.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:44 smithi194 ceph-mon[104785]: pgmap v5129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:44 smithi135 ceph-mon[93152]: pgmap v5129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:44.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:44.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:45.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:45.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:46 smithi135 ceph-mon[93152]: pgmap v5130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:46 smithi194 ceph-mon[104785]: pgmap v5130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:46.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:46.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:47.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:47.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:48 smithi194 ceph-mon[104785]: pgmap v5131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:48 smithi135 ceph-mon[93152]: pgmap v5131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:48.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:48.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:49.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:49.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:50 smithi194 ceph-mon[104785]: pgmap v5132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:50 smithi135 ceph-mon[93152]: pgmap v5132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:50.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:50.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:17:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:17:51.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:17:51.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:17:51.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:17:51.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:17:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:17:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:17:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:17:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:17:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:17:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:17:51.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:51.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:52 smithi194 ceph-mon[104785]: pgmap v5133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:17:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:52 smithi135 ceph-mon[93152]: pgmap v5133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:17:52.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:52.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:53.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:53.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:53 smithi135 ceph-mon[93152]: pgmap v5134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:53 smithi194 ceph-mon[104785]: pgmap v5134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:54.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:54.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:55.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:55.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:55 smithi135 ceph-mon[93152]: pgmap v5135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:55 smithi194 ceph-mon[104785]: pgmap v5135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:17:56.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:56.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:57.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:57.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:57 smithi135 ceph-mon[93152]: pgmap v5136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:58.484 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:57 smithi194 ceph-mon[104785]: pgmap v5136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:17:58.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:59.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:17:59.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:17:59.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:17:59 smithi135 ceph-mon[93152]: pgmap v5137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:17:59 smithi194 ceph-mon[104785]: pgmap v5137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:00.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:00.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:01.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:01.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:01 smithi135 ceph-mon[93152]: pgmap v5138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:18:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:01 smithi194 ceph-mon[104785]: pgmap v5138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:18:02.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:02.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:03.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:03.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:03 smithi135 ceph-mon[93152]: pgmap v5139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:03 smithi194 ceph-mon[104785]: pgmap v5139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:04.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:04.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:05.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:05.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:05 smithi135 ceph-mon[93152]: pgmap v5140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:05 smithi194 ceph-mon[104785]: pgmap v5140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:06.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:06.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:07.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:07.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:07 smithi135 ceph-mon[93152]: pgmap v5141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:08.336 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:08 smithi194 ceph-mon[104785]: pgmap v5141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:08.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:08.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:09.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:09.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:10 smithi135 ceph-mon[93152]: pgmap v5142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:10 smithi194 ceph-mon[104785]: pgmap v5142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:10.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:10.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:11.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:11.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:12 smithi194 ceph-mon[104785]: pgmap v5143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:18:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:12 smithi135 ceph-mon[93152]: pgmap v5143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:18:12.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:12.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:13.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:13.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:14 smithi194 ceph-mon[104785]: pgmap v5144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:14 smithi135 ceph-mon[93152]: pgmap v5144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:14.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:14.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:15.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:15.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:16 smithi194 ceph-mon[104785]: pgmap v5145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:16 smithi135 ceph-mon[93152]: pgmap v5145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:16.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:16.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:17.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:17.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:18 smithi194 ceph-mon[104785]: pgmap v5146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:18 smithi135 ceph-mon[93152]: pgmap v5146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:18.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:18.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:19.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:19.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:20.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:20 smithi194 ceph-mon[104785]: pgmap v5147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:20 smithi135 ceph-mon[93152]: pgmap v5147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:20.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:20.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:21.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:21.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:22 smithi194 ceph-mon[104785]: pgmap v5148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:18:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:22 smithi135 ceph-mon[93152]: pgmap v5148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:18:22.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:22.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:23.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:23.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:24 smithi194 ceph-mon[104785]: pgmap v5149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:24 smithi135 ceph-mon[93152]: pgmap v5149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:24.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:24.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:25.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:25.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:26 smithi194 ceph-mon[104785]: pgmap v5150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:26 smithi135 ceph-mon[93152]: pgmap v5150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:26.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:26.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:27.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:28.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:28.572 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:28 smithi194 ceph-mon[104785]: pgmap v5151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:28.572 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:28 smithi135 ceph-mon[93152]: pgmap v5151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:28.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:28.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:29.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:29.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:30.409 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:30 smithi194 ceph-mon[104785]: pgmap v5152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:30 smithi135 ceph-mon[93152]: pgmap v5152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:30.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:30.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:31.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:31.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:32 smithi194 ceph-mon[104785]: pgmap v5153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:18:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:32 smithi135 ceph-mon[93152]: pgmap v5153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:18:32.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:32.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:33.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:33.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:34.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:34 smithi194 ceph-mon[104785]: pgmap v5154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:34 smithi135 ceph-mon[93152]: pgmap v5154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:34.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:34.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:35.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:35.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:36.362 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:36 smithi135 ceph-mon[93152]: pgmap v5155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:36 smithi194 ceph-mon[104785]: pgmap v5155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:36.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:36.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:37.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:37.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:38 smithi194 ceph-mon[104785]: pgmap v5156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:38 smithi135 ceph-mon[93152]: pgmap v5156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:38.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:38.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:39.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:39.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:40 smithi135 ceph-mon[93152]: pgmap v5157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:40 smithi194 ceph-mon[104785]: pgmap v5157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:40.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:40.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:41.410 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:41.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:41.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:42 smithi194 ceph-mon[104785]: pgmap v5158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:18:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:42 smithi135 ceph-mon[93152]: pgmap v5158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:18:42.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:42.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:43.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:43.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:43 smithi135 ceph-mon[93152]: pgmap v5159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:43 smithi194 ceph-mon[104785]: pgmap v5159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:44.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:44.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:45.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:45.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:45 smithi135 ceph-mon[93152]: pgmap v5160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:45 smithi194 ceph-mon[104785]: pgmap v5160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:46.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:46.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:47.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:47.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:47 smithi135 ceph-mon[93152]: pgmap v5161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:47 smithi194 ceph-mon[104785]: pgmap v5161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:48.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:48.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:49.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:49.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:49 smithi135 ceph-mon[93152]: pgmap v5162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:49 smithi194 ceph-mon[104785]: pgmap v5162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:50.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:50.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:18:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:18:51.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:51.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:52 smithi135 ceph-mon[93152]: pgmap v5163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:18:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:52 smithi194 ceph-mon[104785]: pgmap v5163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:18:52.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:52.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:53.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:53.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:54 smithi135 ceph-mon[93152]: pgmap v5164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:54 smithi194 ceph-mon[104785]: pgmap v5164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:54.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:54.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:55.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:55.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:56.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:56 smithi194 ceph-mon[104785]: pgmap v5165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:56.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:56.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:18:56.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:18:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:56 smithi135 ceph-mon[93152]: pgmap v5165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:18:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:18:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:18:56.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:56.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:18:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:18:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:18:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:18:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:18:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:18:57.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:18:57.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:18:57.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:18:57.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:18:57.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:57.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:18:58 smithi194 ceph-mon[104785]: pgmap v5166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:18:58 smithi135 ceph-mon[93152]: pgmap v5166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:18:58.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:58.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:18:59.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:18:59.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:00 smithi194 ceph-mon[104785]: pgmap v5167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:00 smithi135 ceph-mon[93152]: pgmap v5167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:00.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:00.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:01.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:01.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:02 smithi194 ceph-mon[104785]: pgmap v5168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:19:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:02 smithi135 ceph-mon[93152]: pgmap v5168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:19:02.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:02.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:03.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:03.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:04 smithi194 ceph-mon[104785]: pgmap v5169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:04 smithi135 ceph-mon[93152]: pgmap v5169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:04.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:04.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:05.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:05.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:06 smithi194 ceph-mon[104785]: pgmap v5170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:06 smithi135 ceph-mon[93152]: pgmap v5170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:06.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:06.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:07.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:07.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:08 smithi194 ceph-mon[104785]: pgmap v5171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:08 smithi135 ceph-mon[93152]: pgmap v5171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:08.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:08.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:09.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:09.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:10 smithi194 ceph-mon[104785]: pgmap v5172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:10 smithi135 ceph-mon[93152]: pgmap v5172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:10.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:10.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:11.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:11.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:12 smithi194 ceph-mon[104785]: pgmap v5173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:19:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:12 smithi135 ceph-mon[93152]: pgmap v5173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:19:12.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:12.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:13.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:13.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:14 smithi194 ceph-mon[104785]: pgmap v5174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:14.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:14 smithi135 ceph-mon[93152]: pgmap v5174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:14.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:14.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:15.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:15.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:16 smithi194 ceph-mon[104785]: pgmap v5175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:16 smithi135 ceph-mon[93152]: pgmap v5175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:16.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:16.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:17.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:17.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:18 smithi194 ceph-mon[104785]: pgmap v5176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:18 smithi135 ceph-mon[93152]: pgmap v5176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:18.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:18.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:19.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:19.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:20 smithi194 ceph-mon[104785]: pgmap v5177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:20 smithi135 ceph-mon[93152]: pgmap v5177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:20.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:20.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:21.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:21.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:22 smithi194 ceph-mon[104785]: pgmap v5178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:19:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:22 smithi135 ceph-mon[93152]: pgmap v5178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:19:22.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:22.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:23.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:23.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:24 smithi194 ceph-mon[104785]: pgmap v5179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:24 smithi135 ceph-mon[93152]: pgmap v5179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:24.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:24.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:25.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:25.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:26 smithi194 ceph-mon[104785]: pgmap v5180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:26 smithi135 ceph-mon[93152]: pgmap v5180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:26.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:26.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:27.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:27.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:28 smithi194 ceph-mon[104785]: pgmap v5181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:28 smithi135 ceph-mon[93152]: pgmap v5181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:28.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:28.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:29.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:29.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:30 smithi194 ceph-mon[104785]: pgmap v5182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:30 smithi135 ceph-mon[93152]: pgmap v5182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:30.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:30.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:31.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:31.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:32 smithi135 ceph-mon[93152]: pgmap v5183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:19:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:32 smithi194 ceph-mon[104785]: pgmap v5183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:19:32.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:32.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:33.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:33.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:34 smithi194 ceph-mon[104785]: pgmap v5184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:34 smithi135 ceph-mon[93152]: pgmap v5184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:34.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:34.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:35.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:35.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:36 smithi194 ceph-mon[104785]: pgmap v5185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:36 smithi135 ceph-mon[93152]: pgmap v5185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:36.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:36.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:37 smithi135 ceph-mon[93152]: pgmap v5186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:37 smithi194 ceph-mon[104785]: pgmap v5186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:37.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:37.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:38.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:38.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:39.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:39.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:40 smithi135 ceph-mon[93152]: pgmap v5187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:40 smithi194 ceph-mon[104785]: pgmap v5187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:40.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:40.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:41.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:41.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:42 smithi135 ceph-mon[93152]: pgmap v5188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:19:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:42 smithi194 ceph-mon[104785]: pgmap v5188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:19:42.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:42.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:43.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:43.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:44 smithi194 ceph-mon[104785]: pgmap v5189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:44 smithi135 ceph-mon[93152]: pgmap v5189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:44.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:44.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:45.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:45.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:46 smithi194 ceph-mon[104785]: pgmap v5190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:46 smithi135 ceph-mon[93152]: pgmap v5190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:46.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:46.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:47.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:47.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:48 smithi194 ceph-mon[104785]: pgmap v5191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:48 smithi135 ceph-mon[93152]: pgmap v5191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:48.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:48.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:49.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:49.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:50 smithi194 ceph-mon[104785]: pgmap v5192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:50 smithi135 ceph-mon[93152]: pgmap v5192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:50.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:50.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:51.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:51.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:52 smithi194 ceph-mon[104785]: pgmap v5193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:19:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:52 smithi135 ceph-mon[93152]: pgmap v5193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:19:52.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:52.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:53.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:53.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:54 smithi194 ceph-mon[104785]: pgmap v5194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:54 smithi135 ceph-mon[93152]: pgmap v5194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:54.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:54.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:55.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:55.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:56.299 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:56 smithi194 ceph-mon[104785]: pgmap v5195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:56.300 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:56 smithi135 ceph-mon[93152]: pgmap v5195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:19:56.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:56.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:19:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:19:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:19:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:19:57.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:19:57.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:19:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:19:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:19:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:19:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:19:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:19:57.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:19:57.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:57.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:19:58 smithi194 ceph-mon[104785]: pgmap v5196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:19:58 smithi135 ceph-mon[93152]: pgmap v5196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:19:58.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:58.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:19:59.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:19:59.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:00 smithi194 ceph-mon[104785]: pgmap v5197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T07:20:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:00 smithi135 ceph-mon[93152]: pgmap v5197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T07:20:00.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:00.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:02.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:02.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:02.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:02 smithi194 ceph-mon[104785]: pgmap v5198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:20:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:02 smithi135 ceph-mon[93152]: pgmap v5198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:20:03.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:03.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:04.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:04.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:04 smithi194 ceph-mon[104785]: pgmap v5199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:04 smithi135 ceph-mon[93152]: pgmap v5199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:05.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:05.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:06.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:06.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:06.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:06 smithi194 ceph-mon[104785]: pgmap v5200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:06 smithi135 ceph-mon[93152]: pgmap v5200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:07.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:07.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:08.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:08.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:08 smithi194 ceph-mon[104785]: pgmap v5201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:08 smithi135 ceph-mon[93152]: pgmap v5201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:09.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:09.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:10.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:10.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:10 smithi194 ceph-mon[104785]: pgmap v5202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:10 smithi135 ceph-mon[93152]: pgmap v5202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:11.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:11.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:12.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:12.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:12 smithi194 ceph-mon[104785]: pgmap v5203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:20:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:12 smithi135 ceph-mon[93152]: pgmap v5203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:20:13.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:13.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:14.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:14.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:14 smithi194 ceph-mon[104785]: pgmap v5204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:14 smithi135 ceph-mon[93152]: pgmap v5204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:15.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:15.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:16.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:16.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:16 smithi194 ceph-mon[104785]: pgmap v5205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:16 smithi135 ceph-mon[93152]: pgmap v5205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:17.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:17.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:18.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:18.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:18 smithi194 ceph-mon[104785]: pgmap v5206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:18 smithi135 ceph-mon[93152]: pgmap v5206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:19.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:19.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:20.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:20.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:20 smithi194 ceph-mon[104785]: pgmap v5207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:20 smithi135 ceph-mon[93152]: pgmap v5207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:21.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:21.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:22.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:22.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:22.387 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:22 smithi135 ceph-mon[93152]: pgmap v5208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:20:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:22 smithi194 ceph-mon[104785]: pgmap v5208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:20:23.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:23.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:24.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:24.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:24 smithi194 ceph-mon[104785]: pgmap v5209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:24 smithi135 ceph-mon[93152]: pgmap v5209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:25.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:25.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:25 smithi194 ceph-mon[104785]: pgmap v5210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:25 smithi135 ceph-mon[93152]: pgmap v5210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:26.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:26.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:27.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:27.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:27.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:27 smithi135 ceph-mon[93152]: pgmap v5211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:27 smithi194 ceph-mon[104785]: pgmap v5211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:28.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:28.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:29.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:29.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:30.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:30.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:30.788 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:30 smithi194 ceph-mon[104785]: pgmap v5212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:30.788 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:30 smithi135 ceph-mon[93152]: pgmap v5212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:31.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:31.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:32.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:32.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:32 smithi194 ceph-mon[104785]: pgmap v5213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:20:32.485 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:32 smithi135 ceph-mon[93152]: pgmap v5213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:20:33.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:33.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:34.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:34.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:34 smithi194 ceph-mon[104785]: pgmap v5214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:34 smithi135 ceph-mon[93152]: pgmap v5214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:35.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:35.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:36.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:36.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:36 smithi194 ceph-mon[104785]: pgmap v5215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:36 smithi135 ceph-mon[93152]: pgmap v5215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:37.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:37.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:38.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:38.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:38 smithi194 ceph-mon[104785]: pgmap v5216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:38 smithi135 ceph-mon[93152]: pgmap v5216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:39.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:39.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:40.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:40.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:40 smithi194 ceph-mon[104785]: pgmap v5217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:40 smithi135 ceph-mon[93152]: pgmap v5217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:41.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:41.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:42.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:42.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:42 smithi194 ceph-mon[104785]: pgmap v5218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:20:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:42 smithi135 ceph-mon[93152]: pgmap v5218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:20:43.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:43.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:44.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:44.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:44 smithi194 ceph-mon[104785]: pgmap v5219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:44 smithi135 ceph-mon[93152]: pgmap v5219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:45.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:45.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:46.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:46.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:46 smithi194 ceph-mon[104785]: pgmap v5220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:46 smithi135 ceph-mon[93152]: pgmap v5220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:47.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:47.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:48.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:48.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:48 smithi194 ceph-mon[104785]: pgmap v5221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:48 smithi135 ceph-mon[93152]: pgmap v5221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:49.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:49.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:50.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:50.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:50 smithi194 ceph-mon[104785]: pgmap v5222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:50 smithi135 ceph-mon[93152]: pgmap v5222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:51.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:51.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:52.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:52.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:52 smithi194 ceph-mon[104785]: pgmap v5223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:20:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:52 smithi135 ceph-mon[93152]: pgmap v5223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:20:53.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:53.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:54.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:54.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:54 smithi194 ceph-mon[104785]: pgmap v5224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:54 smithi135 ceph-mon[93152]: pgmap v5224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:55.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:55.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:56.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:56.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:56 smithi194 ceph-mon[104785]: pgmap v5225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:56 smithi135 ceph-mon[93152]: pgmap v5225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:20:57.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:57.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:20:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:20:58.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:58.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:20:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:20:58 smithi194 ceph-mon[104785]: pgmap v5226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:20:58 smithi135 ceph-mon[93152]: pgmap v5226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:20:59.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:20:59.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:00.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:00.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:00 smithi194 ceph-mon[104785]: pgmap v5227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:00 smithi135 ceph-mon[93152]: pgmap v5227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:01.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:01.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:02.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:02.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:02 smithi194 ceph-mon[104785]: pgmap v5228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:21:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:02 smithi135 ceph-mon[93152]: pgmap v5228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:21:03.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:03.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:04.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:04.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:04 smithi194 ceph-mon[104785]: pgmap v5229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:04 smithi135 ceph-mon[93152]: pgmap v5229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:05.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:05.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:05 smithi194 ceph-mon[104785]: pgmap v5230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:21:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:21:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:21:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:21:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:21:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:21:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:21:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:05 smithi135 ceph-mon[93152]: pgmap v5230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:21:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:21:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:21:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:21:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:21:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:21:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:21:06.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:06.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:07.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:07.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:07 smithi194 ceph-mon[104785]: pgmap v5231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:07 smithi135 ceph-mon[93152]: pgmap v5231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:08.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:08.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:09.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:09.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:10.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:10.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:10 smithi194 ceph-mon[104785]: pgmap v5232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:10.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:10 smithi135 ceph-mon[93152]: pgmap v5232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:11.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:11.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:12.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:12.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:12 smithi194 ceph-mon[104785]: pgmap v5233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:21:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:12 smithi135 ceph-mon[93152]: pgmap v5233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:21:13.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:13.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:14.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:14.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:14 smithi194 ceph-mon[104785]: pgmap v5234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:14 smithi135 ceph-mon[93152]: pgmap v5234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:15.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:15.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:16.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:16.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:16 smithi194 ceph-mon[104785]: pgmap v5235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:16 smithi135 ceph-mon[93152]: pgmap v5235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:17.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:17.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:18.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:18.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:18 smithi135 ceph-mon[93152]: pgmap v5236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:18 smithi194 ceph-mon[104785]: pgmap v5236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:19.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:19.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:20.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:20.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:20 smithi194 ceph-mon[104785]: pgmap v5237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:20 smithi135 ceph-mon[93152]: pgmap v5237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:21.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:21.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:22.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:22.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:22 smithi194 ceph-mon[104785]: pgmap v5238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:21:22.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:22 smithi135 ceph-mon[93152]: pgmap v5238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:21:23.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:23.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:24.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:24.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:24 smithi194 ceph-mon[104785]: pgmap v5239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:24 smithi135 ceph-mon[93152]: pgmap v5239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:25.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:25.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:26.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:26.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:26 smithi194 ceph-mon[104785]: pgmap v5240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:26 smithi135 ceph-mon[93152]: pgmap v5240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:27.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:27.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:28.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:28.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:28 smithi194 ceph-mon[104785]: pgmap v5241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:28 smithi135 ceph-mon[93152]: pgmap v5241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:29.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:29.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:30.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:30.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:30 smithi194 ceph-mon[104785]: pgmap v5242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:30 smithi135 ceph-mon[93152]: pgmap v5242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:31.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:31.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:32.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:32.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:32 smithi194 ceph-mon[104785]: pgmap v5243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:21:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:32 smithi135 ceph-mon[93152]: pgmap v5243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:21:33.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:33.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:34.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:34.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:34 smithi194 ceph-mon[104785]: pgmap v5244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:34 smithi135 ceph-mon[93152]: pgmap v5244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:35.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:35.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:36.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:36.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:36 smithi194 ceph-mon[104785]: pgmap v5245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:36.773 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:36 smithi135 ceph-mon[93152]: pgmap v5245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:37.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:37.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:38.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:38.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:38 smithi194 ceph-mon[104785]: pgmap v5246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:38 smithi135 ceph-mon[93152]: pgmap v5246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:39.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:39.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:40.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:40.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:40 smithi194 ceph-mon[104785]: pgmap v5247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:40 smithi135 ceph-mon[93152]: pgmap v5247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:41.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:41.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:42.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:42.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:42.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:42 smithi194 ceph-mon[104785]: pgmap v5248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:21:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:42 smithi135 ceph-mon[93152]: pgmap v5248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:21:43.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:43.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:44.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:44.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:44 smithi194 ceph-mon[104785]: pgmap v5249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:44 smithi135 ceph-mon[93152]: pgmap v5249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:45.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:45.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:46.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:46.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:46 smithi194 ceph-mon[104785]: pgmap v5250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:46 smithi135 ceph-mon[93152]: pgmap v5250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:47.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:47.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:48.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:48.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:48 smithi194 ceph-mon[104785]: pgmap v5251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:48 smithi135 ceph-mon[93152]: pgmap v5251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:49.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:49.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:50.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:50.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:50 smithi194 ceph-mon[104785]: pgmap v5252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:50 smithi135 ceph-mon[93152]: pgmap v5252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:51.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:51.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:52.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:52.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:52 smithi194 ceph-mon[104785]: pgmap v5253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:21:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:52 smithi135 ceph-mon[93152]: pgmap v5253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:21:53.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:53.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:54.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:54.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:54 smithi194 ceph-mon[104785]: pgmap v5254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:54 smithi135 ceph-mon[93152]: pgmap v5254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:55.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:55.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:56.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:56.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:56 smithi194 ceph-mon[104785]: pgmap v5255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:56 smithi135 ceph-mon[93152]: pgmap v5255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:21:57.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:57.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:58.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:58.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:21:58.321 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:21:58 smithi135 ceph-mon[93152]: pgmap v5256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:21:58 smithi194 ceph-mon[104785]: pgmap v5256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:21:59.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:21:59.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:00.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:00.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:00 smithi194 ceph-mon[104785]: pgmap v5257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:00 smithi135 ceph-mon[93152]: pgmap v5257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:01.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:01.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:02.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:02.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:02 smithi194 ceph-mon[104785]: pgmap v5258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:22:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:02 smithi135 ceph-mon[93152]: pgmap v5258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:22:03.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:03.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:04.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:04.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:04 smithi194 ceph-mon[104785]: pgmap v5259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:04 smithi135 ceph-mon[93152]: pgmap v5259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:05.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:05.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:22:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:22:06.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:06.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:06 smithi194 ceph-mon[104785]: pgmap v5260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:22:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:22:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:22:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:22:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:22:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:22:06.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:22:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:06 smithi135 ceph-mon[93152]: pgmap v5260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:22:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:22:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:22:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:22:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:22:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:22:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:22:07.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:07.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:08.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:08.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:08.420 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:08 smithi135 ceph-mon[93152]: pgmap v5261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:08 smithi194 ceph-mon[104785]: pgmap v5261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:09.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:09.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:10.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:10.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:10 smithi194 ceph-mon[104785]: pgmap v5262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:10 smithi135 ceph-mon[93152]: pgmap v5262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:11.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:11.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:11.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:12.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:12.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:12 smithi194 ceph-mon[104785]: pgmap v5263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:22:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:12 smithi135 ceph-mon[93152]: pgmap v5263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:22:13.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:13.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:14.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:14.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:14 smithi194 ceph-mon[104785]: pgmap v5264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:14 smithi135 ceph-mon[93152]: pgmap v5264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:15.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:15.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:16.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:16.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:16 smithi194 ceph-mon[104785]: pgmap v5265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:16 smithi135 ceph-mon[93152]: pgmap v5265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:17.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:17.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:18.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:18.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:18 smithi194 ceph-mon[104785]: pgmap v5266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:18 smithi135 ceph-mon[93152]: pgmap v5266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:19.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:19.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:20.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:20.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:20 smithi194 ceph-mon[104785]: pgmap v5267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:20 smithi135 ceph-mon[93152]: pgmap v5267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:21.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:21.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:22.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:22.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:22 smithi194 ceph-mon[104785]: pgmap v5268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:22:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:22 smithi135 ceph-mon[93152]: pgmap v5268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:22:23.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:23.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:24.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:24.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:24 smithi194 ceph-mon[104785]: pgmap v5269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:24 smithi135 ceph-mon[93152]: pgmap v5269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:25.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:25.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:26.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:26.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:26 smithi194 ceph-mon[104785]: pgmap v5270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:26 smithi135 ceph-mon[93152]: pgmap v5270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:27.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:27.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:28 smithi194 ceph-mon[104785]: pgmap v5271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:28.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:28.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:28 smithi135 ceph-mon[93152]: pgmap v5271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:29.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:29.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:30.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:30.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:30 smithi194 ceph-mon[104785]: pgmap v5272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:30 smithi135 ceph-mon[93152]: pgmap v5272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:31.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:31.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:32.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:32.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:32 smithi194 ceph-mon[104785]: pgmap v5273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:22:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:32 smithi135 ceph-mon[93152]: pgmap v5273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:22:33.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:33.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:34.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:34.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:34 smithi194 ceph-mon[104785]: pgmap v5274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:34 smithi135 ceph-mon[93152]: pgmap v5274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:35.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:35.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:36.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:36.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:36 smithi194 ceph-mon[104785]: pgmap v5275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:36 smithi135 ceph-mon[93152]: pgmap v5275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:37.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:37.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:38.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:38.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:38 smithi194 ceph-mon[104785]: pgmap v5276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:38 smithi135 ceph-mon[93152]: pgmap v5276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:39.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:39.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:39 smithi194 ceph-mon[104785]: pgmap v5277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:39 smithi135 ceph-mon[93152]: pgmap v5277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:40.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:40.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:41.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:41.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:41 smithi135 ceph-mon[93152]: pgmap v5278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:22:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:41 smithi194 ceph-mon[104785]: pgmap v5278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:22:42.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:42.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:43.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:43.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:44.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:44.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:44 smithi194 ceph-mon[104785]: pgmap v5279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:44 smithi135 ceph-mon[93152]: pgmap v5279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:45.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:45.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:46.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:46.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:46 smithi194 ceph-mon[104785]: pgmap v5280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:46 smithi135 ceph-mon[93152]: pgmap v5280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:47.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:47.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:48.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:48.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:48 smithi194 ceph-mon[104785]: pgmap v5281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:48 smithi135 ceph-mon[93152]: pgmap v5281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:49.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:49.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:50.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:50.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:50 smithi194 ceph-mon[104785]: pgmap v5282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:50 smithi135 ceph-mon[93152]: pgmap v5282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:51.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:51.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:52.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:52.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:52 smithi194 ceph-mon[104785]: pgmap v5283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:22:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:52 smithi135 ceph-mon[93152]: pgmap v5283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:22:53.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:53.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:54 smithi135 ceph-mon[93152]: pgmap v5284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:54.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:54.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:54 smithi194 ceph-mon[104785]: pgmap v5284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:55.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:55.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:56.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:56.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:56 smithi194 ceph-mon[104785]: pgmap v5285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:56 smithi135 ceph-mon[93152]: pgmap v5285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:22:57.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:57.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:58.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:58.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:22:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:22:58 smithi194 ceph-mon[104785]: pgmap v5286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:22:58 smithi135 ceph-mon[93152]: pgmap v5286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:22:59.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:22:59.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:00.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:00.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:00 smithi194 ceph-mon[104785]: pgmap v5287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:00 smithi135 ceph-mon[93152]: pgmap v5287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:01.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:01.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:02.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:02.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:02 smithi194 ceph-mon[104785]: pgmap v5288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:23:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:02 smithi135 ceph-mon[93152]: pgmap v5288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:23:03.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:03.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:04 smithi135 ceph-mon[93152]: pgmap v5289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:04.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:04.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:04 smithi194 ceph-mon[104785]: pgmap v5289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:05.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:05.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:06.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:06.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:06 smithi194 ceph-mon[104785]: pgmap v5290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:23:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:06 smithi135 ceph-mon[93152]: pgmap v5290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:23:07.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:07.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:23:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:23:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:23:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:23:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:23:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:23:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:23:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:23:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:23:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:23:08.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:08.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:08 smithi194 ceph-mon[104785]: pgmap v5291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:08 smithi135 ceph-mon[93152]: pgmap v5291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:09.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:09.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:10.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:10.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:10 smithi194 ceph-mon[104785]: pgmap v5292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:10 smithi135 ceph-mon[93152]: pgmap v5292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:11.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:11.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:12.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:12.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:12 smithi194 ceph-mon[104785]: pgmap v5293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:23:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:12 smithi135 ceph-mon[93152]: pgmap v5293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:23:13.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:13.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:14.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:14.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:14 smithi194 ceph-mon[104785]: pgmap v5294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:14.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:14 smithi135 ceph-mon[93152]: pgmap v5294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:15.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:15.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:16.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:16.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:16 smithi194 ceph-mon[104785]: pgmap v5295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:16 smithi135 ceph-mon[93152]: pgmap v5295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:17.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:17.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:18.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:18.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:18.398 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:18 smithi194 ceph-mon[104785]: pgmap v5296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:18 smithi135 ceph-mon[93152]: pgmap v5296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:19.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:19.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:20.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:20.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:20 smithi194 ceph-mon[104785]: pgmap v5297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:20 smithi135 ceph-mon[93152]: pgmap v5297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:21.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:21.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:22.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:22.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:22 smithi194 ceph-mon[104785]: pgmap v5298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:23:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:22 smithi135 ceph-mon[93152]: pgmap v5298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:23:23.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:23.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:24.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:24.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:24 smithi194 ceph-mon[104785]: pgmap v5299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:24 smithi135 ceph-mon[93152]: pgmap v5299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:25.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:25.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:25 smithi194 ceph-mon[104785]: pgmap v5300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:25 smithi135 ceph-mon[93152]: pgmap v5300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:26.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:26.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:27.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:27.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:27 smithi194 ceph-mon[104785]: pgmap v5301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:27 smithi135 ceph-mon[93152]: pgmap v5301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:28.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:28.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:29.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:29.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:30.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:30.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:30 smithi194 ceph-mon[104785]: pgmap v5302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:30 smithi135 ceph-mon[93152]: pgmap v5302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:31.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:31.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:32.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:32.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:32 smithi194 ceph-mon[104785]: pgmap v5303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:23:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:32 smithi135 ceph-mon[93152]: pgmap v5303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:23:33.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:33.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:34.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:34.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:34 smithi194 ceph-mon[104785]: pgmap v5304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:34 smithi135 ceph-mon[93152]: pgmap v5304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:35.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:35.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:36.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:36.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:36 smithi194 ceph-mon[104785]: pgmap v5305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:36 smithi135 ceph-mon[93152]: pgmap v5305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:37.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:37.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:38.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:38.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:38 smithi194 ceph-mon[104785]: pgmap v5306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:38 smithi135 ceph-mon[93152]: pgmap v5306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:39.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:39.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:40.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:40.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:40 smithi194 ceph-mon[104785]: pgmap v5307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:40 smithi135 ceph-mon[93152]: pgmap v5307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:41.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:41.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:42.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:42.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:42 smithi194 ceph-mon[104785]: pgmap v5308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:23:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:42 smithi135 ceph-mon[93152]: pgmap v5308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:23:43.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:43.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:44.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:44.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:44.360 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:44 smithi135 ceph-mon[93152]: pgmap v5309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:44 smithi194 ceph-mon[104785]: pgmap v5309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:45.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:45.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:46.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:46.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:46 smithi194 ceph-mon[104785]: pgmap v5310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:46 smithi135 ceph-mon[93152]: pgmap v5310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:47.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:47.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:48.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:48.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:48 smithi194 ceph-mon[104785]: pgmap v5311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:48 smithi135 ceph-mon[93152]: pgmap v5311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:49.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:49.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:50.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:50.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:50 smithi194 ceph-mon[104785]: pgmap v5312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:50 smithi135 ceph-mon[93152]: pgmap v5312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:51.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:51.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:52.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:52.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:52 smithi194 ceph-mon[104785]: pgmap v5313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:23:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:52 smithi135 ceph-mon[93152]: pgmap v5313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:23:53.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:53.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:54.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:54.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:54 smithi194 ceph-mon[104785]: pgmap v5314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:54.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:54 smithi135 ceph-mon[93152]: pgmap v5314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:55.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:55.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:56.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:56.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:56 smithi194 ceph-mon[104785]: pgmap v5315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:56 smithi135 ceph-mon[93152]: pgmap v5315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:23:57.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:57.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:58.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:58.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:23:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:23:58 smithi194 ceph-mon[104785]: pgmap v5316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:23:58 smithi135 ceph-mon[93152]: pgmap v5316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:23:59.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:23:59.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:00.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:00.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:00 smithi194 ceph-mon[104785]: pgmap v5317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:00 smithi135 ceph-mon[93152]: pgmap v5317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:01.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:01.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:02.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:02.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:02 smithi194 ceph-mon[104785]: pgmap v5318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:24:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:02 smithi135 ceph-mon[93152]: pgmap v5318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:24:03.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:03.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:04.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:04.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:04 smithi194 ceph-mon[104785]: pgmap v5319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:04.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:04 smithi135 ceph-mon[93152]: pgmap v5319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:05.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:05.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:06.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:06.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:06 smithi194 ceph-mon[104785]: pgmap v5320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:06 smithi135 ceph-mon[93152]: pgmap v5320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:07.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:07.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:24:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:24:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:24:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:24:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:24:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:24:08.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:08.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:08 smithi194 ceph-mon[104785]: pgmap v5321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:08.465 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:24:08.465 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:24:08.465 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:24:08.465 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:24:08.465 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:24:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:08 smithi135 ceph-mon[93152]: pgmap v5321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:24:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:24:08.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:24:08.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:24:08.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:24:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:09 smithi194 ceph-mon[104785]: pgmap v5322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:09.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:09.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:09 smithi135 ceph-mon[93152]: pgmap v5322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:10.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:10.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:11.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:11.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:11 smithi194 ceph-mon[104785]: pgmap v5323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:24:11.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:11 smithi135 ceph-mon[93152]: pgmap v5323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:24:12.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:12.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:13.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:13.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:14.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:14.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:14 smithi194 ceph-mon[104785]: pgmap v5324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:14 smithi135 ceph-mon[93152]: pgmap v5324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:15.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:15.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:16.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:16.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:16 smithi194 ceph-mon[104785]: pgmap v5325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:16 smithi135 ceph-mon[93152]: pgmap v5325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:17.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:17.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:18.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:18.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:18 smithi194 ceph-mon[104785]: pgmap v5326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:18 smithi135 ceph-mon[93152]: pgmap v5326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:19.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:19.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:20.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:20.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:20 smithi194 ceph-mon[104785]: pgmap v5327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:20 smithi135 ceph-mon[93152]: pgmap v5327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:21.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:21.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:22.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:22.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:22 smithi194 ceph-mon[104785]: pgmap v5328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:24:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:22 smithi135 ceph-mon[93152]: pgmap v5328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:24:23.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:23.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:24.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:24.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:24 smithi194 ceph-mon[104785]: pgmap v5329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:24 smithi135 ceph-mon[93152]: pgmap v5329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:25.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:25.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:26.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:26.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:26 smithi194 ceph-mon[104785]: pgmap v5330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:26 smithi135 ceph-mon[93152]: pgmap v5330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:27.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:27.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:28.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:28.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:28 smithi194 ceph-mon[104785]: pgmap v5331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:28 smithi135 ceph-mon[93152]: pgmap v5331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:30.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:30.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:30 smithi194 ceph-mon[104785]: pgmap v5332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:30 smithi135 ceph-mon[93152]: pgmap v5332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:31.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:31.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:32.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:32.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:32 smithi194 ceph-mon[104785]: pgmap v5333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:24:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:32 smithi135 ceph-mon[93152]: pgmap v5333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:24:33.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:33.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:34.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:34.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:34 smithi194 ceph-mon[104785]: pgmap v5334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:34 smithi135 ceph-mon[93152]: pgmap v5334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:35.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:35.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:36.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:36.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:36 smithi194 ceph-mon[104785]: pgmap v5335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:36 smithi135 ceph-mon[93152]: pgmap v5335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:37.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:37.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:38.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:38.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:38 smithi194 ceph-mon[104785]: pgmap v5336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:38.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:38 smithi135 ceph-mon[93152]: pgmap v5336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:39.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:39.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:40 smithi135 ceph-mon[93152]: pgmap v5337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:40.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:40.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:40 smithi194 ceph-mon[104785]: pgmap v5337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:41.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:41.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:42.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:42.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:42 smithi194 ceph-mon[104785]: pgmap v5338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:24:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:42 smithi135 ceph-mon[93152]: pgmap v5338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:24:43.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:43.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:44.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:44.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:44 smithi194 ceph-mon[104785]: pgmap v5339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:44 smithi135 ceph-mon[93152]: pgmap v5339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:45.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:45.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:46.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:46.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:46 smithi194 ceph-mon[104785]: pgmap v5340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:46 smithi135 ceph-mon[93152]: pgmap v5340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:47.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:47.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:48 smithi194 ceph-mon[104785]: pgmap v5341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:48.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:48.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:48 smithi135 ceph-mon[93152]: pgmap v5341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:49.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:49.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:50.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:50 smithi135 ceph-mon[93152]: pgmap v5342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:50 smithi194 ceph-mon[104785]: pgmap v5342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:50.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:50.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:51.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:51.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:52 smithi194 ceph-mon[104785]: pgmap v5343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:24:52.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:52.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:52 smithi135 ceph-mon[93152]: pgmap v5343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:24:53.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:53.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:54.387 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:54 smithi194 ceph-mon[104785]: pgmap v5344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:54.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:54.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:54.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:54 smithi135 ceph-mon[93152]: pgmap v5344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:55 smithi194 ceph-mon[104785]: pgmap v5345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:55.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:55.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:55 smithi135 ceph-mon[93152]: pgmap v5345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:56.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:56.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:24:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:24:57 smithi194 ceph-mon[104785]: pgmap v5346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:57.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:57.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:57.598 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:24:57 smithi135 ceph-mon[93152]: pgmap v5346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:24:58.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:58.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:24:59.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:24:59.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:00 smithi194 ceph-mon[104785]: pgmap v5347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:00.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:00.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:00.541 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:00 smithi135 ceph-mon[93152]: pgmap v5347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:01.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:01.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:02 smithi194 ceph-mon[104785]: pgmap v5348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:25:02.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:02.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:02.722 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:02 smithi135 ceph-mon[93152]: pgmap v5348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:25:03.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:03.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:04 smithi194 ceph-mon[104785]: pgmap v5349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:04.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:04.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:04.544 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:04 smithi135 ceph-mon[93152]: pgmap v5349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:05.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:05.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:06 smithi194 ceph-mon[104785]: pgmap v5350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:06.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:06.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:06 smithi135 ceph-mon[93152]: pgmap v5350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:07.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:07.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:08 smithi194 ceph-mon[104785]: pgmap v5351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:25:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:25:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:25:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:25:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:25:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:25:08.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:08.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:08 smithi135 ceph-mon[93152]: pgmap v5351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:25:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:25:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:25:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:25:08.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:25:08.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:25:09.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:09.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:10 smithi194 ceph-mon[104785]: pgmap v5352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:10.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:10.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:10 smithi135 ceph-mon[93152]: pgmap v5352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:11.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:11.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:12 smithi194 ceph-mon[104785]: pgmap v5353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:25:12.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:12.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:12 smithi135 ceph-mon[93152]: pgmap v5353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:25:13.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:13.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:14 smithi194 ceph-mon[104785]: pgmap v5354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:14.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:14.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:14 smithi135 ceph-mon[93152]: pgmap v5354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:15.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:15.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:16 smithi194 ceph-mon[104785]: pgmap v5355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:16 smithi135 ceph-mon[93152]: pgmap v5355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:16.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:16.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:17.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:17.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:18.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:18 smithi194 ceph-mon[104785]: pgmap v5356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:18 smithi135 ceph-mon[93152]: pgmap v5356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:18.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:18.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:19.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:19.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:20 smithi194 ceph-mon[104785]: pgmap v5357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:20 smithi135 ceph-mon[93152]: pgmap v5357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:20.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:20.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:21.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:21.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:22 smithi194 ceph-mon[104785]: pgmap v5358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:25:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:22 smithi135 ceph-mon[93152]: pgmap v5358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:25:22.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:22.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:23.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:23.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:24 smithi194 ceph-mon[104785]: pgmap v5359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:24 smithi135 ceph-mon[93152]: pgmap v5359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:24.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:24.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:25.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:25.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:26 smithi194 ceph-mon[104785]: pgmap v5360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:26 smithi135 ceph-mon[93152]: pgmap v5360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:26.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:26.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:27.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:27.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:28 smithi194 ceph-mon[104785]: pgmap v5361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:28 smithi135 ceph-mon[93152]: pgmap v5361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:28.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:28.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:29.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:29.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:30.396 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:30 smithi135 ceph-mon[93152]: pgmap v5362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:30 smithi194 ceph-mon[104785]: pgmap v5362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:30.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:30.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:31.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:31.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:32 smithi194 ceph-mon[104785]: pgmap v5363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:25:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:32 smithi135 ceph-mon[93152]: pgmap v5363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:25:32.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:32.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:33.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:33.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:34 smithi194 ceph-mon[104785]: pgmap v5364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:34 smithi135 ceph-mon[93152]: pgmap v5364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:34.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:34.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:35.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:35.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:36 smithi194 ceph-mon[104785]: pgmap v5365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:36 smithi135 ceph-mon[93152]: pgmap v5365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:36.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:36.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:37.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:37.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:38 smithi194 ceph-mon[104785]: pgmap v5366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:38 smithi135 ceph-mon[93152]: pgmap v5366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:38.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:38.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:39 smithi194 ceph-mon[104785]: pgmap v5367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:39 smithi135 ceph-mon[93152]: pgmap v5367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:39.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:39.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:40.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:40.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:41.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:41.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:41 smithi194 ceph-mon[104785]: pgmap v5368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:25:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:41 smithi135 ceph-mon[93152]: pgmap v5368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:25:42.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:42.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:43.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:43.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:44 smithi194 ceph-mon[104785]: pgmap v5369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:44.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:44 smithi135 ceph-mon[93152]: pgmap v5369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:44.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:44.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:45.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:45.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:46 smithi194 ceph-mon[104785]: pgmap v5370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:46 smithi135 ceph-mon[93152]: pgmap v5370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:46.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:46.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:47.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:47.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:48 smithi194 ceph-mon[104785]: pgmap v5371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:48 smithi135 ceph-mon[93152]: pgmap v5371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:48.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:48.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:49.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:49.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:50 smithi194 ceph-mon[104785]: pgmap v5372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:50 smithi135 ceph-mon[93152]: pgmap v5372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:50.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:50.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:51.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:51.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:52 smithi194 ceph-mon[104785]: pgmap v5373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:25:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:52 smithi135 ceph-mon[93152]: pgmap v5373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:25:52.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:52.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:53.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:53.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:54 smithi194 ceph-mon[104785]: pgmap v5374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:54 smithi135 ceph-mon[93152]: pgmap v5374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:54.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:54.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:55.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:55.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:56 smithi194 ceph-mon[104785]: pgmap v5375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:56 smithi135 ceph-mon[93152]: pgmap v5375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:25:56.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:56.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:57.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:57.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:58.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:25:58 smithi194 ceph-mon[104785]: pgmap v5376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:25:58 smithi135 ceph-mon[93152]: pgmap v5376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:25:58.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:58.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:25:59.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:25:59.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:00 smithi194 ceph-mon[104785]: pgmap v5377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:00 smithi135 ceph-mon[93152]: pgmap v5377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:00.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:00.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:01.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:01.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:02 smithi194 ceph-mon[104785]: pgmap v5378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:26:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:02 smithi135 ceph-mon[93152]: pgmap v5378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:26:02.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:02.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:03.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:03.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:04 smithi194 ceph-mon[104785]: pgmap v5379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:04 smithi135 ceph-mon[93152]: pgmap v5379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:04.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:04.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:05.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:05.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:06 smithi194 ceph-mon[104785]: pgmap v5380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:06 smithi135 ceph-mon[93152]: pgmap v5380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:06.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:06.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:07.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:07.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:08 smithi194 ceph-mon[104785]: pgmap v5381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:26:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:08 smithi135 ceph-mon[93152]: pgmap v5381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:26:08.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:08.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:26:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:26:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:26:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:26:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:26:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:26:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:26:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:26:09.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:26:09.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:26:09.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:09.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:10 smithi194 ceph-mon[104785]: pgmap v5382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:10 smithi135 ceph-mon[93152]: pgmap v5382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:10.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:10.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:11.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:11.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:12 smithi194 ceph-mon[104785]: pgmap v5383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:26:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:12 smithi135 ceph-mon[93152]: pgmap v5383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:26:12.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:12.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:13.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:13.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:14 smithi194 ceph-mon[104785]: pgmap v5384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:14 smithi135 ceph-mon[93152]: pgmap v5384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:14.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:14.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:15.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:15.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:16 smithi194 ceph-mon[104785]: pgmap v5385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:16 smithi135 ceph-mon[93152]: pgmap v5385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:16.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:16.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:17.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:17.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:18 smithi194 ceph-mon[104785]: pgmap v5386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:18 smithi135 ceph-mon[93152]: pgmap v5386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:18.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:18.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:19 smithi194 ceph-mon[104785]: pgmap v5387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:19 smithi135 ceph-mon[93152]: pgmap v5387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:19.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:19.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:20.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:20.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:21.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:21.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:21 smithi194 ceph-mon[104785]: pgmap v5388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:26:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:21 smithi135 ceph-mon[93152]: pgmap v5388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:26:22.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:22.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:23.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:23.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:24 smithi194 ceph-mon[104785]: pgmap v5389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:24 smithi135 ceph-mon[93152]: pgmap v5389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:24.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:24.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:25.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:25.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:26 smithi135 ceph-mon[93152]: pgmap v5390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:26 smithi194 ceph-mon[104785]: pgmap v5390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:26.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:26.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:27.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:27.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:28 smithi194 ceph-mon[104785]: pgmap v5391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:28 smithi135 ceph-mon[93152]: pgmap v5391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:28.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:28.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:29.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:29.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:30.389 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:30 smithi194 ceph-mon[104785]: pgmap v5392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:30 smithi135 ceph-mon[93152]: pgmap v5392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:30.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:30.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:31.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:31.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:32 smithi194 ceph-mon[104785]: pgmap v5393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:26:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:32 smithi135 ceph-mon[93152]: pgmap v5393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:26:32.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:32.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:33.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:33.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:34 smithi194 ceph-mon[104785]: pgmap v5394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:34 smithi135 ceph-mon[93152]: pgmap v5394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:34.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:34.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:35.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:35.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:36 smithi194 ceph-mon[104785]: pgmap v5395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:36 smithi135 ceph-mon[93152]: pgmap v5395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:36.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:36.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:37.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:37.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:38 smithi194 ceph-mon[104785]: pgmap v5396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:38 smithi135 ceph-mon[93152]: pgmap v5396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:38.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:38.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:39.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:39.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:40 smithi194 ceph-mon[104785]: pgmap v5397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:40 smithi135 ceph-mon[93152]: pgmap v5397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:40.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:40.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:41.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:41.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:42 smithi194 ceph-mon[104785]: pgmap v5398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:26:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:42 smithi135 ceph-mon[93152]: pgmap v5398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:26:42.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:42.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:43.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:43.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:44 smithi194 ceph-mon[104785]: pgmap v5399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:44 smithi135 ceph-mon[93152]: pgmap v5399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:44.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:44.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:45.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:45.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:46 smithi194 ceph-mon[104785]: pgmap v5400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:46 smithi135 ceph-mon[93152]: pgmap v5400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:46.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:46.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:47.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:47.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:48 smithi194 ceph-mon[104785]: pgmap v5401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:48 smithi135 ceph-mon[93152]: pgmap v5401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:48.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:48.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:49.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:49.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:50 smithi194 ceph-mon[104785]: pgmap v5402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:50 smithi135 ceph-mon[93152]: pgmap v5402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:50.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:50.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:51.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:51.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:52 smithi194 ceph-mon[104785]: pgmap v5403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:26:52.927 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:52 smithi135 ceph-mon[93152]: pgmap v5403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:26:52.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:52.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:53.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:53.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:54 smithi194 ceph-mon[104785]: pgmap v5404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:54.574 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:54 smithi135 ceph-mon[93152]: pgmap v5404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:54.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:54.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:55.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:55.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:56 smithi194 ceph-mon[104785]: pgmap v5405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:56 smithi135 ceph-mon[93152]: pgmap v5405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:26:56.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:56.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:57.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:57.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:26:58 smithi194 ceph-mon[104785]: pgmap v5406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:58.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:26:58 smithi135 ceph-mon[93152]: pgmap v5406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:26:58.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:26:58.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:26:59.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:00.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:00 smithi194 ceph-mon[104785]: pgmap v5407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:00.516 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:00 smithi135 ceph-mon[93152]: pgmap v5407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:00.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:00.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:01.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:01.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:02 smithi194 ceph-mon[104785]: pgmap v5408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:27:02.620 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:02 smithi135 ceph-mon[93152]: pgmap v5408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:27:02.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:02.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:03.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:03.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:04 smithi194 ceph-mon[104785]: pgmap v5409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:04 smithi135 ceph-mon[93152]: pgmap v5409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:04.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:04.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:05.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:05.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:06 smithi194 ceph-mon[104785]: pgmap v5410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:06 smithi135 ceph-mon[93152]: pgmap v5410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:06.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:06.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:07.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:07.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:08 smithi194 ceph-mon[104785]: pgmap v5411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:08 smithi135 ceph-mon[93152]: pgmap v5411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:08.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:08.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:27:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:27:09.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:09.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:10 smithi194 ceph-mon[104785]: pgmap v5412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:27:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:27:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:27:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:27:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:27:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:10 smithi135 ceph-mon[93152]: pgmap v5412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:27:10.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:27:10.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:27:10.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:27:10.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:27:10.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:10.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:11.378 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:11.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:11.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:12 smithi194 ceph-mon[104785]: pgmap v5413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:27:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:12 smithi135 ceph-mon[93152]: pgmap v5413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:27:12.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:12.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:13.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:13.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:14 smithi194 ceph-mon[104785]: pgmap v5414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:14 smithi135 ceph-mon[93152]: pgmap v5414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:14.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:14.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:15.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:15.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:16.427 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:16 smithi135 ceph-mon[93152]: pgmap v5415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:16 smithi194 ceph-mon[104785]: pgmap v5415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:16.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:16.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:17.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:17.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:18 smithi194 ceph-mon[104785]: pgmap v5416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:18 smithi135 ceph-mon[93152]: pgmap v5416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:18.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:18.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:19.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:19.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:20 smithi194 ceph-mon[104785]: pgmap v5417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:20 smithi135 ceph-mon[93152]: pgmap v5417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:20.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:20.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:21.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:21.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:22 smithi194 ceph-mon[104785]: pgmap v5418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:27:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:22 smithi135 ceph-mon[93152]: pgmap v5418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:27:22.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:22.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:23.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:23.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:24 smithi194 ceph-mon[104785]: pgmap v5419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:24 smithi135 ceph-mon[93152]: pgmap v5419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:24.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:24.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:25.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:25.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:26 smithi194 ceph-mon[104785]: pgmap v5420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:26 smithi135 ceph-mon[93152]: pgmap v5420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:26.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:26.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:27.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:27.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:28 smithi194 ceph-mon[104785]: pgmap v5421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:28 smithi135 ceph-mon[93152]: pgmap v5421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:28.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:28.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:29.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:29.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:30 smithi194 ceph-mon[104785]: pgmap v5422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:30 smithi135 ceph-mon[93152]: pgmap v5422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:30.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:30.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:31.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:31.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:32 smithi194 ceph-mon[104785]: pgmap v5423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:27:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:32 smithi135 ceph-mon[93152]: pgmap v5423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:27:32.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:32.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:33.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:33.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:34 smithi194 ceph-mon[104785]: pgmap v5424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:34 smithi135 ceph-mon[93152]: pgmap v5424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:34.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:34.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:35.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:35.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:36 smithi194 ceph-mon[104785]: pgmap v5425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:36 smithi135 ceph-mon[93152]: pgmap v5425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:36.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:36.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:37.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:37.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:38 smithi194 ceph-mon[104785]: pgmap v5426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:38 smithi135 ceph-mon[93152]: pgmap v5426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:38.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:38.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:39 smithi135 ceph-mon[93152]: pgmap v5427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:39 smithi194 ceph-mon[104785]: pgmap v5427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:39.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:39.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:40.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:40.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:40.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:41 smithi194 ceph-mon[104785]: pgmap v5428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:27:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:41 smithi135 ceph-mon[93152]: pgmap v5428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:27:41.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:41.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:42.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:42.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:43.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:43.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:44 smithi194 ceph-mon[104785]: pgmap v5429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:44 smithi135 ceph-mon[93152]: pgmap v5429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:44.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:44.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:45.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:45.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:46 smithi194 ceph-mon[104785]: pgmap v5430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:46 smithi135 ceph-mon[93152]: pgmap v5430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:46.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:46.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:47.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:47.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:48 smithi194 ceph-mon[104785]: pgmap v5431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:48 smithi135 ceph-mon[93152]: pgmap v5431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:48.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:48.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:49.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:49.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:50 smithi194 ceph-mon[104785]: pgmap v5432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:50.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:50 smithi135 ceph-mon[93152]: pgmap v5432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:50.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:50.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:51.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:51.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:52 smithi194 ceph-mon[104785]: pgmap v5433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:27:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:52 smithi135 ceph-mon[93152]: pgmap v5433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:27:52.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:52.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:53.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:53.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:54 smithi194 ceph-mon[104785]: pgmap v5434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:54 smithi135 ceph-mon[93152]: pgmap v5434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:54.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:54.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:55.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:55.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:56 smithi194 ceph-mon[104785]: pgmap v5435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:56 smithi135 ceph-mon[93152]: pgmap v5435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:27:56.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:56.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:57.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:57.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:27:58 smithi194 ceph-mon[104785]: pgmap v5436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:27:58 smithi135 ceph-mon[93152]: pgmap v5436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:27:58.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:58.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:27:59.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:27:59.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:00 smithi194 ceph-mon[104785]: pgmap v5437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:00 smithi135 ceph-mon[93152]: pgmap v5437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:00.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:00.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:01.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:01.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:02 smithi194 ceph-mon[104785]: pgmap v5438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:28:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:02 smithi135 ceph-mon[93152]: pgmap v5438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:28:02.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:02.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:03.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:03.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:04 smithi194 ceph-mon[104785]: pgmap v5439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:04 smithi135 ceph-mon[93152]: pgmap v5439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:04.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:04.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:05.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:05.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:06 smithi194 ceph-mon[104785]: pgmap v5440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:06 smithi135 ceph-mon[93152]: pgmap v5440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:06.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:06.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:07.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:07.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:08 smithi194 ceph-mon[104785]: pgmap v5441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:08.516 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:08 smithi135 ceph-mon[93152]: pgmap v5441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:08.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:08.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:09.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:09.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:10 smithi194 ceph-mon[104785]: pgmap v5442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:28:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:28:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:28:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:28:10.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:28:10.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:28:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:10 smithi135 ceph-mon[93152]: pgmap v5442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:28:10.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:28:10.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:28:10.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:28:10.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:28:10.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:28:10.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:10.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:11.440 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:11.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:11.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:12 smithi135 ceph-mon[93152]: pgmap v5443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:28:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:12 smithi194 ceph-mon[104785]: pgmap v5443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:28:12.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:12.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:13.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:13.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:14 smithi194 ceph-mon[104785]: pgmap v5444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:14 smithi135 ceph-mon[93152]: pgmap v5444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:14.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:14.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:15.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:15.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:16 smithi194 ceph-mon[104785]: pgmap v5445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:16 smithi135 ceph-mon[93152]: pgmap v5445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:16.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:16.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:17 smithi135 ceph-mon[93152]: pgmap v5446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:17.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:17 smithi194 ceph-mon[104785]: pgmap v5446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:17.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:17.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:18.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:18.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:19.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:19.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:20 smithi194 ceph-mon[104785]: pgmap v5447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:20 smithi135 ceph-mon[93152]: pgmap v5447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:20.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:20.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:21.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:21.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:22 smithi194 ceph-mon[104785]: pgmap v5448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:28:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:22 smithi135 ceph-mon[93152]: pgmap v5448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:28:22.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:22.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:23.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:23.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:24 smithi194 ceph-mon[104785]: pgmap v5449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:24 smithi135 ceph-mon[93152]: pgmap v5449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:24.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:24.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:25.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:25.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:26 smithi194 ceph-mon[104785]: pgmap v5450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:26.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:26 smithi135 ceph-mon[93152]: pgmap v5450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:26.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:26.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:27.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:27.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:28 smithi194 ceph-mon[104785]: pgmap v5451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:28 smithi135 ceph-mon[93152]: pgmap v5451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:28.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:28.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:29.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:29.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:30 smithi194 ceph-mon[104785]: pgmap v5452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:30 smithi135 ceph-mon[93152]: pgmap v5452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:30.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:30.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:31.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:31.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:32 smithi194 ceph-mon[104785]: pgmap v5453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:28:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:32 smithi135 ceph-mon[93152]: pgmap v5453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:28:32.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:32.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:33.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:33.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:34 smithi194 ceph-mon[104785]: pgmap v5454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:34 smithi135 ceph-mon[93152]: pgmap v5454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:34.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:34.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:35.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:35.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:36.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:36 smithi194 ceph-mon[104785]: pgmap v5455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:36 smithi135 ceph-mon[93152]: pgmap v5455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:36.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:36.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:37.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:37.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:38 smithi194 ceph-mon[104785]: pgmap v5456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:38 smithi135 ceph-mon[93152]: pgmap v5456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:38.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:38.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:39.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:39.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:40 smithi135 ceph-mon[93152]: pgmap v5457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:40 smithi194 ceph-mon[104785]: pgmap v5457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:40.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:40.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:41.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:41.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:42 smithi194 ceph-mon[104785]: pgmap v5458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:28:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:42 smithi135 ceph-mon[93152]: pgmap v5458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:28:42.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:42.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:43.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:43.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:44 smithi194 ceph-mon[104785]: pgmap v5459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:44 smithi135 ceph-mon[93152]: pgmap v5459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:44.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:44.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:45.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:45.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:46.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:46 smithi194 ceph-mon[104785]: pgmap v5460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:46 smithi135 ceph-mon[93152]: pgmap v5460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:46.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:46.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:47.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:47.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:48 smithi194 ceph-mon[104785]: pgmap v5461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:48 smithi135 ceph-mon[93152]: pgmap v5461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:48.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:48.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:49.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:49.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:50 smithi194 ceph-mon[104785]: pgmap v5462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:50 smithi135 ceph-mon[93152]: pgmap v5462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:50.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:50.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:51.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:51.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:52 smithi194 ceph-mon[104785]: pgmap v5463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:28:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:52 smithi135 ceph-mon[93152]: pgmap v5463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:28:52.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:52.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:53.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:53.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:54 smithi194 ceph-mon[104785]: pgmap v5464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:54 smithi135 ceph-mon[93152]: pgmap v5464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:54.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:54.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:55.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:55.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:56 smithi194 ceph-mon[104785]: pgmap v5465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:56 smithi135 ceph-mon[93152]: pgmap v5465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:28:56.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:56.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:57.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:57.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:28:58 smithi194 ceph-mon[104785]: pgmap v5466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:28:58 smithi135 ceph-mon[93152]: pgmap v5466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:28:58.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:58.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:28:59.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:28:59.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:00 smithi194 ceph-mon[104785]: pgmap v5467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:00 smithi135 ceph-mon[93152]: pgmap v5467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:00.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:00.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:01.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:01.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:02 smithi194 ceph-mon[104785]: pgmap v5468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:29:02.461 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:02 smithi135 ceph-mon[93152]: pgmap v5468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:29:02.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:02.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:03.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:03.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:04 smithi194 ceph-mon[104785]: pgmap v5469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:04 smithi135 ceph-mon[93152]: pgmap v5469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:04.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:04.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:05.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:05.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:06 smithi194 ceph-mon[104785]: pgmap v5470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:06 smithi135 ceph-mon[93152]: pgmap v5470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:06.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:06.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:07.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:07.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:08 smithi194 ceph-mon[104785]: pgmap v5471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:08.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:08 smithi135 ceph-mon[93152]: pgmap v5471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:08.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:08.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:09.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:09.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:10 smithi194 ceph-mon[104785]: pgmap v5472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:29:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:10 smithi135 ceph-mon[93152]: pgmap v5472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:29:10.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:10.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:11.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:11.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:12 smithi194 ceph-mon[104785]: pgmap v5473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:29:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:12 smithi135 ceph-mon[93152]: pgmap v5473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:29:12.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:12.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:13.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:13.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:14 smithi194 ceph-mon[104785]: pgmap v5474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:14 smithi135 ceph-mon[93152]: pgmap v5474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:14.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:14.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:15.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:15.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:15 smithi194 ceph-mon[104785]: pgmap v5475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:29:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:29:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:29:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:29:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:29:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:29:16.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:29:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:15 smithi135 ceph-mon[93152]: pgmap v5475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:29:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:29:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:29:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:29:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:29:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:29:16.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:29:16.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:16.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:17.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:17.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:17 smithi135 ceph-mon[93152]: pgmap v5476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:18.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:17 smithi194 ceph-mon[104785]: pgmap v5476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:18.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:18.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:19.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:19.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:20 smithi194 ceph-mon[104785]: pgmap v5477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:20 smithi135 ceph-mon[93152]: pgmap v5477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:20.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:20.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:21.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:21.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:22 smithi194 ceph-mon[104785]: pgmap v5478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:29:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:22 smithi135 ceph-mon[93152]: pgmap v5478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:29:22.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:22.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:23.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:23.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:24 smithi194 ceph-mon[104785]: pgmap v5479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:24 smithi135 ceph-mon[93152]: pgmap v5479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:24.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:24.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:25.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:25.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:26 smithi194 ceph-mon[104785]: pgmap v5480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:26 smithi135 ceph-mon[93152]: pgmap v5480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:26.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:26.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:27.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:27.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:28 smithi194 ceph-mon[104785]: pgmap v5481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:28 smithi135 ceph-mon[93152]: pgmap v5481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:28.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:28.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:29.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:29.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:30 smithi194 ceph-mon[104785]: pgmap v5482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:30 smithi135 ceph-mon[93152]: pgmap v5482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:30.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:30.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:31.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:31.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:32 smithi194 ceph-mon[104785]: pgmap v5483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:29:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:32 smithi135 ceph-mon[93152]: pgmap v5483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:29:32.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:32.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:33.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:33.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:34 smithi194 ceph-mon[104785]: pgmap v5484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:34 smithi135 ceph-mon[93152]: pgmap v5484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:34.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:34.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:35.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:35.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:36 smithi194 ceph-mon[104785]: pgmap v5485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:36 smithi135 ceph-mon[93152]: pgmap v5485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:36.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:36.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:37.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:37.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:38 smithi194 ceph-mon[104785]: pgmap v5486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:38.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:38 smithi135 ceph-mon[93152]: pgmap v5486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:38.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:38.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:39.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:39.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:40 smithi194 ceph-mon[104785]: pgmap v5487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:40 smithi135 ceph-mon[93152]: pgmap v5487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:40.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:40.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:41.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:41.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:42 smithi194 ceph-mon[104785]: pgmap v5488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:29:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:42 smithi135 ceph-mon[93152]: pgmap v5488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:29:42.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:42.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:43.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:43.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:44 smithi194 ceph-mon[104785]: pgmap v5489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:44 smithi135 ceph-mon[93152]: pgmap v5489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:44.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:44.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:45.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:45.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:46 smithi194 ceph-mon[104785]: pgmap v5490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:46 smithi135 ceph-mon[93152]: pgmap v5490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:46.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:46.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:47.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:47.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:48 smithi194 ceph-mon[104785]: pgmap v5491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:48.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:48 smithi135 ceph-mon[93152]: pgmap v5491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:48.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:48.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:49 smithi135 ceph-mon[93152]: pgmap v5492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:49 smithi194 ceph-mon[104785]: pgmap v5492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:49.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:49.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:50.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:50.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:51.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:51 smithi194 ceph-mon[104785]: pgmap v5493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:29:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:51 smithi135 ceph-mon[93152]: pgmap v5493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:29:51.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:51.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:52.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:52.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:53.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:53.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:54 smithi194 ceph-mon[104785]: pgmap v5494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:54 smithi135 ceph-mon[93152]: pgmap v5494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:54.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:54.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:55.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:55.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:56 smithi194 ceph-mon[104785]: pgmap v5495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:56 smithi135 ceph-mon[93152]: pgmap v5495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:29:56.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:56.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:57.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:57.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:29:58 smithi135 ceph-mon[93152]: pgmap v5496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:29:58 smithi194 ceph-mon[104785]: pgmap v5496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:29:58.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:58.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:29:59.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:29:59.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:00 smithi194 ceph-mon[104785]: pgmap v5497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T07:30:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:00 smithi135 ceph-mon[93152]: pgmap v5497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T07:30:00.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:00.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:01.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:01.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:02 smithi194 ceph-mon[104785]: pgmap v5498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:30:02.583 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:02 smithi135 ceph-mon[93152]: pgmap v5498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:30:02.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:02.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:03.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:03.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:04 smithi194 ceph-mon[104785]: pgmap v5499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:04 smithi135 ceph-mon[93152]: pgmap v5499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:04.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:04.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:05.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:05.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:06 smithi194 ceph-mon[104785]: pgmap v5500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:06 smithi135 ceph-mon[93152]: pgmap v5500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:06.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:06.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:07.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:07.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:08 smithi194 ceph-mon[104785]: pgmap v5501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:08 smithi135 ceph-mon[93152]: pgmap v5501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:08.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:08.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:09.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:09.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:10 smithi194 ceph-mon[104785]: pgmap v5502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:10 smithi135 ceph-mon[93152]: pgmap v5502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:10.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:10.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:11.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:11.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:12 smithi194 ceph-mon[104785]: pgmap v5503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:30:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:12 smithi135 ceph-mon[93152]: pgmap v5503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:30:12.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:12.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:13.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:13.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:14 smithi194 ceph-mon[104785]: pgmap v5504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:14 smithi135 ceph-mon[93152]: pgmap v5504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:15.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:15.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:16.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:16.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:16 smithi194 ceph-mon[104785]: pgmap v5505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:30:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:30:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:30:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:30:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:30:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:30:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:16 smithi135 ceph-mon[93152]: pgmap v5505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:30:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:30:16.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:30:16.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:30:16.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:30:16.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:30:17.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:17.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:18.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:18.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:18 smithi194 ceph-mon[104785]: pgmap v5506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:18 smithi135 ceph-mon[93152]: pgmap v5506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:19.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:19.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:19 smithi194 ceph-mon[104785]: pgmap v5507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:19 smithi135 ceph-mon[93152]: pgmap v5507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:20.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:20.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:21.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:21.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:21 smithi194 ceph-mon[104785]: pgmap v5508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:30:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:21 smithi135 ceph-mon[93152]: pgmap v5508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:30:22.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:22.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:23.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:23.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:24.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:24.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:24 smithi194 ceph-mon[104785]: pgmap v5509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:24 smithi135 ceph-mon[93152]: pgmap v5509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:25.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:25.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:26.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:26.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:26 smithi194 ceph-mon[104785]: pgmap v5510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:26 smithi135 ceph-mon[93152]: pgmap v5510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:27.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:27.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:28.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:28.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:28 smithi194 ceph-mon[104785]: pgmap v5511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:28 smithi135 ceph-mon[93152]: pgmap v5511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:29.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:29.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:30.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:30.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:30 smithi194 ceph-mon[104785]: pgmap v5512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:30 smithi135 ceph-mon[93152]: pgmap v5512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:31.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:31.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:32.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:32.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:32 smithi194 ceph-mon[104785]: pgmap v5513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:30:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:32 smithi135 ceph-mon[93152]: pgmap v5513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:30:33.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:33.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:34.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:34.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:34 smithi194 ceph-mon[104785]: pgmap v5514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:34 smithi135 ceph-mon[93152]: pgmap v5514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:35.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:35.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:36.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:36.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:36 smithi194 ceph-mon[104785]: pgmap v5515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:36 smithi135 ceph-mon[93152]: pgmap v5515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:37.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:37.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:38.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:38.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:38 smithi194 ceph-mon[104785]: pgmap v5516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:38 smithi135 ceph-mon[93152]: pgmap v5516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:39.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:39.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:40.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:40.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:40 smithi194 ceph-mon[104785]: pgmap v5517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:40 smithi135 ceph-mon[93152]: pgmap v5517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:41.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:41.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:42.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:42.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:42 smithi194 ceph-mon[104785]: pgmap v5518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:30:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:42 smithi135 ceph-mon[93152]: pgmap v5518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:30:43.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:43.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:44.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:44.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:44 smithi194 ceph-mon[104785]: pgmap v5519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:44 smithi135 ceph-mon[93152]: pgmap v5519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:45.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:45.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:46.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:46.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:46 smithi194 ceph-mon[104785]: pgmap v5520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:46 smithi135 ceph-mon[93152]: pgmap v5520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:47.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:47.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:48.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:48.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:48 smithi194 ceph-mon[104785]: pgmap v5521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:48.497 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:48 smithi135 ceph-mon[93152]: pgmap v5521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:49.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:49.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:49 smithi135 ceph-mon[93152]: pgmap v5522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:49 smithi194 ceph-mon[104785]: pgmap v5522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:50.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:50.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:51.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:51.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:51.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:51 smithi194 ceph-mon[104785]: pgmap v5523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:30:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:51 smithi135 ceph-mon[93152]: pgmap v5523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:30:52.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:52.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:53.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:53.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:54.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:54.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:54 smithi194 ceph-mon[104785]: pgmap v5524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:54 smithi135 ceph-mon[93152]: pgmap v5524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:55.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:55.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:56.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:56.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:56 smithi194 ceph-mon[104785]: pgmap v5525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:56 smithi135 ceph-mon[93152]: pgmap v5525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:30:57.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:57.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:58.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:58.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:30:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:30:58 smithi194 ceph-mon[104785]: pgmap v5526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:30:58 smithi135 ceph-mon[93152]: pgmap v5526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:30:59.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:30:59.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:00.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:00.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:00 smithi194 ceph-mon[104785]: pgmap v5527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:00 smithi135 ceph-mon[93152]: pgmap v5527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:01.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:01.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:02.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:02.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:02 smithi194 ceph-mon[104785]: pgmap v5528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:31:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:02 smithi135 ceph-mon[93152]: pgmap v5528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:31:03.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:03.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:04.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:04.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:04 smithi194 ceph-mon[104785]: pgmap v5529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:04 smithi135 ceph-mon[93152]: pgmap v5529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:05.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:05.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:06.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:06.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:06 smithi194 ceph-mon[104785]: pgmap v5530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:06 smithi135 ceph-mon[93152]: pgmap v5530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:07.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:07.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:08.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:08.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:08 smithi194 ceph-mon[104785]: pgmap v5531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:08 smithi135 ceph-mon[93152]: pgmap v5531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:09.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:09.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:10.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:10.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:10 smithi194 ceph-mon[104785]: pgmap v5532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:10 smithi135 ceph-mon[93152]: pgmap v5532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:11.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:11.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:12.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:12.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:12 smithi194 ceph-mon[104785]: pgmap v5533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:31:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:12 smithi135 ceph-mon[93152]: pgmap v5533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:31:13.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:13.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:14.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:14.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:14 smithi194 ceph-mon[104785]: pgmap v5534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:14 smithi135 ceph-mon[93152]: pgmap v5534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:15.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:15.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:16.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:16.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:16 smithi194 ceph-mon[104785]: pgmap v5535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:31:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:16 smithi135 ceph-mon[93152]: pgmap v5535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:16.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:31:17.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:17.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:18.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:18.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:18 smithi194 ceph-mon[104785]: pgmap v5536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:18 smithi135 ceph-mon[93152]: pgmap v5536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:19.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:19.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:20.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:20.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:20 smithi194 ceph-mon[104785]: pgmap v5537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:20 smithi135 ceph-mon[93152]: pgmap v5537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:21.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:21.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:22.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:22.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:22 smithi194 ceph-mon[104785]: pgmap v5538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:31:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:22 smithi135 ceph-mon[93152]: pgmap v5538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:31:23.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:23.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:24.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:24.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:24 smithi194 ceph-mon[104785]: pgmap v5539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:31:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:31:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:31:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:31:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:31:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:31:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:31:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:24 smithi135 ceph-mon[93152]: pgmap v5539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:31:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:31:24.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:31:24.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:31:24.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:31:24.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:31:24.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:31:25.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:25.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:26.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:26.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:26 smithi194 ceph-mon[104785]: pgmap v5540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:26 smithi135 ceph-mon[93152]: pgmap v5540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:27.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:27.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:28.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:28.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:28 smithi194 ceph-mon[104785]: pgmap v5541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:28.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:28 smithi135 ceph-mon[93152]: pgmap v5541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:29.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:29.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:30.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:30.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:30 smithi194 ceph-mon[104785]: pgmap v5542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:30 smithi135 ceph-mon[93152]: pgmap v5542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:31.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:31.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:32.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:33.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:33.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:32 smithi194 ceph-mon[104785]: pgmap v5543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:31:33.653 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:32 smithi135 ceph-mon[93152]: pgmap v5543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:31:33.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:33.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:34.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:34.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:34 smithi135 ceph-mon[93152]: pgmap v5544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:34 smithi194 ceph-mon[104785]: pgmap v5544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:35.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:35.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:36.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:36.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:36 smithi194 ceph-mon[104785]: pgmap v5545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:36 smithi135 ceph-mon[93152]: pgmap v5545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:37.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:37.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:38.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:38.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:38 smithi194 ceph-mon[104785]: pgmap v5546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:38 smithi135 ceph-mon[93152]: pgmap v5546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:39.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:39.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:40.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:40.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:40.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:40 smithi194 ceph-mon[104785]: pgmap v5547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:40 smithi135 ceph-mon[93152]: pgmap v5547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:41.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:41.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:42.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:42.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:42 smithi194 ceph-mon[104785]: pgmap v5548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:31:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:42 smithi135 ceph-mon[93152]: pgmap v5548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:31:43.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:43.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:44.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:44.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:44 smithi194 ceph-mon[104785]: pgmap v5549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:44 smithi135 ceph-mon[93152]: pgmap v5549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:45.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:45.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:45 smithi194 ceph-mon[104785]: pgmap v5550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:45 smithi135 ceph-mon[93152]: pgmap v5550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:46.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:46.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:47.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:47.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:47 smithi194 ceph-mon[104785]: pgmap v5551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:47 smithi135 ceph-mon[93152]: pgmap v5551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:48.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:48.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:49.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:49.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:50.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:50.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:50 smithi194 ceph-mon[104785]: pgmap v5552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:50 smithi135 ceph-mon[93152]: pgmap v5552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:51.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:51.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:52.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:52.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:52 smithi194 ceph-mon[104785]: pgmap v5553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:31:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:52 smithi135 ceph-mon[93152]: pgmap v5553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:31:53.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:53.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:54.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:54.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:54 smithi194 ceph-mon[104785]: pgmap v5554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:54 smithi135 ceph-mon[93152]: pgmap v5554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:55.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:55.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:56.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:56.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:56 smithi194 ceph-mon[104785]: pgmap v5555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:56 smithi135 ceph-mon[93152]: pgmap v5555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:31:57.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:57.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:58.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:58.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:31:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:31:58 smithi194 ceph-mon[104785]: pgmap v5556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:31:58 smithi135 ceph-mon[93152]: pgmap v5556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:31:59.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:31:59.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:00.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:00.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:00 smithi194 ceph-mon[104785]: pgmap v5557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:00 smithi135 ceph-mon[93152]: pgmap v5557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:01.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:01.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:02.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:02.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:02 smithi194 ceph-mon[104785]: pgmap v5558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:32:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:02 smithi135 ceph-mon[93152]: pgmap v5558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:32:03.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:03.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:04.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:04.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:04 smithi194 ceph-mon[104785]: pgmap v5559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:04 smithi135 ceph-mon[93152]: pgmap v5559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:05.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:05.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:06.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:06.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:06 smithi194 ceph-mon[104785]: pgmap v5560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:06 smithi135 ceph-mon[93152]: pgmap v5560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:07.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:07.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:08.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:08.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:08 smithi194 ceph-mon[104785]: pgmap v5561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:08 smithi135 ceph-mon[93152]: pgmap v5561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:09.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:09.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:10.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:10.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:10 smithi194 ceph-mon[104785]: pgmap v5562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:10 smithi135 ceph-mon[93152]: pgmap v5562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:11.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:11.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:12.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:12.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:12 smithi135 ceph-mon[93152]: pgmap v5563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:32:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:12 smithi194 ceph-mon[104785]: pgmap v5563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:32:13.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:13.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:14.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:14.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:14 smithi194 ceph-mon[104785]: pgmap v5564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:14.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:14 smithi135 ceph-mon[93152]: pgmap v5564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:15.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:15.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:15 smithi135 ceph-mon[93152]: pgmap v5565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:15.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:15 smithi194 ceph-mon[104785]: pgmap v5565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:16.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:16.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:17.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:17.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:17.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:17 smithi194 ceph-mon[104785]: pgmap v5566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:17 smithi135 ceph-mon[93152]: pgmap v5566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:18.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:18.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:19.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:19.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:20.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:20.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:20 smithi194 ceph-mon[104785]: pgmap v5567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:20 smithi135 ceph-mon[93152]: pgmap v5567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:21.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:21.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:22.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:22.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:22 smithi194 ceph-mon[104785]: pgmap v5568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:32:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:22 smithi135 ceph-mon[93152]: pgmap v5568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:32:23.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:23.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:24.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:24.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:24 smithi194 ceph-mon[104785]: pgmap v5569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:32:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:24 smithi135 ceph-mon[93152]: pgmap v5569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:32:25.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:25.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:32:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:32:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:25 smithi194 ceph-mon[104785]: pgmap v5570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:32:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:32:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:32:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:32:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:32:25.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:32:25.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:32:25.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:25 smithi135 ceph-mon[93152]: pgmap v5570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:25.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:32:25.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:32:25.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:32:25.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:32:25.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:32:25.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:26.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:26.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:27.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:27.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:27 smithi194 ceph-mon[104785]: pgmap v5571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:27 smithi135 ceph-mon[93152]: pgmap v5571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:28.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:28.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:29.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:29.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:30.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:30.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:30 smithi194 ceph-mon[104785]: pgmap v5572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:30 smithi135 ceph-mon[93152]: pgmap v5572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:31.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:31.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:32.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:32.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:32 smithi194 ceph-mon[104785]: pgmap v5573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:32:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:32 smithi135 ceph-mon[93152]: pgmap v5573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:32:33.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:33.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:34.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:34.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:34.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:34 smithi194 ceph-mon[104785]: pgmap v5574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:34 smithi135 ceph-mon[93152]: pgmap v5574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:35.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:35.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:36.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:36.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:36 smithi194 ceph-mon[104785]: pgmap v5575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:36 smithi135 ceph-mon[93152]: pgmap v5575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:37.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:37.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:38.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:38.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:38 smithi194 ceph-mon[104785]: pgmap v5576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:38 smithi135 ceph-mon[93152]: pgmap v5576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:39.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:39.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:40.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:40.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:40 smithi194 ceph-mon[104785]: pgmap v5577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:40 smithi135 ceph-mon[93152]: pgmap v5577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:41.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:41.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:42.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:42.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:42 smithi194 ceph-mon[104785]: pgmap v5578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:32:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:42 smithi135 ceph-mon[93152]: pgmap v5578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:32:43.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:43.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:44.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:44.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:44.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:44 smithi194 ceph-mon[104785]: pgmap v5579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:44 smithi135 ceph-mon[93152]: pgmap v5579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:45.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:45.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:46.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:46.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:46 smithi135 ceph-mon[93152]: pgmap v5580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:46 smithi194 ceph-mon[104785]: pgmap v5580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:47.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:47.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:48.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:48.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:48 smithi135 ceph-mon[93152]: pgmap v5581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:48 smithi194 ceph-mon[104785]: pgmap v5581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:49.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:49.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:50.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:50.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:50 smithi135 ceph-mon[93152]: pgmap v5582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:50 smithi194 ceph-mon[104785]: pgmap v5582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:51.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:51.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:51.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:51 smithi194 ceph-mon[104785]: pgmap v5583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:32:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:51 smithi135 ceph-mon[93152]: pgmap v5583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:32:52.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:52.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:53.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:53.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:54.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:54.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:54.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:54 smithi194 ceph-mon[104785]: pgmap v5584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:54 smithi135 ceph-mon[93152]: pgmap v5584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:55.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:55.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:56.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:56.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:56 smithi194 ceph-mon[104785]: pgmap v5585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:56 smithi135 ceph-mon[93152]: pgmap v5585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:32:57.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:57.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:58.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:58.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:32:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:32:58 smithi194 ceph-mon[104785]: pgmap v5586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:32:58 smithi135 ceph-mon[93152]: pgmap v5586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:32:59.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:32:59.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:00.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:00.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:00 smithi194 ceph-mon[104785]: pgmap v5587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:00 smithi135 ceph-mon[93152]: pgmap v5587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:01.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:01.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:02.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:02.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:02 smithi194 ceph-mon[104785]: pgmap v5588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:33:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:02 smithi135 ceph-mon[93152]: pgmap v5588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:33:03.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:03.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:04.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:04.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:04 smithi194 ceph-mon[104785]: pgmap v5589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:04 smithi135 ceph-mon[93152]: pgmap v5589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:05.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:05.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:06.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:06.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:06 smithi135 ceph-mon[93152]: pgmap v5590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:06 smithi194 ceph-mon[104785]: pgmap v5590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:07.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:07.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:08.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:08.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:08 smithi135 ceph-mon[93152]: pgmap v5591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:08 smithi194 ceph-mon[104785]: pgmap v5591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:09.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:09.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:10.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:10.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:10 smithi135 ceph-mon[93152]: pgmap v5592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:10 smithi194 ceph-mon[104785]: pgmap v5592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:11.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:11.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:12.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:12.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:12 smithi135 ceph-mon[93152]: pgmap v5593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:33:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:12 smithi194 ceph-mon[104785]: pgmap v5593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:33:13.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:13.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:14.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:14.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:14 smithi194 ceph-mon[104785]: pgmap v5594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:14 smithi135 ceph-mon[93152]: pgmap v5594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:15.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:15.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:16.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:16.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:16 smithi194 ceph-mon[104785]: pgmap v5595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:16 smithi135 ceph-mon[93152]: pgmap v5595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:17.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:17.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:18.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:18.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:18 smithi194 ceph-mon[104785]: pgmap v5596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:18 smithi135 ceph-mon[93152]: pgmap v5596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:19.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:19.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:20 smithi135 ceph-mon[93152]: pgmap v5597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:20.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:20.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:20 smithi194 ceph-mon[104785]: pgmap v5597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:21.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:21.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:22.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:22.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:22 smithi194 ceph-mon[104785]: pgmap v5598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:33:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:22 smithi135 ceph-mon[93152]: pgmap v5598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:33:23.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:23.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:24.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:24.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:24 smithi194 ceph-mon[104785]: pgmap v5599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:24 smithi135 ceph-mon[93152]: pgmap v5599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:25.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:25.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:33:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:33:26.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:26.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:26 smithi135 ceph-mon[93152]: pgmap v5600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:33:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:33:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:33:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:33:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:33:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:26 smithi194 ceph-mon[104785]: pgmap v5600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:33:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:33:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:33:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:33:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:33:27.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:27.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:28.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:28.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:28 smithi135 ceph-mon[93152]: pgmap v5601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:28 smithi194 ceph-mon[104785]: pgmap v5601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:29.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:29.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:30.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:30.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:30 smithi135 ceph-mon[93152]: pgmap v5602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:30 smithi194 ceph-mon[104785]: pgmap v5602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:31.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:31.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:32.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:32.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:32 smithi135 ceph-mon[93152]: pgmap v5603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:33:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:32 smithi194 ceph-mon[104785]: pgmap v5603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:33:33.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:33.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:34.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:34.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:34 smithi194 ceph-mon[104785]: pgmap v5604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:34 smithi135 ceph-mon[93152]: pgmap v5604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:35.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:35.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:36.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:36.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:36 smithi194 ceph-mon[104785]: pgmap v5605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:36 smithi135 ceph-mon[93152]: pgmap v5605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:37.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:37.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:38.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:38.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:38 smithi135 ceph-mon[93152]: pgmap v5606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:38 smithi194 ceph-mon[104785]: pgmap v5606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:39.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:39.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:40.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:40.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:40 smithi135 ceph-mon[93152]: pgmap v5607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:40 smithi194 ceph-mon[104785]: pgmap v5607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:41.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:41.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:42.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:42.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:42 smithi135 ceph-mon[93152]: pgmap v5608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:33:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:42 smithi194 ceph-mon[104785]: pgmap v5608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:33:43.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:43.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:44.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:44.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:44 smithi135 ceph-mon[93152]: pgmap v5609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:44 smithi194 ceph-mon[104785]: pgmap v5609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:45.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:45.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:46.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:46.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:46 smithi135 ceph-mon[93152]: pgmap v5610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:46 smithi194 ceph-mon[104785]: pgmap v5610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:47.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:47.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:48.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:48.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:48 smithi135 ceph-mon[93152]: pgmap v5611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:48 smithi194 ceph-mon[104785]: pgmap v5611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:49.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:49.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:49 smithi135 ceph-mon[93152]: pgmap v5612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:49 smithi194 ceph-mon[104785]: pgmap v5612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:50.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:50.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:51.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:51.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:51.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:51 smithi194 ceph-mon[104785]: pgmap v5613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:33:51.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:51 smithi135 ceph-mon[93152]: pgmap v5613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:33:52.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:52.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:53.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:53.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:54.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:54.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:54 smithi194 ceph-mon[104785]: pgmap v5614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:54 smithi135 ceph-mon[93152]: pgmap v5614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:55.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:55.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:56.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:56.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:56 smithi135 ceph-mon[93152]: pgmap v5615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:56 smithi194 ceph-mon[104785]: pgmap v5615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:33:57.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:57.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:58.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:58.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:33:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:33:58 smithi135 ceph-mon[93152]: pgmap v5616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:33:58 smithi194 ceph-mon[104785]: pgmap v5616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:33:59.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:33:59.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:00.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:00.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:00 smithi194 ceph-mon[104785]: pgmap v5617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:00 smithi135 ceph-mon[93152]: pgmap v5617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:01.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:01.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:02.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:02.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:02 smithi135 ceph-mon[93152]: pgmap v5618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:34:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:02 smithi194 ceph-mon[104785]: pgmap v5618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:34:03.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:03.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:04.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:04.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:04 smithi135 ceph-mon[93152]: pgmap v5619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:04 smithi194 ceph-mon[104785]: pgmap v5619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:05.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:05.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:06.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:06.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:06 smithi135 ceph-mon[93152]: pgmap v5620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:06 smithi194 ceph-mon[104785]: pgmap v5620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:07.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:07.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:08.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:08.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:08 smithi135 ceph-mon[93152]: pgmap v5621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:08 smithi194 ceph-mon[104785]: pgmap v5621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:09.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:09.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:10.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:10.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:10 smithi194 ceph-mon[104785]: pgmap v5622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:10 smithi135 ceph-mon[93152]: pgmap v5622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:11.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:11.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:11 smithi194 ceph-mon[104785]: pgmap v5623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:34:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:11 smithi135 ceph-mon[93152]: pgmap v5623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:34:12.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:12.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:13.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:13.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:14.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:14.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:14 smithi194 ceph-mon[104785]: pgmap v5624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:14 smithi135 ceph-mon[93152]: pgmap v5624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:15.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:15.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:16.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:16.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:16 smithi135 ceph-mon[93152]: pgmap v5625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:16 smithi194 ceph-mon[104785]: pgmap v5625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:17.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:17.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:18.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:18.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:18 smithi135 ceph-mon[93152]: pgmap v5626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:18 smithi194 ceph-mon[104785]: pgmap v5626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:19.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:19.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:20.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:20.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:20 smithi135 ceph-mon[93152]: pgmap v5627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:20 smithi194 ceph-mon[104785]: pgmap v5627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:21.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:21.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:22.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:22.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:22 smithi135 ceph-mon[93152]: pgmap v5628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:34:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:22 smithi194 ceph-mon[104785]: pgmap v5628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:34:23.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:23.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:24.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:24.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:24 smithi135 ceph-mon[93152]: pgmap v5629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:24 smithi194 ceph-mon[104785]: pgmap v5629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:25.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:25.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:26.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:26.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:26 smithi135 ceph-mon[93152]: pgmap v5630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:34:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:34:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:34:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:26 smithi194 ceph-mon[104785]: pgmap v5630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:34:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:34:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:34:27.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:27.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:27 smithi194 ceph-mon[104785]: pgmap v5631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:34:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:34:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:34:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:34:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:34:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:34:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:34:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:27 smithi135 ceph-mon[93152]: pgmap v5631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:34:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:34:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:34:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:34:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:34:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:34:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:34:28.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:28.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:29.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:29.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:30.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:30.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:30 smithi135 ceph-mon[93152]: pgmap v5632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:30 smithi194 ceph-mon[104785]: pgmap v5632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:31.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:31.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:32.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:32.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:32 smithi135 ceph-mon[93152]: pgmap v5633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:34:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:32 smithi194 ceph-mon[104785]: pgmap v5633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:34:33.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:33.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:34.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:34.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:34 smithi135 ceph-mon[93152]: pgmap v5634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:34 smithi194 ceph-mon[104785]: pgmap v5634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:35.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:35.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:36.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:36.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:36 smithi135 ceph-mon[93152]: pgmap v5635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:36 smithi194 ceph-mon[104785]: pgmap v5635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:37.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:37.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:38.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:38.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:38 smithi135 ceph-mon[93152]: pgmap v5636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:38 smithi194 ceph-mon[104785]: pgmap v5636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:39.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:39.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:40.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:40.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:40.492 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:40 smithi194 ceph-mon[104785]: pgmap v5637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:40.493 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:40 smithi135 ceph-mon[93152]: pgmap v5637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:41.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:41.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:42.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:42.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:42 smithi135 ceph-mon[93152]: pgmap v5638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:34:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:42 smithi194 ceph-mon[104785]: pgmap v5638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:34:43.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:43.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:44.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:44.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:44 smithi135 ceph-mon[93152]: pgmap v5639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:44 smithi194 ceph-mon[104785]: pgmap v5639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:45.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:45.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:46.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:46.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:46 smithi135 ceph-mon[93152]: pgmap v5640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:46 smithi194 ceph-mon[104785]: pgmap v5640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:47.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:47.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:48.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:48.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:48 smithi135 ceph-mon[93152]: pgmap v5641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:48 smithi194 ceph-mon[104785]: pgmap v5641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:49.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:49.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:50.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:50.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:50 smithi135 ceph-mon[93152]: pgmap v5642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:50.598 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:50 smithi194 ceph-mon[104785]: pgmap v5642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:51.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:51.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:52.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:52.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:52 smithi135 ceph-mon[93152]: pgmap v5643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:34:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:52 smithi194 ceph-mon[104785]: pgmap v5643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:34:53.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:53.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:54.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:54.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:54 smithi135 ceph-mon[93152]: pgmap v5644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:54 smithi194 ceph-mon[104785]: pgmap v5644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:55.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:55.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:55.650 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:34:56.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:56.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:56 smithi135 ceph-mon[93152]: pgmap v5645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:56 smithi194 ceph-mon[104785]: pgmap v5645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:57.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:57.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:57.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:34:57 smithi194 ceph-mon[104785]: pgmap v5646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:34:57 smithi135 ceph-mon[93152]: pgmap v5646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:34:58.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:58.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:34:59.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:34:59.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:00.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:00.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:00 smithi135 ceph-mon[93152]: pgmap v5647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:00.704 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:00 smithi194 ceph-mon[104785]: pgmap v5647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:01.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:01.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:02.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:02.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:02 smithi135 ceph-mon[93152]: pgmap v5648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:35:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:02 smithi194 ceph-mon[104785]: pgmap v5648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:35:03.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:03.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:04.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:04.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:04 smithi135 ceph-mon[93152]: pgmap v5649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:04 smithi194 ceph-mon[104785]: pgmap v5649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:05.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:05.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:06.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:06.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:06 smithi135 ceph-mon[93152]: pgmap v5650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:06 smithi194 ceph-mon[104785]: pgmap v5650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:07.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:07.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:08.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:08.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:08 smithi135 ceph-mon[93152]: pgmap v5651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:08 smithi194 ceph-mon[104785]: pgmap v5651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:09.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:09.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:10.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:10.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:10 smithi135 ceph-mon[93152]: pgmap v5652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:10 smithi194 ceph-mon[104785]: pgmap v5652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:11.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:11.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:12.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:12.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:12 smithi135 ceph-mon[93152]: pgmap v5653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:35:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:12 smithi194 ceph-mon[104785]: pgmap v5653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:35:13.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:13.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:14.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:14.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:14 smithi135 ceph-mon[93152]: pgmap v5654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:14 smithi194 ceph-mon[104785]: pgmap v5654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:15.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:15.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:15 smithi135 ceph-mon[93152]: pgmap v5655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:15.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:15 smithi194 ceph-mon[104785]: pgmap v5655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:16.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:16.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:17.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:17.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:17 smithi194 ceph-mon[104785]: pgmap v5656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:17 smithi135 ceph-mon[93152]: pgmap v5656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:18.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:18.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:19.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:19.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:20.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:20.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:20 smithi135 ceph-mon[93152]: pgmap v5657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:20 smithi194 ceph-mon[104785]: pgmap v5657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:21.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:21.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:22.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:22.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:22 smithi135 ceph-mon[93152]: pgmap v5658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:35:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:22 smithi194 ceph-mon[104785]: pgmap v5658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:35:23.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:23.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:24.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:24.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:24 smithi135 ceph-mon[93152]: pgmap v5659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:24 smithi194 ceph-mon[104785]: pgmap v5659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:25.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:25.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:26.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:26.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:26 smithi135 ceph-mon[93152]: pgmap v5660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:26 smithi194 ceph-mon[104785]: pgmap v5660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:27.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:27.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:35:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:35:28.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:28.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:28 smithi135 ceph-mon[93152]: pgmap v5661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:35:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:35:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:35:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:35:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:35:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:35:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:35:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:28 smithi194 ceph-mon[104785]: pgmap v5661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:35:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:35:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:35:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:35:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:35:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:35:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:35:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:29 smithi135 ceph-mon[93152]: pgmap v5662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:29.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:29.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:29 smithi194 ceph-mon[104785]: pgmap v5662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:30.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:30.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:31.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:31.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:31 smithi194 ceph-mon[104785]: pgmap v5663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:35:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:31 smithi135 ceph-mon[93152]: pgmap v5663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:35:32.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:32.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:33.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:33.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:34 smithi135 ceph-mon[93152]: pgmap v5664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:34.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:34.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:34 smithi194 ceph-mon[104785]: pgmap v5664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:35.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:35.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:36 smithi194 ceph-mon[104785]: pgmap v5665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:36 smithi135 ceph-mon[93152]: pgmap v5665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:36.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:36.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:37.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:37.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:38 smithi135 ceph-mon[93152]: pgmap v5666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:38.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:38.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:38 smithi194 ceph-mon[104785]: pgmap v5666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:39.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:39.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:40.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:40 smithi135 ceph-mon[93152]: pgmap v5667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:40.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:40.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:40.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:40 smithi194 ceph-mon[104785]: pgmap v5667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:41.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:41.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:42 smithi135 ceph-mon[93152]: pgmap v5668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:35:42.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:42.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:42 smithi194 ceph-mon[104785]: pgmap v5668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:35:43.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:43.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:44 smithi135 ceph-mon[93152]: pgmap v5669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:44.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:44.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:44 smithi194 ceph-mon[104785]: pgmap v5669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:45.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:45.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:46 smithi194 ceph-mon[104785]: pgmap v5670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:46 smithi135 ceph-mon[93152]: pgmap v5670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:46.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:46.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:47.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:47.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:48 smithi135 ceph-mon[93152]: pgmap v5671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:48.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:48.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:48 smithi194 ceph-mon[104785]: pgmap v5671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:49.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:49.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:50 smithi135 ceph-mon[93152]: pgmap v5672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:50.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:50.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:50 smithi194 ceph-mon[104785]: pgmap v5672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:51 smithi135 ceph-mon[93152]: pgmap v5673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:35:51.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:51.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:51.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:51 smithi194 ceph-mon[104785]: pgmap v5673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:35:52.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:52.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:53.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:53.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:54 smithi135 ceph-mon[93152]: pgmap v5674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:54.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:54.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:54 smithi194 ceph-mon[104785]: pgmap v5674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:55.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:55.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:35:56.500 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:56 smithi135 ceph-mon[93152]: pgmap v5675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:56.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:56.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:56 smithi194 ceph-mon[104785]: pgmap v5675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:57.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:57.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:35:58 smithi135 ceph-mon[93152]: pgmap v5676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:58.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:58.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:35:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:35:58 smithi194 ceph-mon[104785]: pgmap v5676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:35:59.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:35:59.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:00 smithi135 ceph-mon[93152]: pgmap v5677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:00.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:00.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:00 smithi194 ceph-mon[104785]: pgmap v5677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:01.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:01.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:02 smithi135 ceph-mon[93152]: pgmap v5678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:36:02.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:02.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:02 smithi194 ceph-mon[104785]: pgmap v5678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:36:03.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:03.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:04 smithi135 ceph-mon[93152]: pgmap v5679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:04.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:04.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:04 smithi194 ceph-mon[104785]: pgmap v5679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:05.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:05.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:06 smithi135 ceph-mon[93152]: pgmap v5680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:06.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:06.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:06 smithi194 ceph-mon[104785]: pgmap v5680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:07.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:07.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:07 smithi194 ceph-mon[104785]: pgmap v5681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:07 smithi135 ceph-mon[93152]: pgmap v5681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:08.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:08.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:09.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:09.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:10 smithi135 ceph-mon[93152]: pgmap v5682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:10.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:10.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:10 smithi194 ceph-mon[104785]: pgmap v5682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:11.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:11.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:12 smithi135 ceph-mon[93152]: pgmap v5683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:36:12.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:12.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:12 smithi194 ceph-mon[104785]: pgmap v5683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:36:13.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:13.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:14 smithi135 ceph-mon[93152]: pgmap v5684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:14.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:14.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:14 smithi194 ceph-mon[104785]: pgmap v5684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:15.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:15.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:16.496 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:16 smithi194 ceph-mon[104785]: pgmap v5685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:16 smithi135 ceph-mon[93152]: pgmap v5685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:16.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:16.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:17.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:17.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:18 smithi135 ceph-mon[93152]: pgmap v5686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:18.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:18.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:18 smithi194 ceph-mon[104785]: pgmap v5686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:19.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:19.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:20 smithi135 ceph-mon[93152]: pgmap v5687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:20.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:20.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:20 smithi194 ceph-mon[104785]: pgmap v5687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:21.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:21.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:22 smithi135 ceph-mon[93152]: pgmap v5688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:36:22.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:22.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:22 smithi194 ceph-mon[104785]: pgmap v5688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:36:23.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:23.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:24 smithi135 ceph-mon[93152]: pgmap v5689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:24.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:24.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:24 smithi194 ceph-mon[104785]: pgmap v5689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:25.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:25.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:26 smithi135 ceph-mon[93152]: pgmap v5690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:26.601 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:26 smithi194 ceph-mon[104785]: pgmap v5690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:26.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:26.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:27.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:27.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:28 smithi135 ceph-mon[93152]: pgmap v5691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:36:28.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:28.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:28 smithi194 ceph-mon[104785]: pgmap v5691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:36:29.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:29.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:30 smithi194 ceph-mon[104785]: pgmap v5692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:30 smithi135 ceph-mon[93152]: pgmap v5692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:30.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:30.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:31.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:31.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:32 smithi194 ceph-mon[104785]: pgmap v5693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:36:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:36:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:36:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:32 smithi135 ceph-mon[93152]: pgmap v5693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:36:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:36:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:36:32.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:32.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:33.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:33.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:36:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:36:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:36:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:36:33.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:36:33.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:36:33.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:36:33.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:33 smithi194 ceph-mon[104785]: pgmap v5694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:36:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:36:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:36:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:36:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:36:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:36:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:36:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:33 smithi135 ceph-mon[93152]: pgmap v5694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:34.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:34.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:35.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:35.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:35 smithi194 ceph-mon[104785]: pgmap v5695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:35 smithi135 ceph-mon[93152]: pgmap v5695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:36.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:36.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:37.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:37.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:37 smithi194 ceph-mon[104785]: pgmap v5696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:37 smithi135 ceph-mon[93152]: pgmap v5696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:38.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:38.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:39.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:39.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:40 smithi135 ceph-mon[93152]: pgmap v5697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:40.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:40.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:40 smithi194 ceph-mon[104785]: pgmap v5697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:41.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:41.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:42.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:42 smithi135 ceph-mon[93152]: pgmap v5698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:36:42.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:42.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:42 smithi194 ceph-mon[104785]: pgmap v5698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:36:43.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:43.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:44 smithi135 ceph-mon[93152]: pgmap v5699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:44.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:44.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:44 smithi194 ceph-mon[104785]: pgmap v5699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:45.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:45.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:46 smithi135 ceph-mon[93152]: pgmap v5700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:46.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:46.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:46 smithi194 ceph-mon[104785]: pgmap v5700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:47.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:47.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:48 smithi135 ceph-mon[93152]: pgmap v5701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:48.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:48.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:48 smithi194 ceph-mon[104785]: pgmap v5701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:49.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:49.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:50 smithi135 ceph-mon[93152]: pgmap v5702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:50.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:50.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:50 smithi194 ceph-mon[104785]: pgmap v5702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:51.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:51.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:52 smithi135 ceph-mon[93152]: pgmap v5703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:36:52.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:52.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:52 smithi194 ceph-mon[104785]: pgmap v5703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:36:53.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:53.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:54 smithi135 ceph-mon[93152]: pgmap v5704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:54.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:54.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:54 smithi194 ceph-mon[104785]: pgmap v5704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:55.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:55.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:36:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:56 smithi135 ceph-mon[93152]: pgmap v5705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:56.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:56.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:56 smithi194 ceph-mon[104785]: pgmap v5705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:57.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:57.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:36:58 smithi135 ceph-mon[93152]: pgmap v5706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:58.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:58.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:36:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:36:58 smithi194 ceph-mon[104785]: pgmap v5706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:36:59.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:36:59.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:00 smithi135 ceph-mon[93152]: pgmap v5707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:00.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:00.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:00 smithi194 ceph-mon[104785]: pgmap v5707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:01.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:01.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:02 smithi135 ceph-mon[93152]: pgmap v5708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:37:02.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:02.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:02 smithi194 ceph-mon[104785]: pgmap v5708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:37:03.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:03.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:04 smithi135 ceph-mon[93152]: pgmap v5709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:04.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:04.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:04 smithi194 ceph-mon[104785]: pgmap v5709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:05.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:05.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:06 smithi135 ceph-mon[93152]: pgmap v5710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:06.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:06.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:06 smithi194 ceph-mon[104785]: pgmap v5710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:07.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:07.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:08 smithi135 ceph-mon[93152]: pgmap v5711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:08.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:08.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:08 smithi194 ceph-mon[104785]: pgmap v5711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:09.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:09.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:10 smithi135 ceph-mon[93152]: pgmap v5712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:10.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:10.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:10 smithi194 ceph-mon[104785]: pgmap v5712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:11.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:11.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:12 smithi194 ceph-mon[104785]: pgmap v5713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:37:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:12 smithi135 ceph-mon[93152]: pgmap v5713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:37:12.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:12.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:13.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:13.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:14.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:14.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:14 smithi194 ceph-mon[104785]: pgmap v5714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:14 smithi135 ceph-mon[93152]: pgmap v5714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:15.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:15.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:16.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:16.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:16 smithi194 ceph-mon[104785]: pgmap v5715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:16 smithi135 ceph-mon[93152]: pgmap v5715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:17 smithi194 ceph-mon[104785]: pgmap v5716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:17.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:17.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:17 smithi135 ceph-mon[93152]: pgmap v5716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:18.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:18.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:19.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:19.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:20.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:20 smithi135 ceph-mon[93152]: pgmap v5717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:20.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:20.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:20 smithi194 ceph-mon[104785]: pgmap v5717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:21.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:21.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:22 smithi194 ceph-mon[104785]: pgmap v5718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:37:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:22 smithi135 ceph-mon[93152]: pgmap v5718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:37:22.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:22.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:23.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:23.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:24 smithi135 ceph-mon[93152]: pgmap v5719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:24.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:24.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:24 smithi194 ceph-mon[104785]: pgmap v5719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:25.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:25.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:26.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:26.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:26 smithi194 ceph-mon[104785]: pgmap v5720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:26 smithi135 ceph-mon[93152]: pgmap v5720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:27.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:27.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:28.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:28.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:28 smithi194 ceph-mon[104785]: pgmap v5721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:28 smithi135 ceph-mon[93152]: pgmap v5721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:29.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:29.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:29 smithi194 ceph-mon[104785]: pgmap v5722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:29 smithi135 ceph-mon[93152]: pgmap v5722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:30.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:30.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:31.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:31.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:31 smithi194 ceph-mon[104785]: pgmap v5723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:37:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:31 smithi135 ceph-mon[93152]: pgmap v5723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:37:32.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:32.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:37:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:37:33.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:33.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:33 smithi194 ceph-mon[104785]: pgmap v5724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:37:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:37:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:37:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:37:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:37:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:33 smithi135 ceph-mon[93152]: pgmap v5724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:37:34.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:37:34.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:37:34.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:37:34.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:37:34.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:34.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:35.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:35.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:35 smithi194 ceph-mon[104785]: pgmap v5725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:35 smithi135 ceph-mon[93152]: pgmap v5725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:36.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:36.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:37 smithi194 ceph-mon[104785]: pgmap v5726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:37.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:37.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:37 smithi135 ceph-mon[93152]: pgmap v5726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:38.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:38.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:39.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:39.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:40 smithi135 ceph-mon[93152]: pgmap v5727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:40 smithi194 ceph-mon[104785]: pgmap v5727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:40.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:40.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:41.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:41.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:42.538 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:42 smithi135 ceph-mon[93152]: pgmap v5728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:37:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:42 smithi194 ceph-mon[104785]: pgmap v5728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:37:42.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:42.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:43.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:43.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:44 smithi194 ceph-mon[104785]: pgmap v5729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:44.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:44.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:44 smithi135 ceph-mon[93152]: pgmap v5729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:45.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:45.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:46 smithi194 ceph-mon[104785]: pgmap v5730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:46.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:46.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:46 smithi135 ceph-mon[93152]: pgmap v5730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:47.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:47.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:48 smithi194 ceph-mon[104785]: pgmap v5731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:48.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:48.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:48 smithi135 ceph-mon[93152]: pgmap v5731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:49 smithi194 ceph-mon[104785]: pgmap v5732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:49.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:49.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:49 smithi135 ceph-mon[93152]: pgmap v5732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:50.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:50.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:51.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:51.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:51 smithi194 ceph-mon[104785]: pgmap v5733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:37:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:51 smithi135 ceph-mon[93152]: pgmap v5733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:37:52.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:52.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:53.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:53.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:54 smithi194 ceph-mon[104785]: pgmap v5734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:54.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:54.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:54 smithi135 ceph-mon[93152]: pgmap v5734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:55.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:55.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:37:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:56 smithi194 ceph-mon[104785]: pgmap v5735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:56.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:56.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:56 smithi135 ceph-mon[93152]: pgmap v5735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:57.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:57.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:58 smithi194 ceph-mon[104785]: pgmap v5736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:58.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:58.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:58 smithi135 ceph-mon[93152]: pgmap v5736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:37:59 smithi194 ceph-mon[104785]: pgmap v5737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:37:59.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:37:59.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:37:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:37:59 smithi135 ceph-mon[93152]: pgmap v5737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:00.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:00.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:01.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:01.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:01 smithi194 ceph-mon[104785]: pgmap v5738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:38:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:01 smithi135 ceph-mon[93152]: pgmap v5738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:38:02.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:02.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:03.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:03.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:04 smithi194 ceph-mon[104785]: pgmap v5739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:04 smithi135 ceph-mon[93152]: pgmap v5739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:04.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:04.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:05.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:05.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:06 smithi194 ceph-mon[104785]: pgmap v5740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:06 smithi135 ceph-mon[93152]: pgmap v5740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:06.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:06.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:07.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:07.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:08 smithi194 ceph-mon[104785]: pgmap v5741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:08 smithi135 ceph-mon[93152]: pgmap v5741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:08.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:08.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:09.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:09.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:10 smithi135 ceph-mon[93152]: pgmap v5742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:10 smithi194 ceph-mon[104785]: pgmap v5742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:10.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:10.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:11.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:11.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:12.704 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:12 smithi194 ceph-mon[104785]: pgmap v5743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:38:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:12 smithi135 ceph-mon[93152]: pgmap v5743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:38:12.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:12.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:13.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:13.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:14 smithi194 ceph-mon[104785]: pgmap v5744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:14 smithi135 ceph-mon[93152]: pgmap v5744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:14.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:14.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:15.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:15.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:16 smithi194 ceph-mon[104785]: pgmap v5745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:16 smithi135 ceph-mon[93152]: pgmap v5745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:16.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:16.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:17.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:17.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:18 smithi194 ceph-mon[104785]: pgmap v5746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:18 smithi135 ceph-mon[93152]: pgmap v5746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:18.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:18.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:19.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:19.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:20 smithi135 ceph-mon[93152]: pgmap v5747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:20 smithi194 ceph-mon[104785]: pgmap v5747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:20.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:20.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:21.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:21.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:22 smithi194 ceph-mon[104785]: pgmap v5748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:38:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:22 smithi135 ceph-mon[93152]: pgmap v5748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:38:22.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:22.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:23.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:23.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:24 smithi194 ceph-mon[104785]: pgmap v5749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:24 smithi135 ceph-mon[93152]: pgmap v5749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:24.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:24.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:25.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:25.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:26 smithi194 ceph-mon[104785]: pgmap v5750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:26.897 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:26 smithi135 ceph-mon[93152]: pgmap v5750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:26.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:26.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:27.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:27.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:28 smithi194 ceph-mon[104785]: pgmap v5751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:28 smithi135 ceph-mon[93152]: pgmap v5751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:28.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:28.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:29 smithi194 ceph-mon[104785]: pgmap v5752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:29 smithi135 ceph-mon[93152]: pgmap v5752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:29.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:29.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:30.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:30.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:31.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:31.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:31 smithi194 ceph-mon[104785]: pgmap v5753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:38:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:31 smithi135 ceph-mon[93152]: pgmap v5753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:38:32.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:32.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:33.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:33.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:33 smithi194 ceph-mon[104785]: pgmap v5754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:38:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:38:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:38:33.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:38:33.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:38:33.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:38:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:33 smithi135 ceph-mon[93152]: pgmap v5754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:38:34.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:38:34.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:38:34.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:38:34.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:38:34.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:38:34.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:34.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:35.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:35.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:35 smithi194 ceph-mon[104785]: pgmap v5755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:35 smithi135 ceph-mon[93152]: pgmap v5755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:36.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:36.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:37.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:37.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:37 smithi194 ceph-mon[104785]: pgmap v5756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:37 smithi135 ceph-mon[93152]: pgmap v5756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:38.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:38.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:39.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:39.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:40 smithi135 ceph-mon[93152]: pgmap v5757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:40 smithi194 ceph-mon[104785]: pgmap v5757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:40.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:40.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:41.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:41.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:42 smithi194 ceph-mon[104785]: pgmap v5758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:38:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:42 smithi135 ceph-mon[93152]: pgmap v5758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:38:42.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:42.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:43.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:43.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:44 smithi194 ceph-mon[104785]: pgmap v5759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:44 smithi135 ceph-mon[93152]: pgmap v5759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:44.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:44.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:45.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:45.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:46 smithi194 ceph-mon[104785]: pgmap v5760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:46 smithi135 ceph-mon[93152]: pgmap v5760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:46.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:46.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:47 smithi194 ceph-mon[104785]: pgmap v5761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:47 smithi135 ceph-mon[93152]: pgmap v5761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:47.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:47.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:48.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:48.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:49.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:49.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:50 smithi135 ceph-mon[93152]: pgmap v5762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:50 smithi194 ceph-mon[104785]: pgmap v5762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:50.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:50.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:51.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:51.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:52 smithi194 ceph-mon[104785]: pgmap v5763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:38:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:52 smithi135 ceph-mon[93152]: pgmap v5763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:38:52.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:52.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:53.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:53.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:54 smithi194 ceph-mon[104785]: pgmap v5764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:54 smithi135 ceph-mon[93152]: pgmap v5764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:54.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:54.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:38:55.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:55.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:56 smithi194 ceph-mon[104785]: pgmap v5765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:56 smithi135 ceph-mon[93152]: pgmap v5765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:56.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:56.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:57.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:38:57 smithi194 ceph-mon[104785]: pgmap v5766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:38:57 smithi135 ceph-mon[93152]: pgmap v5766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:38:57.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:57.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:58.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:58.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:38:59.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:38:59.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:00 smithi135 ceph-mon[93152]: pgmap v5767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:00 smithi194 ceph-mon[104785]: pgmap v5767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:00.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:00.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:01.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:01.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:02 smithi194 ceph-mon[104785]: pgmap v5768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:39:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:02 smithi135 ceph-mon[93152]: pgmap v5768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:39:02.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:02.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:03.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:03.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:04 smithi194 ceph-mon[104785]: pgmap v5769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:04 smithi135 ceph-mon[93152]: pgmap v5769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:04.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:04.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:05 smithi194 ceph-mon[104785]: pgmap v5770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:05 smithi135 ceph-mon[93152]: pgmap v5770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:05.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:05.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:06.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:06.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:07.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:07.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:07 smithi194 ceph-mon[104785]: pgmap v5771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:07 smithi135 ceph-mon[93152]: pgmap v5771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:08.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:08.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:09.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:09.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:10 smithi135 ceph-mon[93152]: pgmap v5772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:10 smithi194 ceph-mon[104785]: pgmap v5772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:10.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:10.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:11.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:11.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:12 smithi194 ceph-mon[104785]: pgmap v5773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:39:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:12 smithi135 ceph-mon[93152]: pgmap v5773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:39:12.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:12.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:13.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:13.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:14.532 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:14 smithi194 ceph-mon[104785]: pgmap v5774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:14 smithi135 ceph-mon[93152]: pgmap v5774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:14.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:14.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:15.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:15.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:16 smithi194 ceph-mon[104785]: pgmap v5775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:16 smithi135 ceph-mon[93152]: pgmap v5775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:16.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:16.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:17 smithi194 ceph-mon[104785]: pgmap v5776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:17 smithi135 ceph-mon[93152]: pgmap v5776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:17.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:17.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:18.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:18.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:19.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:19.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:20 smithi194 ceph-mon[104785]: pgmap v5777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:20 smithi135 ceph-mon[93152]: pgmap v5777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:20.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:20.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:21.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:21.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:22 smithi194 ceph-mon[104785]: pgmap v5778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:39:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:22 smithi135 ceph-mon[93152]: pgmap v5778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:39:22.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:22.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:23.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:23.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:24.626 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:24 smithi194 ceph-mon[104785]: pgmap v5779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:24 smithi135 ceph-mon[93152]: pgmap v5779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:24.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:24.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:25.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:25.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:26 smithi194 ceph-mon[104785]: pgmap v5780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:26 smithi135 ceph-mon[93152]: pgmap v5780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:26.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:26.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:27 smithi194 ceph-mon[104785]: pgmap v5781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:27 smithi135 ceph-mon[93152]: pgmap v5781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:27.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:27.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:28.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:28.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:29.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:29.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:30 smithi135 ceph-mon[93152]: pgmap v5782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:30 smithi194 ceph-mon[104785]: pgmap v5782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:30.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:30.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:31.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:31.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:32 smithi194 ceph-mon[104785]: pgmap v5783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:39:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:32 smithi135 ceph-mon[93152]: pgmap v5783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:39:32.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:32.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:33.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:33.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:34 smithi194 ceph-mon[104785]: pgmap v5784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:39:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:34 smithi135 ceph-mon[93152]: pgmap v5784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:39:34.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:34.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:35 smithi194 ceph-mon[104785]: pgmap v5785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:35 smithi135 ceph-mon[93152]: pgmap v5785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:35.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:35.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:36.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:36.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:37.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:37.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:37.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:37 smithi194 ceph-mon[104785]: pgmap v5786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:37 smithi135 ceph-mon[93152]: pgmap v5786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:38.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:38.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:39:39.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:39:39.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:39 smithi135 ceph-mon[93152]: pgmap v5787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:39.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:39:39.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:39:39.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:39:39.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:39:39.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:39:39.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:39.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:39:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:39:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:39 smithi194 ceph-mon[104785]: pgmap v5787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:39:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:39:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:39:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:39:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:39:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:40.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:40.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:41 smithi135 ceph-mon[93152]: pgmap v5788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:39:41.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:41.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:41 smithi194 ceph-mon[104785]: pgmap v5788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:39:42.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:42.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:43.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:43.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:44 smithi194 ceph-mon[104785]: pgmap v5789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:44 smithi135 ceph-mon[93152]: pgmap v5789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:44.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:44.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:45.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:45.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:46 smithi194 ceph-mon[104785]: pgmap v5790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:46 smithi135 ceph-mon[93152]: pgmap v5790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:46.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:46.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:47 smithi194 ceph-mon[104785]: pgmap v5791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:47 smithi135 ceph-mon[93152]: pgmap v5791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:47.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:47.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:48.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:48.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:49.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:49.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:50 smithi135 ceph-mon[93152]: pgmap v5792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:50 smithi194 ceph-mon[104785]: pgmap v5792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:50.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:50.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:51.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:51 smithi194 ceph-mon[104785]: pgmap v5793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:39:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:51 smithi135 ceph-mon[93152]: pgmap v5793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:39:51.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:51.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:52.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:52.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:53.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:53.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:54 smithi194 ceph-mon[104785]: pgmap v5794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:54 smithi135 ceph-mon[93152]: pgmap v5794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:54.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:54.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:39:55.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:55.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:56 smithi194 ceph-mon[104785]: pgmap v5795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:56 smithi135 ceph-mon[93152]: pgmap v5795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:56.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:56.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:57.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:39:57 smithi194 ceph-mon[104785]: pgmap v5796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:39:57 smithi135 ceph-mon[93152]: pgmap v5796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:39:57.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:57.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:58.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:58.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:39:59.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:39:59.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:00 smithi135 ceph-mon[93152]: pgmap v5797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T07:40:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:00 smithi194 ceph-mon[104785]: pgmap v5797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T07:40:00.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:00.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:01 smithi194 ceph-mon[104785]: pgmap v5798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:40:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:01 smithi135 ceph-mon[93152]: pgmap v5798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:40:01.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:01.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:02.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:02.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:03.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:04.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:04 smithi194 ceph-mon[104785]: pgmap v5799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:04 smithi135 ceph-mon[93152]: pgmap v5799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:04.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:04.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:05.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:05.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:06 smithi194 ceph-mon[104785]: pgmap v5800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:06 smithi135 ceph-mon[93152]: pgmap v5800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:06.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:06.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:07 smithi194 ceph-mon[104785]: pgmap v5801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:07 smithi135 ceph-mon[93152]: pgmap v5801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:07.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:07.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:08.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:08.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:09.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:09.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:10 smithi135 ceph-mon[93152]: pgmap v5802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:10 smithi194 ceph-mon[104785]: pgmap v5802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:10.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:10.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:11 smithi194 ceph-mon[104785]: pgmap v5803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:40:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:11 smithi135 ceph-mon[93152]: pgmap v5803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:40:11.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:11.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:12.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:12.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:13.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:13.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:14 smithi194 ceph-mon[104785]: pgmap v5804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:14 smithi135 ceph-mon[93152]: pgmap v5804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:14.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:14.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:15.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:15.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:16 smithi194 ceph-mon[104785]: pgmap v5805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:16 smithi135 ceph-mon[93152]: pgmap v5805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:16.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:16.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:17 smithi194 ceph-mon[104785]: pgmap v5806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:17 smithi135 ceph-mon[93152]: pgmap v5806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:17.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:17.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:18.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:18.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:19.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:19.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:20 smithi135 ceph-mon[93152]: pgmap v5807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:20 smithi194 ceph-mon[104785]: pgmap v5807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:20.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:20.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:21 smithi194 ceph-mon[104785]: pgmap v5808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:40:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:21 smithi135 ceph-mon[93152]: pgmap v5808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:40:21.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:21.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:22.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:22.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:23.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:23.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:24 smithi194 ceph-mon[104785]: pgmap v5809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:24 smithi135 ceph-mon[93152]: pgmap v5809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:24.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:24.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:25.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:25.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:25.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:26 smithi194 ceph-mon[104785]: pgmap v5810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:26 smithi135 ceph-mon[93152]: pgmap v5810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:26.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:26.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:27 smithi194 ceph-mon[104785]: pgmap v5811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:27 smithi135 ceph-mon[93152]: pgmap v5811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:27.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:27.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:29.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:29.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:30.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:30.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:30.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:30 smithi135 ceph-mon[93152]: pgmap v5812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:30 smithi194 ceph-mon[104785]: pgmap v5812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:31.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:31.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:31.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:31 smithi194 ceph-mon[104785]: pgmap v5813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:40:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:31 smithi135 ceph-mon[93152]: pgmap v5813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:40:32.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:32.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:33.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:33.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:34.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:34.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:34 smithi194 ceph-mon[104785]: pgmap v5814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:34 smithi135 ceph-mon[93152]: pgmap v5814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:35.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:35.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:35 smithi194 ceph-mon[104785]: pgmap v5815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:35 smithi135 ceph-mon[93152]: pgmap v5815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:36.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:36.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:37.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:37.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:37 smithi194 ceph-mon[104785]: pgmap v5816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:37 smithi135 ceph-mon[93152]: pgmap v5816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:38.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:38.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:39.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:39.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:40:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:40:40.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:40.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:40 smithi135 ceph-mon[93152]: pgmap v5817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:40:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:40:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:40:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:40:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:40:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:40 smithi194 ceph-mon[104785]: pgmap v5817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:40:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:40:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:40:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:40:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:40:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:41.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:41.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:41 smithi194 ceph-mon[104785]: pgmap v5818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:40:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:41 smithi135 ceph-mon[93152]: pgmap v5818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:40:42.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:42.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:43.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:43.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:44.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:44.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:44 smithi194 ceph-mon[104785]: pgmap v5819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:44 smithi135 ceph-mon[93152]: pgmap v5819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:45.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:45.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:45 smithi194 ceph-mon[104785]: pgmap v5820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:45 smithi135 ceph-mon[93152]: pgmap v5820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:46.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:46.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:47.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:47.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:47 smithi194 ceph-mon[104785]: pgmap v5821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:47 smithi135 ceph-mon[93152]: pgmap v5821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:48.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:48.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:49.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:49.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:49 smithi194 ceph-mon[104785]: pgmap v5822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:49 smithi135 ceph-mon[93152]: pgmap v5822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:50.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:50.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:51.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:51.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:51.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:51 smithi194 ceph-mon[104785]: pgmap v5823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:40:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:51 smithi135 ceph-mon[93152]: pgmap v5823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:40:52.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:52.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:53.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:53.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:53 smithi194 ceph-mon[104785]: pgmap v5824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:53 smithi135 ceph-mon[93152]: pgmap v5824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:54.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:54.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:55.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:55.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:55 smithi194 ceph-mon[104785]: pgmap v5825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:55 smithi135 ceph-mon[93152]: pgmap v5825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:40:56.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:56.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:57.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:57.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:57 smithi194 ceph-mon[104785]: pgmap v5826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:57 smithi135 ceph-mon[93152]: pgmap v5826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:58.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:58.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:59.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:40:59.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:40:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:40:59 smithi194 ceph-mon[104785]: pgmap v5827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:40:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:40:59 smithi135 ceph-mon[93152]: pgmap v5827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:00.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:00.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:01.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:01.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:01 smithi194 ceph-mon[104785]: pgmap v5828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:41:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:01 smithi135 ceph-mon[93152]: pgmap v5828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:41:02.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:02.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:03.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:03.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:03 smithi194 ceph-mon[104785]: pgmap v5829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:03 smithi135 ceph-mon[93152]: pgmap v5829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:04.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:04.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:05.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:05.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:05 smithi194 ceph-mon[104785]: pgmap v5830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:05 smithi135 ceph-mon[93152]: pgmap v5830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:06.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:06.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:07.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:07.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:07.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:07 smithi194 ceph-mon[104785]: pgmap v5831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:07 smithi135 ceph-mon[93152]: pgmap v5831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:08.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:08.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:09.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:09.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:09.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:09 smithi194 ceph-mon[104785]: pgmap v5832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:09.571 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:09 smithi135 ceph-mon[93152]: pgmap v5832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:10.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:10.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:11.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:11.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:11 smithi194 ceph-mon[104785]: pgmap v5833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:41:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:11 smithi135 ceph-mon[93152]: pgmap v5833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:41:12.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:12.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:13.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:13.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:13 smithi194 ceph-mon[104785]: pgmap v5834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:13 smithi135 ceph-mon[93152]: pgmap v5834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:14.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:14.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:15.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:15.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:15 smithi194 ceph-mon[104785]: pgmap v5835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:15 smithi135 ceph-mon[93152]: pgmap v5835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:16.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:16.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:17.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:17.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:17 smithi194 ceph-mon[104785]: pgmap v5836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:18.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:17 smithi135 ceph-mon[93152]: pgmap v5836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:18.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:18.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:19.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:19.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:19.670 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:19 smithi135 ceph-mon[93152]: pgmap v5837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:19.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:19 smithi194 ceph-mon[104785]: pgmap v5837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:20.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:20.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:21.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:21.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:21 smithi194 ceph-mon[104785]: pgmap v5838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:41:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:21 smithi135 ceph-mon[93152]: pgmap v5838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:41:22.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:22.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:23.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:23.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:23 smithi194 ceph-mon[104785]: pgmap v5839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:23 smithi135 ceph-mon[93152]: pgmap v5839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:24.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:24.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:25.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:25.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:25 smithi194 ceph-mon[104785]: pgmap v5840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:25 smithi135 ceph-mon[93152]: pgmap v5840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:26.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:26.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:27.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:27.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:27 smithi194 ceph-mon[104785]: pgmap v5841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:27 smithi135 ceph-mon[93152]: pgmap v5841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:28.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:28.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:29.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:29.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:29 smithi194 ceph-mon[104785]: pgmap v5842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:29 smithi135 ceph-mon[93152]: pgmap v5842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:30.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:30.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:31.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:31.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:31 smithi194 ceph-mon[104785]: pgmap v5843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:41:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:31 smithi135 ceph-mon[93152]: pgmap v5843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:41:32.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:32.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:33.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:33.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:33 smithi194 ceph-mon[104785]: pgmap v5844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:33 smithi135 ceph-mon[93152]: pgmap v5844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:34.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:34.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:35.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:35.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:35 smithi194 ceph-mon[104785]: pgmap v5845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:35 smithi135 ceph-mon[93152]: pgmap v5845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:36.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:36.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:37.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:37.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:37.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:37 smithi194 ceph-mon[104785]: pgmap v5846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:37 smithi135 ceph-mon[93152]: pgmap v5846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:38.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:38.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:39.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:39.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:39 smithi194 ceph-mon[104785]: pgmap v5847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:39 smithi135 ceph-mon[93152]: pgmap v5847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:40.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:40.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:41:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:41:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:41.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:41.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:41 smithi194 ceph-mon[104785]: pgmap v5848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:41:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:41 smithi135 ceph-mon[93152]: pgmap v5848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:41:42.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:42.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:43.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:43.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:43 smithi194 ceph-mon[104785]: pgmap v5849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:43 smithi135 ceph-mon[93152]: pgmap v5849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:44.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:44.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:45.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:45.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:45 smithi194 ceph-mon[104785]: pgmap v5850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:45 smithi135 ceph-mon[93152]: pgmap v5850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:46.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:46.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:47.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:47.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:48.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:48.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:47 smithi194 ceph-mon[104785]: pgmap v5851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:41:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:41:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:41:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:41:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:41:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:41:48.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:41:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:47 smithi135 ceph-mon[93152]: pgmap v5851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:41:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:41:48.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:41:48.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:41:48.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:41:48.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:41:48.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:41:49.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:49.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:49 smithi194 ceph-mon[104785]: pgmap v5852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:49 smithi135 ceph-mon[93152]: pgmap v5852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:50.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:50.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:51.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:51.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:51 smithi194 ceph-mon[104785]: pgmap v5853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:41:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:51 smithi135 ceph-mon[93152]: pgmap v5853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:41:52.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:52.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:53.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:53.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:53 smithi194 ceph-mon[104785]: pgmap v5854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:53 smithi135 ceph-mon[93152]: pgmap v5854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:54.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:54.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:55.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:55.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:55 smithi194 ceph-mon[104785]: pgmap v5855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:55 smithi135 ceph-mon[93152]: pgmap v5855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:41:56.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:56.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:57.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:57.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:57 smithi194 ceph-mon[104785]: pgmap v5856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:57 smithi135 ceph-mon[93152]: pgmap v5856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:58.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:58.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:59.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:41:59.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:41:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:41:59 smithi194 ceph-mon[104785]: pgmap v5857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:41:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:41:59 smithi135 ceph-mon[93152]: pgmap v5857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:00.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:00.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:01.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:01.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:01 smithi194 ceph-mon[104785]: pgmap v5858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:42:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:01 smithi135 ceph-mon[93152]: pgmap v5858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:42:02.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:02.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:03.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:03.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:03 smithi194 ceph-mon[104785]: pgmap v5859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:03 smithi135 ceph-mon[93152]: pgmap v5859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:04.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:04.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:05.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:05.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:05 smithi194 ceph-mon[104785]: pgmap v5860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:05 smithi135 ceph-mon[93152]: pgmap v5860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:06.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:06.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:07.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:07.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:07.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:07 smithi194 ceph-mon[104785]: pgmap v5861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:07 smithi135 ceph-mon[93152]: pgmap v5861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:08.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:08.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:09.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:09.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:09 smithi194 ceph-mon[104785]: pgmap v5862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:09 smithi135 ceph-mon[93152]: pgmap v5862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:10.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:10.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:11.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:11.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:11 smithi194 ceph-mon[104785]: pgmap v5863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:42:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:11 smithi135 ceph-mon[93152]: pgmap v5863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:42:12.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:12.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:13.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:13.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:13 smithi194 ceph-mon[104785]: pgmap v5864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:13 smithi135 ceph-mon[93152]: pgmap v5864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:14.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:14.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:15.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:15.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:15 smithi194 ceph-mon[104785]: pgmap v5865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:15 smithi135 ceph-mon[93152]: pgmap v5865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:16.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:16.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:17.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:17.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:17 smithi194 ceph-mon[104785]: pgmap v5866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:17 smithi135 ceph-mon[93152]: pgmap v5866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:18.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:18.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:19.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:19.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:19 smithi194 ceph-mon[104785]: pgmap v5867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:19 smithi135 ceph-mon[93152]: pgmap v5867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:20.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:20.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:21.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:21.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:21 smithi194 ceph-mon[104785]: pgmap v5868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:42:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:21 smithi135 ceph-mon[93152]: pgmap v5868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:42:22.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:22.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:23.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:23.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:23 smithi194 ceph-mon[104785]: pgmap v5869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:23 smithi135 ceph-mon[93152]: pgmap v5869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:24.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:24.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:25.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:25.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:25 smithi194 ceph-mon[104785]: pgmap v5870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:25 smithi135 ceph-mon[93152]: pgmap v5870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:26.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:26.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:27.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:27.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:27 smithi194 ceph-mon[104785]: pgmap v5871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:27 smithi135 ceph-mon[93152]: pgmap v5871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:28.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:28.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:29.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:29.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:29 smithi194 ceph-mon[104785]: pgmap v5872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:29 smithi135 ceph-mon[93152]: pgmap v5872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:30.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:30.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:31.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:31.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:31 smithi194 ceph-mon[104785]: pgmap v5873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:42:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:31 smithi135 ceph-mon[93152]: pgmap v5873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:42:32.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:32.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:33.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:33.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:33 smithi194 ceph-mon[104785]: pgmap v5874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:33 smithi135 ceph-mon[93152]: pgmap v5874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:34.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:34.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:35.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:35.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:35 smithi194 ceph-mon[104785]: pgmap v5875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:35 smithi135 ceph-mon[93152]: pgmap v5875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:36.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:36.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:37.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:37.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:37 smithi194 ceph-mon[104785]: pgmap v5876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:37 smithi135 ceph-mon[93152]: pgmap v5876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:38.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:38.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:39.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:39.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:39 smithi194 ceph-mon[104785]: pgmap v5877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:39 smithi135 ceph-mon[93152]: pgmap v5877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:40.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:40.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:41.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:41.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:41 smithi194 ceph-mon[104785]: pgmap v5878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:42:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:41 smithi135 ceph-mon[93152]: pgmap v5878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:42:42.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:42.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:43.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:43.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:43 smithi194 ceph-mon[104785]: pgmap v5879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:43 smithi135 ceph-mon[93152]: pgmap v5879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:44.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:44.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:45.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:45.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:45 smithi135 ceph-mon[93152]: pgmap v5880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:45 smithi194 ceph-mon[104785]: pgmap v5880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:46.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:46.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:47.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:47.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:47 smithi194 ceph-mon[104785]: pgmap v5881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:42:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:47 smithi135 ceph-mon[93152]: pgmap v5881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:42:48.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:48.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:42:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:42:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:42:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:42:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:42:49.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:42:49.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:42:49.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:49.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:42:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:42:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:42:49.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:42:49.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:42:49.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:42:49.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:42:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:49 smithi194 ceph-mon[104785]: pgmap v5882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:50.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:50.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:49 smithi135 ceph-mon[93152]: pgmap v5882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:51.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:51.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:51 smithi194 ceph-mon[104785]: pgmap v5883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:42:52.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:52.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:51 smithi135 ceph-mon[93152]: pgmap v5883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:42:53.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:53.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:53 smithi194 ceph-mon[104785]: pgmap v5884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:54.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:54.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:53 smithi135 ceph-mon[93152]: pgmap v5884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:55.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:55.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:55 smithi194 ceph-mon[104785]: pgmap v5885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:55 smithi135 ceph-mon[93152]: pgmap v5885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:42:56.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:56.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:57.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:57.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:57 smithi194 ceph-mon[104785]: pgmap v5886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:58.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:58.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:57 smithi135 ceph-mon[93152]: pgmap v5886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:59.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:42:59.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:42:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:42:59 smithi194 ceph-mon[104785]: pgmap v5887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:42:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:42:59 smithi135 ceph-mon[93152]: pgmap v5887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:00.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:00.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:01.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:01.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:01 smithi194 ceph-mon[104785]: pgmap v5888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:43:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:01 smithi135 ceph-mon[93152]: pgmap v5888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:43:02.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:02.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:03.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:03.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:03 smithi194 ceph-mon[104785]: pgmap v5889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:04.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:03 smithi135 ceph-mon[93152]: pgmap v5889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:04.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:04.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:05.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:05.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:05 smithi194 ceph-mon[104785]: pgmap v5890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:05 smithi135 ceph-mon[93152]: pgmap v5890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:06.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:06.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:07.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:07.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:07 smithi194 ceph-mon[104785]: pgmap v5891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:07 smithi135 ceph-mon[93152]: pgmap v5891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:08.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:08.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:09.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:09.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:09 smithi194 ceph-mon[104785]: pgmap v5892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:09 smithi135 ceph-mon[93152]: pgmap v5892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:10.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:10.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:10.752 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:11.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:11.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:11 smithi194 ceph-mon[104785]: pgmap v5893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:43:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:11 smithi135 ceph-mon[93152]: pgmap v5893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:43:12.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:12.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:13.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:13.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:13 smithi194 ceph-mon[104785]: pgmap v5894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:13 smithi135 ceph-mon[93152]: pgmap v5894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:14.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:14.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:15.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:15.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:15 smithi194 ceph-mon[104785]: pgmap v5895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:15 smithi135 ceph-mon[93152]: pgmap v5895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:16.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:16.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:17.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:17.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:17 smithi194 ceph-mon[104785]: pgmap v5896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:17 smithi135 ceph-mon[93152]: pgmap v5896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:18.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:18.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:19.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:19.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:19 smithi194 ceph-mon[104785]: pgmap v5897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:19.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:19 smithi135 ceph-mon[93152]: pgmap v5897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:20.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:20.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:21.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:21.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:21 smithi194 ceph-mon[104785]: pgmap v5898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:43:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:21 smithi135 ceph-mon[93152]: pgmap v5898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:43:22.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:22.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:23.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:23.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:23 smithi194 ceph-mon[104785]: pgmap v5899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:23 smithi135 ceph-mon[93152]: pgmap v5899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:24.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:24.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:25.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:25.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:25 smithi194 ceph-mon[104785]: pgmap v5900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:25 smithi135 ceph-mon[93152]: pgmap v5900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:26.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:26.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:27.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:27.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:27 smithi194 ceph-mon[104785]: pgmap v5901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:27 smithi135 ceph-mon[93152]: pgmap v5901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:28.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:28.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:29.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:29.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:29 smithi194 ceph-mon[104785]: pgmap v5902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:29 smithi135 ceph-mon[93152]: pgmap v5902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:30.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:30.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:31.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:31.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:31 smithi194 ceph-mon[104785]: pgmap v5903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:43:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:31 smithi135 ceph-mon[93152]: pgmap v5903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:43:32.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:32.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:33.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:33.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:33 smithi194 ceph-mon[104785]: pgmap v5904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:33 smithi135 ceph-mon[93152]: pgmap v5904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:34.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:34.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:35.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:35.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:35 smithi194 ceph-mon[104785]: pgmap v5905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:36.001 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:35 smithi135 ceph-mon[93152]: pgmap v5905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:36.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:36.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:37.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:37.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:37 smithi194 ceph-mon[104785]: pgmap v5906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:37 smithi135 ceph-mon[93152]: pgmap v5906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:38.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:38.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:39.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:39.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:39 smithi194 ceph-mon[104785]: pgmap v5907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:39 smithi135 ceph-mon[93152]: pgmap v5907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:40.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:40.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:41.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:41.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:41 smithi194 ceph-mon[104785]: pgmap v5908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:43:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:41 smithi135 ceph-mon[93152]: pgmap v5908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:43:42.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:42.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:43.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:43.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:43 smithi194 ceph-mon[104785]: pgmap v5909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:43 smithi135 ceph-mon[93152]: pgmap v5909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:44.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:44.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:45.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:45.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:45 smithi194 ceph-mon[104785]: pgmap v5910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:45 smithi135 ceph-mon[93152]: pgmap v5910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:46.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:46.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:47.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:47.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:47 smithi194 ceph-mon[104785]: pgmap v5911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:47 smithi135 ceph-mon[93152]: pgmap v5911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:48.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:48.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:49.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:49.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:43:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:49 smithi194 ceph-mon[104785]: pgmap v5912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:43:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:43:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:43:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:43:49.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:43:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:43:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:49 smithi135 ceph-mon[93152]: pgmap v5912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:43:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:43:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:43:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:43:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:43:50.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:50.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:51.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:51.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:51 smithi194 ceph-mon[104785]: pgmap v5913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:43:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:51 smithi135 ceph-mon[93152]: pgmap v5913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:43:52.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:52.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:53.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:53.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:53 smithi194 ceph-mon[104785]: pgmap v5914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:53 smithi135 ceph-mon[93152]: pgmap v5914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:54.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:54.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:55.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:55.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:55 smithi194 ceph-mon[104785]: pgmap v5915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:55 smithi135 ceph-mon[93152]: pgmap v5915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:43:56.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:56.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:57.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:57.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:57 smithi194 ceph-mon[104785]: pgmap v5916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:58.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:57 smithi135 ceph-mon[93152]: pgmap v5916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:58.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:58.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:59.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:43:59.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:43:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:43:59 smithi194 ceph-mon[104785]: pgmap v5917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:43:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:43:59 smithi135 ceph-mon[93152]: pgmap v5917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:00.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:00.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:01.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:01.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:01 smithi194 ceph-mon[104785]: pgmap v5918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:01 smithi135 ceph-mon[93152]: pgmap v5918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:02.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:02.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:03.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:03.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:03 smithi194 ceph-mon[104785]: pgmap v5919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:03 smithi135 ceph-mon[93152]: pgmap v5919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:04.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:04.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:05.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:05.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:05 smithi194 ceph-mon[104785]: pgmap v5920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:05 smithi135 ceph-mon[93152]: pgmap v5920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:06.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:06.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:07.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:07.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:07 smithi194 ceph-mon[104785]: pgmap v5921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:07 smithi135 ceph-mon[93152]: pgmap v5921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:08.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:08.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:09.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:09.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:09 smithi194 ceph-mon[104785]: pgmap v5922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:09 smithi135 ceph-mon[93152]: pgmap v5922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:10.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:10.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:11.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:11.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:11 smithi194 ceph-mon[104785]: pgmap v5923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:11 smithi135 ceph-mon[93152]: pgmap v5923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:12.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:12.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:13.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:13.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:13 smithi194 ceph-mon[104785]: pgmap v5924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:13 smithi135 ceph-mon[93152]: pgmap v5924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:14.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:14.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:15.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:15.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:15 smithi194 ceph-mon[104785]: pgmap v5925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:15 smithi135 ceph-mon[93152]: pgmap v5925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:16.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:16.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:17.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:17.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:17 smithi194 ceph-mon[104785]: pgmap v5926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:17 smithi135 ceph-mon[93152]: pgmap v5926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:18.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:18.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:19.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:19.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:19 smithi194 ceph-mon[104785]: pgmap v5927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:19.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:19 smithi135 ceph-mon[93152]: pgmap v5927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:20.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:20.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:21.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:21.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:21 smithi135 ceph-mon[93152]: pgmap v5928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:21 smithi194 ceph-mon[104785]: pgmap v5928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:22.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:22.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:23.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:23.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:23 smithi194 ceph-mon[104785]: pgmap v5929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:23 smithi135 ceph-mon[93152]: pgmap v5929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:24.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:24.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:25.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:25.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:25 smithi194 ceph-mon[104785]: pgmap v5930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:25 smithi135 ceph-mon[93152]: pgmap v5930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:26.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:26.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:27.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:27.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:27 smithi194 ceph-mon[104785]: pgmap v5931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:27 smithi135 ceph-mon[93152]: pgmap v5931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:28.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:28.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:29.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:29.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:29 smithi194 ceph-mon[104785]: pgmap v5932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:29 smithi135 ceph-mon[93152]: pgmap v5932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:30.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:30.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:31.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:31.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:31 smithi194 ceph-mon[104785]: pgmap v5933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:31 smithi135 ceph-mon[93152]: pgmap v5933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:32.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:32.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:33.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:33.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:33 smithi194 ceph-mon[104785]: pgmap v5934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:33 smithi135 ceph-mon[93152]: pgmap v5934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:34.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:34.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:35.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:35.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:35 smithi194 ceph-mon[104785]: pgmap v5935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:35 smithi135 ceph-mon[93152]: pgmap v5935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:36.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:36.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:37.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:37.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:37 smithi194 ceph-mon[104785]: pgmap v5936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:37 smithi135 ceph-mon[93152]: pgmap v5936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:38.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:38.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:39.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:39.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:39 smithi194 ceph-mon[104785]: pgmap v5937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:39 smithi135 ceph-mon[93152]: pgmap v5937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:40.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:40.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:41.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:41.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:41.644 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:41 smithi135 ceph-mon[93152]: pgmap v5938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:41 smithi194 ceph-mon[104785]: pgmap v5938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:42.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:42.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:43.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:43.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:43 smithi194 ceph-mon[104785]: pgmap v5939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:43 smithi135 ceph-mon[93152]: pgmap v5939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:44.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:44.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:45.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:45.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:45 smithi194 ceph-mon[104785]: pgmap v5940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:45 smithi135 ceph-mon[93152]: pgmap v5940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:46.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:46.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:47.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:47.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:47 smithi194 ceph-mon[104785]: pgmap v5941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:47 smithi135 ceph-mon[93152]: pgmap v5941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:48.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:48.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:49.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:49.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:49 smithi194 ceph-mon[104785]: pgmap v5942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:44:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:49 smithi135 ceph-mon[93152]: pgmap v5942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:44:50.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:50.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:44:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:44:50.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:44:50.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:44:50.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:44:50.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:44:50.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:44:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:44:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:44:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:44:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:44:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:44:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:44:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:44:51.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:51.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:51.881 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:51 smithi194 ceph-mon[104785]: pgmap v5943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:51 smithi135 ceph-mon[93152]: pgmap v5943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:52.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:52.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:53.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:53.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:53 smithi194 ceph-mon[104785]: pgmap v5944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:53 smithi135 ceph-mon[93152]: pgmap v5944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:54.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:54.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:55.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:55.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:55 smithi194 ceph-mon[104785]: pgmap v5945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:55 smithi135 ceph-mon[93152]: pgmap v5945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:44:56.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:56.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:57.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:57.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:57 smithi194 ceph-mon[104785]: pgmap v5946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:57 smithi135 ceph-mon[93152]: pgmap v5946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:44:58.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:58.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:59.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:44:59.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:44:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:44:59 smithi194 ceph-mon[104785]: pgmap v5947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:44:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:44:59 smithi135 ceph-mon[93152]: pgmap v5947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:45:00.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:00.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:01.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:01.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:01 smithi194 ceph-mon[104785]: pgmap v5948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:01 smithi135 ceph-mon[93152]: pgmap v5948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:02.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:02.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:03.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:03.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:03 smithi194 ceph-mon[104785]: pgmap v5949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:03 smithi135 ceph-mon[93152]: pgmap v5949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:04.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:04.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:05.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:05.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:05 smithi194 ceph-mon[104785]: pgmap v5950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:05 smithi135 ceph-mon[93152]: pgmap v5950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:06.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:06.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:07.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:07.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:07.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:07 smithi194 ceph-mon[104785]: pgmap v5951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:07 smithi135 ceph-mon[93152]: pgmap v5951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:08.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:08.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:09.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:09.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:09 smithi194 ceph-mon[104785]: pgmap v5952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:45:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:09 smithi135 ceph-mon[93152]: pgmap v5952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:45:10.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:10.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:11.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:11.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:11 smithi194 ceph-mon[104785]: pgmap v5953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:11 smithi135 ceph-mon[93152]: pgmap v5953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:12.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:12.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:13.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:13.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:13 smithi194 ceph-mon[104785]: pgmap v5954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:13 smithi135 ceph-mon[93152]: pgmap v5954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:14.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:14.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:15.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:15.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:15 smithi194 ceph-mon[104785]: pgmap v5955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:15 smithi135 ceph-mon[93152]: pgmap v5955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:16.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:16.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:17.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:17.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:17 smithi194 ceph-mon[104785]: pgmap v5956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:17 smithi135 ceph-mon[93152]: pgmap v5956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:18.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:18.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:19.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:19.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:19 smithi194 ceph-mon[104785]: pgmap v5957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:45:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:19 smithi135 ceph-mon[93152]: pgmap v5957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:45:20.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:20.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:21.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:21.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:21 smithi194 ceph-mon[104785]: pgmap v5958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:21 smithi135 ceph-mon[93152]: pgmap v5958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:22.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:22.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:23.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:23.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:23 smithi194 ceph-mon[104785]: pgmap v5959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:23 smithi135 ceph-mon[93152]: pgmap v5959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:24.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:24.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:25.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:25.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:25 smithi194 ceph-mon[104785]: pgmap v5960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:25 smithi135 ceph-mon[93152]: pgmap v5960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:26.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:26.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:27.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:27.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:27 smithi194 ceph-mon[104785]: pgmap v5961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:27 smithi135 ceph-mon[93152]: pgmap v5961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:28.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:28.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:29.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:29.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:29 smithi194 ceph-mon[104785]: pgmap v5962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:45:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:29 smithi135 ceph-mon[93152]: pgmap v5962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:45:30.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:30.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:31.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:31.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:31 smithi194 ceph-mon[104785]: pgmap v5963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:31 smithi135 ceph-mon[93152]: pgmap v5963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:32.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:32.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:33.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:33.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:33 smithi194 ceph-mon[104785]: pgmap v5964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:33 smithi135 ceph-mon[93152]: pgmap v5964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:34.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:34.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:35.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:35.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:35 smithi194 ceph-mon[104785]: pgmap v5965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:35 smithi135 ceph-mon[93152]: pgmap v5965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:36.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:36.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:37.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:37.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:37 smithi135 ceph-mon[93152]: pgmap v5966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:37 smithi194 ceph-mon[104785]: pgmap v5966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:38.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:38.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:39.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:39.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:39 smithi194 ceph-mon[104785]: pgmap v5967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:45:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:39 smithi135 ceph-mon[93152]: pgmap v5967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:45:40.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:40.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:41.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:41.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:41 smithi194 ceph-mon[104785]: pgmap v5968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:41 smithi135 ceph-mon[93152]: pgmap v5968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:42.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:42.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:43.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:43.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:43 smithi194 ceph-mon[104785]: pgmap v5969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:43 smithi135 ceph-mon[93152]: pgmap v5969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:44.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:44.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:45.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:45.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:45 smithi194 ceph-mon[104785]: pgmap v5970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:45 smithi135 ceph-mon[93152]: pgmap v5970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:46.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:46.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:47.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:47.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:47 smithi194 ceph-mon[104785]: pgmap v5971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:47 smithi135 ceph-mon[93152]: pgmap v5971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:48.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:48.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:49.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:49.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:49 smithi194 ceph-mon[104785]: pgmap v5972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:45:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:49 smithi135 ceph-mon[93152]: pgmap v5972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:45:50.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:50.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:45:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:45:51.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:51.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:51.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:45:51.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:45:51.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:51 smithi194 ceph-mon[104785]: pgmap v5973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:51.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:45:51.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:45:51.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:45:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:45:51.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:45:51.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:51 smithi135 ceph-mon[93152]: pgmap v5973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:51.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:45:51.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:45:51.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:45:52.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:52.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:53.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:53.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:53 smithi194 ceph-mon[104785]: pgmap v5974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:53 smithi135 ceph-mon[93152]: pgmap v5974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:54.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:54.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:55.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:55.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:55 smithi135 ceph-mon[93152]: pgmap v5975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:55 smithi194 ceph-mon[104785]: pgmap v5975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:45:56.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:56.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:57.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:57.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:57 smithi194 ceph-mon[104785]: pgmap v5976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:57 smithi135 ceph-mon[93152]: pgmap v5976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:45:58.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:58.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:59.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:45:59.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:45:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:45:59 smithi194 ceph-mon[104785]: pgmap v5977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:45:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:45:59 smithi135 ceph-mon[93152]: pgmap v5977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:46:00.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:00.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:01.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:01.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:01 smithi135 ceph-mon[93152]: pgmap v5978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:02.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:01 smithi194 ceph-mon[104785]: pgmap v5978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:02.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:02.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:03.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:03.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:03 smithi135 ceph-mon[93152]: pgmap v5979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:03 smithi194 ceph-mon[104785]: pgmap v5979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:04.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:04.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:05.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:05.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:05 smithi135 ceph-mon[93152]: pgmap v5980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:05 smithi194 ceph-mon[104785]: pgmap v5980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:06.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:06.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:07.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:07.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:07 smithi135 ceph-mon[93152]: pgmap v5981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:07 smithi194 ceph-mon[104785]: pgmap v5981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:08.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:08.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:09.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:09.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:09 smithi194 ceph-mon[104785]: pgmap v5982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:46:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:09 smithi135 ceph-mon[93152]: pgmap v5982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:46:10.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:10.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:11.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:11.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:11 smithi194 ceph-mon[104785]: pgmap v5983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:11 smithi135 ceph-mon[93152]: pgmap v5983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:12.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:12.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:13.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:13.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:13 smithi135 ceph-mon[93152]: pgmap v5984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:13 smithi194 ceph-mon[104785]: pgmap v5984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:14.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:14.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:15.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:15.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:15 smithi135 ceph-mon[93152]: pgmap v5985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:15 smithi194 ceph-mon[104785]: pgmap v5985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:16.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:16.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:17.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:17.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:17 smithi135 ceph-mon[93152]: pgmap v5986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:17 smithi194 ceph-mon[104785]: pgmap v5986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:18.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:18.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:19.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:19.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:19 smithi194 ceph-mon[104785]: pgmap v5987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:46:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:19 smithi135 ceph-mon[93152]: pgmap v5987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:46:20.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:20.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:21.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:21.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:21 smithi135 ceph-mon[93152]: pgmap v5988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:21 smithi194 ceph-mon[104785]: pgmap v5988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:22.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:22.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:23.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:23.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:23 smithi135 ceph-mon[93152]: pgmap v5989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:23 smithi194 ceph-mon[104785]: pgmap v5989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:24.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:24.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:25.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:25.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:25 smithi135 ceph-mon[93152]: pgmap v5990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:25 smithi194 ceph-mon[104785]: pgmap v5990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:26.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:26.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:27.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:27.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:27 smithi135 ceph-mon[93152]: pgmap v5991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:27 smithi194 ceph-mon[104785]: pgmap v5991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:28.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:28.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:29.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:29.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:29 smithi194 ceph-mon[104785]: pgmap v5992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:46:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:29 smithi135 ceph-mon[93152]: pgmap v5992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:46:30.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:30.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:31.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:31.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:31 smithi135 ceph-mon[93152]: pgmap v5993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:31 smithi194 ceph-mon[104785]: pgmap v5993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:32.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:32.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:33.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:33.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:33 smithi135 ceph-mon[93152]: pgmap v5994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:33 smithi194 ceph-mon[104785]: pgmap v5994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:34.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:34.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:35.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:35.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:35 smithi135 ceph-mon[93152]: pgmap v5995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:35 smithi194 ceph-mon[104785]: pgmap v5995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:36.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:36.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:37.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:37.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:37.987 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:37 smithi194 ceph-mon[104785]: pgmap v5996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:37 smithi135 ceph-mon[93152]: pgmap v5996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:38.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:38.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:39.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:39.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:39 smithi194 ceph-mon[104785]: pgmap v5997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:46:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:39 smithi135 ceph-mon[93152]: pgmap v5997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:46:40.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:40.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:41.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:41.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:41 smithi194 ceph-mon[104785]: pgmap v5998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:41 smithi135 ceph-mon[93152]: pgmap v5998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:42.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:42.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:43.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:43.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:43 smithi135 ceph-mon[93152]: pgmap v5999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:43 smithi194 ceph-mon[104785]: pgmap v5999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:44.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:44.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:45.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:45.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:45 smithi135 ceph-mon[93152]: pgmap v6000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:45 smithi194 ceph-mon[104785]: pgmap v6000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:46.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:46.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:47.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:47.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:47 smithi135 ceph-mon[93152]: pgmap v6001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:48.092 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:47 smithi194 ceph-mon[104785]: pgmap v6001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:48.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:48.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:49.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:49.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:49 smithi194 ceph-mon[104785]: pgmap v6002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:46:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:49 smithi135 ceph-mon[93152]: pgmap v6002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:46:50.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:50.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:51.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:51.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:51.728 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:51 smithi194 ceph-mon[104785]: pgmap v6003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:51.728 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:46:51.729 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:46:51.729 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:46:51.729 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:46:51.729 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:46:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:51 smithi135 ceph-mon[93152]: pgmap v6003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:46:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:46:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:46:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:46:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:46:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:46:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:46:52.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:52.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:53.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:53.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:53 smithi135 ceph-mon[93152]: pgmap v6004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:53 smithi194 ceph-mon[104785]: pgmap v6004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:54.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:54.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:55.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:55.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:55 smithi135 ceph-mon[93152]: pgmap v6005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:55 smithi194 ceph-mon[104785]: pgmap v6005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:46:56.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:56.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:57.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:57.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:57 smithi135 ceph-mon[93152]: pgmap v6006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:58.199 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:57 smithi194 ceph-mon[104785]: pgmap v6006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:46:58.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:58.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:59.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:46:59.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:46:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:46:59 smithi194 ceph-mon[104785]: pgmap v6007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:46:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:46:59 smithi135 ceph-mon[93152]: pgmap v6007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:47:00.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:00.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:01.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:01.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:01 smithi135 ceph-mon[93152]: pgmap v6008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:02.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:01 smithi194 ceph-mon[104785]: pgmap v6008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:02.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:02.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:03.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:03.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:03 smithi135 ceph-mon[93152]: pgmap v6009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:03 smithi194 ceph-mon[104785]: pgmap v6009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:04.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:04.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:05.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:05.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:05 smithi135 ceph-mon[93152]: pgmap v6010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:05 smithi194 ceph-mon[104785]: pgmap v6010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:06.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:06.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:07.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:07.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:07 smithi135 ceph-mon[93152]: pgmap v6011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:07 smithi194 ceph-mon[104785]: pgmap v6011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:08.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:08.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:09.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:09.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:09 smithi194 ceph-mon[104785]: pgmap v6012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:47:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:09 smithi135 ceph-mon[93152]: pgmap v6012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:47:10.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:10.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:11 smithi135 ceph-mon[93152]: pgmap v6013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:11.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:11.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:11 smithi194 ceph-mon[104785]: pgmap v6013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:12.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:12.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:13.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:13.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:13 smithi135 ceph-mon[93152]: pgmap v6014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:13 smithi194 ceph-mon[104785]: pgmap v6014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:14.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:14.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:15.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:15.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:15 smithi135 ceph-mon[93152]: pgmap v6015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:15 smithi194 ceph-mon[104785]: pgmap v6015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:16.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:16.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:17.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:17.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:18.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:17 smithi135 ceph-mon[93152]: pgmap v6016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:17 smithi194 ceph-mon[104785]: pgmap v6016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:18.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:18.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:19.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:19.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:19 smithi194 ceph-mon[104785]: pgmap v6017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:47:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:19 smithi135 ceph-mon[93152]: pgmap v6017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:47:20.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:20.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:21.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:21.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:21 smithi135 ceph-mon[93152]: pgmap v6018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:21 smithi194 ceph-mon[104785]: pgmap v6018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:22.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:22.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:23.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:23.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:23 smithi135 ceph-mon[93152]: pgmap v6019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:23 smithi194 ceph-mon[104785]: pgmap v6019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:24.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:24.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:25.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:25.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:25 smithi135 ceph-mon[93152]: pgmap v6020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:25 smithi194 ceph-mon[104785]: pgmap v6020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:26.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:26.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:27.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:27.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:27 smithi135 ceph-mon[93152]: pgmap v6021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:27 smithi194 ceph-mon[104785]: pgmap v6021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:28.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:28.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:29.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:29.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:29.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:29 smithi194 ceph-mon[104785]: pgmap v6022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:47:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:29 smithi135 ceph-mon[93152]: pgmap v6022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:47:30.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:30.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:31.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:31.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:31 smithi135 ceph-mon[93152]: pgmap v6023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:31 smithi194 ceph-mon[104785]: pgmap v6023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:32.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:32.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:33.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:33.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:33 smithi194 ceph-mon[104785]: pgmap v6024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:33 smithi135 ceph-mon[93152]: pgmap v6024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:34.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:34.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:35.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:35.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:35 smithi135 ceph-mon[93152]: pgmap v6025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:35 smithi194 ceph-mon[104785]: pgmap v6025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:36.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:36.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:37.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:37.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:37 smithi135 ceph-mon[93152]: pgmap v6026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:37 smithi194 ceph-mon[104785]: pgmap v6026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:38.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:38.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:39.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:39.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:39 smithi194 ceph-mon[104785]: pgmap v6027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:47:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:39 smithi135 ceph-mon[93152]: pgmap v6027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:47:40.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:40.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:41.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:41.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:41 smithi194 ceph-mon[104785]: pgmap v6028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:41 smithi135 ceph-mon[93152]: pgmap v6028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:42.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:42.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:43.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:43.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:43 smithi194 ceph-mon[104785]: pgmap v6029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:43 smithi135 ceph-mon[93152]: pgmap v6029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:44.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:44.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:45.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:45.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:45 smithi135 ceph-mon[93152]: pgmap v6030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:45 smithi194 ceph-mon[104785]: pgmap v6030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:46.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:46.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:47.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:47.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:47 smithi135 ceph-mon[93152]: pgmap v6031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:47 smithi194 ceph-mon[104785]: pgmap v6031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:48.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:48.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:49 smithi194 ceph-mon[104785]: pgmap v6032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:47:49.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:49.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:49 smithi135 ceph-mon[93152]: pgmap v6032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:47:50.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:50.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:51.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:51.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:51 smithi135 ceph-mon[93152]: pgmap v6033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:47:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:51 smithi194 ceph-mon[104785]: pgmap v6033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:47:52.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:52.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:47:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:47:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:47:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:47:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:47:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:47:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:47:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:47:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:47:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:47:53.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:53.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:53 smithi194 ceph-mon[104785]: pgmap v6034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:53 smithi135 ceph-mon[93152]: pgmap v6034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:54.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:54.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:55.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:55.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:55 smithi194 ceph-mon[104785]: pgmap v6035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:55 smithi135 ceph-mon[93152]: pgmap v6035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:47:56.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:56.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:57.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:57.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:58.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:57 smithi194 ceph-mon[104785]: pgmap v6036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:57 smithi135 ceph-mon[93152]: pgmap v6036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:47:58.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:58.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:47:59 smithi194 ceph-mon[104785]: pgmap v6037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:47:59.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:47:59.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:47:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:47:59 smithi135 ceph-mon[93152]: pgmap v6037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:00.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:00.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:01.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:01.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:01 smithi135 ceph-mon[93152]: pgmap v6038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:01 smithi194 ceph-mon[104785]: pgmap v6038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:02.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:02.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:03.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:03.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:03 smithi135 ceph-mon[93152]: pgmap v6039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:03 smithi194 ceph-mon[104785]: pgmap v6039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:04.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:04.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:05.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:05.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:05 smithi135 ceph-mon[93152]: pgmap v6040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:05 smithi194 ceph-mon[104785]: pgmap v6040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:06.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:06.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:07.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:07.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:07 smithi135 ceph-mon[93152]: pgmap v6041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:07 smithi194 ceph-mon[104785]: pgmap v6041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:08.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:08.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:09 smithi194 ceph-mon[104785]: pgmap v6042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:09.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:09.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:09 smithi135 ceph-mon[93152]: pgmap v6042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:10.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:10.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:11 smithi194 ceph-mon[104785]: pgmap v6043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:11.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:11.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:11 smithi135 ceph-mon[93152]: pgmap v6043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:12.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:12.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:13.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:13.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:13 smithi135 ceph-mon[93152]: pgmap v6044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:13 smithi194 ceph-mon[104785]: pgmap v6044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:14.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:14.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:15.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:15.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:15 smithi135 ceph-mon[93152]: pgmap v6045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:15 smithi194 ceph-mon[104785]: pgmap v6045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:16.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:16.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:17.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:17.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:17 smithi135 ceph-mon[93152]: pgmap v6046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:17 smithi194 ceph-mon[104785]: pgmap v6046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:18.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:18.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:19 smithi194 ceph-mon[104785]: pgmap v6047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:19.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:19 smithi135 ceph-mon[93152]: pgmap v6047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:19.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:19.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:20.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:20.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:21.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:21.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:21 smithi135 ceph-mon[93152]: pgmap v6048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:21 smithi194 ceph-mon[104785]: pgmap v6048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:22.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:22.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:23.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:23.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:24.091 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:23 smithi194 ceph-mon[104785]: pgmap v6049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:23 smithi135 ceph-mon[93152]: pgmap v6049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:24.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:24.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:25.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:25.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:25 smithi194 ceph-mon[104785]: pgmap v6050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:25 smithi135 ceph-mon[93152]: pgmap v6050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:26.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:26.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:27.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:27.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:27 smithi194 ceph-mon[104785]: pgmap v6051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:27 smithi135 ceph-mon[93152]: pgmap v6051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:28.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:28.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:29 smithi194 ceph-mon[104785]: pgmap v6052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:29 smithi135 ceph-mon[93152]: pgmap v6052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:29.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:29.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:30.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:30.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:31.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:31.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:32.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:31 smithi135 ceph-mon[93152]: pgmap v6053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:31 smithi194 ceph-mon[104785]: pgmap v6053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:32.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:32.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:33.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:33.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:34.195 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:33 smithi194 ceph-mon[104785]: pgmap v6054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:33 smithi135 ceph-mon[93152]: pgmap v6054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:34.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:34.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:35.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:35.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:35 smithi194 ceph-mon[104785]: pgmap v6055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:35 smithi135 ceph-mon[93152]: pgmap v6055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:36.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:36.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:37.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:37.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:37 smithi194 ceph-mon[104785]: pgmap v6056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:37 smithi135 ceph-mon[93152]: pgmap v6056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:38.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:38.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:39 smithi194 ceph-mon[104785]: pgmap v6057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:39 smithi135 ceph-mon[93152]: pgmap v6057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:39.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:39.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:40.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:40.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:41 smithi194 ceph-mon[104785]: pgmap v6058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:41 smithi135 ceph-mon[93152]: pgmap v6058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:41.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:41.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:42.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:42.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:43.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:43.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:44.018 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:43 smithi135 ceph-mon[93152]: pgmap v6059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:43 smithi194 ceph-mon[104785]: pgmap v6059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:44.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:44.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:45.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:45.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:45 smithi194 ceph-mon[104785]: pgmap v6060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:45 smithi135 ceph-mon[93152]: pgmap v6060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:46.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:46.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:47.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:47.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:47 smithi194 ceph-mon[104785]: pgmap v6061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:47 smithi135 ceph-mon[93152]: pgmap v6061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:48.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:48.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:49 smithi194 ceph-mon[104785]: pgmap v6062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:49 smithi135 ceph-mon[93152]: pgmap v6062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:49.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:49.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:50.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:50.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:51.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:51.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:51 smithi194 ceph-mon[104785]: pgmap v6063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:51 smithi135 ceph-mon[93152]: pgmap v6063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:52.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:52.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:48:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:48:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:48:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:48:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:48:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:48:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:48:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:48:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:48:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:48:53.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:48:53.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:48:53.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:53.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:54.117 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:53 smithi135 ceph-mon[93152]: pgmap v6064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:53 smithi194 ceph-mon[104785]: pgmap v6064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:54.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:54.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:55.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:55.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:55 smithi194 ceph-mon[104785]: pgmap v6065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:55 smithi135 ceph-mon[93152]: pgmap v6065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:56.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:48:56.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:56.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:57.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:57.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:57 smithi194 ceph-mon[104785]: pgmap v6066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:57 smithi135 ceph-mon[93152]: pgmap v6066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:48:58.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:58.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:48:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:48:59 smithi194 ceph-mon[104785]: pgmap v6067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:48:59 smithi135 ceph-mon[93152]: pgmap v6067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:48:59.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:48:59.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:00.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:00.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:01.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:01.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:01 smithi194 ceph-mon[104785]: pgmap v6068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:01 smithi135 ceph-mon[93152]: pgmap v6068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:02.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:02.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:03.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:03.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:03 smithi194 ceph-mon[104785]: pgmap v6069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:04.216 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:03 smithi135 ceph-mon[93152]: pgmap v6069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:04.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:04.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:05.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:05.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:05 smithi194 ceph-mon[104785]: pgmap v6070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:05 smithi135 ceph-mon[93152]: pgmap v6070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:06.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:06.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:07.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:07.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:07 smithi194 ceph-mon[104785]: pgmap v6071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:07 smithi135 ceph-mon[93152]: pgmap v6071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:08.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:08.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:09 smithi194 ceph-mon[104785]: pgmap v6072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:49:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:09 smithi135 ceph-mon[93152]: pgmap v6072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:49:09.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:09.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:10.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:10.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:11 smithi194 ceph-mon[104785]: pgmap v6073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:11 smithi135 ceph-mon[93152]: pgmap v6073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:11.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:11.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:12.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:12.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:13.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:13.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:13 smithi194 ceph-mon[104785]: pgmap v6074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:13 smithi135 ceph-mon[93152]: pgmap v6074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:14.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:14.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:15.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:15.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:15 smithi194 ceph-mon[104785]: pgmap v6075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:15 smithi135 ceph-mon[93152]: pgmap v6075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:16.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:16.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:17.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:17.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:17 smithi194 ceph-mon[104785]: pgmap v6076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:17 smithi135 ceph-mon[93152]: pgmap v6076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:18.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:18.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:19 smithi194 ceph-mon[104785]: pgmap v6077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:49:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:19 smithi135 ceph-mon[93152]: pgmap v6077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:49:19.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:19.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:20.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:20.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:21.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:21.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:21 smithi194 ceph-mon[104785]: pgmap v6078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:21 smithi135 ceph-mon[93152]: pgmap v6078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:22.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:22.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:23.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:23.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:23 smithi194 ceph-mon[104785]: pgmap v6079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:23 smithi135 ceph-mon[93152]: pgmap v6079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:24.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:24.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:25.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:25.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:25 smithi194 ceph-mon[104785]: pgmap v6080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:25 smithi135 ceph-mon[93152]: pgmap v6080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:26.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:26.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:27.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:27.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:27 smithi194 ceph-mon[104785]: pgmap v6081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:27 smithi135 ceph-mon[93152]: pgmap v6081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:28.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:28.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:29 smithi194 ceph-mon[104785]: pgmap v6082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:49:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:29 smithi135 ceph-mon[93152]: pgmap v6082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:49:29.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:29.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:30.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:30.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:31.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:31.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:31 smithi194 ceph-mon[104785]: pgmap v6083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:31 smithi135 ceph-mon[93152]: pgmap v6083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:32.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:32.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:33.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:33.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:33 smithi194 ceph-mon[104785]: pgmap v6084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:33 smithi135 ceph-mon[93152]: pgmap v6084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:34.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:34.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:35.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:35.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:35 smithi194 ceph-mon[104785]: pgmap v6085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:35 smithi135 ceph-mon[93152]: pgmap v6085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:36.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:36.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:37.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:37.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:37 smithi194 ceph-mon[104785]: pgmap v6086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:37 smithi135 ceph-mon[93152]: pgmap v6086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:38.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:38.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:39 smithi194 ceph-mon[104785]: pgmap v6087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:49:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:39 smithi135 ceph-mon[93152]: pgmap v6087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:49:39.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:39.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:40.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:40.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:41 smithi194 ceph-mon[104785]: pgmap v6088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:41 smithi135 ceph-mon[93152]: pgmap v6088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:41.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:41.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:42.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:42.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:43.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:43.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:43 smithi194 ceph-mon[104785]: pgmap v6089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:43 smithi135 ceph-mon[93152]: pgmap v6089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:44.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:44.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:45.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:45.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:45 smithi194 ceph-mon[104785]: pgmap v6090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:45 smithi135 ceph-mon[93152]: pgmap v6090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:46.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:46.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:47.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:47.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:47 smithi194 ceph-mon[104785]: pgmap v6091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:47 smithi135 ceph-mon[93152]: pgmap v6091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:48.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:48.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:49 smithi194 ceph-mon[104785]: pgmap v6092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:49:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:49 smithi135 ceph-mon[93152]: pgmap v6092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:49:49.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:49.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:50.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:50.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:51.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:51.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:51 smithi194 ceph-mon[104785]: pgmap v6093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:51 smithi135 ceph-mon[93152]: pgmap v6093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:52.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:52.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:49:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:49:53.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:53.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:53 smithi194 ceph-mon[104785]: pgmap v6094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:53 smithi135 ceph-mon[93152]: pgmap v6094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:54.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:54.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:55.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:55.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:55 smithi194 ceph-mon[104785]: pgmap v6095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:55 smithi135 ceph-mon[93152]: pgmap v6095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:49:56.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:56.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:57.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:57.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:58 smithi194 ceph-mon[104785]: pgmap v6096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:49:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:49:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:49:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:49:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:49:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:49:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:49:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:58 smithi135 ceph-mon[93152]: pgmap v6096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:49:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:49:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:49:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:49:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:49:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:49:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:49:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:49:58.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:58.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:49:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:49:59 smithi194 ceph-mon[104785]: pgmap v6097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:49:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:49:59 smithi135 ceph-mon[93152]: pgmap v6097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:49:59.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:49:59.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T07:50:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T07:50:00.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:00.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:01 smithi194 ceph-mon[104785]: pgmap v6098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:01 smithi135 ceph-mon[93152]: pgmap v6098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:01.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:01.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:02.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:02.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:03.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:03.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:03 smithi194 ceph-mon[104785]: pgmap v6099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:03 smithi135 ceph-mon[93152]: pgmap v6099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:04.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:04.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:05.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:05.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:05 smithi194 ceph-mon[104785]: pgmap v6100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:05 smithi135 ceph-mon[93152]: pgmap v6100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:06.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:06.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:07.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:07.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:07 smithi194 ceph-mon[104785]: pgmap v6101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:07 smithi135 ceph-mon[93152]: pgmap v6101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:08.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:08.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:09 smithi194 ceph-mon[104785]: pgmap v6102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:50:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:09 smithi135 ceph-mon[93152]: pgmap v6102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:50:09.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:09.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:10.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:10.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:11 smithi194 ceph-mon[104785]: pgmap v6103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:11 smithi135 ceph-mon[93152]: pgmap v6103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:11.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:11.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:12.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:12.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:13.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:13.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:13 smithi194 ceph-mon[104785]: pgmap v6104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:13 smithi135 ceph-mon[93152]: pgmap v6104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:14.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:14.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:15.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:15.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:15 smithi194 ceph-mon[104785]: pgmap v6105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:15 smithi135 ceph-mon[93152]: pgmap v6105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:16.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:16.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:17.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:17.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:17 smithi194 ceph-mon[104785]: pgmap v6106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:17 smithi135 ceph-mon[93152]: pgmap v6106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:18.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:18.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:19 smithi194 ceph-mon[104785]: pgmap v6107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:50:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:19 smithi135 ceph-mon[93152]: pgmap v6107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:50:19.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:19.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:20.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:20.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:21.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:21.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:21 smithi194 ceph-mon[104785]: pgmap v6108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:21 smithi135 ceph-mon[93152]: pgmap v6108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:22.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:22.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:23.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:23.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:24.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:23 smithi194 ceph-mon[104785]: pgmap v6109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:23 smithi135 ceph-mon[93152]: pgmap v6109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:24.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:24.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:25.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:25.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:25 smithi194 ceph-mon[104785]: pgmap v6110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:25 smithi135 ceph-mon[93152]: pgmap v6110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:26.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:26.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:27.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:27.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:27 smithi194 ceph-mon[104785]: pgmap v6111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:27 smithi135 ceph-mon[93152]: pgmap v6111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:28.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:28.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:29 smithi194 ceph-mon[104785]: pgmap v6112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:50:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:29 smithi135 ceph-mon[93152]: pgmap v6112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:50:29.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:29.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:30.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:30.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:31.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:31.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:31 smithi194 ceph-mon[104785]: pgmap v6113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:31 smithi135 ceph-mon[93152]: pgmap v6113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:32.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:32.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:33.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:33.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:33 smithi194 ceph-mon[104785]: pgmap v6114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:33 smithi135 ceph-mon[93152]: pgmap v6114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:34.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:34.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:35.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:35.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:35 smithi194 ceph-mon[104785]: pgmap v6115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:35 smithi135 ceph-mon[93152]: pgmap v6115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:36.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:36.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:37.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:37.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:37 smithi194 ceph-mon[104785]: pgmap v6116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:37 smithi135 ceph-mon[93152]: pgmap v6116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:38.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:38.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:39 smithi194 ceph-mon[104785]: pgmap v6117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:50:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:39 smithi135 ceph-mon[93152]: pgmap v6117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:50:40.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:40.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:41.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:41.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:41 smithi194 ceph-mon[104785]: pgmap v6118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:41 smithi135 ceph-mon[93152]: pgmap v6118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:42.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:42.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:43.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:43.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:44.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:44.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:43 smithi194 ceph-mon[104785]: pgmap v6119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:43 smithi135 ceph-mon[93152]: pgmap v6119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:45.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:45.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:45 smithi194 ceph-mon[104785]: pgmap v6120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:46.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:46.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:45 smithi135 ceph-mon[93152]: pgmap v6120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:47.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:47.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:48.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:48.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:47 smithi194 ceph-mon[104785]: pgmap v6121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:47 smithi135 ceph-mon[93152]: pgmap v6121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:49.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:49.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:49 smithi194 ceph-mon[104785]: pgmap v6122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:50:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:49 smithi135 ceph-mon[93152]: pgmap v6122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:50:50.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:50.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:51.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:51.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:52.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:52.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:51 smithi194 ceph-mon[104785]: pgmap v6123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:51 smithi135 ceph-mon[93152]: pgmap v6123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:53.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:53.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:54.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:54.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:53 smithi194 ceph-mon[104785]: pgmap v6124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:53 smithi135 ceph-mon[93152]: pgmap v6124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:55.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:55.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:55 smithi194 ceph-mon[104785]: pgmap v6125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:56.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:56.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:55 smithi135 ceph-mon[93152]: pgmap v6125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:50:57.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:57.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:58.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:58.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:57 smithi194 ceph-mon[104785]: pgmap v6126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:50:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:57 smithi135 ceph-mon[93152]: pgmap v6126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:50:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:50:59.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:50:59.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:50:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:50:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:50:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:50:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:50:59.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:50:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:50:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:50:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:50:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:50:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:51:00.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:00.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:50:59 smithi194 ceph-mon[104785]: pgmap v6127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:51:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:50:59 smithi135 ceph-mon[93152]: pgmap v6127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:51:01.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:01.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:02.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:02.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:01 smithi194 ceph-mon[104785]: pgmap v6128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:01 smithi135 ceph-mon[93152]: pgmap v6128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:03.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:03.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:04.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:04.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:03 smithi194 ceph-mon[104785]: pgmap v6129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:03 smithi135 ceph-mon[93152]: pgmap v6129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:05.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:05.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:06.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:06.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:05 smithi194 ceph-mon[104785]: pgmap v6130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:05 smithi135 ceph-mon[93152]: pgmap v6130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:07.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:07.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:08.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:08.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:07 smithi194 ceph-mon[104785]: pgmap v6131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:07 smithi135 ceph-mon[93152]: pgmap v6131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:09.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:09.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:09 smithi194 ceph-mon[104785]: pgmap v6132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:51:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:09 smithi135 ceph-mon[93152]: pgmap v6132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:51:10.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:10.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:11.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:11.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:11 smithi194 ceph-mon[104785]: pgmap v6133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:11 smithi135 ceph-mon[93152]: pgmap v6133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:12.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:12.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:13.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:13.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:14.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:14.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:13 smithi194 ceph-mon[104785]: pgmap v6134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:13 smithi135 ceph-mon[93152]: pgmap v6134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:15.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:15.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:16.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:16.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:15 smithi194 ceph-mon[104785]: pgmap v6135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:15 smithi135 ceph-mon[93152]: pgmap v6135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:17.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:17.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:18.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:18.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:17 smithi194 ceph-mon[104785]: pgmap v6136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:17 smithi135 ceph-mon[93152]: pgmap v6136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:19.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:19.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:19 smithi194 ceph-mon[104785]: pgmap v6137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:51:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:19 smithi135 ceph-mon[93152]: pgmap v6137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:51:20.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:20.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:21.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:21.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:22.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:22.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:21 smithi194 ceph-mon[104785]: pgmap v6138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:21 smithi135 ceph-mon[93152]: pgmap v6138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:23.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:23.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:24.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:24.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:23 smithi194 ceph-mon[104785]: pgmap v6139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:23 smithi135 ceph-mon[93152]: pgmap v6139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:25.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:25.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:25 smithi135 ceph-mon[93152]: pgmap v6140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:26.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:26.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:25 smithi194 ceph-mon[104785]: pgmap v6140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:27.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:27.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:28.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:28.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:27 smithi194 ceph-mon[104785]: pgmap v6141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:27 smithi135 ceph-mon[93152]: pgmap v6141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:29.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:29.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:29 smithi194 ceph-mon[104785]: pgmap v6142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:51:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:29 smithi135 ceph-mon[93152]: pgmap v6142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:51:30.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:30.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:31.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:31.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:32.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:32.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:31 smithi194 ceph-mon[104785]: pgmap v6143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:31 smithi135 ceph-mon[93152]: pgmap v6143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:33.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:33.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:34.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:34.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:33 smithi194 ceph-mon[104785]: pgmap v6144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:33 smithi135 ceph-mon[93152]: pgmap v6144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:35.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:35.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:35 smithi135 ceph-mon[93152]: pgmap v6145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:36.079 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:35 smithi194 ceph-mon[104785]: pgmap v6145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:36.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:36.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:37.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:37.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:38.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:38.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:37 smithi194 ceph-mon[104785]: pgmap v6146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:37 smithi135 ceph-mon[93152]: pgmap v6146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:39.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:39.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:39 smithi194 ceph-mon[104785]: pgmap v6147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:51:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:39 smithi135 ceph-mon[93152]: pgmap v6147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:51:40.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:40.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:40.745 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:41.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:41.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:41 smithi194 ceph-mon[104785]: pgmap v6148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:41 smithi135 ceph-mon[93152]: pgmap v6148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:42.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:42.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:43.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:43.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:44.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:44.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:43 smithi194 ceph-mon[104785]: pgmap v6149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:44.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:43 smithi135 ceph-mon[93152]: pgmap v6149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:45.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:45.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:46.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:46.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:46.183 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:45 smithi194 ceph-mon[104785]: pgmap v6150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:45 smithi135 ceph-mon[93152]: pgmap v6150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:47.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:47.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:48.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:48.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:47 smithi194 ceph-mon[104785]: pgmap v6151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:47 smithi135 ceph-mon[93152]: pgmap v6151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:49.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:49.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:49 smithi194 ceph-mon[104785]: pgmap v6152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:51:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:49 smithi135 ceph-mon[93152]: pgmap v6152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:51:50.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:50.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:51.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:51.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:52.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:52.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:51 smithi194 ceph-mon[104785]: pgmap v6153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:51 smithi135 ceph-mon[93152]: pgmap v6153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:53.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:53.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:54.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:54.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:54.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:53 smithi194 ceph-mon[104785]: pgmap v6154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:53 smithi135 ceph-mon[93152]: pgmap v6154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:55.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:55.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:56.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:56.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:55 smithi194 ceph-mon[104785]: pgmap v6155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:55 smithi135 ceph-mon[93152]: pgmap v6155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:51:57.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:57.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:58.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:58.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:57 smithi194 ceph-mon[104785]: pgmap v6156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:57 smithi135 ceph-mon[93152]: pgmap v6156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:51:59.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:51:59.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:51:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:51:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:52:00.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:00.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:51:59 smithi194 ceph-mon[104785]: pgmap v6157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:51:59 smithi135 ceph-mon[93152]: pgmap v6157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:01.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:01.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:02.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:02.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:01 smithi194 ceph-mon[104785]: pgmap v6158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:01 smithi135 ceph-mon[93152]: pgmap v6158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:03.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:03.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:04.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:04.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:03 smithi194 ceph-mon[104785]: pgmap v6159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:03 smithi135 ceph-mon[93152]: pgmap v6159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:05.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:05.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:06.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:06.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:05 smithi194 ceph-mon[104785]: pgmap v6160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:05 smithi135 ceph-mon[93152]: pgmap v6160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:07.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:07.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:52:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:52:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:52:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:52:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:52:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:52:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:52:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:52:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:52:07.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:52:07.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:52:07.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:52:07.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:52:07.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:52:08.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:08.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:07 smithi194 ceph-mon[104785]: pgmap v6161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:07 smithi135 ceph-mon[93152]: pgmap v6161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:09.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:09.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:09 smithi194 ceph-mon[104785]: pgmap v6162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:09 smithi135 ceph-mon[93152]: pgmap v6162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:10.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:10.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:11.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:11.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:11 smithi194 ceph-mon[104785]: pgmap v6163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:11 smithi135 ceph-mon[93152]: pgmap v6163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:12.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:12.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:13.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:13.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:14.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:14.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:13 smithi194 ceph-mon[104785]: pgmap v6164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:13 smithi135 ceph-mon[93152]: pgmap v6164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:15.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:15.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:16.096 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:15 smithi135 ceph-mon[93152]: pgmap v6165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:16.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:16.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:15 smithi194 ceph-mon[104785]: pgmap v6165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:17.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:17.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:18.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:18.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:17 smithi194 ceph-mon[104785]: pgmap v6166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:17 smithi135 ceph-mon[93152]: pgmap v6166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:19.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:19.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:19 smithi135 ceph-mon[93152]: pgmap v6167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:19 smithi194 ceph-mon[104785]: pgmap v6167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:20.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:20.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:21.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:21.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:22.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:22.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:21 smithi194 ceph-mon[104785]: pgmap v6168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:21 smithi135 ceph-mon[93152]: pgmap v6168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:23.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:23.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:24.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:24.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:23 smithi194 ceph-mon[104785]: pgmap v6169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:23 smithi135 ceph-mon[93152]: pgmap v6169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:25.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:25.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:26.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:26.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:26.195 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:25 smithi135 ceph-mon[93152]: pgmap v6170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:26.195 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:25 smithi194 ceph-mon[104785]: pgmap v6170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:27.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:27.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:28.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:28.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:27 smithi194 ceph-mon[104785]: pgmap v6171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:27 smithi135 ceph-mon[93152]: pgmap v6171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:29.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:29.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:29 smithi135 ceph-mon[93152]: pgmap v6172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:29 smithi194 ceph-mon[104785]: pgmap v6172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:30.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:30.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:31.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:31.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:31 smithi194 ceph-mon[104785]: pgmap v6173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:32.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:32.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:31 smithi135 ceph-mon[93152]: pgmap v6173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:33.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:33.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:34.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:34.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:33 smithi194 ceph-mon[104785]: pgmap v6174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:33 smithi135 ceph-mon[93152]: pgmap v6174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:35.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:35.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:36.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:36.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:35 smithi194 ceph-mon[104785]: pgmap v6175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:35 smithi135 ceph-mon[93152]: pgmap v6175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:37.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:37.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:38.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:38.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:37 smithi194 ceph-mon[104785]: pgmap v6176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:37 smithi135 ceph-mon[93152]: pgmap v6176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:39.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:39.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:39 smithi135 ceph-mon[93152]: pgmap v6177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:39 smithi194 ceph-mon[104785]: pgmap v6177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:40.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:40.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:41.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:41.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:41 smithi135 ceph-mon[93152]: pgmap v6178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:41.760 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:41 smithi194 ceph-mon[104785]: pgmap v6178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:42.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:42.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:43.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:43.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:44.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:44.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:43 smithi194 ceph-mon[104785]: pgmap v6179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:43 smithi135 ceph-mon[93152]: pgmap v6179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:45.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:45.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:46.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:46.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:45 smithi194 ceph-mon[104785]: pgmap v6180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:45 smithi135 ceph-mon[93152]: pgmap v6180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:47.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:47.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:47 smithi194 ceph-mon[104785]: pgmap v6181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:48.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:48.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:47 smithi135 ceph-mon[93152]: pgmap v6181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:49.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:49.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:49 smithi135 ceph-mon[93152]: pgmap v6182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:49 smithi194 ceph-mon[104785]: pgmap v6182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:50.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:50.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:51.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:51.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:51 smithi194 ceph-mon[104785]: pgmap v6183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:52.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:52.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:51 smithi135 ceph-mon[93152]: pgmap v6183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:53.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:53.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:53 smithi194 ceph-mon[104785]: pgmap v6184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:54.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:54.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:53 smithi135 ceph-mon[93152]: pgmap v6184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:55.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:55.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:55 smithi194 ceph-mon[104785]: pgmap v6185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:56.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:56.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:55 smithi135 ceph-mon[93152]: pgmap v6185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:52:57.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:57.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:57 smithi194 ceph-mon[104785]: pgmap v6186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:58.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:58.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:57 smithi135 ceph-mon[93152]: pgmap v6186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:52:59.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:52:59.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:52:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:52:59 smithi135 ceph-mon[93152]: pgmap v6187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:52:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:52:59 smithi194 ceph-mon[104785]: pgmap v6187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:53:00.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:00.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:01.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:01.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:01 smithi194 ceph-mon[104785]: pgmap v6188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:02.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:02.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:01 smithi135 ceph-mon[93152]: pgmap v6188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:03.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:03.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:03 smithi194 ceph-mon[104785]: pgmap v6189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:04.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:04.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:03 smithi135 ceph-mon[93152]: pgmap v6189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:05.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:05.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:05 smithi194 ceph-mon[104785]: pgmap v6190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:06.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:06.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:05 smithi135 ceph-mon[93152]: pgmap v6190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:53:07.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:07.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:53:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:07 smithi194 ceph-mon[104785]: pgmap v6191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:08.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:53:08.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:53:08.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:53:08.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:53:08.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:53:08.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:53:08.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:53:08.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:08.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:07 smithi135 ceph-mon[93152]: pgmap v6191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:53:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:53:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:53:08.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:53:08.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:53:08.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:53:08.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:53:09.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:09.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:09 smithi135 ceph-mon[93152]: pgmap v6192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:53:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:09 smithi194 ceph-mon[104785]: pgmap v6192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:53:10.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:10.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:11.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:11.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:11 smithi135 ceph-mon[93152]: pgmap v6193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:11 smithi194 ceph-mon[104785]: pgmap v6193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:12.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:12.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:13.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:13.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:13 smithi194 ceph-mon[104785]: pgmap v6194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:14.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:14.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:13 smithi135 ceph-mon[93152]: pgmap v6194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:15.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:15.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:15 smithi194 ceph-mon[104785]: pgmap v6195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:16.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:16.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:15 smithi135 ceph-mon[93152]: pgmap v6195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:17.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:17.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:17 smithi194 ceph-mon[104785]: pgmap v6196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:17 smithi135 ceph-mon[93152]: pgmap v6196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:18.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:18.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:19.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:19.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:19 smithi135 ceph-mon[93152]: pgmap v6197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:53:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:19 smithi194 ceph-mon[104785]: pgmap v6197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:53:20.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:20.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:21.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:21.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:21 smithi135 ceph-mon[93152]: pgmap v6198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:22.175 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:21 smithi194 ceph-mon[104785]: pgmap v6198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:22.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:22.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:23.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:23.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:23 smithi194 ceph-mon[104785]: pgmap v6199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:23 smithi135 ceph-mon[93152]: pgmap v6199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:24.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:24.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:25.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:25.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:25 smithi194 ceph-mon[104785]: pgmap v6200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:25 smithi135 ceph-mon[93152]: pgmap v6200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:26.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:26.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:27.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:27.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:27 smithi194 ceph-mon[104785]: pgmap v6201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:27 smithi135 ceph-mon[93152]: pgmap v6201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:28.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:28.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:29.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:29.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:29.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:29 smithi135 ceph-mon[93152]: pgmap v6202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:53:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:29 smithi194 ceph-mon[104785]: pgmap v6202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:53:30.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:30.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:31.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:31.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:31 smithi194 ceph-mon[104785]: pgmap v6203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:32.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:31 smithi135 ceph-mon[93152]: pgmap v6203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:32.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:32.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:33.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:33.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:33 smithi194 ceph-mon[104785]: pgmap v6204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:33 smithi135 ceph-mon[93152]: pgmap v6204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:34.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:34.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:35.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:35.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:35 smithi194 ceph-mon[104785]: pgmap v6205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:35 smithi135 ceph-mon[93152]: pgmap v6205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:36.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:36.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:37.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:37.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:37 smithi194 ceph-mon[104785]: pgmap v6206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:37 smithi135 ceph-mon[93152]: pgmap v6206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:38.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:38.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:39.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:39.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:39 smithi135 ceph-mon[93152]: pgmap v6207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:53:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:39 smithi194 ceph-mon[104785]: pgmap v6207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:53:40.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:40.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:41.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:41.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:41 smithi135 ceph-mon[93152]: pgmap v6208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:41 smithi194 ceph-mon[104785]: pgmap v6208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:42.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:42.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:43.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:44.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:44.274 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:43 smithi194 ceph-mon[104785]: pgmap v6209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:44.274 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:43 smithi135 ceph-mon[93152]: pgmap v6209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:44.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:44.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:45.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:45.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:45 smithi194 ceph-mon[104785]: pgmap v6210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:45 smithi135 ceph-mon[93152]: pgmap v6210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:46.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:46.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:47.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:47.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:47 smithi194 ceph-mon[104785]: pgmap v6211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:47 smithi135 ceph-mon[93152]: pgmap v6211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:48.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:48.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:49.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:49.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:49 smithi135 ceph-mon[93152]: pgmap v6212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:53:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:49 smithi194 ceph-mon[104785]: pgmap v6212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:53:50.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:50.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:51.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:51.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:51 smithi194 ceph-mon[104785]: pgmap v6213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:51 smithi135 ceph-mon[93152]: pgmap v6213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:52.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:52.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:53.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:53.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:53 smithi194 ceph-mon[104785]: pgmap v6214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:54.411 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:53 smithi135 ceph-mon[93152]: pgmap v6214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:54.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:54.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:55.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:55.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:55 smithi194 ceph-mon[104785]: pgmap v6215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:55 smithi135 ceph-mon[93152]: pgmap v6215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:53:56.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:56.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:57.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:57.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:57 smithi194 ceph-mon[104785]: pgmap v6216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:57 smithi135 ceph-mon[93152]: pgmap v6216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:53:58.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:58.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:59.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:53:59.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:53:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:53:59 smithi135 ceph-mon[93152]: pgmap v6217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:53:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:53:59 smithi194 ceph-mon[104785]: pgmap v6217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:54:00.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:00.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:01.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:01.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:02.131 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:01 smithi135 ceph-mon[93152]: pgmap v6218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:01 smithi194 ceph-mon[104785]: pgmap v6218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:02.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:02.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:03.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:03.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:03 smithi194 ceph-mon[104785]: pgmap v6219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:03 smithi135 ceph-mon[93152]: pgmap v6219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:04.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:04.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:05.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:05.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:05 smithi194 ceph-mon[104785]: pgmap v6220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:05 smithi135 ceph-mon[93152]: pgmap v6220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:06.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:06.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:07.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:07.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:07.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:07 smithi194 ceph-mon[104785]: pgmap v6221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:54:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:07 smithi135 ceph-mon[93152]: pgmap v6221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:54:08.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:08.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:54:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:54:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:54:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:54:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:54:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:54:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:54:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:54:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:54:09.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:54:09.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:09.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:09 smithi194 ceph-mon[104785]: pgmap v6222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:54:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:09 smithi135 ceph-mon[93152]: pgmap v6222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:54:10.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:10.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:11.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:11.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:11 smithi194 ceph-mon[104785]: pgmap v6223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:12.228 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:11 smithi135 ceph-mon[93152]: pgmap v6223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:12.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:12.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:13.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:13.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:13 smithi194 ceph-mon[104785]: pgmap v6224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:13 smithi135 ceph-mon[93152]: pgmap v6224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:14.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:14.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:15.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:15.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:15 smithi194 ceph-mon[104785]: pgmap v6225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:15 smithi135 ceph-mon[93152]: pgmap v6225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:16.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:16.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:17.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:17.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:17 smithi194 ceph-mon[104785]: pgmap v6226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:17 smithi135 ceph-mon[93152]: pgmap v6226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:18.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:18.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:19.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:19.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:19 smithi135 ceph-mon[93152]: pgmap v6227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:54:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:19 smithi194 ceph-mon[104785]: pgmap v6227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:54:20.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:20.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:21.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:21.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:21 smithi194 ceph-mon[104785]: pgmap v6228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:21 smithi135 ceph-mon[93152]: pgmap v6228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:22.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:22.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:23.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:23.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:23 smithi194 ceph-mon[104785]: pgmap v6229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:23 smithi135 ceph-mon[93152]: pgmap v6229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:24.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:24.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:25.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:25.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:25 smithi194 ceph-mon[104785]: pgmap v6230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:25 smithi135 ceph-mon[93152]: pgmap v6230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:26.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:26.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:27.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:27.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:27 smithi194 ceph-mon[104785]: pgmap v6231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:27 smithi135 ceph-mon[93152]: pgmap v6231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:28.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:28.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:29.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:29.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:29 smithi135 ceph-mon[93152]: pgmap v6232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:54:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:29 smithi194 ceph-mon[104785]: pgmap v6232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:54:30.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:30.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:31.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:31.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:31 smithi194 ceph-mon[104785]: pgmap v6233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:31 smithi135 ceph-mon[93152]: pgmap v6233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:32.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:32.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:33.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:33.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:33 smithi194 ceph-mon[104785]: pgmap v6234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:33 smithi135 ceph-mon[93152]: pgmap v6234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:34.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:34.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:35.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:35.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:35 smithi194 ceph-mon[104785]: pgmap v6235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:35 smithi135 ceph-mon[93152]: pgmap v6235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:36.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:36.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:37.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:37.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:37 smithi194 ceph-mon[104785]: pgmap v6236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:37 smithi135 ceph-mon[93152]: pgmap v6236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:38.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:38.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:39.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:39.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:39 smithi135 ceph-mon[93152]: pgmap v6237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:54:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:39 smithi194 ceph-mon[104785]: pgmap v6237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:54:40.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:40.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:41.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:41.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:41 smithi135 ceph-mon[93152]: pgmap v6238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:41 smithi194 ceph-mon[104785]: pgmap v6238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:42.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:42.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:43.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:43.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:43 smithi194 ceph-mon[104785]: pgmap v6239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:43 smithi135 ceph-mon[93152]: pgmap v6239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:44.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:44.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:45.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:45.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:45 smithi194 ceph-mon[104785]: pgmap v6240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:45 smithi135 ceph-mon[93152]: pgmap v6240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:46.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:46.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:47.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:47.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:47 smithi194 ceph-mon[104785]: pgmap v6241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:47 smithi135 ceph-mon[93152]: pgmap v6241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:48.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:48.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:49.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:49.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:49 smithi135 ceph-mon[93152]: pgmap v6242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:54:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:49 smithi194 ceph-mon[104785]: pgmap v6242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:54:50.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:50.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:51.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:51.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:51 smithi194 ceph-mon[104785]: pgmap v6243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:51 smithi135 ceph-mon[93152]: pgmap v6243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:52.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:52.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:53.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:53.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:53 smithi194 ceph-mon[104785]: pgmap v6244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:53 smithi135 ceph-mon[93152]: pgmap v6244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:54.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:54.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:55.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:55.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:55 smithi194 ceph-mon[104785]: pgmap v6245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:55 smithi135 ceph-mon[93152]: pgmap v6245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:54:56.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:56.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:57.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:57.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:57 smithi135 ceph-mon[93152]: pgmap v6246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:58.175 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:57 smithi194 ceph-mon[104785]: pgmap v6246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:54:58.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:58.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:59.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:54:59.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:54:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:54:59 smithi135 ceph-mon[93152]: pgmap v6247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:54:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:54:59 smithi194 ceph-mon[104785]: pgmap v6247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:55:00.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:00.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:01.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:01.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:01 smithi194 ceph-mon[104785]: pgmap v6248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:01 smithi135 ceph-mon[93152]: pgmap v6248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:02.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:02.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:03.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:03.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:03 smithi194 ceph-mon[104785]: pgmap v6249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:03 smithi135 ceph-mon[93152]: pgmap v6249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:04.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:04.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:05.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:05.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:05 smithi194 ceph-mon[104785]: pgmap v6250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:05 smithi135 ceph-mon[93152]: pgmap v6250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:06.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:06.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:07.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:07.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:07 smithi194 ceph-mon[104785]: pgmap v6251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:07 smithi135 ceph-mon[93152]: pgmap v6251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:08.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:08.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:55:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:55:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:55:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:55:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:55:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:55:09.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:09.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:09 smithi194 ceph-mon[104785]: pgmap v6252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:55:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:55:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:55:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:55:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:55:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:55:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:09 smithi135 ceph-mon[93152]: pgmap v6252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:55:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:55:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:55:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:55:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:55:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:55:10.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:10.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:11.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:11.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:11 smithi194 ceph-mon[104785]: pgmap v6253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:11 smithi135 ceph-mon[93152]: pgmap v6253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:12.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:12.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:13.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:13.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:13 smithi194 ceph-mon[104785]: pgmap v6254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:13 smithi135 ceph-mon[93152]: pgmap v6254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:14.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:14.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:15.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:15.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:15 smithi194 ceph-mon[104785]: pgmap v6255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:15 smithi135 ceph-mon[93152]: pgmap v6255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:16.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:16.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:17.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:17.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:17 smithi194 ceph-mon[104785]: pgmap v6256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:17 smithi135 ceph-mon[93152]: pgmap v6256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:18.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:18.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:19.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:19.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:19 smithi135 ceph-mon[93152]: pgmap v6257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:55:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:19 smithi194 ceph-mon[104785]: pgmap v6257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:55:20.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:20.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:21.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:21.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:21 smithi194 ceph-mon[104785]: pgmap v6258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:21 smithi135 ceph-mon[93152]: pgmap v6258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:22.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:22.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:23.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:23.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:23 smithi194 ceph-mon[104785]: pgmap v6259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:23 smithi135 ceph-mon[93152]: pgmap v6259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:24.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:24.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:25.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:25.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:25 smithi194 ceph-mon[104785]: pgmap v6260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:25 smithi135 ceph-mon[93152]: pgmap v6260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:26.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:26.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:27.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:27.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:27 smithi194 ceph-mon[104785]: pgmap v6261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:27 smithi135 ceph-mon[93152]: pgmap v6261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:28.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:28.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:29.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:29.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:29 smithi135 ceph-mon[93152]: pgmap v6262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:55:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:29 smithi194 ceph-mon[104785]: pgmap v6262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:55:30.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:30.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:31.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:31.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:31 smithi194 ceph-mon[104785]: pgmap v6263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:31 smithi135 ceph-mon[93152]: pgmap v6263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:32.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:32.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:33.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:33.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:33 smithi194 ceph-mon[104785]: pgmap v6264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:33 smithi135 ceph-mon[93152]: pgmap v6264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:34.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:34.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:35.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:35.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:35 smithi194 ceph-mon[104785]: pgmap v6265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:35 smithi135 ceph-mon[93152]: pgmap v6265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:36.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:36.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:37.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:37.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:37 smithi194 ceph-mon[104785]: pgmap v6266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:37 smithi135 ceph-mon[93152]: pgmap v6266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:38.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:38.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:39.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:39.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:39 smithi194 ceph-mon[104785]: pgmap v6267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:55:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:39 smithi135 ceph-mon[93152]: pgmap v6267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:55:40.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:40.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:41.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:41.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:41 smithi194 ceph-mon[104785]: pgmap v6268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:41 smithi135 ceph-mon[93152]: pgmap v6268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:42.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:42.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:43.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:43.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:43 smithi194 ceph-mon[104785]: pgmap v6269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:43 smithi135 ceph-mon[93152]: pgmap v6269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:44.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:44.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:45.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:45.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:45 smithi194 ceph-mon[104785]: pgmap v6270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:45 smithi135 ceph-mon[93152]: pgmap v6270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:46.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:46.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:47.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:47.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:48.172 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:47 smithi135 ceph-mon[93152]: pgmap v6271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:47 smithi194 ceph-mon[104785]: pgmap v6271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:48.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:48.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:49.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:49.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:49.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:49 smithi194 ceph-mon[104785]: pgmap v6272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:55:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:49 smithi135 ceph-mon[93152]: pgmap v6272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:55:50.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:50.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:51.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:51.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:51 smithi194 ceph-mon[104785]: pgmap v6273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:51 smithi135 ceph-mon[93152]: pgmap v6273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:52.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:52.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:53.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:53.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:53 smithi194 ceph-mon[104785]: pgmap v6274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:53 smithi135 ceph-mon[93152]: pgmap v6274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:54.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:54.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:55.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:55.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:55 smithi194 ceph-mon[104785]: pgmap v6275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:55 smithi135 ceph-mon[93152]: pgmap v6275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:55:56.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:56.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:57.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:57.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:57 smithi194 ceph-mon[104785]: pgmap v6276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:57 smithi135 ceph-mon[93152]: pgmap v6276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:55:58.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:58.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:59.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:55:59.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:55:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:55:59 smithi194 ceph-mon[104785]: pgmap v6277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:56:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:55:59 smithi135 ceph-mon[93152]: pgmap v6277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:56:00.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:00.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:01.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:01.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:01 smithi194 ceph-mon[104785]: pgmap v6278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:01 smithi135 ceph-mon[93152]: pgmap v6278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:02.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:02.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:03.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:03.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:03 smithi194 ceph-mon[104785]: pgmap v6279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:03 smithi135 ceph-mon[93152]: pgmap v6279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:04.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:04.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:05.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:05.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:05 smithi194 ceph-mon[104785]: pgmap v6280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:05 smithi135 ceph-mon[93152]: pgmap v6280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:06.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:06.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:07.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:07.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:07 smithi194 ceph-mon[104785]: pgmap v6281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:07 smithi135 ceph-mon[93152]: pgmap v6281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:08.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:08.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:09.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:09.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:09 smithi194 ceph-mon[104785]: pgmap v6282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:56:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:56:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:09 smithi135 ceph-mon[93152]: pgmap v6282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:56:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:56:10.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:10.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:56:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:56:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:56:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:56:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:56:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:56:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:56:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:56:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:56:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:56:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:11.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:11.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:11 smithi194 ceph-mon[104785]: pgmap v6283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:11 smithi135 ceph-mon[93152]: pgmap v6283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:12.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:12.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:13.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:13.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:13 smithi194 ceph-mon[104785]: pgmap v6284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:13 smithi135 ceph-mon[93152]: pgmap v6284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:14.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:14.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:15.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:15.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:15 smithi194 ceph-mon[104785]: pgmap v6285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:15 smithi135 ceph-mon[93152]: pgmap v6285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:16.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:16.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:17.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:17.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:17 smithi194 ceph-mon[104785]: pgmap v6286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:17 smithi135 ceph-mon[93152]: pgmap v6286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:18.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:18.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:19.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:19.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:19 smithi194 ceph-mon[104785]: pgmap v6287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:56:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:19 smithi135 ceph-mon[93152]: pgmap v6287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:56:20.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:20.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:21.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:21.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:21 smithi194 ceph-mon[104785]: pgmap v6288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:21 smithi135 ceph-mon[93152]: pgmap v6288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:22.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:22.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:23.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:23.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:23 smithi194 ceph-mon[104785]: pgmap v6289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:23 smithi135 ceph-mon[93152]: pgmap v6289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:24.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:24.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:25.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:25.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:25 smithi194 ceph-mon[104785]: pgmap v6290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:25 smithi135 ceph-mon[93152]: pgmap v6290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:26.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:26.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:27.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:27.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:27 smithi194 ceph-mon[104785]: pgmap v6291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:27 smithi135 ceph-mon[93152]: pgmap v6291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:28.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:28.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:29.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:29.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:29 smithi194 ceph-mon[104785]: pgmap v6292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:56:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:29 smithi135 ceph-mon[93152]: pgmap v6292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:56:30.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:30.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:31.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:31.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:31 smithi194 ceph-mon[104785]: pgmap v6293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:31 smithi135 ceph-mon[93152]: pgmap v6293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:32.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:32.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:33.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:33.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:34.178 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:33 smithi194 ceph-mon[104785]: pgmap v6294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:33 smithi135 ceph-mon[93152]: pgmap v6294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:34.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:34.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:35.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:35.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:35 smithi194 ceph-mon[104785]: pgmap v6295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:35 smithi135 ceph-mon[93152]: pgmap v6295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:36.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:36.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:37.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:37.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:37 smithi194 ceph-mon[104785]: pgmap v6296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:37 smithi135 ceph-mon[93152]: pgmap v6296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:38.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:38.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:39.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:39.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:39 smithi194 ceph-mon[104785]: pgmap v6297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:56:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:39 smithi135 ceph-mon[93152]: pgmap v6297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:56:40.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:40.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:41.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:41.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:41 smithi194 ceph-mon[104785]: pgmap v6298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:41 smithi135 ceph-mon[93152]: pgmap v6298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:42.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:42.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:43.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:43.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:43 smithi135 ceph-mon[93152]: pgmap v6299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:43 smithi194 ceph-mon[104785]: pgmap v6299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:44.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:44.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:45.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:45.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:45 smithi194 ceph-mon[104785]: pgmap v6300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:45 smithi135 ceph-mon[93152]: pgmap v6300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:46.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:46.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:47.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:47.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:47 smithi194 ceph-mon[104785]: pgmap v6301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:47 smithi135 ceph-mon[93152]: pgmap v6301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:48.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:48.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:49.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:49.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:49 smithi194 ceph-mon[104785]: pgmap v6302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:56:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:49 smithi135 ceph-mon[93152]: pgmap v6302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:56:50.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:50.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:51.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:51.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:51 smithi194 ceph-mon[104785]: pgmap v6303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:51 smithi135 ceph-mon[93152]: pgmap v6303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:52.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:52.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:53.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:53.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:53 smithi194 ceph-mon[104785]: pgmap v6304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:53 smithi135 ceph-mon[93152]: pgmap v6304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:54.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:54.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:55.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:55.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:55 smithi194 ceph-mon[104785]: pgmap v6305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:55 smithi135 ceph-mon[93152]: pgmap v6305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:56:56.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:56.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:57.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:57.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:57 smithi194 ceph-mon[104785]: pgmap v6306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:57 smithi135 ceph-mon[93152]: pgmap v6306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:56:58.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:58.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:59.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:56:59.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:56:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:56:59 smithi194 ceph-mon[104785]: pgmap v6307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:56:59 smithi135 ceph-mon[93152]: pgmap v6307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:00.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:00.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:01.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:01.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:01 smithi194 ceph-mon[104785]: pgmap v6308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:01 smithi135 ceph-mon[93152]: pgmap v6308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:02.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:02.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:03.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:03.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:03 smithi194 ceph-mon[104785]: pgmap v6309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:03 smithi135 ceph-mon[93152]: pgmap v6309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:04.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:04.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:05.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:05.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:05 smithi194 ceph-mon[104785]: pgmap v6310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:05 smithi135 ceph-mon[93152]: pgmap v6310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:06.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:06.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:07.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:07.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:07 smithi194 ceph-mon[104785]: pgmap v6311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:07 smithi135 ceph-mon[93152]: pgmap v6311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:08.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:08.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:09.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:09.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:09 smithi194 ceph-mon[104785]: pgmap v6312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:09 smithi135 ceph-mon[93152]: pgmap v6312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:10.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:10.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:57:10.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:57:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:57:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:57:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:57:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:57:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:57:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:57:11.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:11.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:11 smithi135 ceph-mon[93152]: pgmap v6313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:11 smithi194 ceph-mon[104785]: pgmap v6313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:12.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:12.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:13.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:13.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:13 smithi194 ceph-mon[104785]: pgmap v6314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:13 smithi135 ceph-mon[93152]: pgmap v6314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:14.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:14.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:15.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:15.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:15 smithi194 ceph-mon[104785]: pgmap v6315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:15 smithi135 ceph-mon[93152]: pgmap v6315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:16.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:16.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:17.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:17.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:17 smithi194 ceph-mon[104785]: pgmap v6316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:17 smithi135 ceph-mon[93152]: pgmap v6316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:18.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:18.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:19.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:19.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:19 smithi194 ceph-mon[104785]: pgmap v6317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:20.068 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:19 smithi135 ceph-mon[93152]: pgmap v6317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:20.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:20.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:21.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:21.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:21 smithi194 ceph-mon[104785]: pgmap v6318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:21 smithi135 ceph-mon[93152]: pgmap v6318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:22.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:22.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:23.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:23.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:23 smithi194 ceph-mon[104785]: pgmap v6319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:23 smithi135 ceph-mon[93152]: pgmap v6319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:24.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:24.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:25.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:25 smithi194 ceph-mon[104785]: pgmap v6320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:25 smithi135 ceph-mon[93152]: pgmap v6320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:26.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:26.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:27.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:27.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:27 smithi194 ceph-mon[104785]: pgmap v6321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:27 smithi135 ceph-mon[93152]: pgmap v6321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:28.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:28.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:29.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:29.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:29 smithi194 ceph-mon[104785]: pgmap v6322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:29 smithi135 ceph-mon[93152]: pgmap v6322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:30.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:30.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:31.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:31.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:31 smithi194 ceph-mon[104785]: pgmap v6323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:31 smithi135 ceph-mon[93152]: pgmap v6323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:32.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:32.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:33.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:33.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:34.207 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:33 smithi135 ceph-mon[93152]: pgmap v6324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:33 smithi194 ceph-mon[104785]: pgmap v6324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:34.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:34.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:35.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:35.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:35 smithi194 ceph-mon[104785]: pgmap v6325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:35 smithi135 ceph-mon[93152]: pgmap v6325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:36.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:36.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:37.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:37.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:37 smithi194 ceph-mon[104785]: pgmap v6326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:37 smithi135 ceph-mon[93152]: pgmap v6326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:38.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:38.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:39.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:39.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:39.864 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:39 smithi194 ceph-mon[104785]: pgmap v6327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:39 smithi135 ceph-mon[93152]: pgmap v6327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:40.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:40.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:41.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:41.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:41 smithi194 ceph-mon[104785]: pgmap v6328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:41 smithi135 ceph-mon[93152]: pgmap v6328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:42.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:42.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:43.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:43.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:43 smithi194 ceph-mon[104785]: pgmap v6329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:44.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:43 smithi135 ceph-mon[93152]: pgmap v6329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:44.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:44.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:45.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:45.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:45 smithi194 ceph-mon[104785]: pgmap v6330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:45 smithi135 ceph-mon[93152]: pgmap v6330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:46.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:46.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:47.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:47.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:47 smithi194 ceph-mon[104785]: pgmap v6331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:47 smithi135 ceph-mon[93152]: pgmap v6331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:48.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:48.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:49.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:49.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:49 smithi135 ceph-mon[93152]: pgmap v6332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:49 smithi194 ceph-mon[104785]: pgmap v6332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:50.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:50.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:51.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:51.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:51 smithi194 ceph-mon[104785]: pgmap v6333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:51 smithi135 ceph-mon[93152]: pgmap v6333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:52.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:52.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:53.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:53.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:53 smithi194 ceph-mon[104785]: pgmap v6334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:53 smithi135 ceph-mon[93152]: pgmap v6334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:54.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:54.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:55.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:55.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:55 smithi194 ceph-mon[104785]: pgmap v6335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:55 smithi135 ceph-mon[93152]: pgmap v6335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:57:56.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:56.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:57.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:57.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:57 smithi194 ceph-mon[104785]: pgmap v6336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:57 smithi135 ceph-mon[93152]: pgmap v6336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:57:58.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:58.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:59.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:57:59.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:57:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:57:59 smithi135 ceph-mon[93152]: pgmap v6337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:57:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:57:59 smithi194 ceph-mon[104785]: pgmap v6337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:58:00.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:00.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:01.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:01.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:01 smithi194 ceph-mon[104785]: pgmap v6338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:01 smithi135 ceph-mon[93152]: pgmap v6338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:02.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:02.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:03.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:03.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:03 smithi194 ceph-mon[104785]: pgmap v6339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:03 smithi135 ceph-mon[93152]: pgmap v6339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:04.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:04.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:05.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:05.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:05 smithi194 ceph-mon[104785]: pgmap v6340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:05 smithi135 ceph-mon[93152]: pgmap v6340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:06.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:06.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:07.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:07.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:07 smithi194 ceph-mon[104785]: pgmap v6341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:07 smithi135 ceph-mon[93152]: pgmap v6341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:08.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:08.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:09.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:09.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:09 smithi194 ceph-mon[104785]: pgmap v6342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:58:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:09 smithi135 ceph-mon[93152]: pgmap v6342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:58:10.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:10.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:58:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:58:11.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:11.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:11 smithi194 ceph-mon[104785]: pgmap v6343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:58:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:58:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:58:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:58:11.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:58:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:11 smithi135 ceph-mon[93152]: pgmap v6343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:58:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:58:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:58:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:58:12.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:58:12.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:12.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:13.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:13.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:13 smithi194 ceph-mon[104785]: pgmap v6344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:13 smithi135 ceph-mon[93152]: pgmap v6344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:14.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:14.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:15.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:15.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:15 smithi194 ceph-mon[104785]: pgmap v6345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:15 smithi135 ceph-mon[93152]: pgmap v6345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:16.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:16.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:17.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:17.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:17 smithi194 ceph-mon[104785]: pgmap v6346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:17 smithi135 ceph-mon[93152]: pgmap v6346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:18.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:18.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:19.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:19.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:19 smithi194 ceph-mon[104785]: pgmap v6347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:58:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:19 smithi135 ceph-mon[93152]: pgmap v6347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:58:20.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:20.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:21.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:21.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:21 smithi194 ceph-mon[104785]: pgmap v6348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:21 smithi135 ceph-mon[93152]: pgmap v6348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:22.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:22.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:23.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:23.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:23 smithi194 ceph-mon[104785]: pgmap v6349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:23 smithi135 ceph-mon[93152]: pgmap v6349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:24.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:24.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:25.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:25.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:25 smithi194 ceph-mon[104785]: pgmap v6350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:25 smithi135 ceph-mon[93152]: pgmap v6350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:26.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:26.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:27.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:27.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:27 smithi194 ceph-mon[104785]: pgmap v6351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:27 smithi135 ceph-mon[93152]: pgmap v6351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:28.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:28.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:29.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:29.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:29 smithi194 ceph-mon[104785]: pgmap v6352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:58:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:29 smithi135 ceph-mon[93152]: pgmap v6352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:58:30.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:30.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:31.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:31.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:31 smithi194 ceph-mon[104785]: pgmap v6353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:31 smithi135 ceph-mon[93152]: pgmap v6353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:32.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:32.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:33.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:33.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:33 smithi194 ceph-mon[104785]: pgmap v6354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:33 smithi135 ceph-mon[93152]: pgmap v6354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:34.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:34.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:35.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:35.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:35 smithi194 ceph-mon[104785]: pgmap v6355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:35 smithi135 ceph-mon[93152]: pgmap v6355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:36.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:36.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:37.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:37.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:37 smithi194 ceph-mon[104785]: pgmap v6356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:37 smithi135 ceph-mon[93152]: pgmap v6356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:38.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:38.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:39.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:39.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:39.852 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:39 smithi135 ceph-mon[93152]: pgmap v6357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:58:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:39 smithi194 ceph-mon[104785]: pgmap v6357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:58:40.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:40.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:41.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:41.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:41 smithi194 ceph-mon[104785]: pgmap v6358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:41 smithi135 ceph-mon[93152]: pgmap v6358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:42.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:42.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:43.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:43.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:43 smithi194 ceph-mon[104785]: pgmap v6359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:43 smithi135 ceph-mon[93152]: pgmap v6359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:44.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:44.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:45.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:45.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:45 smithi194 ceph-mon[104785]: pgmap v6360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:45 smithi135 ceph-mon[93152]: pgmap v6360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:46.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:46.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:47.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:47.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:47 smithi194 ceph-mon[104785]: pgmap v6361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:47 smithi135 ceph-mon[93152]: pgmap v6361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:48.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:48.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:49.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:49.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:49.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:49 smithi135 ceph-mon[93152]: pgmap v6362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:58:49.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:49 smithi194 ceph-mon[104785]: pgmap v6362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:58:50.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:50.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:51.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:51.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:51 smithi194 ceph-mon[104785]: pgmap v6363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:51 smithi135 ceph-mon[93152]: pgmap v6363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:52.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:52.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:53.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:53.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:53 smithi194 ceph-mon[104785]: pgmap v6364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:53 smithi135 ceph-mon[93152]: pgmap v6364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:54.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:54.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:55.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:55.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:55 smithi194 ceph-mon[104785]: pgmap v6365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:55 smithi135 ceph-mon[93152]: pgmap v6365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:58:56.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:56.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:57.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:57.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:57 smithi194 ceph-mon[104785]: pgmap v6366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:57 smithi135 ceph-mon[93152]: pgmap v6366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:58:58.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:58.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:59.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:58:59.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:58:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:58:59 smithi194 ceph-mon[104785]: pgmap v6367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:59:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:58:59 smithi135 ceph-mon[93152]: pgmap v6367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:59:00.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:00.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:01.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:01.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:01 smithi194 ceph-mon[104785]: pgmap v6368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:01 smithi135 ceph-mon[93152]: pgmap v6368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:02.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:02.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:03.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:03.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:03 smithi194 ceph-mon[104785]: pgmap v6369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:03 smithi135 ceph-mon[93152]: pgmap v6369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:04.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:04.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:05.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:05.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:05 smithi194 ceph-mon[104785]: pgmap v6370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:05 smithi135 ceph-mon[93152]: pgmap v6370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:06.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:06.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:07.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:07.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:07 smithi194 ceph-mon[104785]: pgmap v6371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:07 smithi135 ceph-mon[93152]: pgmap v6371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:08.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:08.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:09.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:09.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:09 smithi194 ceph-mon[104785]: pgmap v6372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:59:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:09 smithi135 ceph-mon[93152]: pgmap v6372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:59:10.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:10.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:10.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:11.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:11.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:11 smithi194 ceph-mon[104785]: pgmap v6373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:59:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:11 smithi135 ceph-mon[93152]: pgmap v6373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:12.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T07:59:12.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:12.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:59:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:59:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:59:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:59:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:59:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T07:59:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T07:59:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:59:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T07:59:13.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T07:59:13.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:13.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:13 smithi194 ceph-mon[104785]: pgmap v6374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:13 smithi135 ceph-mon[93152]: pgmap v6374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:14.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:14.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:15.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:15.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:15 smithi194 ceph-mon[104785]: pgmap v6375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:15 smithi135 ceph-mon[93152]: pgmap v6375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:16.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:16.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:17.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:17.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:17 smithi194 ceph-mon[104785]: pgmap v6376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:17 smithi135 ceph-mon[93152]: pgmap v6376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:18.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:18.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:19.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:19.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:19 smithi194 ceph-mon[104785]: pgmap v6377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:59:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:19 smithi135 ceph-mon[93152]: pgmap v6377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:59:20.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:20.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:21.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:21.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:21 smithi194 ceph-mon[104785]: pgmap v6378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:21 smithi135 ceph-mon[93152]: pgmap v6378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:22.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:22.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:23.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:23.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:23 smithi194 ceph-mon[104785]: pgmap v6379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:23 smithi135 ceph-mon[93152]: pgmap v6379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:24.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:24.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:25.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:25.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:25 smithi135 ceph-mon[93152]: pgmap v6380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:25 smithi194 ceph-mon[104785]: pgmap v6380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:26.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:26.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:27.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:27.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:27 smithi135 ceph-mon[93152]: pgmap v6381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:27 smithi194 ceph-mon[104785]: pgmap v6381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:28.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:28.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:29.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:29.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:29 smithi194 ceph-mon[104785]: pgmap v6382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:59:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:29 smithi135 ceph-mon[93152]: pgmap v6382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:59:30.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:30.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:31.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:31.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:31 smithi194 ceph-mon[104785]: pgmap v6383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:31 smithi135 ceph-mon[93152]: pgmap v6383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:32.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:32.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:33.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:33.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:33 smithi135 ceph-mon[93152]: pgmap v6384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:33 smithi194 ceph-mon[104785]: pgmap v6384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:34.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:34.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:35.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:35.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:35 smithi135 ceph-mon[93152]: pgmap v6385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:35 smithi194 ceph-mon[104785]: pgmap v6385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:36.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:36.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:37.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:37.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:37 smithi135 ceph-mon[93152]: pgmap v6386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:37 smithi194 ceph-mon[104785]: pgmap v6386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:38.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:38.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:39.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:39.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:39 smithi194 ceph-mon[104785]: pgmap v6387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:59:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:39 smithi135 ceph-mon[93152]: pgmap v6387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:59:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:40.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:40.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:41.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:41.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:41 smithi194 ceph-mon[104785]: pgmap v6388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:41 smithi135 ceph-mon[93152]: pgmap v6388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:42.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:42.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:43.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:43.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:43 smithi135 ceph-mon[93152]: pgmap v6389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:43 smithi194 ceph-mon[104785]: pgmap v6389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:44.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:44.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:45.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:45.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:45 smithi135 ceph-mon[93152]: pgmap v6390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:45 smithi194 ceph-mon[104785]: pgmap v6390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:46.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:46.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:47.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:47.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:47 smithi135 ceph-mon[93152]: pgmap v6391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:47 smithi194 ceph-mon[104785]: pgmap v6391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:48.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:48.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:49.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:49.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:49 smithi194 ceph-mon[104785]: pgmap v6392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:59:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:49 smithi135 ceph-mon[93152]: pgmap v6392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T07:59:50.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:50.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:51.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:51.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:51 smithi135 ceph-mon[93152]: pgmap v6393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:51 smithi194 ceph-mon[104785]: pgmap v6393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:52.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:52.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:53.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:53.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:53 smithi135 ceph-mon[93152]: pgmap v6394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:53 smithi194 ceph-mon[104785]: pgmap v6394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:54.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:54.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:55.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:55.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:55 smithi135 ceph-mon[93152]: pgmap v6395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:56.290 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:55 smithi194 ceph-mon[104785]: pgmap v6395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:56.290 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T07:59:56.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:56.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:57.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:57.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:57 smithi135 ceph-mon[93152]: pgmap v6396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:57 smithi194 ceph-mon[104785]: pgmap v6396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T07:59:58.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:58.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:59.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T07:59:59.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T07:59:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 07:59:59 smithi194 ceph-mon[104785]: pgmap v6397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:00:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 07:59:59 smithi135 ceph-mon[93152]: pgmap v6397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:00:00.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:00.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T08:00:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T08:00:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:01 smithi194 ceph-mon[104785]: pgmap v6398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:01.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:01.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:01 smithi135 ceph-mon[93152]: pgmap v6398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:02.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:02.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:03.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:03.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:03 smithi135 ceph-mon[93152]: pgmap v6399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:03 smithi194 ceph-mon[104785]: pgmap v6399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:04.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:04.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:05.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:05.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:05 smithi135 ceph-mon[93152]: pgmap v6400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:06.396 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:05 smithi194 ceph-mon[104785]: pgmap v6400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:06.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:06.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:07.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:07.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:07 smithi135 ceph-mon[93152]: pgmap v6401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:07 smithi194 ceph-mon[104785]: pgmap v6401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:08.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:08.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:09.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:09.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:09 smithi194 ceph-mon[104785]: pgmap v6402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:00:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:09 smithi135 ceph-mon[93152]: pgmap v6402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:00:10.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:10.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:11 smithi194 ceph-mon[104785]: pgmap v6403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:11.866 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:11 smithi135 ceph-mon[93152]: pgmap v6403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:11.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:11.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:12.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:12.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:00:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:00:13.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:13.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:13 smithi194 ceph-mon[104785]: pgmap v6404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:13 smithi135 ceph-mon[93152]: pgmap v6404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:14.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:14.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:15.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:15.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:15 smithi135 ceph-mon[93152]: pgmap v6405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:15 smithi194 ceph-mon[104785]: pgmap v6405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:16.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:16.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:00:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:00:17.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:00:17.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:00:17.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:00:17.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:00:17.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:00:17.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:17.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:00:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:00:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:00:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:00:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:00:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:00:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:00:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:18 smithi135 ceph-mon[93152]: pgmap v6406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:18.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:18.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:18 smithi194 ceph-mon[104785]: pgmap v6406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:19.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:19.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:19 smithi194 ceph-mon[104785]: pgmap v6407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:00:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:19 smithi135 ceph-mon[93152]: pgmap v6407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:00:20.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:20.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:21.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:21.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:21 smithi135 ceph-mon[93152]: pgmap v6408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:21 smithi194 ceph-mon[104785]: pgmap v6408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:22.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:22.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:23.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:23.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:23 smithi135 ceph-mon[93152]: pgmap v6409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:23 smithi194 ceph-mon[104785]: pgmap v6409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:24.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:24.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:25.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:25.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:25 smithi135 ceph-mon[93152]: pgmap v6410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:25 smithi194 ceph-mon[104785]: pgmap v6410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:26.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:26.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:27.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:27.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:27 smithi135 ceph-mon[93152]: pgmap v6411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:27 smithi194 ceph-mon[104785]: pgmap v6411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:28.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:28.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:29 smithi194 ceph-mon[104785]: pgmap v6412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:00:29.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:29.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:29 smithi135 ceph-mon[93152]: pgmap v6412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:00:30.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:30.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:31.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:31.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:31 smithi135 ceph-mon[93152]: pgmap v6413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:31 smithi194 ceph-mon[104785]: pgmap v6413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:32.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:32.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:33.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:33.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:33 smithi135 ceph-mon[93152]: pgmap v6414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:33 smithi194 ceph-mon[104785]: pgmap v6414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:34.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:34.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:35.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:35.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:35 smithi135 ceph-mon[93152]: pgmap v6415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:35 smithi194 ceph-mon[104785]: pgmap v6415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:36.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:36.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:37.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:37.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:37 smithi135 ceph-mon[93152]: pgmap v6416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:37 smithi194 ceph-mon[104785]: pgmap v6416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:38.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:38.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:39 smithi194 ceph-mon[104785]: pgmap v6417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:00:39.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:39.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:39 smithi135 ceph-mon[93152]: pgmap v6417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:00:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:40.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:40.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:41 smithi194 ceph-mon[104785]: pgmap v6418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:41.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:41.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:41 smithi135 ceph-mon[93152]: pgmap v6418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:42.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:42.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:43.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:43.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:43 smithi135 ceph-mon[93152]: pgmap v6419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:43 smithi194 ceph-mon[104785]: pgmap v6419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:44.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:44.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:45.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:45.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:45 smithi135 ceph-mon[93152]: pgmap v6420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:45 smithi194 ceph-mon[104785]: pgmap v6420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:46.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:46.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:47.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:47.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:47 smithi135 ceph-mon[93152]: pgmap v6421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:47 smithi194 ceph-mon[104785]: pgmap v6421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:48.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:48.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:49 smithi194 ceph-mon[104785]: pgmap v6422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:00:49.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:49.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:49 smithi135 ceph-mon[93152]: pgmap v6422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:00:50.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:51.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:52.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:52.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:51 smithi194 ceph-mon[104785]: pgmap v6423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:51 smithi135 ceph-mon[93152]: pgmap v6423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:53.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:53.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:54.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:54.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:53 smithi135 ceph-mon[93152]: pgmap v6424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:53 smithi194 ceph-mon[104785]: pgmap v6424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:55.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:55.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:56.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:56.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:55 smithi135 ceph-mon[93152]: pgmap v6425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:55 smithi194 ceph-mon[104785]: pgmap v6425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:00:57.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:57.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:58.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:58.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:57 smithi135 ceph-mon[93152]: pgmap v6426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:57 smithi194 ceph-mon[104785]: pgmap v6426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:00:59.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:00:59.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:00:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:00:59 smithi194 ceph-mon[104785]: pgmap v6427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:01:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:00:59 smithi135 ceph-mon[93152]: pgmap v6427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:01:00.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:00.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:01.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:01.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:02.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:02.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:01 smithi135 ceph-mon[93152]: pgmap v6428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:01 smithi194 ceph-mon[104785]: pgmap v6428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:03.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:03.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:04.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:04.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:03 smithi135 ceph-mon[93152]: pgmap v6429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:03 smithi194 ceph-mon[104785]: pgmap v6429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:05.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:05.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:06.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:06.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:05 smithi135 ceph-mon[93152]: pgmap v6430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:05 smithi194 ceph-mon[104785]: pgmap v6430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:07.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:07.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:08.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:08.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:07 smithi135 ceph-mon[93152]: pgmap v6431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:07 smithi194 ceph-mon[104785]: pgmap v6431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:09.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:09.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:09 smithi194 ceph-mon[104785]: pgmap v6432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:01:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:09 smithi135 ceph-mon[93152]: pgmap v6432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:01:10.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:10.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:11.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:11.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:11 smithi194 ceph-mon[104785]: pgmap v6433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:11 smithi135 ceph-mon[93152]: pgmap v6433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:12.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:12.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:13.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:13.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:14.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:14.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:13 smithi135 ceph-mon[93152]: pgmap v6434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:13 smithi194 ceph-mon[104785]: pgmap v6434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:15.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:15.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:16.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:16.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:15 smithi135 ceph-mon[93152]: pgmap v6435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:15 smithi194 ceph-mon[104785]: pgmap v6435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:17.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:17.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:18.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:18.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:17 smithi135 ceph-mon[93152]: pgmap v6436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:18.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:01:18.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:01:18.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:01:18.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:01:18.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:01:18.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:01:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:17 smithi194 ceph-mon[104785]: pgmap v6436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:01:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:01:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:01:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:01:18.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:01:18.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:01:19.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:19.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:19 smithi194 ceph-mon[104785]: pgmap v6437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:01:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:19 smithi135 ceph-mon[93152]: pgmap v6437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:01:20.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:20.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:21.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:21.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:22.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:22.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:21 smithi135 ceph-mon[93152]: pgmap v6438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:21 smithi194 ceph-mon[104785]: pgmap v6438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:23.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:23.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:24.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:24.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:23 smithi135 ceph-mon[93152]: pgmap v6439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:23 smithi194 ceph-mon[104785]: pgmap v6439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:25.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:25.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:26.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:26.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:25 smithi135 ceph-mon[93152]: pgmap v6440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:25 smithi194 ceph-mon[104785]: pgmap v6440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:27.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:27.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:28.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:28.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:27 smithi135 ceph-mon[93152]: pgmap v6441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:27 smithi194 ceph-mon[104785]: pgmap v6441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:29.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:29.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:29 smithi194 ceph-mon[104785]: pgmap v6442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:01:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:29 smithi135 ceph-mon[93152]: pgmap v6442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:01:30.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:30.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:31.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:31.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:32.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:32.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:31 smithi135 ceph-mon[93152]: pgmap v6443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:32.296 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:31 smithi194 ceph-mon[104785]: pgmap v6443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:33.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:33.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:34.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:34.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:33 smithi135 ceph-mon[93152]: pgmap v6444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:33 smithi194 ceph-mon[104785]: pgmap v6444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:35.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:35.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:36.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:36.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:36 smithi135 ceph-mon[93152]: pgmap v6445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:36 smithi194 ceph-mon[104785]: pgmap v6445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:37.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:37.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:38.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:38.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:38 smithi135 ceph-mon[93152]: pgmap v6446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:38 smithi194 ceph-mon[104785]: pgmap v6446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:39.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:39.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:39 smithi194 ceph-mon[104785]: pgmap v6447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:01:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:39 smithi135 ceph-mon[93152]: pgmap v6447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:01:40.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:40.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:41.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:41.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:41 smithi194 ceph-mon[104785]: pgmap v6448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:41 smithi135 ceph-mon[93152]: pgmap v6448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:42.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:42.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:43.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:43.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:44.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:44.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:43 smithi135 ceph-mon[93152]: pgmap v6449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:43 smithi194 ceph-mon[104785]: pgmap v6449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:45.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:45.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:46.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:46.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:46 smithi135 ceph-mon[93152]: pgmap v6450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:46 smithi194 ceph-mon[104785]: pgmap v6450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:47.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:47.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:48.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:48.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:48 smithi135 ceph-mon[93152]: pgmap v6451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:48 smithi194 ceph-mon[104785]: pgmap v6451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:49.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:49.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:49 smithi194 ceph-mon[104785]: pgmap v6452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:01:50.054 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:49 smithi135 ceph-mon[93152]: pgmap v6452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:01:50.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:50.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:51.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:51.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:52.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:52.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:51 smithi135 ceph-mon[93152]: pgmap v6453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:51 smithi194 ceph-mon[104785]: pgmap v6453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:53.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:53.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:54.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:54.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:54 smithi135 ceph-mon[93152]: pgmap v6454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:54 smithi194 ceph-mon[104785]: pgmap v6454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:55.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:55.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:56.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:56.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:56 smithi135 ceph-mon[93152]: pgmap v6455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:56 smithi194 ceph-mon[104785]: pgmap v6455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:01:57.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:57.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:58.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:58.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:58 smithi194 ceph-mon[104785]: pgmap v6456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:58 smithi135 ceph-mon[93152]: pgmap v6456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:01:59.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:01:59.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:01:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:01:59 smithi194 ceph-mon[104785]: pgmap v6457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:02:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:01:59 smithi135 ceph-mon[93152]: pgmap v6457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:02:00.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:00.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:01.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:01.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:02.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:02.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:02 smithi135 ceph-mon[93152]: pgmap v6458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:02 smithi194 ceph-mon[104785]: pgmap v6458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:03.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:03.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:04.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:04.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:04 smithi135 ceph-mon[93152]: pgmap v6459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:04 smithi194 ceph-mon[104785]: pgmap v6459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:05.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:05.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:06.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:06.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:06 smithi194 ceph-mon[104785]: pgmap v6460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:06 smithi135 ceph-mon[93152]: pgmap v6460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:07.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:07.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:08.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:08.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:08 smithi194 ceph-mon[104785]: pgmap v6461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:08 smithi135 ceph-mon[93152]: pgmap v6461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:09.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:09.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:09 smithi194 ceph-mon[104785]: pgmap v6462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:02:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:09 smithi135 ceph-mon[93152]: pgmap v6462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:02:10.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:10.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:11.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:11.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:11.916 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:11 smithi135 ceph-mon[93152]: pgmap v6463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:11 smithi194 ceph-mon[104785]: pgmap v6463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:12.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:12.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:13.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:13.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:14.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:14.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:14 smithi135 ceph-mon[93152]: pgmap v6464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:14 smithi194 ceph-mon[104785]: pgmap v6464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:15.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:15.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:16.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:16.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:16 smithi194 ceph-mon[104785]: pgmap v6465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:16 smithi135 ceph-mon[93152]: pgmap v6465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:17.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:17.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:18.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:18.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:18 smithi194 ceph-mon[104785]: pgmap v6466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:02:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:18 smithi135 ceph-mon[93152]: pgmap v6466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:02:19.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:19.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:19 smithi194 ceph-mon[104785]: pgmap v6467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:02:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:19 smithi135 ceph-mon[93152]: pgmap v6467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:02:20.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:20.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:21.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:21.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:22.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:22.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:22 smithi194 ceph-mon[104785]: pgmap v6468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:22 smithi135 ceph-mon[93152]: pgmap v6468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:23.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:23.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:24.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:24.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:24 smithi194 ceph-mon[104785]: pgmap v6469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:24 smithi135 ceph-mon[93152]: pgmap v6469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:25.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:25.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:26.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:26.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:26 smithi194 ceph-mon[104785]: pgmap v6470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:02:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:02:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:02:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:02:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:02:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:02:26.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:02:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:26 smithi135 ceph-mon[93152]: pgmap v6470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:02:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:02:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:02:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:02:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:02:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:02:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:02:27.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:27.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:28.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:28.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:28 smithi194 ceph-mon[104785]: pgmap v6471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:28 smithi135 ceph-mon[93152]: pgmap v6471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:29.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:29.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:29 smithi194 ceph-mon[104785]: pgmap v6472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:02:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:29 smithi135 ceph-mon[93152]: pgmap v6472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:02:30.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:30.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:31.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:31.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:32.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:32.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:32 smithi194 ceph-mon[104785]: pgmap v6473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:32 smithi135 ceph-mon[93152]: pgmap v6473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:33.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:33.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:34.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:34.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:34 smithi194 ceph-mon[104785]: pgmap v6474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:34 smithi135 ceph-mon[93152]: pgmap v6474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:35.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:35.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:36.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:36.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:36 smithi194 ceph-mon[104785]: pgmap v6475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:36 smithi135 ceph-mon[93152]: pgmap v6475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:37.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:37.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:38.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:38.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:38 smithi194 ceph-mon[104785]: pgmap v6476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:38 smithi135 ceph-mon[93152]: pgmap v6476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:39.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:39.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:39 smithi194 ceph-mon[104785]: pgmap v6477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:02:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:39 smithi135 ceph-mon[93152]: pgmap v6477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:02:40.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:40.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:41.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:41.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:41 smithi194 ceph-mon[104785]: pgmap v6478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:41 smithi135 ceph-mon[93152]: pgmap v6478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:42.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:42.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:43.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:43.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:44.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:44.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:44 smithi194 ceph-mon[104785]: pgmap v6479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:44 smithi135 ceph-mon[93152]: pgmap v6479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:45.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:45.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:46.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:46.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:46 smithi194 ceph-mon[104785]: pgmap v6480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:46 smithi135 ceph-mon[93152]: pgmap v6480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:47.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:47.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:48.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:48.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:48 smithi194 ceph-mon[104785]: pgmap v6481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:48 smithi135 ceph-mon[93152]: pgmap v6481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:49.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:49.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:49 smithi194 ceph-mon[104785]: pgmap v6482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:02:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:49 smithi135 ceph-mon[93152]: pgmap v6482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:02:50.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:50.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:51.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:51.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:52.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:52.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:52.307 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:52 smithi135 ceph-mon[93152]: pgmap v6483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:52 smithi194 ceph-mon[104785]: pgmap v6483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:53.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:53.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:54.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:54.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:54 smithi194 ceph-mon[104785]: pgmap v6484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:54 smithi135 ceph-mon[93152]: pgmap v6484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:55.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:55.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:56.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:56.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:56 smithi194 ceph-mon[104785]: pgmap v6485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:56 smithi135 ceph-mon[93152]: pgmap v6485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:02:57.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:57.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:58.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:58.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:58 smithi194 ceph-mon[104785]: pgmap v6486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:58 smithi135 ceph-mon[93152]: pgmap v6486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:02:59.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:02:59.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:02:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:02:59 smithi194 ceph-mon[104785]: pgmap v6487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:03:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:02:59 smithi135 ceph-mon[93152]: pgmap v6487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:03:00.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:00.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:01.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:01.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:02.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:02.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:02.405 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:02 smithi135 ceph-mon[93152]: pgmap v6488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:02 smithi194 ceph-mon[104785]: pgmap v6488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:03.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:03.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:04.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:04.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:04 smithi194 ceph-mon[104785]: pgmap v6489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:04 smithi135 ceph-mon[93152]: pgmap v6489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:05.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:05.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:06.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:06.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:06 smithi194 ceph-mon[104785]: pgmap v6490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:06 smithi135 ceph-mon[93152]: pgmap v6490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:07.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:07.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:08.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:08.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:08.299 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:08 smithi194 ceph-mon[104785]: pgmap v6491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:08 smithi135 ceph-mon[93152]: pgmap v6491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:09.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:09.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:09 smithi194 ceph-mon[104785]: pgmap v6492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:03:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:09 smithi135 ceph-mon[93152]: pgmap v6492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:03:10.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:10.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:11.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:11.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:11 smithi194 ceph-mon[104785]: pgmap v6493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:11 smithi135 ceph-mon[93152]: pgmap v6493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:12.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:12.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:13.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:13.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:14.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:14.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:14 smithi194 ceph-mon[104785]: pgmap v6494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:14 smithi135 ceph-mon[93152]: pgmap v6494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:15.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:15.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:16.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:16.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:16 smithi194 ceph-mon[104785]: pgmap v6495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:16 smithi135 ceph-mon[93152]: pgmap v6495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:17.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:17.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:18.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:18.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:18.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:18 smithi194 ceph-mon[104785]: pgmap v6496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:18 smithi135 ceph-mon[93152]: pgmap v6496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:19.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:19.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:19 smithi194 ceph-mon[104785]: pgmap v6497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:03:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:19 smithi135 ceph-mon[93152]: pgmap v6497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:03:20.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:20.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:21.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:21.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:22.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:22.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:22 smithi194 ceph-mon[104785]: pgmap v6498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:22 smithi135 ceph-mon[93152]: pgmap v6498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:23.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:23.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:24.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:24.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:24 smithi194 ceph-mon[104785]: pgmap v6499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:24 smithi135 ceph-mon[93152]: pgmap v6499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:25.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:25.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:26.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:26.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:26 smithi194 ceph-mon[104785]: pgmap v6500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:03:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:26 smithi135 ceph-mon[93152]: pgmap v6500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:03:27.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:27.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:03:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:03:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:03:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:03:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:03:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:03:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:03:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:03:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:03:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:03:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:03:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:03:27.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:03:27.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:03:28.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:28.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:28 smithi194 ceph-mon[104785]: pgmap v6501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:28 smithi135 ceph-mon[93152]: pgmap v6501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:29.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:29.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:29 smithi194 ceph-mon[104785]: pgmap v6502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:03:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:29 smithi135 ceph-mon[93152]: pgmap v6502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:03:30.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:30.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:31.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:31.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:32.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:32.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:32 smithi194 ceph-mon[104785]: pgmap v6503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:32 smithi135 ceph-mon[93152]: pgmap v6503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:33.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:33.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:34.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:34.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:34 smithi194 ceph-mon[104785]: pgmap v6504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:34 smithi135 ceph-mon[93152]: pgmap v6504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:35.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:35.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:36.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:36.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:36 smithi194 ceph-mon[104785]: pgmap v6505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:36 smithi135 ceph-mon[93152]: pgmap v6505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:37.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:37.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:38.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:38.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:38 smithi194 ceph-mon[104785]: pgmap v6506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:38 smithi135 ceph-mon[93152]: pgmap v6506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:39.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:39.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:39 smithi194 ceph-mon[104785]: pgmap v6507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:03:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:39 smithi135 ceph-mon[93152]: pgmap v6507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:03:40.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:40.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:41.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:41.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:41 smithi194 ceph-mon[104785]: pgmap v6508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:41 smithi135 ceph-mon[93152]: pgmap v6508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:42.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:42.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:43.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:43.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:44.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:44.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:44 smithi194 ceph-mon[104785]: pgmap v6509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:44 smithi135 ceph-mon[93152]: pgmap v6509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:45.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:45.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:46.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:46.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:46 smithi194 ceph-mon[104785]: pgmap v6510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:46 smithi135 ceph-mon[93152]: pgmap v6510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:47.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:47.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:48 smithi135 ceph-mon[93152]: pgmap v6511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:48.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:48.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:48 smithi194 ceph-mon[104785]: pgmap v6511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:49.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:49.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:49 smithi194 ceph-mon[104785]: pgmap v6512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:03:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:49 smithi135 ceph-mon[93152]: pgmap v6512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:03:50.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:50.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:51.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:51.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:52.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:52.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:52 smithi194 ceph-mon[104785]: pgmap v6513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:52 smithi135 ceph-mon[93152]: pgmap v6513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:53.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:53.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:54.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:54.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:54 smithi194 ceph-mon[104785]: pgmap v6514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:54 smithi135 ceph-mon[93152]: pgmap v6514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:55.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:55.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:56.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:56.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:56 smithi194 ceph-mon[104785]: pgmap v6515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:56 smithi135 ceph-mon[93152]: pgmap v6515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:03:57.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:57.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:58 smithi135 ceph-mon[93152]: pgmap v6516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:58.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:58.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:58 smithi194 ceph-mon[104785]: pgmap v6516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:03:59.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:03:59.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:03:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:03:59 smithi194 ceph-mon[104785]: pgmap v6517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:04:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:03:59 smithi135 ceph-mon[93152]: pgmap v6517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:04:00.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:00.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:01.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:01.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:02.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:02.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:02 smithi194 ceph-mon[104785]: pgmap v6518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:02.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:02 smithi135 ceph-mon[93152]: pgmap v6518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:03.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:03.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:04 smithi194 ceph-mon[104785]: pgmap v6519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:04.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:04.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:04 smithi135 ceph-mon[93152]: pgmap v6519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:05.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:05.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:06.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:06.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:06 smithi194 ceph-mon[104785]: pgmap v6520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:06 smithi135 ceph-mon[93152]: pgmap v6520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:07.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:07.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:08.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:08.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:08 smithi194 ceph-mon[104785]: pgmap v6521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:08 smithi135 ceph-mon[93152]: pgmap v6521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:09.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:09.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:09 smithi194 ceph-mon[104785]: pgmap v6522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:04:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:09 smithi135 ceph-mon[93152]: pgmap v6522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:04:10.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:10.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:11.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:11.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:11 smithi194 ceph-mon[104785]: pgmap v6523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:11 smithi135 ceph-mon[93152]: pgmap v6523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:12.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:12.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:13.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:13.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:14.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:14.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:14 smithi194 ceph-mon[104785]: pgmap v6524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:14 smithi135 ceph-mon[93152]: pgmap v6524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:15.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:15.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:16.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:16.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:16 smithi194 ceph-mon[104785]: pgmap v6525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:16 smithi135 ceph-mon[93152]: pgmap v6525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:17.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:17.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:18.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:18.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:18 smithi194 ceph-mon[104785]: pgmap v6526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:18 smithi135 ceph-mon[93152]: pgmap v6526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:19.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:19.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:19 smithi194 ceph-mon[104785]: pgmap v6527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:04:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:19 smithi135 ceph-mon[93152]: pgmap v6527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:04:20.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:20.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:21.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:21.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:22.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:22.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:22 smithi194 ceph-mon[104785]: pgmap v6528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:22 smithi135 ceph-mon[93152]: pgmap v6528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:23.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:23.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:24.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:24.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:24 smithi194 ceph-mon[104785]: pgmap v6529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:24 smithi135 ceph-mon[93152]: pgmap v6529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:25.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:25.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:26.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:26.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:26 smithi194 ceph-mon[104785]: pgmap v6530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:26 smithi135 ceph-mon[93152]: pgmap v6530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:27.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:27.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:04:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:04:28.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:28.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:28 smithi194 ceph-mon[104785]: pgmap v6531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:04:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:04:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:04:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:04:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:04:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:04:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:04:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:28 smithi135 ceph-mon[93152]: pgmap v6531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:04:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:04:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:04:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:04:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:04:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:04:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:04:29.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:29.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:29 smithi194 ceph-mon[104785]: pgmap v6532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:04:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:29 smithi135 ceph-mon[93152]: pgmap v6532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:04:30.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:30.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:31.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:31.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:32.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:32.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:32 smithi194 ceph-mon[104785]: pgmap v6533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:32 smithi135 ceph-mon[93152]: pgmap v6533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:33.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:33.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:34.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:34.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:34 smithi194 ceph-mon[104785]: pgmap v6534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:34 smithi135 ceph-mon[93152]: pgmap v6534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:35.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:35.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:36.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:36.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:36 smithi194 ceph-mon[104785]: pgmap v6535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:36 smithi135 ceph-mon[93152]: pgmap v6535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:37.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:37.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:38.343 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:38 smithi135 ceph-mon[93152]: pgmap v6536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:38.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:38.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:38 smithi194 ceph-mon[104785]: pgmap v6536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:39.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:39.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:39 smithi194 ceph-mon[104785]: pgmap v6537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:04:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:39 smithi135 ceph-mon[93152]: pgmap v6537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:04:40.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:40.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:41.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:41.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:41 smithi194 ceph-mon[104785]: pgmap v6538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:41 smithi135 ceph-mon[93152]: pgmap v6538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:42.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:42.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:43.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:43.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:44.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:44.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:44 smithi194 ceph-mon[104785]: pgmap v6539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:44 smithi135 ceph-mon[93152]: pgmap v6539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:45.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:45.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:46.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:46.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:46 smithi194 ceph-mon[104785]: pgmap v6540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:46 smithi135 ceph-mon[93152]: pgmap v6540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:47.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:47.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:48.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:48.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:48.442 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:48 smithi135 ceph-mon[93152]: pgmap v6541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:48 smithi194 ceph-mon[104785]: pgmap v6541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:49.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:49.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:49 smithi194 ceph-mon[104785]: pgmap v6542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:04:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:49 smithi135 ceph-mon[93152]: pgmap v6542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:04:50.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:50.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:51.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:51.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:52.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:52.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:52 smithi194 ceph-mon[104785]: pgmap v6543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:52 smithi135 ceph-mon[93152]: pgmap v6543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:53.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:53.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:54.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:54.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:54.397 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:54 smithi194 ceph-mon[104785]: pgmap v6544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:54.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:54 smithi135 ceph-mon[93152]: pgmap v6544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:55.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:55.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:56.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:56.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:56 smithi194 ceph-mon[104785]: pgmap v6545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:56 smithi135 ceph-mon[93152]: pgmap v6545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:04:57.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:57.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:58.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:58.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:58 smithi194 ceph-mon[104785]: pgmap v6546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:58 smithi135 ceph-mon[93152]: pgmap v6546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:04:59.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:04:59.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:04:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:04:59 smithi194 ceph-mon[104785]: pgmap v6547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:05:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:04:59 smithi135 ceph-mon[93152]: pgmap v6547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:05:00.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:00.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:01.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:01.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:02.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:02.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:02 smithi194 ceph-mon[104785]: pgmap v6548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:02 smithi135 ceph-mon[93152]: pgmap v6548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:03.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:03.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:04.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:04.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:04 smithi194 ceph-mon[104785]: pgmap v6549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:04.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:04 smithi135 ceph-mon[93152]: pgmap v6549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:05.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:05.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:06.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:06.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:06 smithi194 ceph-mon[104785]: pgmap v6550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:06 smithi135 ceph-mon[93152]: pgmap v6550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:07.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:07.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:08.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:08.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:08 smithi194 ceph-mon[104785]: pgmap v6551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:08 smithi135 ceph-mon[93152]: pgmap v6551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:09.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:09.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:09 smithi194 ceph-mon[104785]: pgmap v6552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:05:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:09 smithi135 ceph-mon[93152]: pgmap v6552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:05:10.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:10.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:11.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:11.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:11 smithi194 ceph-mon[104785]: pgmap v6553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:11 smithi135 ceph-mon[93152]: pgmap v6553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:12.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:12.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:13.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:13.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:14.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:14.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:14 smithi194 ceph-mon[104785]: pgmap v6554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:14 smithi135 ceph-mon[93152]: pgmap v6554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:15.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:15.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:16.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:16.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:16 smithi194 ceph-mon[104785]: pgmap v6555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:16 smithi135 ceph-mon[93152]: pgmap v6555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:17.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:17.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:18.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:18.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:18 smithi194 ceph-mon[104785]: pgmap v6556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:18.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:18 smithi135 ceph-mon[93152]: pgmap v6556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:19.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:19.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:19 smithi194 ceph-mon[104785]: pgmap v6557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:05:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:19 smithi135 ceph-mon[93152]: pgmap v6557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:05:20.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:20.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:21.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:21.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:22.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:22.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:22 smithi194 ceph-mon[104785]: pgmap v6558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:22 smithi135 ceph-mon[93152]: pgmap v6558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:23.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:23.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:24.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:24.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:24 smithi194 ceph-mon[104785]: pgmap v6559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:24 smithi135 ceph-mon[93152]: pgmap v6559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:25.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:25.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:26.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:26.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:26 smithi194 ceph-mon[104785]: pgmap v6560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:26 smithi135 ceph-mon[93152]: pgmap v6560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:27.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:27.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:28.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:28.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:28 smithi194 ceph-mon[104785]: pgmap v6561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:05:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:28 smithi135 ceph-mon[93152]: pgmap v6561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:05:29.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:29.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:05:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:05:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:05:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:05:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:05:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:05:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:05:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:05:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:05:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:05:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:05:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:05:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:05:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:05:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:05:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:05:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:05:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:05:30.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:30.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:30 smithi194 ceph-mon[104785]: pgmap v6562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:05:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:30 smithi135 ceph-mon[93152]: pgmap v6562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:05:31.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:31.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:32.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:32.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:32 smithi194 ceph-mon[104785]: pgmap v6563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:32 smithi135 ceph-mon[93152]: pgmap v6563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:33.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:33.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:34 smithi194 ceph-mon[104785]: pgmap v6564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:34.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:34.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:34 smithi135 ceph-mon[93152]: pgmap v6564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:35.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:35.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:36 smithi194 ceph-mon[104785]: pgmap v6565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:36.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:36.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:36 smithi135 ceph-mon[93152]: pgmap v6565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:37.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:37.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:38 smithi194 ceph-mon[104785]: pgmap v6566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:38.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:38.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:38 smithi135 ceph-mon[93152]: pgmap v6566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:39.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:39.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:39 smithi194 ceph-mon[104785]: pgmap v6567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:05:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:39 smithi135 ceph-mon[93152]: pgmap v6567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:05:40.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:40.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:41.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:41.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:41 smithi194 ceph-mon[104785]: pgmap v6568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:41 smithi135 ceph-mon[93152]: pgmap v6568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:42.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:42.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:43.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:43.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:44 smithi135 ceph-mon[93152]: pgmap v6569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:44 smithi194 ceph-mon[104785]: pgmap v6569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:44.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:44.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:45.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:45.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:46 smithi194 ceph-mon[104785]: pgmap v6570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:46.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:46.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:46 smithi135 ceph-mon[93152]: pgmap v6570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:47.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:47.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:48 smithi194 ceph-mon[104785]: pgmap v6571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:48.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:48.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:48 smithi135 ceph-mon[93152]: pgmap v6571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:49.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:49.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:49.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:49 smithi194 ceph-mon[104785]: pgmap v6572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:05:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:49 smithi135 ceph-mon[93152]: pgmap v6572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:05:50.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:50.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:51.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:51.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:52 smithi194 ceph-mon[104785]: pgmap v6573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:52.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:52.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:52 smithi135 ceph-mon[93152]: pgmap v6573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:53.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:53.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:54 smithi194 ceph-mon[104785]: pgmap v6574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:54.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:54.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:54 smithi135 ceph-mon[93152]: pgmap v6574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:55.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:55.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:56 smithi194 ceph-mon[104785]: pgmap v6575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:56.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:56.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:56 smithi135 ceph-mon[93152]: pgmap v6575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:05:57.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:57.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:58 smithi194 ceph-mon[104785]: pgmap v6576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:58.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:58.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:58 smithi135 ceph-mon[93152]: pgmap v6576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:05:59.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:05:59.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:05:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:05:59 smithi194 ceph-mon[104785]: pgmap v6577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:06:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:05:59 smithi135 ceph-mon[93152]: pgmap v6577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:06:00.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:00.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:01.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:01.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:02 smithi194 ceph-mon[104785]: pgmap v6578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:02 smithi135 ceph-mon[93152]: pgmap v6578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:02.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:02.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:03.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:03.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:04 smithi194 ceph-mon[104785]: pgmap v6579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:04 smithi135 ceph-mon[93152]: pgmap v6579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:04.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:04.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:05.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:05.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:06 smithi194 ceph-mon[104785]: pgmap v6580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:06 smithi135 ceph-mon[93152]: pgmap v6580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:06.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:06.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:07.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:07.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:08 smithi194 ceph-mon[104785]: pgmap v6581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:08 smithi135 ceph-mon[93152]: pgmap v6581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:08.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:08.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:09.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:09.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:09 smithi194 ceph-mon[104785]: pgmap v6582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:06:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:09 smithi135 ceph-mon[93152]: pgmap v6582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:06:10.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:10.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:11.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:11.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:11 smithi194 ceph-mon[104785]: pgmap v6583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:11 smithi135 ceph-mon[93152]: pgmap v6583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:12.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:12.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:13.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:13.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:14 smithi194 ceph-mon[104785]: pgmap v6584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:14 smithi135 ceph-mon[93152]: pgmap v6584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:14.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:14.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:15.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:15.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:16 smithi194 ceph-mon[104785]: pgmap v6585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:16 smithi135 ceph-mon[93152]: pgmap v6585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:16.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:16.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:17.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:17.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:18 smithi194 ceph-mon[104785]: pgmap v6586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:18 smithi135 ceph-mon[93152]: pgmap v6586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:18.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:18.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:19.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:19.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:19 smithi194 ceph-mon[104785]: pgmap v6587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:06:20.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:19 smithi135 ceph-mon[93152]: pgmap v6587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:06:20.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:20.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:21.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:21.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:22 smithi194 ceph-mon[104785]: pgmap v6588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:22 smithi135 ceph-mon[93152]: pgmap v6588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:22.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:22.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:23.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:23.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:24.374 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:24 smithi135 ceph-mon[93152]: pgmap v6589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:24 smithi194 ceph-mon[104785]: pgmap v6589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:24.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:24.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:25.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:25.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:26 smithi194 ceph-mon[104785]: pgmap v6590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:26 smithi135 ceph-mon[93152]: pgmap v6590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:26.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:26.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:27.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:27.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:28 smithi194 ceph-mon[104785]: pgmap v6591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:28 smithi135 ceph-mon[93152]: pgmap v6591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:28.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:28.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:29.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:29.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:06:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:29 smithi135 ceph-mon[93152]: pgmap v6592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:06:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:06:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:06:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:06:29.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:06:29.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:06:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:06:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:29 smithi194 ceph-mon[104785]: pgmap v6592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:06:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:06:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:06:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:06:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:06:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:06:30.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:30.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:31.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:31.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:32 smithi194 ceph-mon[104785]: pgmap v6593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:32 smithi135 ceph-mon[93152]: pgmap v6593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:32.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:32.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:33.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:33.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:34 smithi194 ceph-mon[104785]: pgmap v6594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:34.468 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:34 smithi135 ceph-mon[93152]: pgmap v6594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:34.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:34.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:35.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:35.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:36 smithi194 ceph-mon[104785]: pgmap v6595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:36 smithi135 ceph-mon[93152]: pgmap v6595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:36.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:36.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:37.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:37.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:38 smithi194 ceph-mon[104785]: pgmap v6596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:38 smithi135 ceph-mon[93152]: pgmap v6596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:38.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:38.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:39.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:39.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:39 smithi194 ceph-mon[104785]: pgmap v6597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:06:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:39 smithi135 ceph-mon[93152]: pgmap v6597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:06:40.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:40.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:41.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:41.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:41 smithi194 ceph-mon[104785]: pgmap v6598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:41 smithi135 ceph-mon[93152]: pgmap v6598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:42.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:42.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:43.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:43.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:44 smithi194 ceph-mon[104785]: pgmap v6599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:44 smithi135 ceph-mon[93152]: pgmap v6599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:44.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:44.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:45.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:45.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:46 smithi194 ceph-mon[104785]: pgmap v6600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:46 smithi135 ceph-mon[93152]: pgmap v6600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:46.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:46.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:47.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:47.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:48 smithi194 ceph-mon[104785]: pgmap v6601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:48 smithi135 ceph-mon[93152]: pgmap v6601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:48.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:48.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:49.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:49.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:49.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:49 smithi194 ceph-mon[104785]: pgmap v6602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:06:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:49 smithi135 ceph-mon[93152]: pgmap v6602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:06:50.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:50.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:51.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:51.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:52 smithi194 ceph-mon[104785]: pgmap v6603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:52 smithi135 ceph-mon[93152]: pgmap v6603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:52.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:52.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:53.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:53.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:54 smithi194 ceph-mon[104785]: pgmap v6604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:54 smithi135 ceph-mon[93152]: pgmap v6604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:54.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:54.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:55.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:55.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:56 smithi194 ceph-mon[104785]: pgmap v6605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:56 smithi135 ceph-mon[93152]: pgmap v6605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:06:56.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:56.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:57.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:57.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:58 smithi194 ceph-mon[104785]: pgmap v6606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:58 smithi135 ceph-mon[93152]: pgmap v6606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:06:58.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:58.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:59.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:06:59.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:06:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:06:59 smithi194 ceph-mon[104785]: pgmap v6607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:07:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:06:59 smithi135 ceph-mon[93152]: pgmap v6607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:07:00.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:00.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:01.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:01.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:02 smithi194 ceph-mon[104785]: pgmap v6608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:02 smithi135 ceph-mon[93152]: pgmap v6608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:02.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:02.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:03.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:03.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:04 smithi194 ceph-mon[104785]: pgmap v6609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:04 smithi135 ceph-mon[93152]: pgmap v6609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:04.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:04.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:05.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:05.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:06 smithi194 ceph-mon[104785]: pgmap v6610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:06 smithi135 ceph-mon[93152]: pgmap v6610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:06.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:06.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:07.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:07.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:08 smithi194 ceph-mon[104785]: pgmap v6611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:08 smithi135 ceph-mon[93152]: pgmap v6611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:08.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:08.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:09.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:09.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:09 smithi194 ceph-mon[104785]: pgmap v6612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:07:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:09 smithi135 ceph-mon[93152]: pgmap v6612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:07:10.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:10.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:11.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:11.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:11 smithi194 ceph-mon[104785]: pgmap v6613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:11 smithi135 ceph-mon[93152]: pgmap v6613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:12.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:12.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:13.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:13.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:14 smithi194 ceph-mon[104785]: pgmap v6614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:14.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:14 smithi135 ceph-mon[93152]: pgmap v6614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:14.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:14.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:15.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:15.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:16 smithi194 ceph-mon[104785]: pgmap v6615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:16 smithi135 ceph-mon[93152]: pgmap v6615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:16.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:16.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:17.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:17.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:18 smithi194 ceph-mon[104785]: pgmap v6616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:18 smithi135 ceph-mon[93152]: pgmap v6616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:18.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:18.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:19.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:19.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:19 smithi194 ceph-mon[104785]: pgmap v6617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:07:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:19 smithi135 ceph-mon[93152]: pgmap v6617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:07:20.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:20.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:21.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:21.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:22 smithi194 ceph-mon[104785]: pgmap v6618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:22 smithi135 ceph-mon[93152]: pgmap v6618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:22.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:22.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:23.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:23.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:24 smithi194 ceph-mon[104785]: pgmap v6619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:24 smithi135 ceph-mon[93152]: pgmap v6619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:24.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:24.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:25.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:25.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:26 smithi194 ceph-mon[104785]: pgmap v6620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:26 smithi135 ceph-mon[93152]: pgmap v6620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:26.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:26.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:27.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:27.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:28 smithi194 ceph-mon[104785]: pgmap v6621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:28 smithi135 ceph-mon[93152]: pgmap v6621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:28.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:28.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:29.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:29.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:29.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:29 smithi194 ceph-mon[104785]: pgmap v6622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:07:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:07:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:29 smithi135 ceph-mon[93152]: pgmap v6622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:07:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:07:30.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:30.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:31.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:31.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:32 smithi194 ceph-mon[104785]: pgmap v6623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:32 smithi135 ceph-mon[93152]: pgmap v6623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:32.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:32.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:33.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:33.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:34.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:34.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:34 smithi194 ceph-mon[104785]: pgmap v6624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:07:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:07:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:07:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:07:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:07:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:07:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:07:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:07:34.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:07:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:34 smithi135 ceph-mon[93152]: pgmap v6624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:07:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:07:34.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:07:34.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:07:34.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:07:34.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:07:34.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:07:34.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:07:34.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:07:35.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:35.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:36 smithi194 ceph-mon[104785]: pgmap v6625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:36.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:36.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:36 smithi135 ceph-mon[93152]: pgmap v6625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:37.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:37.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:38.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:38.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:38 smithi194 ceph-mon[104785]: pgmap v6626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:38 smithi135 ceph-mon[93152]: pgmap v6626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:39.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:39.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:39 smithi194 ceph-mon[104785]: pgmap v6627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:07:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:39 smithi135 ceph-mon[93152]: pgmap v6627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:07:40.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:40.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:41.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:41.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:41 smithi194 ceph-mon[104785]: pgmap v6628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:41 smithi135 ceph-mon[93152]: pgmap v6628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:42.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:42.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:43.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:43.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:44 smithi194 ceph-mon[104785]: pgmap v6629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:44 smithi135 ceph-mon[93152]: pgmap v6629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:44.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:44.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:45.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:45.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:46 smithi194 ceph-mon[104785]: pgmap v6630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:46 smithi135 ceph-mon[93152]: pgmap v6630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:46.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:46.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:47.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:47.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:48 smithi194 ceph-mon[104785]: pgmap v6631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:48 smithi135 ceph-mon[93152]: pgmap v6631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:48.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:48.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:49.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:49.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:49 smithi194 ceph-mon[104785]: pgmap v6632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:07:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:49 smithi135 ceph-mon[93152]: pgmap v6632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:07:50.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:50.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:51.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:51.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:52 smithi194 ceph-mon[104785]: pgmap v6633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:52 smithi135 ceph-mon[93152]: pgmap v6633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:52.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:52.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:53.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:53.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:54 smithi194 ceph-mon[104785]: pgmap v6634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:54 smithi135 ceph-mon[93152]: pgmap v6634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:54.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:54.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:55.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:55.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:56 smithi194 ceph-mon[104785]: pgmap v6635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:56 smithi135 ceph-mon[93152]: pgmap v6635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:07:56.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:56.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:57.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:57.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:58 smithi194 ceph-mon[104785]: pgmap v6636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:58 smithi135 ceph-mon[93152]: pgmap v6636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:07:58.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:58.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:59.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:07:59.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:07:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:07:59 smithi194 ceph-mon[104785]: pgmap v6637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:08:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:07:59 smithi135 ceph-mon[93152]: pgmap v6637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:08:00.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:00.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:01.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:01.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:02 smithi194 ceph-mon[104785]: pgmap v6638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:02 smithi135 ceph-mon[93152]: pgmap v6638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:02.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:02.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:03.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:03.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:04 smithi194 ceph-mon[104785]: pgmap v6639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:04.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:04 smithi135 ceph-mon[93152]: pgmap v6639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:04.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:04.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:05.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:05.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:06.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:06 smithi194 ceph-mon[104785]: pgmap v6640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:06 smithi135 ceph-mon[93152]: pgmap v6640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:06.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:06.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:07.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:07.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:08 smithi194 ceph-mon[104785]: pgmap v6641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:08 smithi135 ceph-mon[93152]: pgmap v6641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:08.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:08.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:09.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:09.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:09 smithi194 ceph-mon[104785]: pgmap v6642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:08:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:09 smithi135 ceph-mon[93152]: pgmap v6642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:08:10.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:10.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:11 smithi194 ceph-mon[104785]: pgmap v6643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:11.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:11.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:12.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:11 smithi135 ceph-mon[93152]: pgmap v6643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:12.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:12.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:13.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:13.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:14 smithi194 ceph-mon[104785]: pgmap v6644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:14 smithi135 ceph-mon[93152]: pgmap v6644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:14.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:14.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:15.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:15.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:16 smithi194 ceph-mon[104785]: pgmap v6645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:16 smithi135 ceph-mon[93152]: pgmap v6645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:16.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:16.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:17.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:17.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:18 smithi194 ceph-mon[104785]: pgmap v6646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:18 smithi135 ceph-mon[93152]: pgmap v6646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:18.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:18.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:19.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:19.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:19 smithi194 ceph-mon[104785]: pgmap v6647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:08:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:19 smithi135 ceph-mon[93152]: pgmap v6647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:08:20.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:20.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:21.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:21.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:22 smithi194 ceph-mon[104785]: pgmap v6648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:22 smithi135 ceph-mon[93152]: pgmap v6648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:22.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:22.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:23.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:23.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:24 smithi194 ceph-mon[104785]: pgmap v6649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:24 smithi135 ceph-mon[93152]: pgmap v6649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:24.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:24.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:25.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:25.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:26 smithi194 ceph-mon[104785]: pgmap v6650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:26 smithi135 ceph-mon[93152]: pgmap v6650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:26.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:26.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:27.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:27.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:28 smithi194 ceph-mon[104785]: pgmap v6651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:28 smithi135 ceph-mon[93152]: pgmap v6651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:28.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:28.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:29.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:29.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:29 smithi194 ceph-mon[104785]: pgmap v6652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:08:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:29 smithi135 ceph-mon[93152]: pgmap v6652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:08:30.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:30.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:31.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:31.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:32 smithi194 ceph-mon[104785]: pgmap v6653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:32 smithi135 ceph-mon[93152]: pgmap v6653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:32.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:32.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:33.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:33.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:34 smithi194 ceph-mon[104785]: pgmap v6654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:08:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:34 smithi135 ceph-mon[93152]: pgmap v6654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:08:34.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:34.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:08:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:08:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:08:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:08:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:08:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:08:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:08:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:08:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:08:35.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:08:35.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:35.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:36 smithi194 ceph-mon[104785]: pgmap v6655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:36 smithi135 ceph-mon[93152]: pgmap v6655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:36.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:36.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:37.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:37.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:38 smithi194 ceph-mon[104785]: pgmap v6656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:38 smithi135 ceph-mon[93152]: pgmap v6656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:38.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:38.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:39.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:39.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:39.943 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:39 smithi135 ceph-mon[93152]: pgmap v6657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:08:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:39 smithi194 ceph-mon[104785]: pgmap v6657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:08:40.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:40.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:41.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:41.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:41 smithi194 ceph-mon[104785]: pgmap v6658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:41 smithi135 ceph-mon[93152]: pgmap v6658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:42.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:42.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:43.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:43.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:44 smithi194 ceph-mon[104785]: pgmap v6659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:44 smithi135 ceph-mon[93152]: pgmap v6659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:44.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:44.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:45.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:45.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:46 smithi194 ceph-mon[104785]: pgmap v6660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:46 smithi135 ceph-mon[93152]: pgmap v6660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:46.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:46.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:47.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:47.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:48 smithi194 ceph-mon[104785]: pgmap v6661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:48 smithi135 ceph-mon[93152]: pgmap v6661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:48.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:48.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:49.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:49.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:49 smithi194 ceph-mon[104785]: pgmap v6662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:08:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:49 smithi135 ceph-mon[93152]: pgmap v6662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:08:50.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:50.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:51.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:51.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:52 smithi194 ceph-mon[104785]: pgmap v6663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:52 smithi135 ceph-mon[93152]: pgmap v6663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:52.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:52.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:53.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:53.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:54 smithi194 ceph-mon[104785]: pgmap v6664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:54.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:54 smithi135 ceph-mon[93152]: pgmap v6664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:54.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:54.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:55.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:55.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:56 smithi194 ceph-mon[104785]: pgmap v6665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:56 smithi135 ceph-mon[93152]: pgmap v6665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:08:56.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:56.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:57.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:57.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:58 smithi194 ceph-mon[104785]: pgmap v6666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:58 smithi135 ceph-mon[93152]: pgmap v6666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:08:58.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:58.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:59.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:08:59.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:08:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:08:59 smithi194 ceph-mon[104785]: pgmap v6667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:09:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:08:59 smithi135 ceph-mon[93152]: pgmap v6667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:09:00.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:00.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:01.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:02.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:02.651 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:02 smithi194 ceph-mon[104785]: pgmap v6668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:02.652 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:02 smithi135 ceph-mon[93152]: pgmap v6668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:02.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:02.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:03.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:03.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:04 smithi194 ceph-mon[104785]: pgmap v6669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:04 smithi135 ceph-mon[93152]: pgmap v6669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:04.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:04.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:05.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:05.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:06 smithi135 ceph-mon[93152]: pgmap v6670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:06 smithi194 ceph-mon[104785]: pgmap v6670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:06.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:06.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:07.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:07.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:08 smithi194 ceph-mon[104785]: pgmap v6671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:08 smithi135 ceph-mon[93152]: pgmap v6671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:08.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:08.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:09.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:09.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:09 smithi194 ceph-mon[104785]: pgmap v6672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:09:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:09 smithi135 ceph-mon[93152]: pgmap v6672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:09:10.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:10.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:10.992 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:11.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:11.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:11 smithi194 ceph-mon[104785]: pgmap v6673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:11 smithi135 ceph-mon[93152]: pgmap v6673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:12.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:12.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:13.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:13.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:14 smithi194 ceph-mon[104785]: pgmap v6674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:14 smithi135 ceph-mon[93152]: pgmap v6674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:14.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:14.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:15.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:15.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:16 smithi194 ceph-mon[104785]: pgmap v6675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:16 smithi135 ceph-mon[93152]: pgmap v6675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:16.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:16.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:17.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:17.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:18 smithi194 ceph-mon[104785]: pgmap v6676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:18 smithi135 ceph-mon[93152]: pgmap v6676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:18.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:18.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:19.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:19.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:19 smithi194 ceph-mon[104785]: pgmap v6677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:09:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:19 smithi135 ceph-mon[93152]: pgmap v6677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:09:20.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:20.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:21.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:21.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:22 smithi194 ceph-mon[104785]: pgmap v6678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:22 smithi135 ceph-mon[93152]: pgmap v6678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:22.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:22.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:23.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:23.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:24 smithi194 ceph-mon[104785]: pgmap v6679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:24 smithi135 ceph-mon[93152]: pgmap v6679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:24.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:24.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:25.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:25.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:26 smithi194 ceph-mon[104785]: pgmap v6680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:26 smithi135 ceph-mon[93152]: pgmap v6680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:26.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:26.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:27.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:27.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:28 smithi194 ceph-mon[104785]: pgmap v6681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:28 smithi135 ceph-mon[93152]: pgmap v6681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:28.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:28.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:29.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:29.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:29.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:29 smithi194 ceph-mon[104785]: pgmap v6682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:09:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:29 smithi135 ceph-mon[93152]: pgmap v6682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:09:30.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:30.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:31.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:31.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:32 smithi194 ceph-mon[104785]: pgmap v6683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:32 smithi135 ceph-mon[93152]: pgmap v6683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:32.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:32.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:33.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:33.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:34 smithi194 ceph-mon[104785]: pgmap v6684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:34 smithi135 ceph-mon[93152]: pgmap v6684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:34.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:34.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:09:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:09:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:09:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:09:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:09:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:09:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:09:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:09:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:09:35.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:09:35.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:09:35.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:09:35.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:35.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:36 smithi194 ceph-mon[104785]: pgmap v6685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:36 smithi135 ceph-mon[93152]: pgmap v6685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:36.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:36.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:37.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:37.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:38 smithi194 ceph-mon[104785]: pgmap v6686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:38 smithi135 ceph-mon[93152]: pgmap v6686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:38.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:38.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:39.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:39.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:39 smithi194 ceph-mon[104785]: pgmap v6687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:09:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:39 smithi135 ceph-mon[93152]: pgmap v6687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:09:40.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:40.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:41.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:41.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:41 smithi135 ceph-mon[93152]: pgmap v6688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:41 smithi194 ceph-mon[104785]: pgmap v6688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:42.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:42.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:43.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:43.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:44 smithi194 ceph-mon[104785]: pgmap v6689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:44 smithi135 ceph-mon[93152]: pgmap v6689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:44.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:44.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:45.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:45.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:46 smithi194 ceph-mon[104785]: pgmap v6690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:46 smithi135 ceph-mon[93152]: pgmap v6690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:46.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:46.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:47.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:47.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:48 smithi194 ceph-mon[104785]: pgmap v6691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:48 smithi135 ceph-mon[93152]: pgmap v6691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:48.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:48.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:49.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:49.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:49 smithi194 ceph-mon[104785]: pgmap v6692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:09:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:49 smithi135 ceph-mon[93152]: pgmap v6692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:09:50.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:50.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:51.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:51.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:52 smithi194 ceph-mon[104785]: pgmap v6693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:52 smithi135 ceph-mon[93152]: pgmap v6693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:52.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:52.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:53.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:53.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:54 smithi194 ceph-mon[104785]: pgmap v6694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:54 smithi135 ceph-mon[93152]: pgmap v6694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:54.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:54.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:55.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:55.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:56.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:56 smithi135 ceph-mon[93152]: pgmap v6695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:56.436 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:56 smithi194 ceph-mon[104785]: pgmap v6695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:09:56.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:56.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:57.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:57.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:58 smithi194 ceph-mon[104785]: pgmap v6696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:58 smithi135 ceph-mon[93152]: pgmap v6696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:09:58.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:58.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:59.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:09:59.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:09:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:09:59 smithi194 ceph-mon[104785]: pgmap v6697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:10:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:09:59 smithi135 ceph-mon[93152]: pgmap v6697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:10:00.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:00.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T08:10:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T08:10:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:01 smithi135 ceph-mon[93152]: pgmap v6698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:01.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:01.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:01 smithi194 ceph-mon[104785]: pgmap v6698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:02.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:02.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:03.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:03.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:04 smithi194 ceph-mon[104785]: pgmap v6699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:04 smithi135 ceph-mon[93152]: pgmap v6699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:04.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:04.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:05.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:05.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:06 smithi194 ceph-mon[104785]: pgmap v6700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:06 smithi135 ceph-mon[93152]: pgmap v6700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:06.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:06.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:07.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:07.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:08 smithi194 ceph-mon[104785]: pgmap v6701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:08 smithi135 ceph-mon[93152]: pgmap v6701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:08.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:08.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:09.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:09.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:09 smithi135 ceph-mon[93152]: pgmap v6702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:10:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:09 smithi194 ceph-mon[104785]: pgmap v6702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:10:10.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:10.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:11.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:11.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:11 smithi135 ceph-mon[93152]: pgmap v6703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:11 smithi194 ceph-mon[104785]: pgmap v6703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:12.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:12.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:13.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:13.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:14 smithi194 ceph-mon[104785]: pgmap v6704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:14 smithi135 ceph-mon[93152]: pgmap v6704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:14.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:14.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:15.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:15.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:16 smithi194 ceph-mon[104785]: pgmap v6705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:16 smithi135 ceph-mon[93152]: pgmap v6705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:16.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:16.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:17.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:17.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:18 smithi194 ceph-mon[104785]: pgmap v6706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:18 smithi135 ceph-mon[93152]: pgmap v6706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:18.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:18.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:19.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:19.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:19 smithi135 ceph-mon[93152]: pgmap v6707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:10:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:19 smithi194 ceph-mon[104785]: pgmap v6707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:10:20.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:20.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:21.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:21.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:22.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:22 smithi194 ceph-mon[104785]: pgmap v6708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:22 smithi135 ceph-mon[93152]: pgmap v6708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:22.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:22.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:23.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:23.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:24 smithi194 ceph-mon[104785]: pgmap v6709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:24 smithi135 ceph-mon[93152]: pgmap v6709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:24.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:24.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:25.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:25.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:26 smithi194 ceph-mon[104785]: pgmap v6710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:26 smithi135 ceph-mon[93152]: pgmap v6710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:26.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:26.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:27.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:27.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:28 smithi194 ceph-mon[104785]: pgmap v6711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:28 smithi135 ceph-mon[93152]: pgmap v6711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:28.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:28.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:29.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:29.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:29 smithi135 ceph-mon[93152]: pgmap v6712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:10:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:29 smithi194 ceph-mon[104785]: pgmap v6712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:10:30.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:30.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:31.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:31.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:32 smithi194 ceph-mon[104785]: pgmap v6713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:32 smithi135 ceph-mon[93152]: pgmap v6713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:32.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:32.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:33.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:33.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:34 smithi194 ceph-mon[104785]: pgmap v6714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:34 smithi135 ceph-mon[93152]: pgmap v6714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:34.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:34.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:10:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:10:35.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:35.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:36 smithi194 ceph-mon[104785]: pgmap v6715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:36 smithi135 ceph-mon[93152]: pgmap v6715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:36.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:36.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:37.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:37.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:38 smithi194 ceph-mon[104785]: pgmap v6716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:38 smithi135 ceph-mon[93152]: pgmap v6716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:38.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:38.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:39.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:39.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:40 smithi194 ceph-mon[104785]: pgmap v6717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:10:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:10:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:10:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:10:40.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:10:40.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:10:40.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:10:40.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:10:40.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:40.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:40.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:40 smithi135 ceph-mon[93152]: pgmap v6717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:10:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:10:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:10:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:10:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:10:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:10:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:10:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:10:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:41.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:41.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:42 smithi194 ceph-mon[104785]: pgmap v6718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:42.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:42.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:42 smithi135 ceph-mon[93152]: pgmap v6718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:43.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:43.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:44 smithi194 ceph-mon[104785]: pgmap v6719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:44.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:44.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:44 smithi135 ceph-mon[93152]: pgmap v6719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:45.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:45.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:46.928 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:46 smithi135 ceph-mon[93152]: pgmap v6720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:46 smithi194 ceph-mon[104785]: pgmap v6720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:46.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:46.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:47.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:47.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:48 smithi194 ceph-mon[104785]: pgmap v6721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:48.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:48.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:48 smithi135 ceph-mon[93152]: pgmap v6721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:49.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:49.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:49 smithi135 ceph-mon[93152]: pgmap v6722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:10:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:49 smithi194 ceph-mon[104785]: pgmap v6722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:10:50.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:50.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:51.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:51.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:52 smithi135 ceph-mon[93152]: pgmap v6723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:52 smithi194 ceph-mon[104785]: pgmap v6723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:52.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:52.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:53.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:53.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:54 smithi194 ceph-mon[104785]: pgmap v6724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:54 smithi135 ceph-mon[93152]: pgmap v6724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:54.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:54.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:55.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:55.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:56 smithi194 ceph-mon[104785]: pgmap v6725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:56 smithi135 ceph-mon[93152]: pgmap v6725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:10:56.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:56.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:57.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:57.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:58 smithi194 ceph-mon[104785]: pgmap v6726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:58 smithi135 ceph-mon[93152]: pgmap v6726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:10:58.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:58.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:10:59.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:10:59.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:10:59 smithi135 ceph-mon[93152]: pgmap v6727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:11:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:10:59 smithi194 ceph-mon[104785]: pgmap v6727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:11:00.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:00.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:01.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:01.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:02 smithi194 ceph-mon[104785]: pgmap v6728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:02 smithi135 ceph-mon[93152]: pgmap v6728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:03.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:03.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:04.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:04.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:04 smithi194 ceph-mon[104785]: pgmap v6729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:04 smithi135 ceph-mon[93152]: pgmap v6729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:05.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:05.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:06.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:06.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:06 smithi194 ceph-mon[104785]: pgmap v6730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:06 smithi135 ceph-mon[93152]: pgmap v6730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:07.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:07.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:08.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:08.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:08 smithi194 ceph-mon[104785]: pgmap v6731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:08 smithi135 ceph-mon[93152]: pgmap v6731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:09.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:09.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:10.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:09 smithi135 ceph-mon[93152]: pgmap v6732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:11:10.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:10.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:09 smithi194 ceph-mon[104785]: pgmap v6732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:11:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:11.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:11.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:11 smithi135 ceph-mon[93152]: pgmap v6733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:12.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:12.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:11 smithi194 ceph-mon[104785]: pgmap v6733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:13.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:13.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:14.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:14.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:14 smithi194 ceph-mon[104785]: pgmap v6734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:14 smithi135 ceph-mon[93152]: pgmap v6734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:15.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:15.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:16.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:16.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:16 smithi194 ceph-mon[104785]: pgmap v6735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:16 smithi135 ceph-mon[93152]: pgmap v6735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:17.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:17.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:18.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:18.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:18 smithi194 ceph-mon[104785]: pgmap v6736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:18 smithi135 ceph-mon[93152]: pgmap v6736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:19.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:19.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:19 smithi135 ceph-mon[93152]: pgmap v6737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:11:20.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:20.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:19 smithi194 ceph-mon[104785]: pgmap v6737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:11:21.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:21.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:22.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:22.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:22 smithi194 ceph-mon[104785]: pgmap v6738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:22 smithi135 ceph-mon[93152]: pgmap v6738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:23.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:23.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:24.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:24.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:24 smithi194 ceph-mon[104785]: pgmap v6739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:24 smithi135 ceph-mon[93152]: pgmap v6739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:25.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:25.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:26.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:26.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:26 smithi194 ceph-mon[104785]: pgmap v6740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:26 smithi135 ceph-mon[93152]: pgmap v6740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:27.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:27.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:28.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:28.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:28 smithi194 ceph-mon[104785]: pgmap v6741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:28 smithi135 ceph-mon[93152]: pgmap v6741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:29.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:29.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:30.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:29 smithi135 ceph-mon[93152]: pgmap v6742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:11:30.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:30.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:30.226 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:29 smithi194 ceph-mon[104785]: pgmap v6742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:11:31.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:31.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:32.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:32.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:32 smithi194 ceph-mon[104785]: pgmap v6743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:32 smithi135 ceph-mon[93152]: pgmap v6743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:33.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:33.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:34.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:34.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:34 smithi194 ceph-mon[104785]: pgmap v6744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:34 smithi135 ceph-mon[93152]: pgmap v6744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:35.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:35.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:36.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:36.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:36.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:36 smithi194 ceph-mon[104785]: pgmap v6745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:36 smithi135 ceph-mon[93152]: pgmap v6745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:37.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:37.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:38.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:38.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:38 smithi194 ceph-mon[104785]: pgmap v6746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:38 smithi135 ceph-mon[93152]: pgmap v6746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:39.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:39.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:39 smithi135 ceph-mon[93152]: pgmap v6747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:11:40.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:40.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:39 smithi194 ceph-mon[104785]: pgmap v6747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:11:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:11:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:11:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:11:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:11:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:11:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:11:41.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:41.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:11:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:11:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:11:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:11:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:11:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:11:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:41 smithi135 ceph-mon[93152]: pgmap v6748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:42.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:42.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:41 smithi194 ceph-mon[104785]: pgmap v6748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:43.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:43.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:44.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:44.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:44 smithi194 ceph-mon[104785]: pgmap v6749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:44 smithi135 ceph-mon[93152]: pgmap v6749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:45.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:45.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:46.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:46.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:46 smithi194 ceph-mon[104785]: pgmap v6750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:46 smithi135 ceph-mon[93152]: pgmap v6750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:47.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:47.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:48.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:48.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:48 smithi194 ceph-mon[104785]: pgmap v6751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:48 smithi135 ceph-mon[93152]: pgmap v6751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:49.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:49.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:49 smithi135 ceph-mon[93152]: pgmap v6752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:11:50.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:50.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:49 smithi194 ceph-mon[104785]: pgmap v6752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:11:51.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:51.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:52.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:52.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:52 smithi194 ceph-mon[104785]: pgmap v6753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:52 smithi135 ceph-mon[93152]: pgmap v6753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:53.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:53.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:54.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:54.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:54 smithi194 ceph-mon[104785]: pgmap v6754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:54 smithi135 ceph-mon[93152]: pgmap v6754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:55.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:55.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:56.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:56.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:56 smithi194 ceph-mon[104785]: pgmap v6755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:56 smithi135 ceph-mon[93152]: pgmap v6755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:11:57.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:57.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:58.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:58.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:11:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:58 smithi194 ceph-mon[104785]: pgmap v6756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:58 smithi135 ceph-mon[93152]: pgmap v6756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:11:59.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:11:59.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:11:59 smithi135 ceph-mon[93152]: pgmap v6757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:12:00.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:00.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:11:59 smithi194 ceph-mon[104785]: pgmap v6757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:12:01.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:01.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:02.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:02.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:02 smithi194 ceph-mon[104785]: pgmap v6758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:02 smithi135 ceph-mon[93152]: pgmap v6758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:03.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:03.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:04.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:04.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:04 smithi194 ceph-mon[104785]: pgmap v6759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:04 smithi135 ceph-mon[93152]: pgmap v6759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:05.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:05.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:06.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:06.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:06 smithi194 ceph-mon[104785]: pgmap v6760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:06 smithi135 ceph-mon[93152]: pgmap v6760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:07.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:07.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:08.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:08.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:08 smithi194 ceph-mon[104785]: pgmap v6761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:08 smithi135 ceph-mon[93152]: pgmap v6761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:09.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:09.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:09 smithi135 ceph-mon[93152]: pgmap v6762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:12:10.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:10.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:09 smithi194 ceph-mon[104785]: pgmap v6762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:12:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:11.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:11.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:11 smithi135 ceph-mon[93152]: pgmap v6763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:12.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:12.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:11 smithi194 ceph-mon[104785]: pgmap v6763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:13.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:13.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:14.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:14.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:14 smithi194 ceph-mon[104785]: pgmap v6764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:14 smithi135 ceph-mon[93152]: pgmap v6764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:15.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:15.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:16.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:16.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:16 smithi194 ceph-mon[104785]: pgmap v6765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:16 smithi135 ceph-mon[93152]: pgmap v6765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:17.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:17.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:18.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:18.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:18 smithi194 ceph-mon[104785]: pgmap v6766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:18 smithi135 ceph-mon[93152]: pgmap v6766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:19.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:19.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:19 smithi135 ceph-mon[93152]: pgmap v6767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:12:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:20.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:19 smithi194 ceph-mon[104785]: pgmap v6767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:12:21.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:21.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:22.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:22.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:22 smithi194 ceph-mon[104785]: pgmap v6768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:22 smithi135 ceph-mon[93152]: pgmap v6768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:23.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:23.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:24.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:24.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:24 smithi194 ceph-mon[104785]: pgmap v6769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:24 smithi135 ceph-mon[93152]: pgmap v6769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:25.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:25.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:26.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:26.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:26 smithi194 ceph-mon[104785]: pgmap v6770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:26.737 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:26.740 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:26 smithi135 ceph-mon[93152]: pgmap v6770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:26.741 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:27.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:27.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:28.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:28.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:28 smithi194 ceph-mon[104785]: pgmap v6771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:28 smithi135 ceph-mon[93152]: pgmap v6771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:29.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:29.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:29 smithi135 ceph-mon[93152]: pgmap v6772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:12:30.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:30.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:29 smithi194 ceph-mon[104785]: pgmap v6772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:12:31.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:31.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:32.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:32.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:32 smithi194 ceph-mon[104785]: pgmap v6773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:32 smithi135 ceph-mon[93152]: pgmap v6773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:33.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:33.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:34.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:34.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:34 smithi194 ceph-mon[104785]: pgmap v6774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:34 smithi135 ceph-mon[93152]: pgmap v6774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:35.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:35.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:36.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:36.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:36 smithi194 ceph-mon[104785]: pgmap v6775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:36 smithi135 ceph-mon[93152]: pgmap v6775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:37.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:37.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:38.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:38.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:38 smithi194 ceph-mon[104785]: pgmap v6776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:38 smithi135 ceph-mon[93152]: pgmap v6776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:39.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:39.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:40.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:39 smithi135 ceph-mon[93152]: pgmap v6777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:12:40.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:40.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:39 smithi194 ceph-mon[104785]: pgmap v6777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:12:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:41.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:41.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:12:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:41 smithi135 ceph-mon[93152]: pgmap v6778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:42.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:42.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:12:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:41 smithi194 ceph-mon[104785]: pgmap v6778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:43.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:43.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:44.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:44.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:44 smithi194 ceph-mon[104785]: pgmap v6779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:44 smithi135 ceph-mon[93152]: pgmap v6779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:45.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:45.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:46.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:46.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:46 smithi194 ceph-mon[104785]: pgmap v6780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:46 smithi135 ceph-mon[93152]: pgmap v6780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:47.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:47.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:48.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:48.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:48 smithi194 ceph-mon[104785]: pgmap v6781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:12:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:12:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:48 smithi135 ceph-mon[93152]: pgmap v6781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:12:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:12:49.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:49.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:12:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:12:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:12:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:12:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:12:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:12:49.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:12:49.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:12:49.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:12:49.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:12:50.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:50.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:50 smithi135 ceph-mon[93152]: pgmap v6782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:12:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:50 smithi194 ceph-mon[104785]: pgmap v6782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:12:51.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:51.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:52.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:52.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:52 smithi135 ceph-mon[93152]: pgmap v6783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:52 smithi194 ceph-mon[104785]: pgmap v6783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:53.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:53.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:54.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:54.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:54 smithi135 ceph-mon[93152]: pgmap v6784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:54 smithi194 ceph-mon[104785]: pgmap v6784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:55.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:55.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:56.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:56.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:56 smithi135 ceph-mon[93152]: pgmap v6785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:56 smithi194 ceph-mon[104785]: pgmap v6785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:12:57.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:57.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:58.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:58.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:12:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:58 smithi135 ceph-mon[93152]: pgmap v6786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:58 smithi194 ceph-mon[104785]: pgmap v6786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:12:59.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:12:59.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:12:59 smithi135 ceph-mon[93152]: pgmap v6787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:13:00.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:00.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:12:59 smithi194 ceph-mon[104785]: pgmap v6787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:13:01.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:01.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:02.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:02.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:02 smithi194 ceph-mon[104785]: pgmap v6788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:02 smithi135 ceph-mon[93152]: pgmap v6788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:03.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:03.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:04.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:04.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:04 smithi194 ceph-mon[104785]: pgmap v6789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:04 smithi135 ceph-mon[93152]: pgmap v6789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:05.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:05.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:06.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:06.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:06 smithi135 ceph-mon[93152]: pgmap v6790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:06 smithi194 ceph-mon[104785]: pgmap v6790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:07.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:07.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:08.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:08.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:08 smithi135 ceph-mon[93152]: pgmap v6791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:08 smithi194 ceph-mon[104785]: pgmap v6791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:09.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:09.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:09.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:09 smithi194 ceph-mon[104785]: pgmap v6792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:13:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:09 smithi135 ceph-mon[93152]: pgmap v6792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:13:10.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:10.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:11.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:11.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:11 smithi194 ceph-mon[104785]: pgmap v6793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:12.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:12.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:11 smithi135 ceph-mon[93152]: pgmap v6793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:13.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:13.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:14.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:14.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:14 smithi135 ceph-mon[93152]: pgmap v6794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:14.613 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:14 smithi194 ceph-mon[104785]: pgmap v6794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:15.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:15.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:16.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:16.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:16 smithi135 ceph-mon[93152]: pgmap v6795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:16 smithi194 ceph-mon[104785]: pgmap v6795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:17.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:17.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:18.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:18.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:18 smithi135 ceph-mon[93152]: pgmap v6796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:18 smithi194 ceph-mon[104785]: pgmap v6796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:19.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:19.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:19 smithi194 ceph-mon[104785]: pgmap v6797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:13:20.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:20.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:19 smithi135 ceph-mon[93152]: pgmap v6797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:13:21.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:21.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:22.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:22.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:22 smithi135 ceph-mon[93152]: pgmap v6798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:22 smithi194 ceph-mon[104785]: pgmap v6798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:23.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:23.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:24.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:24.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:24 smithi135 ceph-mon[93152]: pgmap v6799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:24 smithi194 ceph-mon[104785]: pgmap v6799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:25.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:25.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:26.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:26.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:26 smithi135 ceph-mon[93152]: pgmap v6800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:26 smithi194 ceph-mon[104785]: pgmap v6800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:27.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:27.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:28.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:28.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:28.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:28 smithi135 ceph-mon[93152]: pgmap v6801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:28 smithi194 ceph-mon[104785]: pgmap v6801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:29.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:29.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:29 smithi194 ceph-mon[104785]: pgmap v6802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:13:30.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:30.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:29 smithi135 ceph-mon[93152]: pgmap v6802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:13:31.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:31.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:32.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:32.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:32.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:32 smithi135 ceph-mon[93152]: pgmap v6803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:32 smithi194 ceph-mon[104785]: pgmap v6803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:33.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:33.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:34.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:34.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:34 smithi135 ceph-mon[93152]: pgmap v6804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:34 smithi194 ceph-mon[104785]: pgmap v6804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:35.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:35.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:36.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:36.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:36 smithi135 ceph-mon[93152]: pgmap v6805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:36 smithi194 ceph-mon[104785]: pgmap v6805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:37.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:37.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:38.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:38.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:38 smithi135 ceph-mon[93152]: pgmap v6806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:38 smithi194 ceph-mon[104785]: pgmap v6806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:39.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:39.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:39 smithi194 ceph-mon[104785]: pgmap v6807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:13:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:39 smithi135 ceph-mon[93152]: pgmap v6807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:13:40.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:40.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:41.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:41.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:41 smithi194 ceph-mon[104785]: pgmap v6808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:41 smithi135 ceph-mon[93152]: pgmap v6808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:42.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:42.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:43.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:43.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:44.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:44.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:44 smithi135 ceph-mon[93152]: pgmap v6809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:44 smithi194 ceph-mon[104785]: pgmap v6809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:45.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:45.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:46.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:46.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:46 smithi135 ceph-mon[93152]: pgmap v6810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:46 smithi194 ceph-mon[104785]: pgmap v6810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:47.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:47.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:48.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:48.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:48 smithi135 ceph-mon[93152]: pgmap v6811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:48 smithi194 ceph-mon[104785]: pgmap v6811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:49.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:49.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:13:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:13:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:13:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:13:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:13:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:13:50.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:50.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:50 smithi194 ceph-mon[104785]: pgmap v6812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:13:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:13:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:13:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:13:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:13:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:13:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:50 smithi135 ceph-mon[93152]: pgmap v6812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:13:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:13:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:13:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:13:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:13:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:13:51.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:51.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:52.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:52.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:52 smithi135 ceph-mon[93152]: pgmap v6813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:52 smithi194 ceph-mon[104785]: pgmap v6813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:53.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:53.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:54.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:54.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:54 smithi135 ceph-mon[93152]: pgmap v6814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:54 smithi194 ceph-mon[104785]: pgmap v6814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:55.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:55.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:56.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:56.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:56 smithi135 ceph-mon[93152]: pgmap v6815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:56 smithi194 ceph-mon[104785]: pgmap v6815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:13:57.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:57.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:58.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:58.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:13:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:58 smithi135 ceph-mon[93152]: pgmap v6816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:58 smithi194 ceph-mon[104785]: pgmap v6816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:13:59.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:13:59.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:00.087 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:13:59 smithi194 ceph-mon[104785]: pgmap v6817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:14:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:13:59 smithi135 ceph-mon[93152]: pgmap v6817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:14:00.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:00.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:01.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:01.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:02.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:02.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:02 smithi135 ceph-mon[93152]: pgmap v6818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:02 smithi194 ceph-mon[104785]: pgmap v6818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:03.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:03.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:04.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:04.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:04 smithi135 ceph-mon[93152]: pgmap v6819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:04 smithi194 ceph-mon[104785]: pgmap v6819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:05.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:05.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:06.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:06.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:06 smithi135 ceph-mon[93152]: pgmap v6820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:06 smithi194 ceph-mon[104785]: pgmap v6820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:07.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:07.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:08.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:08.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:08 smithi135 ceph-mon[93152]: pgmap v6821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:08 smithi194 ceph-mon[104785]: pgmap v6821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:09.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:09.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:10.195 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:09 smithi194 ceph-mon[104785]: pgmap v6822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:14:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:09 smithi135 ceph-mon[93152]: pgmap v6822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:14:10.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:10.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:11.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:11.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:11 smithi194 ceph-mon[104785]: pgmap v6823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:11 smithi135 ceph-mon[93152]: pgmap v6823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:12.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:12.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:13.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:13.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:14.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:14.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:14.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:14 smithi194 ceph-mon[104785]: pgmap v6824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:14.808 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:14 smithi135 ceph-mon[93152]: pgmap v6824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:15.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:15.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:16.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:16.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:16 smithi135 ceph-mon[93152]: pgmap v6825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:16 smithi194 ceph-mon[104785]: pgmap v6825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:17.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:17.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:18.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:18.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:18 smithi135 ceph-mon[93152]: pgmap v6826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:18 smithi194 ceph-mon[104785]: pgmap v6826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:19.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:19.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:19 smithi194 ceph-mon[104785]: pgmap v6827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:14:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:19 smithi135 ceph-mon[93152]: pgmap v6827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:14:20.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:20.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:21.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:21.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:22.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:22.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:22 smithi135 ceph-mon[93152]: pgmap v6828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:22 smithi194 ceph-mon[104785]: pgmap v6828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:23.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:23.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:24.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:24.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:24 smithi135 ceph-mon[93152]: pgmap v6829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:24 smithi194 ceph-mon[104785]: pgmap v6829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:25.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:25.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:26.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:26.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:26 smithi135 ceph-mon[93152]: pgmap v6830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:26 smithi194 ceph-mon[104785]: pgmap v6830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:27.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:27.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:28.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:28.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:28 smithi135 ceph-mon[93152]: pgmap v6831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:28 smithi194 ceph-mon[104785]: pgmap v6831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:29.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:29.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:29 smithi194 ceph-mon[104785]: pgmap v6832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:14:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:29 smithi135 ceph-mon[93152]: pgmap v6832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:14:30.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:30.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:31.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:31.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:32.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:32.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:32 smithi135 ceph-mon[93152]: pgmap v6833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:32 smithi194 ceph-mon[104785]: pgmap v6833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:33.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:33.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:34.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:34.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:34 smithi135 ceph-mon[93152]: pgmap v6834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:34 smithi194 ceph-mon[104785]: pgmap v6834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:35.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:36.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:36.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:36.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:36 smithi135 ceph-mon[93152]: pgmap v6835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:36 smithi194 ceph-mon[104785]: pgmap v6835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:37.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:37.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:38.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:38.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:38 smithi135 ceph-mon[93152]: pgmap v6836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:38 smithi194 ceph-mon[104785]: pgmap v6836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:39.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:39.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:39 smithi194 ceph-mon[104785]: pgmap v6837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:14:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:39 smithi135 ceph-mon[93152]: pgmap v6837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:14:40.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:40.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:41.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:41.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:41 smithi194 ceph-mon[104785]: pgmap v6838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:41 smithi135 ceph-mon[93152]: pgmap v6838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:42.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:42.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:43.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:43.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:44.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:44.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:44 smithi135 ceph-mon[93152]: pgmap v6839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:44 smithi194 ceph-mon[104785]: pgmap v6839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:45.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:45.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:46.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:46.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:46 smithi135 ceph-mon[93152]: pgmap v6840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:46 smithi194 ceph-mon[104785]: pgmap v6840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:47.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:47.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:48.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:48.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:48 smithi135 ceph-mon[93152]: pgmap v6841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:48 smithi194 ceph-mon[104785]: pgmap v6841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:49.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:49.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:49 smithi194 ceph-mon[104785]: pgmap v6842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:14:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:14:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:49 smithi135 ceph-mon[93152]: pgmap v6842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:14:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:14:50.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:50.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:14:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:14:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:14:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:14:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:14:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:14:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:14:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:14:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:14:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:14:51.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:51.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:51 smithi194 ceph-mon[104785]: pgmap v6843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:51 smithi135 ceph-mon[93152]: pgmap v6843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:52.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:52.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:53.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:53.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:54.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:54.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:54 smithi135 ceph-mon[93152]: pgmap v6844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:54 smithi194 ceph-mon[104785]: pgmap v6844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:55.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:55.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:56.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:56.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:56 smithi135 ceph-mon[93152]: pgmap v6845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:56 smithi194 ceph-mon[104785]: pgmap v6845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:14:57.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:57.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:58.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:58.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:14:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:58 smithi135 ceph-mon[93152]: pgmap v6846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:58 smithi194 ceph-mon[104785]: pgmap v6846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:14:59.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:14:59.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:14:59 smithi194 ceph-mon[104785]: pgmap v6847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:15:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:14:59 smithi135 ceph-mon[93152]: pgmap v6847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:15:00.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:00.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:01.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:01.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:02.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:02.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:02 smithi135 ceph-mon[93152]: pgmap v6848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:02 smithi194 ceph-mon[104785]: pgmap v6848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:03.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:03.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:04.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:04.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:04 smithi135 ceph-mon[93152]: pgmap v6849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:04 smithi194 ceph-mon[104785]: pgmap v6849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:05.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:05.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:06.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:06.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:06 smithi135 ceph-mon[93152]: pgmap v6850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:06 smithi194 ceph-mon[104785]: pgmap v6850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:07.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:07.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:08.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:08.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:08 smithi135 ceph-mon[93152]: pgmap v6851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:08 smithi194 ceph-mon[104785]: pgmap v6851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:09.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:09.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:09 smithi194 ceph-mon[104785]: pgmap v6852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:15:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:09 smithi135 ceph-mon[93152]: pgmap v6852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:15:10.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:10.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:11.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:11.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:11 smithi194 ceph-mon[104785]: pgmap v6853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:11 smithi135 ceph-mon[93152]: pgmap v6853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:12.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:12.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:13.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:13.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:14.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:14.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:14 smithi135 ceph-mon[93152]: pgmap v6854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:14 smithi194 ceph-mon[104785]: pgmap v6854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:15.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:15.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:16.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:16.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:16 smithi135 ceph-mon[93152]: pgmap v6855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:16 smithi194 ceph-mon[104785]: pgmap v6855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:17.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:17.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:18.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:18.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:18 smithi135 ceph-mon[93152]: pgmap v6856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:18 smithi194 ceph-mon[104785]: pgmap v6856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:19.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:19.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:19 smithi135 ceph-mon[93152]: pgmap v6857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:15:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:19 smithi194 ceph-mon[104785]: pgmap v6857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:15:20.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:20.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:21.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:21.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:22.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:22.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:22 smithi135 ceph-mon[93152]: pgmap v6858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:22 smithi194 ceph-mon[104785]: pgmap v6858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:23.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:23.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:24.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:24.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:24 smithi135 ceph-mon[93152]: pgmap v6859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:24 smithi194 ceph-mon[104785]: pgmap v6859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:25.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:25.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:26.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:26.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:26 smithi135 ceph-mon[93152]: pgmap v6860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:26 smithi194 ceph-mon[104785]: pgmap v6860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:27.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:27.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:28.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:28.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:28 smithi194 ceph-mon[104785]: pgmap v6861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:28 smithi135 ceph-mon[93152]: pgmap v6861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:29.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:30.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:29 smithi135 ceph-mon[93152]: pgmap v6862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:15:30.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:29 smithi194 ceph-mon[104785]: pgmap v6862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:15:30.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:30.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:31.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:31.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:32.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:32.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:32 smithi135 ceph-mon[93152]: pgmap v6863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:32 smithi194 ceph-mon[104785]: pgmap v6863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:33.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:33.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:34.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:34.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:34 smithi135 ceph-mon[93152]: pgmap v6864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:34 smithi194 ceph-mon[104785]: pgmap v6864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:35.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:35.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:36.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:36.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:36 smithi194 ceph-mon[104785]: pgmap v6865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:36 smithi135 ceph-mon[93152]: pgmap v6865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:37.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:37.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:38.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:38.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:38 smithi194 ceph-mon[104785]: pgmap v6866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:38 smithi135 ceph-mon[93152]: pgmap v6866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:39.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:39.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:39 smithi194 ceph-mon[104785]: pgmap v6867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:15:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:39 smithi135 ceph-mon[93152]: pgmap v6867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:15:40.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:40.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:41.141 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:41.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:41.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:41 smithi194 ceph-mon[104785]: pgmap v6868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:41 smithi135 ceph-mon[93152]: pgmap v6868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:42.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:42.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:43.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:43.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:44.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:44.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:44 smithi135 ceph-mon[93152]: pgmap v6869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:44 smithi194 ceph-mon[104785]: pgmap v6869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:45.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:45.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:46 smithi194 ceph-mon[104785]: pgmap v6870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:46.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:46.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:46 smithi135 ceph-mon[93152]: pgmap v6870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:47.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:47.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:48.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:48.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:48.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:48 smithi194 ceph-mon[104785]: pgmap v6871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:48 smithi135 ceph-mon[93152]: pgmap v6871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:49.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:49.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:49 smithi194 ceph-mon[104785]: pgmap v6872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:15:50.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:49 smithi135 ceph-mon[93152]: pgmap v6872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:15:50.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:50.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:15:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:15:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:15:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:15:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:15:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:15:51.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:51.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:51 smithi194 ceph-mon[104785]: pgmap v6873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:15:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:15:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:15:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:15:52.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:15:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:51 smithi135 ceph-mon[93152]: pgmap v6873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:15:52.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:15:52.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:15:52.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:15:52.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:15:52.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:52.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:53.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:53.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:54.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:54.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:54 smithi194 ceph-mon[104785]: pgmap v6874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:54 smithi135 ceph-mon[93152]: pgmap v6874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:55.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:55.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:56.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:56.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:56 smithi194 ceph-mon[104785]: pgmap v6875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:56 smithi135 ceph-mon[93152]: pgmap v6875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:15:57.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:57.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:58.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:58.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:15:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:58 smithi194 ceph-mon[104785]: pgmap v6876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:58 smithi135 ceph-mon[93152]: pgmap v6876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:15:59.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:15:59.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:15:59 smithi194 ceph-mon[104785]: pgmap v6877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:16:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:15:59 smithi135 ceph-mon[93152]: pgmap v6877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:16:00.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:00.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:01.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:01.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:02.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:02.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:02 smithi194 ceph-mon[104785]: pgmap v6878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:02 smithi135 ceph-mon[93152]: pgmap v6878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:03.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:03.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:04.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:04.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:04 smithi194 ceph-mon[104785]: pgmap v6879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:04 smithi135 ceph-mon[93152]: pgmap v6879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:05.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:05.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:06.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:06.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:06 smithi194 ceph-mon[104785]: pgmap v6880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:06 smithi135 ceph-mon[93152]: pgmap v6880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:07.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:07.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:08.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:08.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:08 smithi194 ceph-mon[104785]: pgmap v6881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:08 smithi135 ceph-mon[93152]: pgmap v6881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:09.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:09.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:10.101 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:09 smithi135 ceph-mon[93152]: pgmap v6882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:16:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:09 smithi194 ceph-mon[104785]: pgmap v6882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:16:10.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:10.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:11.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:11.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:11 smithi194 ceph-mon[104785]: pgmap v6883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:11 smithi135 ceph-mon[93152]: pgmap v6883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:12.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:12.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:13.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:13.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:14.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:14.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:14 smithi194 ceph-mon[104785]: pgmap v6884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:14 smithi135 ceph-mon[93152]: pgmap v6884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:15.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:15.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:16.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:16.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:16 smithi194 ceph-mon[104785]: pgmap v6885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:16 smithi135 ceph-mon[93152]: pgmap v6885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:17.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:17.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:18.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:18.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:18 smithi194 ceph-mon[104785]: pgmap v6886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:18 smithi135 ceph-mon[93152]: pgmap v6886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:19.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:19.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:20.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:19 smithi135 ceph-mon[93152]: pgmap v6887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:16:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:19 smithi194 ceph-mon[104785]: pgmap v6887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:16:20.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:20.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:21.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:21.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:22.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:22.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:22 smithi194 ceph-mon[104785]: pgmap v6888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:22 smithi135 ceph-mon[93152]: pgmap v6888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:23.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:23.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:24.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:24.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:24 smithi194 ceph-mon[104785]: pgmap v6889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:24 smithi135 ceph-mon[93152]: pgmap v6889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:25.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:25.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:26.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:26.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:26.614 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:26 smithi194 ceph-mon[104785]: pgmap v6890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:26.614 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:26 smithi135 ceph-mon[93152]: pgmap v6890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:27.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:27.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:28.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:28.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:28 smithi194 ceph-mon[104785]: pgmap v6891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:28 smithi135 ceph-mon[93152]: pgmap v6891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:29.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:29.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:29 smithi194 ceph-mon[104785]: pgmap v6892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:16:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:29 smithi135 ceph-mon[93152]: pgmap v6892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:16:30.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:30.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:31.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:31.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:32.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:32.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:32 smithi194 ceph-mon[104785]: pgmap v6893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:32 smithi135 ceph-mon[93152]: pgmap v6893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:33.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:33.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:34.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:34.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:34 smithi194 ceph-mon[104785]: pgmap v6894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:34 smithi135 ceph-mon[93152]: pgmap v6894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:35.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:35.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:36.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:36.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:36 smithi194 ceph-mon[104785]: pgmap v6895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:36 smithi135 ceph-mon[93152]: pgmap v6895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:37.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:37.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:38.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:38.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:38 smithi194 ceph-mon[104785]: pgmap v6896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:38 smithi135 ceph-mon[93152]: pgmap v6896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:39.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:39.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:39 smithi194 ceph-mon[104785]: pgmap v6897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:16:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:39 smithi135 ceph-mon[93152]: pgmap v6897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:16:40.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:40.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:41.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:41.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:41 smithi194 ceph-mon[104785]: pgmap v6898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:41 smithi135 ceph-mon[93152]: pgmap v6898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:42.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:42.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:43.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:43.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:44.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:44.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:44 smithi194 ceph-mon[104785]: pgmap v6899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:44 smithi135 ceph-mon[93152]: pgmap v6899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:45.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:45.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:46.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:46.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:46 smithi194 ceph-mon[104785]: pgmap v6900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:46 smithi135 ceph-mon[93152]: pgmap v6900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:47.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:47.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:48.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:48.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:48 smithi194 ceph-mon[104785]: pgmap v6901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:48 smithi135 ceph-mon[93152]: pgmap v6901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:49.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:49.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:49 smithi194 ceph-mon[104785]: pgmap v6902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:16:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:49 smithi135 ceph-mon[93152]: pgmap v6902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:16:50.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:50.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:51.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:51.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:52.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:52.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:52 smithi194 ceph-mon[104785]: pgmap v6903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:16:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:16:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:16:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:16:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:16:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:16:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:52 smithi135 ceph-mon[93152]: pgmap v6903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:16:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:16:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:16:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:16:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:16:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:16:53.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:53.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:54.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:54.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:54 smithi194 ceph-mon[104785]: pgmap v6904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:54 smithi135 ceph-mon[93152]: pgmap v6904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:55.552 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:55.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:55.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:16:56.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:56.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:56 smithi194 ceph-mon[104785]: pgmap v6905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:56 smithi135 ceph-mon[93152]: pgmap v6905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:57.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:57.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:58.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:58.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:16:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:58 smithi194 ceph-mon[104785]: pgmap v6906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:58 smithi135 ceph-mon[93152]: pgmap v6906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:16:59.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:16:59.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:16:59 smithi194 ceph-mon[104785]: pgmap v6907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:17:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:16:59 smithi135 ceph-mon[93152]: pgmap v6907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:17:00.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:00.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:01.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:01.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:02.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:02.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:02 smithi194 ceph-mon[104785]: pgmap v6908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:02 smithi135 ceph-mon[93152]: pgmap v6908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:03.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:03.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:04.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:04.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:04 smithi194 ceph-mon[104785]: pgmap v6909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:04 smithi135 ceph-mon[93152]: pgmap v6909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:05.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:05.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:06.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:06.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:06 smithi194 ceph-mon[104785]: pgmap v6910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:06 smithi135 ceph-mon[93152]: pgmap v6910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:07.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:07.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:08.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:08.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:08 smithi194 ceph-mon[104785]: pgmap v6911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:08 smithi135 ceph-mon[93152]: pgmap v6911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:09.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:09.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:09 smithi194 ceph-mon[104785]: pgmap v6912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:17:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:09 smithi135 ceph-mon[93152]: pgmap v6912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:17:10.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:10.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:11.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:11.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:12.083 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:11 smithi194 ceph-mon[104785]: pgmap v6913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:11 smithi135 ceph-mon[93152]: pgmap v6913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:12.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:12.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:13.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:13.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:14.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:14.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:14 smithi194 ceph-mon[104785]: pgmap v6914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:14 smithi135 ceph-mon[93152]: pgmap v6914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:15.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:15.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:16.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:16.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:16 smithi194 ceph-mon[104785]: pgmap v6915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:16 smithi135 ceph-mon[93152]: pgmap v6915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:17.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:17.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:18.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:18.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:18 smithi194 ceph-mon[104785]: pgmap v6916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:18 smithi135 ceph-mon[93152]: pgmap v6916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:19.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:19.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:19 smithi194 ceph-mon[104785]: pgmap v6917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:17:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:19 smithi135 ceph-mon[93152]: pgmap v6917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:17:20.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:20.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:21.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:21.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:22 smithi194 ceph-mon[104785]: pgmap v6918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:22.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:22.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:22 smithi135 ceph-mon[93152]: pgmap v6918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:23.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:23.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:24.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:24.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:24 smithi194 ceph-mon[104785]: pgmap v6919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:24 smithi135 ceph-mon[93152]: pgmap v6919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:25.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:25.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:26.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:26.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:26 smithi194 ceph-mon[104785]: pgmap v6920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:26 smithi135 ceph-mon[93152]: pgmap v6920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:27.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:27.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:28.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:28.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:28 smithi194 ceph-mon[104785]: pgmap v6921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:28 smithi135 ceph-mon[93152]: pgmap v6921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:29.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:29.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:29 smithi194 ceph-mon[104785]: pgmap v6922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:17:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:29 smithi135 ceph-mon[93152]: pgmap v6922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:17:30.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:30.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:31.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:31.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:32.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:32.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:32 smithi194 ceph-mon[104785]: pgmap v6923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:32 smithi135 ceph-mon[93152]: pgmap v6923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:33.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:33.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:34.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:34.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:34 smithi194 ceph-mon[104785]: pgmap v6924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:34 smithi135 ceph-mon[93152]: pgmap v6924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:35.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:35.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:36.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:36.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:36 smithi194 ceph-mon[104785]: pgmap v6925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:36 smithi135 ceph-mon[93152]: pgmap v6925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:37.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:37.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:38.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:38.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:38 smithi194 ceph-mon[104785]: pgmap v6926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:38 smithi135 ceph-mon[93152]: pgmap v6926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:39.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:39.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:39 smithi194 ceph-mon[104785]: pgmap v6927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:17:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:39 smithi135 ceph-mon[93152]: pgmap v6927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:17:40.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:40.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:40.996 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:41.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:41.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:41.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:41 smithi194 ceph-mon[104785]: pgmap v6928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:41 smithi135 ceph-mon[93152]: pgmap v6928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:42.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:42.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:43.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:43.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:44.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:44.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:44 smithi194 ceph-mon[104785]: pgmap v6929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:44 smithi135 ceph-mon[93152]: pgmap v6929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:45.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:45.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:46.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:46.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:46 smithi194 ceph-mon[104785]: pgmap v6930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:46 smithi135 ceph-mon[93152]: pgmap v6930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:47.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:47.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:48.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:48.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:48 smithi194 ceph-mon[104785]: pgmap v6931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:48 smithi135 ceph-mon[93152]: pgmap v6931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:49.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:49.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:49 smithi194 ceph-mon[104785]: pgmap v6932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:17:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:49 smithi135 ceph-mon[93152]: pgmap v6932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:17:50.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:50.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:51.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:51.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:52.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:52.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:52 smithi194 ceph-mon[104785]: pgmap v6933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:17:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:52 smithi135 ceph-mon[93152]: pgmap v6933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:17:53.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:53.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:17:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:17:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:17:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:17:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:17:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:17:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:17:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:17:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:17:53.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:17:54.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:54.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:54 smithi194 ceph-mon[104785]: pgmap v6934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:54 smithi135 ceph-mon[93152]: pgmap v6934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:55.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:55.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:17:56.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:56.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:56 smithi194 ceph-mon[104785]: pgmap v6935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:56 smithi135 ceph-mon[93152]: pgmap v6935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:57.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:57.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:58.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:58.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:17:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:58 smithi194 ceph-mon[104785]: pgmap v6936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:58 smithi135 ceph-mon[93152]: pgmap v6936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:17:59.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:17:59.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:17:59 smithi194 ceph-mon[104785]: pgmap v6937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:18:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:17:59 smithi135 ceph-mon[93152]: pgmap v6937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:18:00.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:00.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:01.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:01.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:02.603 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:02 smithi194 ceph-mon[104785]: pgmap v6938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:02.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:02.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:02 smithi135 ceph-mon[93152]: pgmap v6938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:03.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:03.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:04.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:04.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:04 smithi194 ceph-mon[104785]: pgmap v6939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:04 smithi135 ceph-mon[93152]: pgmap v6939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:05.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:05.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:06 smithi135 ceph-mon[93152]: pgmap v6940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:06.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:06.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:06 smithi194 ceph-mon[104785]: pgmap v6940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:07.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:07.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:08.638 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:08 smithi194 ceph-mon[104785]: pgmap v6941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:08.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:08.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:08 smithi135 ceph-mon[93152]: pgmap v6941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:09.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:09.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:09 smithi194 ceph-mon[104785]: pgmap v6942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:18:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:09 smithi135 ceph-mon[93152]: pgmap v6942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:18:10.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:10.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:11.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:11.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:11 smithi194 ceph-mon[104785]: pgmap v6943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:11 smithi135 ceph-mon[93152]: pgmap v6943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:12.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:12.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:13.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:13.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:14.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:14.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:14 smithi194 ceph-mon[104785]: pgmap v6944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:14 smithi135 ceph-mon[93152]: pgmap v6944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:15.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:15.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:16.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:16.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:16 smithi194 ceph-mon[104785]: pgmap v6945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:16 smithi135 ceph-mon[93152]: pgmap v6945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:17.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:17.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:18 smithi194 ceph-mon[104785]: pgmap v6946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:18.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:18.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:18 smithi135 ceph-mon[93152]: pgmap v6946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:19.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:19.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:19 smithi194 ceph-mon[104785]: pgmap v6947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:18:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:19 smithi135 ceph-mon[93152]: pgmap v6947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:18:20.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:20.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:21.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:21.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:22 smithi194 ceph-mon[104785]: pgmap v6948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:22.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:22.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:22 smithi135 ceph-mon[93152]: pgmap v6948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:23.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:23.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:24 smithi194 ceph-mon[104785]: pgmap v6949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:24.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:24.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:24 smithi135 ceph-mon[93152]: pgmap v6949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:25.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:25.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:26 smithi194 ceph-mon[104785]: pgmap v6950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:26.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:26.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:26 smithi135 ceph-mon[93152]: pgmap v6950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:27.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:27.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:28.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:28 smithi194 ceph-mon[104785]: pgmap v6951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:28.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:28.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:28 smithi135 ceph-mon[93152]: pgmap v6951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:29.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:29.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:29 smithi194 ceph-mon[104785]: pgmap v6952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:18:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:29 smithi135 ceph-mon[93152]: pgmap v6952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:18:30.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:30.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:31.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:31.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:32 smithi194 ceph-mon[104785]: pgmap v6953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:32.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:32.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:32 smithi135 ceph-mon[93152]: pgmap v6953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:33.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:33.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:34 smithi194 ceph-mon[104785]: pgmap v6954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:34.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:34.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:34 smithi135 ceph-mon[93152]: pgmap v6954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:35.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:35.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:36 smithi194 ceph-mon[104785]: pgmap v6955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:36.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:36.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:36 smithi135 ceph-mon[93152]: pgmap v6955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:37.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:37.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:38 smithi194 ceph-mon[104785]: pgmap v6956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:38.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:38.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:38 smithi135 ceph-mon[93152]: pgmap v6956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:39.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:39.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:39 smithi194 ceph-mon[104785]: pgmap v6957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:18:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:39 smithi135 ceph-mon[93152]: pgmap v6957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:18:40.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:40.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:41.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:41.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:42.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:41 smithi135 ceph-mon[93152]: pgmap v6958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:41 smithi194 ceph-mon[104785]: pgmap v6958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:42.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:42.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:43.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:43.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:44 smithi194 ceph-mon[104785]: pgmap v6959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:44.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:44.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:44 smithi135 ceph-mon[93152]: pgmap v6959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:45.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:45.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:46.639 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:46 smithi135 ceph-mon[93152]: pgmap v6960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:46 smithi194 ceph-mon[104785]: pgmap v6960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:46.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:46.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:47.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:47.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:48 smithi194 ceph-mon[104785]: pgmap v6961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:48 smithi135 ceph-mon[93152]: pgmap v6961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:48.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:48.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:49.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:49.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:49 smithi194 ceph-mon[104785]: pgmap v6962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:18:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:49 smithi135 ceph-mon[93152]: pgmap v6962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:18:50.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:50.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:51.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:51.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:52 smithi194 ceph-mon[104785]: pgmap v6963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:52 smithi135 ceph-mon[93152]: pgmap v6963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:52.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:52.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:18:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:18:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:18:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:18:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:18:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:18:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:18:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:18:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:18:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:18:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:18:53.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:18:53.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:53.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:54 smithi194 ceph-mon[104785]: pgmap v6964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:54 smithi135 ceph-mon[93152]: pgmap v6964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:54.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:54.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:18:55.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:55.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:56 smithi194 ceph-mon[104785]: pgmap v6965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:56.739 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:56 smithi135 ceph-mon[93152]: pgmap v6965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:56.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:56.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:57.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:57.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:58 smithi194 ceph-mon[104785]: pgmap v6966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:58 smithi135 ceph-mon[93152]: pgmap v6966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:18:58.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:58.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:18:59.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:18:59.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:18:59 smithi194 ceph-mon[104785]: pgmap v6967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:19:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:18:59 smithi135 ceph-mon[93152]: pgmap v6967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:19:00.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:00.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:01.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:01.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:02 smithi194 ceph-mon[104785]: pgmap v6968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:02 smithi135 ceph-mon[93152]: pgmap v6968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:02.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:02.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:03.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:03.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:04 smithi194 ceph-mon[104785]: pgmap v6969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:04 smithi135 ceph-mon[93152]: pgmap v6969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:04.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:04.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:05.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:05.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:06 smithi194 ceph-mon[104785]: pgmap v6970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:06 smithi135 ceph-mon[93152]: pgmap v6970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:06.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:06.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:07.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:07.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:08 smithi194 ceph-mon[104785]: pgmap v6971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:08 smithi135 ceph-mon[93152]: pgmap v6971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:08.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:08.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:09.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:09.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:09 smithi194 ceph-mon[104785]: pgmap v6972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:19:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:09 smithi135 ceph-mon[93152]: pgmap v6972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:19:10.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:10.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:11.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:11.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:11 smithi194 ceph-mon[104785]: pgmap v6973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:11 smithi135 ceph-mon[93152]: pgmap v6973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:12.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:12.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:13.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:13.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:14 smithi194 ceph-mon[104785]: pgmap v6974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:14 smithi135 ceph-mon[93152]: pgmap v6974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:14.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:14.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:15.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:15.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:16 smithi194 ceph-mon[104785]: pgmap v6975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:16 smithi135 ceph-mon[93152]: pgmap v6975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:16.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:16.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:17.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:17.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:18 smithi194 ceph-mon[104785]: pgmap v6976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:18 smithi135 ceph-mon[93152]: pgmap v6976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:18.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:18.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:19.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:19.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:19 smithi194 ceph-mon[104785]: pgmap v6977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:19:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:19 smithi135 ceph-mon[93152]: pgmap v6977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:19:20.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:20.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:21.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:21.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:22 smithi194 ceph-mon[104785]: pgmap v6978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:22 smithi135 ceph-mon[93152]: pgmap v6978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:22.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:22.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:23.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:23.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:24 smithi194 ceph-mon[104785]: pgmap v6979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:24 smithi135 ceph-mon[93152]: pgmap v6979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:24.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:24.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:25.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:25.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:26 smithi194 ceph-mon[104785]: pgmap v6980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:26 smithi135 ceph-mon[93152]: pgmap v6980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:26.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:26.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:27.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:27.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:28 smithi194 ceph-mon[104785]: pgmap v6981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:28 smithi135 ceph-mon[93152]: pgmap v6981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:28.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:28.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:29.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:29.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:30.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:29 smithi194 ceph-mon[104785]: pgmap v6982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:19:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:29 smithi135 ceph-mon[93152]: pgmap v6982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:19:30.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:30.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:31.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:31.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:32 smithi135 ceph-mon[93152]: pgmap v6983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:32 smithi194 ceph-mon[104785]: pgmap v6983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:32.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:32.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:33.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:33.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:34 smithi194 ceph-mon[104785]: pgmap v6984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:34 smithi135 ceph-mon[93152]: pgmap v6984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:34.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:34.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:35.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:35.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:36 smithi194 ceph-mon[104785]: pgmap v6985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:36 smithi135 ceph-mon[93152]: pgmap v6985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:36.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:36.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:37.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:37.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:38.606 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:38 smithi194 ceph-mon[104785]: pgmap v6986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:38 smithi135 ceph-mon[93152]: pgmap v6986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:38.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:38.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:39.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:39.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:39 smithi194 ceph-mon[104785]: pgmap v6987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:19:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:39 smithi135 ceph-mon[93152]: pgmap v6987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:19:40.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:40.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:41.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:41.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:42.183 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:41 smithi135 ceph-mon[93152]: pgmap v6988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:41 smithi194 ceph-mon[104785]: pgmap v6988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:42.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:42.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:43.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:43.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:44 smithi194 ceph-mon[104785]: pgmap v6989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:44 smithi135 ceph-mon[93152]: pgmap v6989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:44.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:44.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:45.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:45.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:46 smithi194 ceph-mon[104785]: pgmap v6990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:46 smithi135 ceph-mon[93152]: pgmap v6990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:46.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:46.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:47.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:47.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:48 smithi194 ceph-mon[104785]: pgmap v6991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:48 smithi135 ceph-mon[93152]: pgmap v6991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:48.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:48.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:49.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:49.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:49 smithi194 ceph-mon[104785]: pgmap v6992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:19:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:49 smithi135 ceph-mon[93152]: pgmap v6992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:19:50.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:50.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:51.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:51.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:52 smithi194 ceph-mon[104785]: pgmap v6993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:52 smithi135 ceph-mon[93152]: pgmap v6993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:52.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:52.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:19:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:19:53.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:53.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:54 smithi194 ceph-mon[104785]: pgmap v6994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:19:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:19:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:19:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:19:54.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:19:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:54 smithi135 ceph-mon[93152]: pgmap v6994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:19:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:19:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:19:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:19:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:19:54.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:54.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:19:55.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:55.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:56 smithi194 ceph-mon[104785]: pgmap v6995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:56 smithi135 ceph-mon[93152]: pgmap v6995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:56.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:56.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:57.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:57.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:58 smithi194 ceph-mon[104785]: pgmap v6996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:58 smithi135 ceph-mon[93152]: pgmap v6996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:19:58.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:58.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:19:59.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:19:59.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:19:59 smithi194 ceph-mon[104785]: pgmap v6997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:20:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:19:59 smithi135 ceph-mon[93152]: pgmap v6997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:20:00.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:00.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T08:20:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T08:20:01.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:01.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:01 smithi194 ceph-mon[104785]: pgmap v6998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:01 smithi135 ceph-mon[93152]: pgmap v6998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:02.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:02.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:03.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:03.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:04 smithi194 ceph-mon[104785]: pgmap v6999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:04 smithi135 ceph-mon[93152]: pgmap v6999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:04.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:04.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:05.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:05.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:06 smithi194 ceph-mon[104785]: pgmap v7000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:06 smithi135 ceph-mon[93152]: pgmap v7000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:06.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:06.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:07.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:07.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:08 smithi194 ceph-mon[104785]: pgmap v7001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:08 smithi135 ceph-mon[93152]: pgmap v7001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:08.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:08.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:09.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:09.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:09 smithi194 ceph-mon[104785]: pgmap v7002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:20:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:09 smithi135 ceph-mon[93152]: pgmap v7002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:20:10.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:10.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:11.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:11.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:11 smithi194 ceph-mon[104785]: pgmap v7003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:11 smithi135 ceph-mon[93152]: pgmap v7003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:12.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:12.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:13.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:13.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:14 smithi194 ceph-mon[104785]: pgmap v7004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:14 smithi135 ceph-mon[93152]: pgmap v7004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:14.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:14.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:15.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:15.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:16 smithi194 ceph-mon[104785]: pgmap v7005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:16 smithi135 ceph-mon[93152]: pgmap v7005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:16.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:16.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:17.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:17.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:18 smithi194 ceph-mon[104785]: pgmap v7006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:18 smithi135 ceph-mon[93152]: pgmap v7006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:18.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:18.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:19.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:19.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:19 smithi194 ceph-mon[104785]: pgmap v7007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:20:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:19 smithi135 ceph-mon[93152]: pgmap v7007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:20:20.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:20.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:21.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:21.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:22 smithi194 ceph-mon[104785]: pgmap v7008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:22 smithi135 ceph-mon[93152]: pgmap v7008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:22.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:22.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:23.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:23.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:24 smithi194 ceph-mon[104785]: pgmap v7009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:24 smithi135 ceph-mon[93152]: pgmap v7009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:24.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:24.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:25.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:25.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:26 smithi194 ceph-mon[104785]: pgmap v7010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:26 smithi135 ceph-mon[93152]: pgmap v7010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:26.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:26.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:27.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:27.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:28 smithi194 ceph-mon[104785]: pgmap v7011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:28 smithi135 ceph-mon[93152]: pgmap v7011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:28.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:28.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:29.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:29.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:29 smithi194 ceph-mon[104785]: pgmap v7012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:20:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:29 smithi135 ceph-mon[93152]: pgmap v7012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:20:30.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:30.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:31.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:31.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:32.674 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:32 smithi135 ceph-mon[93152]: pgmap v7013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:32 smithi194 ceph-mon[104785]: pgmap v7013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:32.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:32.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:33.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:33.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:34 smithi194 ceph-mon[104785]: pgmap v7014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:34 smithi135 ceph-mon[93152]: pgmap v7014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:34.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:34.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:35.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:35.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:36 smithi194 ceph-mon[104785]: pgmap v7015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:36 smithi135 ceph-mon[93152]: pgmap v7015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:36.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:36.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:37.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:37.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:38 smithi194 ceph-mon[104785]: pgmap v7016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:38 smithi135 ceph-mon[93152]: pgmap v7016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:38.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:38.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:39.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:39.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:39 smithi194 ceph-mon[104785]: pgmap v7017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:20:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:39 smithi135 ceph-mon[93152]: pgmap v7017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:20:40.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:40.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:41.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:41.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:41 smithi194 ceph-mon[104785]: pgmap v7018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:41 smithi135 ceph-mon[93152]: pgmap v7018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:42.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:42.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:43.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:43.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:44 smithi194 ceph-mon[104785]: pgmap v7019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:44 smithi135 ceph-mon[93152]: pgmap v7019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:44.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:44.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:45.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:45.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:46 smithi194 ceph-mon[104785]: pgmap v7020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:46.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:46 smithi135 ceph-mon[93152]: pgmap v7020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:46.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:46.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:47.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:47.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:48 smithi194 ceph-mon[104785]: pgmap v7021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:48 smithi135 ceph-mon[93152]: pgmap v7021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:48.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:48.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:49.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:49.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:49 smithi194 ceph-mon[104785]: pgmap v7022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:20:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:49 smithi135 ceph-mon[93152]: pgmap v7022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:20:50.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:50.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:51.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:51.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:52 smithi194 ceph-mon[104785]: pgmap v7023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:52 smithi135 ceph-mon[93152]: pgmap v7023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:52.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:52.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:53.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:53.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:54 smithi194 ceph-mon[104785]: pgmap v7024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:20:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:54 smithi135 ceph-mon[93152]: pgmap v7024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:20:54.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:54.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:20:55.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:55.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:56 smithi194 ceph-mon[104785]: pgmap v7025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:56 smithi135 ceph-mon[93152]: pgmap v7025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:56.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:56.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:57.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:57.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:58 smithi194 ceph-mon[104785]: pgmap v7026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:58 smithi135 ceph-mon[93152]: pgmap v7026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:20:58.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:58.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:20:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:20:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:20:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:20:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:20:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:20:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:20:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:20:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:20:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:20:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:20:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:20:59.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:20:59.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:20:59.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:20:59.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:20:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:20:59.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:20:59.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:00 smithi194 ceph-mon[104785]: pgmap v7027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:21:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:00 smithi135 ceph-mon[93152]: pgmap v7027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:21:00.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:00.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:01.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:01.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:02 smithi194 ceph-mon[104785]: pgmap v7028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:02 smithi135 ceph-mon[93152]: pgmap v7028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:02.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:02.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:03.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:03.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:04 smithi194 ceph-mon[104785]: pgmap v7029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:04 smithi135 ceph-mon[93152]: pgmap v7029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:04.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:04.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:05.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:05.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:06 smithi194 ceph-mon[104785]: pgmap v7030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:06 smithi135 ceph-mon[93152]: pgmap v7030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:06.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:06.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:07.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:07.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:08 smithi194 ceph-mon[104785]: pgmap v7031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:08 smithi135 ceph-mon[93152]: pgmap v7031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:08.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:08.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:09.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:09.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:09 smithi194 ceph-mon[104785]: pgmap v7032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:21:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:09 smithi135 ceph-mon[93152]: pgmap v7032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:21:10.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:10.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:11.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:11.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:11 smithi194 ceph-mon[104785]: pgmap v7033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:11 smithi135 ceph-mon[93152]: pgmap v7033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:12.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:12.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:13.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:13.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:14 smithi194 ceph-mon[104785]: pgmap v7034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:14 smithi135 ceph-mon[93152]: pgmap v7034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:14.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:14.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:16.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:16.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:16 smithi194 ceph-mon[104785]: pgmap v7035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:16 smithi135 ceph-mon[93152]: pgmap v7035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:17.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:17.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:18.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:18.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:18 smithi135 ceph-mon[93152]: pgmap v7036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:18 smithi194 ceph-mon[104785]: pgmap v7036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:19.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:19.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:19 smithi194 ceph-mon[104785]: pgmap v7037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:21:20.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:20.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:19 smithi135 ceph-mon[93152]: pgmap v7037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:21:21.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:21.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:22.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:22.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:22 smithi194 ceph-mon[104785]: pgmap v7038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:22 smithi135 ceph-mon[93152]: pgmap v7038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:23.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:23.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:24.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:24.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:24.703 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:24 smithi194 ceph-mon[104785]: pgmap v7039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:24 smithi135 ceph-mon[93152]: pgmap v7039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:25.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:25.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:26.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:26.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:26 smithi194 ceph-mon[104785]: pgmap v7040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:26 smithi135 ceph-mon[93152]: pgmap v7040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:27.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:27.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:28.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:28.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:28 smithi135 ceph-mon[93152]: pgmap v7041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:28 smithi194 ceph-mon[104785]: pgmap v7041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:29.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:29.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:30.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:30.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:29 smithi194 ceph-mon[104785]: pgmap v7042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:21:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:29 smithi135 ceph-mon[93152]: pgmap v7042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:21:31.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:31.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:32.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:32.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:32 smithi194 ceph-mon[104785]: pgmap v7043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:32 smithi135 ceph-mon[93152]: pgmap v7043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:33.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:33.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:34.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:34.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:34 smithi194 ceph-mon[104785]: pgmap v7044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:34 smithi135 ceph-mon[93152]: pgmap v7044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:35.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:35.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:36.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:36.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:36 smithi194 ceph-mon[104785]: pgmap v7045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:36 smithi135 ceph-mon[93152]: pgmap v7045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:37.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:37.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:38.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:38.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:38 smithi194 ceph-mon[104785]: pgmap v7046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:38 smithi135 ceph-mon[93152]: pgmap v7046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:39.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:39.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:40.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:40.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:39 smithi194 ceph-mon[104785]: pgmap v7047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:21:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:39 smithi135 ceph-mon[93152]: pgmap v7047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:21:41.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:41.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:41.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:42.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:42.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:41 smithi194 ceph-mon[104785]: pgmap v7048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:41 smithi135 ceph-mon[93152]: pgmap v7048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:43.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:43.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:44.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:44.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:44 smithi194 ceph-mon[104785]: pgmap v7049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:44 smithi135 ceph-mon[93152]: pgmap v7049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:45.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:45.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:46.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:46.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:46 smithi194 ceph-mon[104785]: pgmap v7050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:46 smithi135 ceph-mon[93152]: pgmap v7050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:47.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:47.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:48.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:48.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:48 smithi194 ceph-mon[104785]: pgmap v7051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:48 smithi135 ceph-mon[93152]: pgmap v7051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:49.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:49.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:50.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:50.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:49 smithi194 ceph-mon[104785]: pgmap v7052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:21:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:49 smithi135 ceph-mon[93152]: pgmap v7052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:21:51.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:51.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:52.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:52.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:52 smithi194 ceph-mon[104785]: pgmap v7053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:52 smithi135 ceph-mon[93152]: pgmap v7053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:53.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:53.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:54.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:54.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:54 smithi194 ceph-mon[104785]: pgmap v7054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:54 smithi135 ceph-mon[93152]: pgmap v7054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:55.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:55.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:21:56.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:56.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:56 smithi194 ceph-mon[104785]: pgmap v7055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:56 smithi135 ceph-mon[93152]: pgmap v7055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:57.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:57.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:58.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:58.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:21:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:58 smithi194 ceph-mon[104785]: pgmap v7056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:58 smithi135 ceph-mon[93152]: pgmap v7056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:21:59.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:21:59.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:00.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:00.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:22:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:59 smithi194 ceph-mon[104785]: pgmap v7057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:22:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:22:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:22:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:22:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:22:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:21:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:22:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:22:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:59 smithi135 ceph-mon[93152]: pgmap v7057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:22:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:22:00.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:22:00.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:22:00.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:22:00.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:21:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:22:01.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:01.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:02.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:02.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:02 smithi194 ceph-mon[104785]: pgmap v7058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:02 smithi135 ceph-mon[93152]: pgmap v7058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:03.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:03.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:04.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:04.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:04 smithi194 ceph-mon[104785]: pgmap v7059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:04 smithi135 ceph-mon[93152]: pgmap v7059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:05.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:05.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:06.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:06.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:06 smithi194 ceph-mon[104785]: pgmap v7060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:06 smithi135 ceph-mon[93152]: pgmap v7060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:07.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:07.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:08.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:08.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:08 smithi194 ceph-mon[104785]: pgmap v7061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:08 smithi135 ceph-mon[93152]: pgmap v7061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:09.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:09.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:10.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:10.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:10.173 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:09 smithi194 ceph-mon[104785]: pgmap v7062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:22:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:09 smithi135 ceph-mon[93152]: pgmap v7062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:22:11.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:11.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:12.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:12.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:11 smithi194 ceph-mon[104785]: pgmap v7063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:11 smithi135 ceph-mon[93152]: pgmap v7063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:13.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:13.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:14.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:14.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:14 smithi194 ceph-mon[104785]: pgmap v7064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:14 smithi135 ceph-mon[93152]: pgmap v7064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:15.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:15.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:16.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:16.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:16 smithi194 ceph-mon[104785]: pgmap v7065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:16 smithi135 ceph-mon[93152]: pgmap v7065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:17.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:17.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:18.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:18.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:18.708 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:18 smithi135 ceph-mon[93152]: pgmap v7066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:18 smithi194 ceph-mon[104785]: pgmap v7066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:19.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:19.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:20.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:20.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:19 smithi194 ceph-mon[104785]: pgmap v7067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:22:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:19 smithi135 ceph-mon[93152]: pgmap v7067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:22:21.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:21.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:22.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:22.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:22 smithi194 ceph-mon[104785]: pgmap v7068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:22 smithi135 ceph-mon[93152]: pgmap v7068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:23.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:23.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:24.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:24.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:24 smithi194 ceph-mon[104785]: pgmap v7069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:24 smithi135 ceph-mon[93152]: pgmap v7069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:25.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:25.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:26.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:26.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:26 smithi194 ceph-mon[104785]: pgmap v7070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:26 smithi135 ceph-mon[93152]: pgmap v7070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:27.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:27.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:28.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:28.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:28 smithi194 ceph-mon[104785]: pgmap v7071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:28 smithi135 ceph-mon[93152]: pgmap v7071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:29.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:29.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:30.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:30.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:29 smithi194 ceph-mon[104785]: pgmap v7072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:22:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:29 smithi135 ceph-mon[93152]: pgmap v7072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:22:31.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:31.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:32.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:32.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:32 smithi194 ceph-mon[104785]: pgmap v7073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:32 smithi135 ceph-mon[93152]: pgmap v7073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:33.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:33.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:34.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:34.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:34 smithi194 ceph-mon[104785]: pgmap v7074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:34 smithi135 ceph-mon[93152]: pgmap v7074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:35.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:35.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:36.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:36.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:36 smithi194 ceph-mon[104785]: pgmap v7075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:36 smithi135 ceph-mon[93152]: pgmap v7075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:37.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:37.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:38.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:38.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:38 smithi194 ceph-mon[104785]: pgmap v7076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:38 smithi135 ceph-mon[93152]: pgmap v7076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:39.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:39.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:40.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:40.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:39 smithi194 ceph-mon[104785]: pgmap v7077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:22:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:39 smithi135 ceph-mon[93152]: pgmap v7077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:22:41.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:41.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:42.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:42.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:41 smithi194 ceph-mon[104785]: pgmap v7078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:41 smithi135 ceph-mon[93152]: pgmap v7078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:43.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:43.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:44.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:44.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:44 smithi194 ceph-mon[104785]: pgmap v7079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:44 smithi135 ceph-mon[93152]: pgmap v7079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:45.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:45.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:46.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:46.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:46 smithi194 ceph-mon[104785]: pgmap v7080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:46 smithi135 ceph-mon[93152]: pgmap v7080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:47.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:47.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:48.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:48.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:48 smithi194 ceph-mon[104785]: pgmap v7081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:48 smithi135 ceph-mon[93152]: pgmap v7081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:49.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:49.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:50.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:50.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:49 smithi194 ceph-mon[104785]: pgmap v7082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:22:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:49 smithi135 ceph-mon[93152]: pgmap v7082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:22:51.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:51.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:52.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:52.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:52 smithi194 ceph-mon[104785]: pgmap v7083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:52 smithi135 ceph-mon[93152]: pgmap v7083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:53.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:53.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:54.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:54.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:54 smithi194 ceph-mon[104785]: pgmap v7084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:54 smithi135 ceph-mon[93152]: pgmap v7084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:55.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:55.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:22:56.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:56.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:56 smithi194 ceph-mon[104785]: pgmap v7085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:56 smithi135 ceph-mon[93152]: pgmap v7085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:57.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:57.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:58.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:58.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:22:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:58 smithi194 ceph-mon[104785]: pgmap v7086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:58 smithi135 ceph-mon[93152]: pgmap v7086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:22:59.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:22:59.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:00.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:00.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:59 smithi194 ceph-mon[104785]: pgmap v7087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:23:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:22:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:23:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:59 smithi135 ceph-mon[93152]: pgmap v7087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:23:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:22:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:23:01.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:01.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:02.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:02.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:02 smithi194 ceph-mon[104785]: pgmap v7088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:02.761 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:02 smithi135 ceph-mon[93152]: pgmap v7088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:03.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:03.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:04.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:04.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:04 smithi135 ceph-mon[93152]: pgmap v7089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:04 smithi194 ceph-mon[104785]: pgmap v7089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:05.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:05.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:06.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:06.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:06 smithi194 ceph-mon[104785]: pgmap v7090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:06 smithi135 ceph-mon[93152]: pgmap v7090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:07.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:07.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:08.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:08.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:23:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:23:08.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:07 smithi135 ceph-mon[93152]: pgmap v7091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:08.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:23:08.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:23:08.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:23:08.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:23:08.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:23:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:23:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:23:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:07 smithi194 ceph-mon[104785]: pgmap v7091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:23:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:23:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:23:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:23:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:23:09.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:09.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:10.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:10.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:09 smithi194 ceph-mon[104785]: pgmap v7092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:23:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:09 smithi135 ceph-mon[93152]: pgmap v7092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:23:11.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:11.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:12.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:12.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:11 smithi194 ceph-mon[104785]: pgmap v7093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:11 smithi135 ceph-mon[93152]: pgmap v7093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:13.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:13.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:14.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:14.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:14 smithi135 ceph-mon[93152]: pgmap v7094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:14 smithi194 ceph-mon[104785]: pgmap v7094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:15.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:15.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:16.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:16.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:16 smithi194 ceph-mon[104785]: pgmap v7095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:16 smithi135 ceph-mon[93152]: pgmap v7095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:17.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:17.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:18.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:18.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:18 smithi194 ceph-mon[104785]: pgmap v7096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:18 smithi135 ceph-mon[93152]: pgmap v7096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:19.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:19.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:20.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:20.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:19 smithi194 ceph-mon[104785]: pgmap v7097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:23:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:19 smithi135 ceph-mon[93152]: pgmap v7097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:23:21.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:21.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:22.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:22.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:22 smithi194 ceph-mon[104785]: pgmap v7098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:22 smithi135 ceph-mon[93152]: pgmap v7098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:23.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:23.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:24.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:24.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:24 smithi194 ceph-mon[104785]: pgmap v7099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:24 smithi135 ceph-mon[93152]: pgmap v7099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:25.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:25.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:26.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:26.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:26 smithi194 ceph-mon[104785]: pgmap v7100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:26 smithi135 ceph-mon[93152]: pgmap v7100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:27.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:27.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:28.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:28.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:28 smithi194 ceph-mon[104785]: pgmap v7101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:28 smithi135 ceph-mon[93152]: pgmap v7101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:29.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:29.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:29 smithi194 ceph-mon[104785]: pgmap v7102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:23:30.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:30.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:29 smithi135 ceph-mon[93152]: pgmap v7102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:23:31.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:31.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:32.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:32.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:32 smithi194 ceph-mon[104785]: pgmap v7103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:32 smithi135 ceph-mon[93152]: pgmap v7103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:33.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:33.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:34.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:34.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:34 smithi194 ceph-mon[104785]: pgmap v7104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:34 smithi135 ceph-mon[93152]: pgmap v7104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:35.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:35.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:36.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:36.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:36 smithi194 ceph-mon[104785]: pgmap v7105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:36 smithi135 ceph-mon[93152]: pgmap v7105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:37.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:37.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:38.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:38.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:38 smithi194 ceph-mon[104785]: pgmap v7106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:38 smithi135 ceph-mon[93152]: pgmap v7106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:39.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:39.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:39 smithi194 ceph-mon[104785]: pgmap v7107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:23:40.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:40.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:39 smithi135 ceph-mon[93152]: pgmap v7107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:23:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:41.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:41.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:41 smithi194 ceph-mon[104785]: pgmap v7108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:42.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:42.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:41 smithi135 ceph-mon[93152]: pgmap v7108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:43.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:43.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:44.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:44.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:44 smithi194 ceph-mon[104785]: pgmap v7109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:44 smithi135 ceph-mon[93152]: pgmap v7109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:45.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:45.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:46.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:46.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:46 smithi194 ceph-mon[104785]: pgmap v7110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:46 smithi135 ceph-mon[93152]: pgmap v7110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:47.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:47.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:48.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:48.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:48 smithi194 ceph-mon[104785]: pgmap v7111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:48 smithi135 ceph-mon[93152]: pgmap v7111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:49.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:49.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:49 smithi194 ceph-mon[104785]: pgmap v7112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:23:50.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:50.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:49 smithi135 ceph-mon[93152]: pgmap v7112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:23:51.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:51.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:52.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:52.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:52 smithi194 ceph-mon[104785]: pgmap v7113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:52 smithi135 ceph-mon[93152]: pgmap v7113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:53.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:53.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:54.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:54.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:54 smithi194 ceph-mon[104785]: pgmap v7114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:54 smithi135 ceph-mon[93152]: pgmap v7114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:55.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:55.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:23:56.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:56.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:56 smithi194 ceph-mon[104785]: pgmap v7115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:56 smithi135 ceph-mon[93152]: pgmap v7115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:57.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:57.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:58.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:58.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:23:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:58 smithi194 ceph-mon[104785]: pgmap v7116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:58 smithi135 ceph-mon[93152]: pgmap v7116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:23:59.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:23:59.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:23:59 smithi135 ceph-mon[93152]: pgmap v7117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:24:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:23:59 smithi194 ceph-mon[104785]: pgmap v7117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:24:00.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:00.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:01.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:01.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:02.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:02.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:02 smithi194 ceph-mon[104785]: pgmap v7118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:02 smithi135 ceph-mon[93152]: pgmap v7118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:03.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:03.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:04.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:04.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:04 smithi194 ceph-mon[104785]: pgmap v7119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:04.746 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:04 smithi135 ceph-mon[93152]: pgmap v7119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:05.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:05.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:06.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:06.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:06 smithi194 ceph-mon[104785]: pgmap v7120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:06 smithi135 ceph-mon[93152]: pgmap v7120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:07.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:07.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:08.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:08.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:08 smithi194 ceph-mon[104785]: pgmap v7121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:24:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:24:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:24:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:08 smithi135 ceph-mon[93152]: pgmap v7121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:24:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:24:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:24:09.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:09.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:24:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:24:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:24:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:24:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:24:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:24:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:24:09.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:24:09.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:24:09.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:24:10.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:10.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:10 smithi194 ceph-mon[104785]: pgmap v7122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:24:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:10 smithi135 ceph-mon[93152]: pgmap v7122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:24:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:11.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:11.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:12.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:12.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:12 smithi194 ceph-mon[104785]: pgmap v7123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:12 smithi135 ceph-mon[93152]: pgmap v7123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:13.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:13.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:14.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:14.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:14 smithi194 ceph-mon[104785]: pgmap v7124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:14 smithi135 ceph-mon[93152]: pgmap v7124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:15.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:15.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:16.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:16.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:16 smithi194 ceph-mon[104785]: pgmap v7125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:16 smithi135 ceph-mon[93152]: pgmap v7125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:17.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:17.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:18.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:18.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:18 smithi194 ceph-mon[104785]: pgmap v7126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:18 smithi135 ceph-mon[93152]: pgmap v7126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:19.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:19.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:19 smithi194 ceph-mon[104785]: pgmap v7127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:24:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:19 smithi135 ceph-mon[93152]: pgmap v7127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:24:20.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:20.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:21.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:21.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:22.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:22.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:22 smithi194 ceph-mon[104785]: pgmap v7128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:22 smithi135 ceph-mon[93152]: pgmap v7128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:23.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:23.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:24.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:24.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:24 smithi194 ceph-mon[104785]: pgmap v7129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:24 smithi135 ceph-mon[93152]: pgmap v7129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:25.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:25.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:26.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:26.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:26 smithi194 ceph-mon[104785]: pgmap v7130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:26 smithi135 ceph-mon[93152]: pgmap v7130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:27.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:27.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:28.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:28.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:28 smithi194 ceph-mon[104785]: pgmap v7131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:28 smithi135 ceph-mon[93152]: pgmap v7131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:29.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:29.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:29 smithi194 ceph-mon[104785]: pgmap v7132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:24:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:29 smithi135 ceph-mon[93152]: pgmap v7132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:24:30.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:30.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:31.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:31.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:32.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:32.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:32 smithi194 ceph-mon[104785]: pgmap v7133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:32 smithi135 ceph-mon[93152]: pgmap v7133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:33.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:33.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:34.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:34.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:34 smithi194 ceph-mon[104785]: pgmap v7134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:34 smithi135 ceph-mon[93152]: pgmap v7134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:35.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:35.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:36.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:36.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:36.704 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:36 smithi194 ceph-mon[104785]: pgmap v7135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:36 smithi135 ceph-mon[93152]: pgmap v7135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:37.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:37.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:38.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:38.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:38 smithi194 ceph-mon[104785]: pgmap v7136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:38 smithi135 ceph-mon[93152]: pgmap v7136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:39.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:39.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:39 smithi194 ceph-mon[104785]: pgmap v7137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:24:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:39 smithi135 ceph-mon[93152]: pgmap v7137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:24:40.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:40.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:41.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:41.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:41 smithi194 ceph-mon[104785]: pgmap v7138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:41 smithi135 ceph-mon[93152]: pgmap v7138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:42.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:42.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:43.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:43.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:44.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:44.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:44 smithi194 ceph-mon[104785]: pgmap v7139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:44 smithi135 ceph-mon[93152]: pgmap v7139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:45.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:45.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:46.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:46.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:46 smithi194 ceph-mon[104785]: pgmap v7140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:46 smithi135 ceph-mon[93152]: pgmap v7140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:47.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:47.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:48.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:48.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:48 smithi194 ceph-mon[104785]: pgmap v7141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:48 smithi135 ceph-mon[93152]: pgmap v7141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:49.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:49.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:50.186 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:49 smithi135 ceph-mon[93152]: pgmap v7142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:24:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:49 smithi194 ceph-mon[104785]: pgmap v7142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:24:50.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:50.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:51.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:51.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:52.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:52.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:52 smithi194 ceph-mon[104785]: pgmap v7143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:52 smithi135 ceph-mon[93152]: pgmap v7143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:53.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:53.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:54.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:54.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:54 smithi194 ceph-mon[104785]: pgmap v7144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:54 smithi135 ceph-mon[93152]: pgmap v7144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:55.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:55.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:24:56.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:56.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:56 smithi194 ceph-mon[104785]: pgmap v7145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:56 smithi135 ceph-mon[93152]: pgmap v7145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:57.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:57.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:58.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:58.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:24:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:58 smithi194 ceph-mon[104785]: pgmap v7146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:58 smithi135 ceph-mon[93152]: pgmap v7146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:24:59.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:24:59.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:24:59 smithi194 ceph-mon[104785]: pgmap v7147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:25:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:24:59 smithi135 ceph-mon[93152]: pgmap v7147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:25:00.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:00.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:01.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:01.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:02.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:02.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:02 smithi194 ceph-mon[104785]: pgmap v7148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:02 smithi135 ceph-mon[93152]: pgmap v7148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:03.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:03.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:04.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:04.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:04.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:04 smithi194 ceph-mon[104785]: pgmap v7149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:04 smithi135 ceph-mon[93152]: pgmap v7149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:05.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:05.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:06.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:06.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:06 smithi194 ceph-mon[104785]: pgmap v7150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:06 smithi135 ceph-mon[93152]: pgmap v7150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:07.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:07.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:08.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:08.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:08 smithi194 ceph-mon[104785]: pgmap v7151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:08 smithi135 ceph-mon[93152]: pgmap v7151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:09.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:09.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:25:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:25:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:25:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:25:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:25:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:25:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:25:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:25:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:25:09.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:25:09.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:25:09.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:25:10.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:10.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:10 smithi194 ceph-mon[104785]: pgmap v7152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:25:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:10 smithi135 ceph-mon[93152]: pgmap v7152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:25:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:11.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:11.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:12.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:12.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:12 smithi194 ceph-mon[104785]: pgmap v7153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:12 smithi135 ceph-mon[93152]: pgmap v7153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:13.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:13.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:14.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:14.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:14 smithi194 ceph-mon[104785]: pgmap v7154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:14 smithi135 ceph-mon[93152]: pgmap v7154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:15.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:15.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:16.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:16.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:16 smithi194 ceph-mon[104785]: pgmap v7155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:16.888 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:16 smithi135 ceph-mon[93152]: pgmap v7155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:17.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:17.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:18.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:18.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:18 smithi194 ceph-mon[104785]: pgmap v7156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:18 smithi135 ceph-mon[93152]: pgmap v7156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:19.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:19.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:19 smithi194 ceph-mon[104785]: pgmap v7157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:25:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:19 smithi135 ceph-mon[93152]: pgmap v7157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:25:20.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:20.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:21.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:21.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:22.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:22.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:22 smithi194 ceph-mon[104785]: pgmap v7158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:22 smithi135 ceph-mon[93152]: pgmap v7158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:23.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:23.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:24.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:24.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:24 smithi194 ceph-mon[104785]: pgmap v7159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:24 smithi135 ceph-mon[93152]: pgmap v7159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:25.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:25.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:26.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:26.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:26 smithi194 ceph-mon[104785]: pgmap v7160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:26 smithi135 ceph-mon[93152]: pgmap v7160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:27.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:27.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:28.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:28.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:28 smithi194 ceph-mon[104785]: pgmap v7161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:28 smithi135 ceph-mon[93152]: pgmap v7161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:29.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:29.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:29 smithi194 ceph-mon[104785]: pgmap v7162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:25:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:29 smithi135 ceph-mon[93152]: pgmap v7162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:25:30.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:30.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:31.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:31.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:32.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:32.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:32 smithi194 ceph-mon[104785]: pgmap v7163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:32 smithi135 ceph-mon[93152]: pgmap v7163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:33.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:33.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:34.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:34.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:34 smithi194 ceph-mon[104785]: pgmap v7164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:34 smithi135 ceph-mon[93152]: pgmap v7164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:35.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:35.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:36.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:36.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:36 smithi194 ceph-mon[104785]: pgmap v7165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:36 smithi135 ceph-mon[93152]: pgmap v7165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:37.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:37.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:38.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:38.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:38 smithi194 ceph-mon[104785]: pgmap v7166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:38.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:38 smithi135 ceph-mon[93152]: pgmap v7166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:39.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:39.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:39 smithi194 ceph-mon[104785]: pgmap v7167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:25:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:39 smithi135 ceph-mon[93152]: pgmap v7167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:25:40.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:40.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:41.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:41.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:41 smithi194 ceph-mon[104785]: pgmap v7168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:41 smithi135 ceph-mon[93152]: pgmap v7168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:42.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:42.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:43.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:43.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:44.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:44.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:44 smithi194 ceph-mon[104785]: pgmap v7169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:44 smithi135 ceph-mon[93152]: pgmap v7169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:45.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:45.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:46.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:46.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:46 smithi194 ceph-mon[104785]: pgmap v7170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:46 smithi135 ceph-mon[93152]: pgmap v7170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:47.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:47.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:48.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:48.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:48 smithi194 ceph-mon[104785]: pgmap v7171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:48 smithi135 ceph-mon[93152]: pgmap v7171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:49.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:49.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:49 smithi194 ceph-mon[104785]: pgmap v7172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:25:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:49 smithi135 ceph-mon[93152]: pgmap v7172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:25:50.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:50.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:51.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:51.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:52.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:52.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:52 smithi194 ceph-mon[104785]: pgmap v7173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:52 smithi135 ceph-mon[93152]: pgmap v7173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:53.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:53.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:54.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:54.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:54 smithi194 ceph-mon[104785]: pgmap v7174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:54 smithi135 ceph-mon[93152]: pgmap v7174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:55.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:55.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:25:56.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:56.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:56 smithi194 ceph-mon[104785]: pgmap v7175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:56 smithi135 ceph-mon[93152]: pgmap v7175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:57.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:57.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:58.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:58.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:25:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:58 smithi194 ceph-mon[104785]: pgmap v7176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:58.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:58 smithi135 ceph-mon[93152]: pgmap v7176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:25:59.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:25:59.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:25:59 smithi194 ceph-mon[104785]: pgmap v7177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:26:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:25:59 smithi135 ceph-mon[93152]: pgmap v7177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:26:00.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:00.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:01.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:01.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:02.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:02.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:02 smithi194 ceph-mon[104785]: pgmap v7178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:02 smithi135 ceph-mon[93152]: pgmap v7178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:03.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:03.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:04.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:04.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:04 smithi194 ceph-mon[104785]: pgmap v7179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:04 smithi135 ceph-mon[93152]: pgmap v7179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:05.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:05.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:06.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:06.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:06 smithi194 ceph-mon[104785]: pgmap v7180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:06 smithi135 ceph-mon[93152]: pgmap v7180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:07.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:07.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:08.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:08.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:08 smithi194 ceph-mon[104785]: pgmap v7181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:08 smithi135 ceph-mon[93152]: pgmap v7181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:09.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:09.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:26:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:09 smithi194 ceph-mon[104785]: pgmap v7182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:26:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:26:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:26:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:26:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:09 smithi135 ceph-mon[93152]: pgmap v7182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:26:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:26:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:26:10.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:10.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:26:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:26:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:26:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:26:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:26:11.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:11.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:11.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:11 smithi194 ceph-mon[104785]: pgmap v7183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:11 smithi135 ceph-mon[93152]: pgmap v7183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:12.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:12.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:13.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:13.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:14.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:14.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:14 smithi194 ceph-mon[104785]: pgmap v7184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:14 smithi135 ceph-mon[93152]: pgmap v7184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:15.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:15.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:16.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:16.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:16 smithi194 ceph-mon[104785]: pgmap v7185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:16 smithi135 ceph-mon[93152]: pgmap v7185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:17.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:17.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:18.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:18.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:18 smithi194 ceph-mon[104785]: pgmap v7186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:18 smithi135 ceph-mon[93152]: pgmap v7186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:19.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:19.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:19 smithi194 ceph-mon[104785]: pgmap v7187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:26:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:19 smithi135 ceph-mon[93152]: pgmap v7187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:26:20.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:20.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:21.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:21.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:22.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:22.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:22 smithi194 ceph-mon[104785]: pgmap v7188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:22 smithi135 ceph-mon[93152]: pgmap v7188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:23.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:23.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:24.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:24.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:24 smithi194 ceph-mon[104785]: pgmap v7189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:24 smithi135 ceph-mon[93152]: pgmap v7189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:25.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:25.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:26.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:26.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:26 smithi135 ceph-mon[93152]: pgmap v7190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:26 smithi194 ceph-mon[104785]: pgmap v7190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:27.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:27.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:28.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:28.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:28 smithi135 ceph-mon[93152]: pgmap v7191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:28 smithi194 ceph-mon[104785]: pgmap v7191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:29.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:29.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:29 smithi194 ceph-mon[104785]: pgmap v7192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:26:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:29 smithi135 ceph-mon[93152]: pgmap v7192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:26:30.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:30.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:31.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:31.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:32.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:32.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:32 smithi194 ceph-mon[104785]: pgmap v7193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:32 smithi135 ceph-mon[93152]: pgmap v7193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:33.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:33.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:34.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:34.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:34 smithi194 ceph-mon[104785]: pgmap v7194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:34 smithi135 ceph-mon[93152]: pgmap v7194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:35.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:35.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:36 smithi135 ceph-mon[93152]: pgmap v7195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:36.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:36.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:36 smithi194 ceph-mon[104785]: pgmap v7195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:37.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:37.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:38.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:38.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:38 smithi135 ceph-mon[93152]: pgmap v7196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:38 smithi194 ceph-mon[104785]: pgmap v7196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:39.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:39.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:39 smithi194 ceph-mon[104785]: pgmap v7197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:26:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:39 smithi135 ceph-mon[93152]: pgmap v7197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:26:40.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:40.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:41.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:41.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:41 smithi194 ceph-mon[104785]: pgmap v7198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:41 smithi135 ceph-mon[93152]: pgmap v7198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:42.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:42.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:43.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:43.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:44.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:44.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:44 smithi194 ceph-mon[104785]: pgmap v7199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:44 smithi135 ceph-mon[93152]: pgmap v7199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:45.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:45.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:46.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:46.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:46 smithi135 ceph-mon[93152]: pgmap v7200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:46 smithi194 ceph-mon[104785]: pgmap v7200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:47.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:47.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:48.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:48.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:48 smithi135 ceph-mon[93152]: pgmap v7201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:48 smithi194 ceph-mon[104785]: pgmap v7201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:49.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:49.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:49 smithi194 ceph-mon[104785]: pgmap v7202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:26:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:49 smithi135 ceph-mon[93152]: pgmap v7202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:26:50.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:50.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:51.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:51.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:52.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:52.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:52 smithi135 ceph-mon[93152]: pgmap v7203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:52 smithi194 ceph-mon[104785]: pgmap v7203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:53.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:53.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:54.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:54.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:54 smithi135 ceph-mon[93152]: pgmap v7204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:54 smithi194 ceph-mon[104785]: pgmap v7204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:55.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:55.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:26:56.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:56.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:56 smithi135 ceph-mon[93152]: pgmap v7205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:56 smithi194 ceph-mon[104785]: pgmap v7205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:57.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:57.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:58.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:58.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:26:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:58 smithi135 ceph-mon[93152]: pgmap v7206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:58 smithi194 ceph-mon[104785]: pgmap v7206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:26:59.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:26:59.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:26:59 smithi194 ceph-mon[104785]: pgmap v7207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:27:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:26:59 smithi135 ceph-mon[93152]: pgmap v7207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:27:00.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:00.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:01.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:01.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:02.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:02.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:02 smithi135 ceph-mon[93152]: pgmap v7208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:02 smithi194 ceph-mon[104785]: pgmap v7208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:03.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:03.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:04.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:04.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:04 smithi135 ceph-mon[93152]: pgmap v7209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:04 smithi194 ceph-mon[104785]: pgmap v7209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:05.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:05.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:06.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:06.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:06 smithi135 ceph-mon[93152]: pgmap v7210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:06 smithi194 ceph-mon[104785]: pgmap v7210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:07.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:07.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:08.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:08.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:08 smithi194 ceph-mon[104785]: pgmap v7211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:08 smithi135 ceph-mon[93152]: pgmap v7211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:09.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:09.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:09 smithi194 ceph-mon[104785]: pgmap v7212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:27:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:09 smithi135 ceph-mon[93152]: pgmap v7212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:27:10.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:10.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:27:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:27:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:27:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:27:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:27:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:27:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:27:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:27:11.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:27:11.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:27:11.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:27:11.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:27:11.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:11.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:11 smithi135 ceph-mon[93152]: pgmap v7213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:11 smithi194 ceph-mon[104785]: pgmap v7213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:12.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:12.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:13.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:13.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:14.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:14.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:14 smithi135 ceph-mon[93152]: pgmap v7214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:14 smithi194 ceph-mon[104785]: pgmap v7214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:15.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:15.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:16.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:16.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:16 smithi135 ceph-mon[93152]: pgmap v7215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:16 smithi194 ceph-mon[104785]: pgmap v7215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:17.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:17.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:18.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:18.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:18 smithi194 ceph-mon[104785]: pgmap v7216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:18 smithi135 ceph-mon[93152]: pgmap v7216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:19.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:19.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:19 smithi194 ceph-mon[104785]: pgmap v7217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:27:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:19 smithi135 ceph-mon[93152]: pgmap v7217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:27:20.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:20.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:21.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:21.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:22.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:22.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:22 smithi135 ceph-mon[93152]: pgmap v7218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:22 smithi194 ceph-mon[104785]: pgmap v7218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:23.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:23.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:24.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:24.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:24 smithi135 ceph-mon[93152]: pgmap v7219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:24 smithi194 ceph-mon[104785]: pgmap v7219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:25.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:25.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:26.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:26.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:26 smithi135 ceph-mon[93152]: pgmap v7220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:26 smithi194 ceph-mon[104785]: pgmap v7220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:27.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:27.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:28.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:28.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:28 smithi135 ceph-mon[93152]: pgmap v7221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:28 smithi194 ceph-mon[104785]: pgmap v7221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:29.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:29.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:29 smithi194 ceph-mon[104785]: pgmap v7222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:27:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:29 smithi135 ceph-mon[93152]: pgmap v7222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:27:30.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:30.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:31.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:31.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:32.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:32.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:32 smithi135 ceph-mon[93152]: pgmap v7223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:32 smithi194 ceph-mon[104785]: pgmap v7223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:33.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:33.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:34.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:34.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:34 smithi135 ceph-mon[93152]: pgmap v7224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:34 smithi194 ceph-mon[104785]: pgmap v7224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:35.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:35.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:36.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:36.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:36 smithi135 ceph-mon[93152]: pgmap v7225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:36 smithi194 ceph-mon[104785]: pgmap v7225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:37.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:37.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:38.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:38.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:38 smithi135 ceph-mon[93152]: pgmap v7226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:38 smithi194 ceph-mon[104785]: pgmap v7226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:39.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:39.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:39 smithi135 ceph-mon[93152]: pgmap v7227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:27:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:39 smithi194 ceph-mon[104785]: pgmap v7227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:27:40.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:40.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:41.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:41.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:41 smithi135 ceph-mon[93152]: pgmap v7228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:41 smithi194 ceph-mon[104785]: pgmap v7228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:42.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:42.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:43.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:43.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:44.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:44.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:44 smithi135 ceph-mon[93152]: pgmap v7229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:44 smithi194 ceph-mon[104785]: pgmap v7229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:45.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:45.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:46.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:46.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:46 smithi135 ceph-mon[93152]: pgmap v7230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:46 smithi194 ceph-mon[104785]: pgmap v7230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:47.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:47.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:48.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:48.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:48 smithi135 ceph-mon[93152]: pgmap v7231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:48 smithi194 ceph-mon[104785]: pgmap v7231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:49.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:49.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:49 smithi135 ceph-mon[93152]: pgmap v7232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:27:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:49 smithi194 ceph-mon[104785]: pgmap v7232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:27:50.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:50.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:51.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:51.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:52.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:52.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:52 smithi135 ceph-mon[93152]: pgmap v7233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:52 smithi194 ceph-mon[104785]: pgmap v7233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:53.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:53.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:54.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:54.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:54 smithi135 ceph-mon[93152]: pgmap v7234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:54 smithi194 ceph-mon[104785]: pgmap v7234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:55.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:55.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:27:56.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:56.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:56 smithi135 ceph-mon[93152]: pgmap v7235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:56 smithi194 ceph-mon[104785]: pgmap v7235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:57.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:57.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:58.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:58.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:27:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:58 smithi135 ceph-mon[93152]: pgmap v7236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:58.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:58 smithi194 ceph-mon[104785]: pgmap v7236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:27:59.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:27:59.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:27:59 smithi135 ceph-mon[93152]: pgmap v7237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:28:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:27:59 smithi194 ceph-mon[104785]: pgmap v7237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:28:00.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:00.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:01.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:01.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:02.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:02.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:02 smithi135 ceph-mon[93152]: pgmap v7238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:02 smithi194 ceph-mon[104785]: pgmap v7238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:03.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:03.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:04.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:04.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:04 smithi135 ceph-mon[93152]: pgmap v7239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:04 smithi194 ceph-mon[104785]: pgmap v7239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:05.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:05.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:06.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:06.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:06 smithi135 ceph-mon[93152]: pgmap v7240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:06 smithi194 ceph-mon[104785]: pgmap v7240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:07.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:07.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:08.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:08.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:08 smithi135 ceph-mon[93152]: pgmap v7241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:08.926 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:08 smithi194 ceph-mon[104785]: pgmap v7241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:09.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:09.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:09 smithi135 ceph-mon[93152]: pgmap v7242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:28:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:09 smithi194 ceph-mon[104785]: pgmap v7242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:28:10.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:10.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:28:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:28:11.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:11.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:11 smithi135 ceph-mon[93152]: pgmap v7243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:28:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:28:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:28:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:28:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:28:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:11 smithi194 ceph-mon[104785]: pgmap v7243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:28:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:28:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:28:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:28:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:28:12.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:12.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:13.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:13.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:14.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:14.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:14 smithi135 ceph-mon[93152]: pgmap v7244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:14 smithi194 ceph-mon[104785]: pgmap v7244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:15.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:15.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:16.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:16.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:16 smithi135 ceph-mon[93152]: pgmap v7245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:16 smithi194 ceph-mon[104785]: pgmap v7245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:17.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:17.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:18.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:18.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:18 smithi135 ceph-mon[93152]: pgmap v7246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:18 smithi194 ceph-mon[104785]: pgmap v7246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:19.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:19.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:19 smithi135 ceph-mon[93152]: pgmap v7247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:28:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:19 smithi194 ceph-mon[104785]: pgmap v7247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:28:20.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:20.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:21.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:21.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:22 smithi135 ceph-mon[93152]: pgmap v7248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:22.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:22.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:22 smithi194 ceph-mon[104785]: pgmap v7248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:23.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:23.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:24.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:24.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:24 smithi135 ceph-mon[93152]: pgmap v7249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:24 smithi194 ceph-mon[104785]: pgmap v7249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:25.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:25.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:26.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:26.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:26 smithi135 ceph-mon[93152]: pgmap v7250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:26 smithi194 ceph-mon[104785]: pgmap v7250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:27.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:27.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:28.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:28.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:28 smithi135 ceph-mon[93152]: pgmap v7251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:28 smithi194 ceph-mon[104785]: pgmap v7251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:29.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:29.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:29 smithi135 ceph-mon[93152]: pgmap v7252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:28:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:29 smithi194 ceph-mon[104785]: pgmap v7252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:28:30.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:30.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:31.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:31.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:32.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:32.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:32 smithi135 ceph-mon[93152]: pgmap v7253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:32 smithi194 ceph-mon[104785]: pgmap v7253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:33.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:33.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:34.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:34.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:34 smithi135 ceph-mon[93152]: pgmap v7254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:34 smithi194 ceph-mon[104785]: pgmap v7254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:35.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:35.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:36.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:36.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:36.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:36 smithi135 ceph-mon[93152]: pgmap v7255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:36 smithi194 ceph-mon[104785]: pgmap v7255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:37.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:37.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:38.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:38.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:38.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:38 smithi135 ceph-mon[93152]: pgmap v7256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:38.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:38 smithi194 ceph-mon[104785]: pgmap v7256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:39.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:39.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:39 smithi135 ceph-mon[93152]: pgmap v7257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:28:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:39 smithi194 ceph-mon[104785]: pgmap v7257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:28:40.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:40.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:41.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:41.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:41 smithi135 ceph-mon[93152]: pgmap v7258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:41 smithi194 ceph-mon[104785]: pgmap v7258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:42.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:42.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:43.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:43.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:44.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:44 smithi194 ceph-mon[104785]: pgmap v7259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:44.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:44.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:44 smithi135 ceph-mon[93152]: pgmap v7259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:45.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:45.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:46.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:46.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:46 smithi135 ceph-mon[93152]: pgmap v7260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:46 smithi194 ceph-mon[104785]: pgmap v7260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:47.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:47.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:48.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:48.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:48 smithi135 ceph-mon[93152]: pgmap v7261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:48 smithi194 ceph-mon[104785]: pgmap v7261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:49.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:49.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:49 smithi135 ceph-mon[93152]: pgmap v7262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:28:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:49 smithi194 ceph-mon[104785]: pgmap v7262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:28:50.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:50.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:51.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:51.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:52.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:52.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:52 smithi135 ceph-mon[93152]: pgmap v7263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:52 smithi194 ceph-mon[104785]: pgmap v7263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:53.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:53.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:54 smithi194 ceph-mon[104785]: pgmap v7264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:54.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:54.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:54 smithi135 ceph-mon[93152]: pgmap v7264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:55.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:55.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:28:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:56 smithi135 ceph-mon[93152]: pgmap v7265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:56.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:56.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:56 smithi194 ceph-mon[104785]: pgmap v7265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:57.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:57.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:58.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:58.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:28:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:58 smithi194 ceph-mon[104785]: pgmap v7266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:58 smithi135 ceph-mon[93152]: pgmap v7266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:28:59.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:28:59.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:28:59 smithi135 ceph-mon[93152]: pgmap v7267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:29:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:28:59 smithi194 ceph-mon[104785]: pgmap v7267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:29:00.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:00.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:01.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:01.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:02 smithi135 ceph-mon[93152]: pgmap v7268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:02.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:02.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:02 smithi194 ceph-mon[104785]: pgmap v7268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:03.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:03.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:04 smithi135 ceph-mon[93152]: pgmap v7269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:04.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:04.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:04 smithi194 ceph-mon[104785]: pgmap v7269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:05.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:05.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:06 smithi135 ceph-mon[93152]: pgmap v7270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:06.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:06.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:06 smithi194 ceph-mon[104785]: pgmap v7270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:07.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:07.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:08.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:08.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:08 smithi194 ceph-mon[104785]: pgmap v7271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:08 smithi135 ceph-mon[93152]: pgmap v7271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:09.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:09.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:09 smithi135 ceph-mon[93152]: pgmap v7272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:29:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:09 smithi194 ceph-mon[104785]: pgmap v7272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:29:10.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:10.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:11.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:11.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:11 smithi135 ceph-mon[93152]: pgmap v7273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:29:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:11 smithi194 ceph-mon[104785]: pgmap v7273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:29:12.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:12.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:29:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:29:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:29:13.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:29:13.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:29:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:29:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:29:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:29:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:29:13.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:29:13.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:13.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:13 smithi135 ceph-mon[93152]: pgmap v7274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:13 smithi194 ceph-mon[104785]: pgmap v7274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:14.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:14.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:15.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:15.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:16 smithi135 ceph-mon[93152]: pgmap v7275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:16.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:16.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:16 smithi194 ceph-mon[104785]: pgmap v7275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:17.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:17.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:18 smithi135 ceph-mon[93152]: pgmap v7276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:18.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:18.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:18 smithi194 ceph-mon[104785]: pgmap v7276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:19.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:19.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:19 smithi135 ceph-mon[93152]: pgmap v7277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:29:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:19 smithi194 ceph-mon[104785]: pgmap v7277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:29:20.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:20.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:21.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:21.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:22 smithi135 ceph-mon[93152]: pgmap v7278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:22.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:22.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:22 smithi194 ceph-mon[104785]: pgmap v7278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:23.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:23.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:24.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:24.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:24 smithi194 ceph-mon[104785]: pgmap v7279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:24 smithi135 ceph-mon[93152]: pgmap v7279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:25.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:25.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:26.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:26.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:26 smithi194 ceph-mon[104785]: pgmap v7280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:26 smithi135 ceph-mon[93152]: pgmap v7280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:27.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:27.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:28.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:28.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:28 smithi194 ceph-mon[104785]: pgmap v7281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:28 smithi135 ceph-mon[93152]: pgmap v7281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:29.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:29.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:29 smithi194 ceph-mon[104785]: pgmap v7282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:29:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:29 smithi135 ceph-mon[93152]: pgmap v7282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:29:30.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:30.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:31.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:31.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:32.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:32.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:32.940 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:32 smithi135 ceph-mon[93152]: pgmap v7283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:32 smithi194 ceph-mon[104785]: pgmap v7283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:33.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:33.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:34.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:34 smithi194 ceph-mon[104785]: pgmap v7284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:34.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:34.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:34 smithi135 ceph-mon[93152]: pgmap v7284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:35.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:35.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:36.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:36.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:36 smithi194 ceph-mon[104785]: pgmap v7285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:36 smithi135 ceph-mon[93152]: pgmap v7285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:37.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:37.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:38.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:38.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:38 smithi194 ceph-mon[104785]: pgmap v7286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:38 smithi135 ceph-mon[93152]: pgmap v7286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:39.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:39.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:39 smithi194 ceph-mon[104785]: pgmap v7287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:29:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:39 smithi135 ceph-mon[93152]: pgmap v7287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:29:40.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:40.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:41.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:41.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:42 smithi135 ceph-mon[93152]: pgmap v7288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:42 smithi194 ceph-mon[104785]: pgmap v7288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:42.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:42.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:43.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:43.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:44.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:44.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:44.924 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:44 smithi194 ceph-mon[104785]: pgmap v7289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:44 smithi135 ceph-mon[93152]: pgmap v7289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:45.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:45.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:46.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:46.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:46 smithi194 ceph-mon[104785]: pgmap v7290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:46 smithi135 ceph-mon[93152]: pgmap v7290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:47.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:47.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:48.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:48.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:48 smithi194 ceph-mon[104785]: pgmap v7291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:48 smithi135 ceph-mon[93152]: pgmap v7291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:49.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:49.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:50.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:49 smithi135 ceph-mon[93152]: pgmap v7292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:29:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:49 smithi194 ceph-mon[104785]: pgmap v7292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:29:50.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:50.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:51.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:51.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:52.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:52.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:52 smithi194 ceph-mon[104785]: pgmap v7293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:52 smithi135 ceph-mon[93152]: pgmap v7293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:53.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:53.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:54.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:54.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:54 smithi194 ceph-mon[104785]: pgmap v7294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:54 smithi135 ceph-mon[93152]: pgmap v7294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:55.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:55.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:56.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:29:56.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:56.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:56 smithi194 ceph-mon[104785]: pgmap v7295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:57.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:56 smithi135 ceph-mon[93152]: pgmap v7295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:57.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:57.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:58.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:58.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:29:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:58 smithi194 ceph-mon[104785]: pgmap v7296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:58 smithi135 ceph-mon[93152]: pgmap v7296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:29:59.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:29:59.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:29:59 smithi135 ceph-mon[93152]: pgmap v7297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:30:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:29:59 smithi194 ceph-mon[104785]: pgmap v7297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:30:00.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:00.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T08:30:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T08:30:01.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:01.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:02 smithi135 ceph-mon[93152]: pgmap v7298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:02 smithi194 ceph-mon[104785]: pgmap v7298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:02.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:02.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:03.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:03.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:04.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:04.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:04 smithi194 ceph-mon[104785]: pgmap v7299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:04 smithi135 ceph-mon[93152]: pgmap v7299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:05.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:05.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:06.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:06.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:06 smithi194 ceph-mon[104785]: pgmap v7300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:06 smithi135 ceph-mon[93152]: pgmap v7300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:07.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:07.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:08 smithi135 ceph-mon[93152]: pgmap v7301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:08.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:08 smithi194 ceph-mon[104785]: pgmap v7301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:08.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:08.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:09.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:09.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:09 smithi135 ceph-mon[93152]: pgmap v7302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:30:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:09 smithi194 ceph-mon[104785]: pgmap v7302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:30:10.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:10.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:11.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:11.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:12 smithi135 ceph-mon[93152]: pgmap v7303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:12 smithi194 ceph-mon[104785]: pgmap v7303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:12.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:12.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:13.334 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:30:13.334 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:30:13.334 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:30:13.335 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:30:13.335 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:30:13.335 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:30:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:30:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:30:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:30:13.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:30:13.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:30:13.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:30:13.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:13.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:14 smithi194 ceph-mon[104785]: pgmap v7304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:14 smithi135 ceph-mon[93152]: pgmap v7304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:14.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:14.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:15.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:15.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:16.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:16.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:16 smithi194 ceph-mon[104785]: pgmap v7305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:16 smithi135 ceph-mon[93152]: pgmap v7305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:17.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:17.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:18 smithi135 ceph-mon[93152]: pgmap v7306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:18.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:18.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:18 smithi194 ceph-mon[104785]: pgmap v7306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:19.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:19.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:20 smithi135 ceph-mon[93152]: pgmap v7307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:30:20.289 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:20 smithi194 ceph-mon[104785]: pgmap v7307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:30:20.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:20.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:21.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:21.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:22.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:22.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:22 smithi194 ceph-mon[104785]: pgmap v7308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:22 smithi135 ceph-mon[93152]: pgmap v7308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:23.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:23.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:24.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:24.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:24 smithi194 ceph-mon[104785]: pgmap v7309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:24 smithi135 ceph-mon[93152]: pgmap v7309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:25.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:25.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:26.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:26.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:26 smithi194 ceph-mon[104785]: pgmap v7310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:26 smithi135 ceph-mon[93152]: pgmap v7310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:27.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:27.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:28 smithi135 ceph-mon[93152]: pgmap v7311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:28.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:28.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:28 smithi194 ceph-mon[104785]: pgmap v7311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:29.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:29.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:30 smithi135 ceph-mon[93152]: pgmap v7312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:30:30.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:30 smithi194 ceph-mon[104785]: pgmap v7312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:30:30.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:30.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:31.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:31.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:32.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:32.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:32 smithi194 ceph-mon[104785]: pgmap v7313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:32 smithi135 ceph-mon[93152]: pgmap v7313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:33.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:33.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:34.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:34.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:34 smithi194 ceph-mon[104785]: pgmap v7314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:34 smithi135 ceph-mon[93152]: pgmap v7314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:35.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:35.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:36.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:36.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:36 smithi194 ceph-mon[104785]: pgmap v7315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:36 smithi135 ceph-mon[93152]: pgmap v7315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:37.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:37.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:38.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:38.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:38 smithi194 ceph-mon[104785]: pgmap v7316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:38 smithi135 ceph-mon[93152]: pgmap v7316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:39.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:39.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:40 smithi135 ceph-mon[93152]: pgmap v7317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:30:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:40 smithi194 ceph-mon[104785]: pgmap v7317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:30:40.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:40.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:41.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:41.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:42 smithi194 ceph-mon[104785]: pgmap v7318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:42 smithi135 ceph-mon[93152]: pgmap v7318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:42.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:42.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:43.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:43.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:44.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:44.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:44 smithi194 ceph-mon[104785]: pgmap v7319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:44 smithi135 ceph-mon[93152]: pgmap v7319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:45.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:45.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:46.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:46.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:46 smithi194 ceph-mon[104785]: pgmap v7320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:46 smithi135 ceph-mon[93152]: pgmap v7320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:47.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:47.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:48.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:48.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:48 smithi194 ceph-mon[104785]: pgmap v7321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:48 smithi135 ceph-mon[93152]: pgmap v7321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:49.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:49.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:50 smithi194 ceph-mon[104785]: pgmap v7322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:30:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:50 smithi135 ceph-mon[93152]: pgmap v7322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:30:50.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:50.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:51.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:51.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:52.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:52.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:52 smithi194 ceph-mon[104785]: pgmap v7323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:52 smithi135 ceph-mon[93152]: pgmap v7323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:53.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:53.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:54.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:54.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:54 smithi194 ceph-mon[104785]: pgmap v7324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:54 smithi135 ceph-mon[93152]: pgmap v7324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:30:55.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:55.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:30:56.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:56.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:56 smithi194 ceph-mon[104785]: pgmap v7325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T08:30:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:56 smithi135 ceph-mon[93152]: pgmap v7325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T08:30:57.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:57.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:30:58 smithi194 ceph-mon[104785]: pgmap v7326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T08:30:58.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:58.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:30:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:30:58 smithi135 ceph-mon[93152]: pgmap v7326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T08:30:59.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:30:59.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:00 smithi194 ceph-mon[104785]: pgmap v7327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 169 B/s rd, 0 op/s 2023-10-08T08:31:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:00 smithi135 ceph-mon[93152]: pgmap v7327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 169 B/s rd, 0 op/s 2023-10-08T08:31:00.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:00.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:01.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:01.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:02 smithi194 ceph-mon[104785]: pgmap v7328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T08:31:02.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:02.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:02 smithi135 ceph-mon[93152]: pgmap v7328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T08:31:03.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:03.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:04 smithi194 ceph-mon[104785]: pgmap v7329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T08:31:04.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:04.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:04 smithi135 ceph-mon[93152]: pgmap v7329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T08:31:05.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:05.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:06 smithi194 ceph-mon[104785]: pgmap v7330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T08:31:06.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:06.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:06 smithi135 ceph-mon[93152]: pgmap v7330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T08:31:07.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:07.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:08.876 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:08 smithi135 ceph-mon[93152]: pgmap v7331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:08 smithi194 ceph-mon[104785]: pgmap v7331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:08.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:08.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:09.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:09.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:10 smithi194 ceph-mon[104785]: pgmap v7332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:31:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:10 smithi135 ceph-mon[93152]: pgmap v7332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:31:10.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:10.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:11.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:11.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:12 smithi194 ceph-mon[104785]: pgmap v7333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:12 smithi135 ceph-mon[93152]: pgmap v7333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:12.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:12.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:31:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:31:13.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:13.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:14 smithi135 ceph-mon[93152]: pgmap v7334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:14 smithi194 ceph-mon[104785]: pgmap v7334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:14.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:14.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:15.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:15.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:16 smithi194 ceph-mon[104785]: pgmap v7335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:16.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:16.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:16 smithi135 ceph-mon[93152]: pgmap v7335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:17.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:17.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:31:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:31:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:18 smithi194 ceph-mon[104785]: pgmap v7336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:31:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:31:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:31:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:31:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:31:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:31:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:31:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:18 smithi135 ceph-mon[93152]: pgmap v7336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:31:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:31:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:31:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:31:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:31:18.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:18.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:19.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:19.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:20 smithi194 ceph-mon[104785]: pgmap v7337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:31:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:20 smithi135 ceph-mon[93152]: pgmap v7337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:31:20.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:20.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:21.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:21.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:22 smithi194 ceph-mon[104785]: pgmap v7338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:22.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:22.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:22 smithi135 ceph-mon[93152]: pgmap v7338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:24.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:24.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:24 smithi194 ceph-mon[104785]: pgmap v7339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:25.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:25.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:24 smithi135 ceph-mon[93152]: pgmap v7339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:26.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:26.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:26 smithi194 ceph-mon[104785]: pgmap v7340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:27.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:27.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:26 smithi135 ceph-mon[93152]: pgmap v7340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:28.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:28.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:28 smithi194 ceph-mon[104785]: pgmap v7341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:28 smithi135 ceph-mon[93152]: pgmap v7341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:29.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:29.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:30.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:30.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:30 smithi194 ceph-mon[104785]: pgmap v7342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:31:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:30 smithi135 ceph-mon[93152]: pgmap v7342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:31:31.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:31.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:32.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:32.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:32 smithi194 ceph-mon[104785]: pgmap v7343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:32 smithi135 ceph-mon[93152]: pgmap v7343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:33.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:33.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:34.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:34.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:34 smithi194 ceph-mon[104785]: pgmap v7344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:34 smithi135 ceph-mon[93152]: pgmap v7344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:35.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:35.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:36.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:36.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:36 smithi194 ceph-mon[104785]: pgmap v7345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:36 smithi135 ceph-mon[93152]: pgmap v7345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:37.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:37.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:38.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:38.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:38 smithi194 ceph-mon[104785]: pgmap v7346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:38 smithi135 ceph-mon[93152]: pgmap v7346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:39.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:39.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:40.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:40.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:40 smithi194 ceph-mon[104785]: pgmap v7347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:31:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:40 smithi135 ceph-mon[93152]: pgmap v7347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:31:41.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:41.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:42.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:42.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:42 smithi194 ceph-mon[104785]: pgmap v7348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:42 smithi135 ceph-mon[93152]: pgmap v7348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:43.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:43.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:44.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:44.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:44.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:44 smithi194 ceph-mon[104785]: pgmap v7349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:44 smithi135 ceph-mon[93152]: pgmap v7349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:45.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:45.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:46.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:46.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:46 smithi194 ceph-mon[104785]: pgmap v7350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:46 smithi135 ceph-mon[93152]: pgmap v7350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:47.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:47.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:48.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:48.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:48 smithi194 ceph-mon[104785]: pgmap v7351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:48 smithi135 ceph-mon[93152]: pgmap v7351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:49.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:49.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:50.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:50.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:50 smithi194 ceph-mon[104785]: pgmap v7352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:31:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:50 smithi135 ceph-mon[93152]: pgmap v7352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:31:51.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:51.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:52.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:52.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:52 smithi194 ceph-mon[104785]: pgmap v7353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:52 smithi135 ceph-mon[93152]: pgmap v7353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:53.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:53.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:54.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:54.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:54 smithi194 ceph-mon[104785]: pgmap v7354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:54 smithi135 ceph-mon[93152]: pgmap v7354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:55.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:55.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:31:56.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:56.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:56 smithi194 ceph-mon[104785]: pgmap v7355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:56 smithi135 ceph-mon[93152]: pgmap v7355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:57.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:57.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:58.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:58.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:31:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:31:58 smithi194 ceph-mon[104785]: pgmap v7356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:31:58 smithi135 ceph-mon[93152]: pgmap v7356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:31:59.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:31:59.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:00.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:00.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:00 smithi194 ceph-mon[104785]: pgmap v7357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:32:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:00 smithi135 ceph-mon[93152]: pgmap v7357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:32:01.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:01.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:02.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:02.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:02 smithi194 ceph-mon[104785]: pgmap v7358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:02 smithi135 ceph-mon[93152]: pgmap v7358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:03.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:03.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:04.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:04.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:04 smithi135 ceph-mon[93152]: pgmap v7359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:04 smithi194 ceph-mon[104785]: pgmap v7359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:05.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:05.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:06.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:06.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:06 smithi194 ceph-mon[104785]: pgmap v7360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:06 smithi135 ceph-mon[93152]: pgmap v7360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:07.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:07.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:08.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:08.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:08 smithi194 ceph-mon[104785]: pgmap v7361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:08 smithi135 ceph-mon[93152]: pgmap v7361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:09.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:09.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:10.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:10.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:10 smithi194 ceph-mon[104785]: pgmap v7362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:32:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:10 smithi135 ceph-mon[93152]: pgmap v7362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:32:11.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:11.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:11.437 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:12.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:12.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:12 smithi194 ceph-mon[104785]: pgmap v7363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:12 smithi135 ceph-mon[93152]: pgmap v7363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:13.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:13.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:14.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:14.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:14 smithi194 ceph-mon[104785]: pgmap v7364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:14 smithi135 ceph-mon[93152]: pgmap v7364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:15.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:15.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:16.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:16.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:16 smithi194 ceph-mon[104785]: pgmap v7365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:16 smithi135 ceph-mon[93152]: pgmap v7365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:17.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:17.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:18.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:18.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:18 smithi194 ceph-mon[104785]: pgmap v7366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:32:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:32:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:32:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:32:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:32:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:32:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:18 smithi135 ceph-mon[93152]: pgmap v7366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:32:19.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:32:19.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:32:19.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:32:19.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:32:19.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:32:19.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:19.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:20.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:20.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:20 smithi194 ceph-mon[104785]: pgmap v7367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:32:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:20 smithi135 ceph-mon[93152]: pgmap v7367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:32:21.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:21.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:22.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:22.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:22 smithi194 ceph-mon[104785]: pgmap v7368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:22 smithi135 ceph-mon[93152]: pgmap v7368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:23.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:23.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:24.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:24.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:24 smithi194 ceph-mon[104785]: pgmap v7369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:24 smithi135 ceph-mon[93152]: pgmap v7369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:25.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:25.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:26.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:26.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:26 smithi194 ceph-mon[104785]: pgmap v7370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:26 smithi135 ceph-mon[93152]: pgmap v7370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:27.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:27.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:28.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:28.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:28 smithi194 ceph-mon[104785]: pgmap v7371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:28 smithi135 ceph-mon[93152]: pgmap v7371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:29.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:29.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:30.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:30.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:30 smithi194 ceph-mon[104785]: pgmap v7372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:32:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:30 smithi135 ceph-mon[93152]: pgmap v7372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:32:31.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:31.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:32.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:32.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:32 smithi194 ceph-mon[104785]: pgmap v7373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:32 smithi135 ceph-mon[93152]: pgmap v7373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:33.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:33.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:34.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:34.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:34 smithi194 ceph-mon[104785]: pgmap v7374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:35.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:34 smithi135 ceph-mon[93152]: pgmap v7374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:35.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:35.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:36.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:36.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:36 smithi194 ceph-mon[104785]: pgmap v7375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:36 smithi135 ceph-mon[93152]: pgmap v7375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:37.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:37.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:38.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:38.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:38 smithi194 ceph-mon[104785]: pgmap v7376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:38 smithi135 ceph-mon[93152]: pgmap v7376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:39.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:39.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:40.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:40.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:40 smithi194 ceph-mon[104785]: pgmap v7377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:32:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:40 smithi135 ceph-mon[93152]: pgmap v7377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:32:41.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:41.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:42.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:42.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:42 smithi194 ceph-mon[104785]: pgmap v7378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:42 smithi135 ceph-mon[93152]: pgmap v7378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:43.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:43.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:44.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:44.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:44 smithi194 ceph-mon[104785]: pgmap v7379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:44 smithi135 ceph-mon[93152]: pgmap v7379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:45.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:45.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:46.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:46.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:46 smithi194 ceph-mon[104785]: pgmap v7380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:46 smithi135 ceph-mon[93152]: pgmap v7380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:47.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:47.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:48.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:48.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:48 smithi194 ceph-mon[104785]: pgmap v7381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:48 smithi135 ceph-mon[93152]: pgmap v7381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:49.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:49.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:50.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:50.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:50 smithi135 ceph-mon[93152]: pgmap v7382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:32:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:50 smithi194 ceph-mon[104785]: pgmap v7382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:32:51.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:51.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:52.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:52.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:52 smithi194 ceph-mon[104785]: pgmap v7383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:52 smithi135 ceph-mon[93152]: pgmap v7383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:53.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:53.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:54.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:54.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:54.909 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:54 smithi135 ceph-mon[93152]: pgmap v7384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:54 smithi194 ceph-mon[104785]: pgmap v7384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:55.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:55.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:32:56.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:56.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:56.909 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:56 smithi194 ceph-mon[104785]: pgmap v7385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:56 smithi135 ceph-mon[93152]: pgmap v7385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:57.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:57.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:58.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:58.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:32:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:32:58 smithi194 ceph-mon[104785]: pgmap v7386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:32:58 smithi135 ceph-mon[93152]: pgmap v7386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:32:59.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:32:59.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:00.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:00.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:00 smithi135 ceph-mon[93152]: pgmap v7387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:33:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:00 smithi194 ceph-mon[104785]: pgmap v7387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:33:01.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:01.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:02.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:02.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:02 smithi194 ceph-mon[104785]: pgmap v7388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:02 smithi135 ceph-mon[93152]: pgmap v7388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:03.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:03.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:04.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:04.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:04 smithi194 ceph-mon[104785]: pgmap v7389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:04 smithi135 ceph-mon[93152]: pgmap v7389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:05.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:05.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:06.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:06.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:06 smithi194 ceph-mon[104785]: pgmap v7390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:06 smithi135 ceph-mon[93152]: pgmap v7390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:07.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:07.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:08.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:08.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:08 smithi194 ceph-mon[104785]: pgmap v7391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:08 smithi135 ceph-mon[93152]: pgmap v7391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:09.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:09.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:10.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:10.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:10 smithi194 ceph-mon[104785]: pgmap v7392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:33:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:10 smithi135 ceph-mon[93152]: pgmap v7392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:33:11.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:11.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:12.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:12.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:12 smithi194 ceph-mon[104785]: pgmap v7393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:12 smithi135 ceph-mon[93152]: pgmap v7393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:13.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:13.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:14.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:14.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:14 smithi194 ceph-mon[104785]: pgmap v7394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:14 smithi135 ceph-mon[93152]: pgmap v7394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:15.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:15.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:16.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:16.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:16 smithi194 ceph-mon[104785]: pgmap v7395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:16 smithi135 ceph-mon[93152]: pgmap v7395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:17.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:17.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:18.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:18.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:18 smithi194 ceph-mon[104785]: pgmap v7396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:33:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:18 smithi135 ceph-mon[93152]: pgmap v7396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:33:19.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:19.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:20.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:20.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:20 smithi194 ceph-mon[104785]: pgmap v7397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:33:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:20 smithi135 ceph-mon[93152]: pgmap v7397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:33:21.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:21.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:22.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:22.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:22 smithi194 ceph-mon[104785]: pgmap v7398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:22 smithi135 ceph-mon[93152]: pgmap v7398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:23.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:23.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:24.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:24.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:24 smithi194 ceph-mon[104785]: pgmap v7399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:24 smithi135 ceph-mon[93152]: pgmap v7399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:25.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:25.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:33:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:33:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:33:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:33:26.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:26.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:26 smithi194 ceph-mon[104785]: pgmap v7400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:33:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:33:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:33:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:33:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:33:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:26 smithi135 ceph-mon[93152]: pgmap v7400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:33:27.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:33:27.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:33:27.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:33:27.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:33:27.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:27.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:28.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:28.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:28 smithi194 ceph-mon[104785]: pgmap v7401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:28 smithi135 ceph-mon[93152]: pgmap v7401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:29.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:29.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:30.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:30.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:30 smithi194 ceph-mon[104785]: pgmap v7402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:33:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:30 smithi135 ceph-mon[93152]: pgmap v7402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:33:31.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:31.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:32.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:32.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:32 smithi194 ceph-mon[104785]: pgmap v7403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:32 smithi135 ceph-mon[93152]: pgmap v7403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:33.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:33.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:34.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:34.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:34 smithi194 ceph-mon[104785]: pgmap v7404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:34 smithi135 ceph-mon[93152]: pgmap v7404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:35.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:35.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:36.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:36.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:36 smithi194 ceph-mon[104785]: pgmap v7405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:36 smithi135 ceph-mon[93152]: pgmap v7405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:37.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:37.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:38.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:38.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:38 smithi194 ceph-mon[104785]: pgmap v7406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:38 smithi135 ceph-mon[93152]: pgmap v7406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:39.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:39.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:40.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:40.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:40.341 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:40 smithi135 ceph-mon[93152]: pgmap v7407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:33:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:40 smithi194 ceph-mon[104785]: pgmap v7407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:33:41.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:41.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:42.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:42.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:42.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:42 smithi194 ceph-mon[104785]: pgmap v7408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:42 smithi135 ceph-mon[93152]: pgmap v7408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:43.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:43.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:44.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:44.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:44 smithi194 ceph-mon[104785]: pgmap v7409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:44 smithi135 ceph-mon[93152]: pgmap v7409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:45.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:45.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:46.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:46.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:46 smithi194 ceph-mon[104785]: pgmap v7410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:46 smithi135 ceph-mon[93152]: pgmap v7410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:47.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:47.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:48.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:48.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:48 smithi194 ceph-mon[104785]: pgmap v7411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:48 smithi135 ceph-mon[93152]: pgmap v7411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:49.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:49.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:50.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:50.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:50.438 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:50 smithi135 ceph-mon[93152]: pgmap v7412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:33:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:50 smithi194 ceph-mon[104785]: pgmap v7412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:33:51.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:51.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:52.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:52.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:52 smithi194 ceph-mon[104785]: pgmap v7413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:52 smithi135 ceph-mon[93152]: pgmap v7413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:53.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:53.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:54.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:54.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:54 smithi194 ceph-mon[104785]: pgmap v7414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:54 smithi135 ceph-mon[93152]: pgmap v7414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:55.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:55.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:33:56.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:56.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:56 smithi194 ceph-mon[104785]: pgmap v7415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:56 smithi135 ceph-mon[93152]: pgmap v7415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:57.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:57.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:58.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:58.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:33:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:33:58 smithi194 ceph-mon[104785]: pgmap v7416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:33:58 smithi135 ceph-mon[93152]: pgmap v7416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:33:59.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:33:59.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:00.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:00.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:00 smithi194 ceph-mon[104785]: pgmap v7417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:34:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:00 smithi135 ceph-mon[93152]: pgmap v7417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:34:01.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:01.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:02.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:02.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:02 smithi194 ceph-mon[104785]: pgmap v7418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:02 smithi135 ceph-mon[93152]: pgmap v7418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:03.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:03.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:04.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:04.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:04 smithi194 ceph-mon[104785]: pgmap v7419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:04 smithi135 ceph-mon[93152]: pgmap v7419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:05.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:05.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:06.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:06.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:06 smithi194 ceph-mon[104785]: pgmap v7420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:06 smithi135 ceph-mon[93152]: pgmap v7420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:07.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:07.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:08.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:08.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:08 smithi194 ceph-mon[104785]: pgmap v7421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:08 smithi135 ceph-mon[93152]: pgmap v7421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:09.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:09.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:10.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:10.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:10 smithi194 ceph-mon[104785]: pgmap v7422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:34:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:10 smithi135 ceph-mon[93152]: pgmap v7422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:34:11.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:11.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:12.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:12.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:12 smithi194 ceph-mon[104785]: pgmap v7423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:12 smithi135 ceph-mon[93152]: pgmap v7423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:13.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:13.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:14.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:14.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:14 smithi194 ceph-mon[104785]: pgmap v7424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:14 smithi135 ceph-mon[93152]: pgmap v7424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:15.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:15.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:16.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:16.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:16 smithi194 ceph-mon[104785]: pgmap v7425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:16 smithi135 ceph-mon[93152]: pgmap v7425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:17.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:17.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:18.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:18.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:18 smithi194 ceph-mon[104785]: pgmap v7426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:18 smithi135 ceph-mon[93152]: pgmap v7426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:19.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:19.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:20.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:20.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:20 smithi194 ceph-mon[104785]: pgmap v7427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:34:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:20 smithi135 ceph-mon[93152]: pgmap v7427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:34:21.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:21.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:22.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:22.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:22 smithi194 ceph-mon[104785]: pgmap v7428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:22 smithi135 ceph-mon[93152]: pgmap v7428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:23.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:23.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:24.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:24.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:24 smithi194 ceph-mon[104785]: pgmap v7429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:24 smithi135 ceph-mon[93152]: pgmap v7429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:25.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:25.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:26.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:26.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:26.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:26 smithi194 ceph-mon[104785]: pgmap v7430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:26.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:34:26.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:34:26.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:34:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:26 smithi135 ceph-mon[93152]: pgmap v7430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:34:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:34:27.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:34:27.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:27.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:34:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:34:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:34:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:34:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:34:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:34:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:34:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:34:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:34:28.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:34:28.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:28.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:28 smithi194 ceph-mon[104785]: pgmap v7431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:28 smithi135 ceph-mon[93152]: pgmap v7431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:29.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:29.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:30.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:30.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:30 smithi194 ceph-mon[104785]: pgmap v7432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:34:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:30 smithi135 ceph-mon[93152]: pgmap v7432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:34:31.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:31.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:32.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:32.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:32 smithi194 ceph-mon[104785]: pgmap v7433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:32 smithi135 ceph-mon[93152]: pgmap v7433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:33.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:33.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:34.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:34.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:34 smithi194 ceph-mon[104785]: pgmap v7434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:34 smithi135 ceph-mon[93152]: pgmap v7434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:35.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:35.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:36.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:36.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:36 smithi194 ceph-mon[104785]: pgmap v7435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:36 smithi135 ceph-mon[93152]: pgmap v7435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:37.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:37.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:38.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:38.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:38 smithi194 ceph-mon[104785]: pgmap v7436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:38 smithi135 ceph-mon[93152]: pgmap v7436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:39.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:39.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:40.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:40.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:40 smithi194 ceph-mon[104785]: pgmap v7437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:34:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:40 smithi135 ceph-mon[93152]: pgmap v7437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:34:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:41.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:41.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:42.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:42.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:42 smithi194 ceph-mon[104785]: pgmap v7438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:42 smithi135 ceph-mon[93152]: pgmap v7438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:43.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:43.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:44.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:44.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:44 smithi194 ceph-mon[104785]: pgmap v7439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:44 smithi135 ceph-mon[93152]: pgmap v7439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:45.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:45.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:46.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:46.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:46 smithi194 ceph-mon[104785]: pgmap v7440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:46 smithi135 ceph-mon[93152]: pgmap v7440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:47.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:47.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:48.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:48.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:48 smithi194 ceph-mon[104785]: pgmap v7441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:48 smithi135 ceph-mon[93152]: pgmap v7441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:49.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:49.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:50.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:50.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:50 smithi194 ceph-mon[104785]: pgmap v7442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:34:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:50 smithi135 ceph-mon[93152]: pgmap v7442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:34:51.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:51.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:52.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:52.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:52 smithi194 ceph-mon[104785]: pgmap v7443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:52 smithi135 ceph-mon[93152]: pgmap v7443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:53.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:53.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:54.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:54.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:54 smithi194 ceph-mon[104785]: pgmap v7444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:54 smithi135 ceph-mon[93152]: pgmap v7444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:55.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:55.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:34:56.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:56.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:56 smithi194 ceph-mon[104785]: pgmap v7445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:56 smithi135 ceph-mon[93152]: pgmap v7445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:57.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:57.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:58.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:58.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:34:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:34:58 smithi194 ceph-mon[104785]: pgmap v7446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:34:58 smithi135 ceph-mon[93152]: pgmap v7446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:34:59.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:34:59.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:00.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:00.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:00 smithi194 ceph-mon[104785]: pgmap v7447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:35:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:00 smithi135 ceph-mon[93152]: pgmap v7447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:35:01.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:01.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:02.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:02.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:02 smithi194 ceph-mon[104785]: pgmap v7448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:02 smithi135 ceph-mon[93152]: pgmap v7448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:03.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:03.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:04.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:04.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:04 smithi194 ceph-mon[104785]: pgmap v7449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:04 smithi135 ceph-mon[93152]: pgmap v7449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:05.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:05.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:06.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:06.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:06 smithi194 ceph-mon[104785]: pgmap v7450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:06 smithi135 ceph-mon[93152]: pgmap v7450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:07.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:07.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:08.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:08.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:08 smithi194 ceph-mon[104785]: pgmap v7451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:08 smithi135 ceph-mon[93152]: pgmap v7451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:09.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:09.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:10.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:10.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:10 smithi194 ceph-mon[104785]: pgmap v7452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:35:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:10 smithi135 ceph-mon[93152]: pgmap v7452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:35:11.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:11.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:12.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:12.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:12 smithi194 ceph-mon[104785]: pgmap v7453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:12 smithi135 ceph-mon[93152]: pgmap v7453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:13.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:13.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:14.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:14.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:14 smithi194 ceph-mon[104785]: pgmap v7454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:14 smithi135 ceph-mon[93152]: pgmap v7454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:15.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:15.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:16.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:16.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:16 smithi194 ceph-mon[104785]: pgmap v7455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:16 smithi135 ceph-mon[93152]: pgmap v7455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:17.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:17.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:18.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:18.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:18 smithi194 ceph-mon[104785]: pgmap v7456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:18 smithi135 ceph-mon[93152]: pgmap v7456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:19.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:19.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:20.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:20.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:20 smithi194 ceph-mon[104785]: pgmap v7457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:35:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:20 smithi135 ceph-mon[93152]: pgmap v7457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:35:21.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:21.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:22.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:22.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:22 smithi194 ceph-mon[104785]: pgmap v7458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:22 smithi135 ceph-mon[93152]: pgmap v7458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:23.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:23.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:24.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:24.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:24 smithi194 ceph-mon[104785]: pgmap v7459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:24 smithi135 ceph-mon[93152]: pgmap v7459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:25.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:25.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:26.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:26.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:26 smithi194 ceph-mon[104785]: pgmap v7460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:26 smithi135 ceph-mon[93152]: pgmap v7460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:27.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:27.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:35:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:35:28.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:28.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:28 smithi194 ceph-mon[104785]: pgmap v7461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:35:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:35:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:35:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:35:28.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:35:28.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:35:28.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:35:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:28 smithi135 ceph-mon[93152]: pgmap v7461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:35:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:35:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:35:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:35:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:35:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:35:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:35:29.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:29.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:30.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:30.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:30 smithi194 ceph-mon[104785]: pgmap v7462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:35:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:30 smithi135 ceph-mon[93152]: pgmap v7462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:35:31.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:31.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:32.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:32.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:32 smithi194 ceph-mon[104785]: pgmap v7463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:32 smithi135 ceph-mon[93152]: pgmap v7463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:33.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:33.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:34.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:34.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:34 smithi194 ceph-mon[104785]: pgmap v7464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:34 smithi135 ceph-mon[93152]: pgmap v7464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:35.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:35.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:36.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:36.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:36 smithi135 ceph-mon[93152]: pgmap v7465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:36 smithi194 ceph-mon[104785]: pgmap v7465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:37.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:37.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:38.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:38.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:38 smithi194 ceph-mon[104785]: pgmap v7466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:38 smithi135 ceph-mon[93152]: pgmap v7466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:39.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:39.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:40.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:40.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:40 smithi194 ceph-mon[104785]: pgmap v7467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:35:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:40 smithi135 ceph-mon[93152]: pgmap v7467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:35:41.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:41.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:42.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:42.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:42 smithi194 ceph-mon[104785]: pgmap v7468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:42 smithi135 ceph-mon[93152]: pgmap v7468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:43.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:43.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:44.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:44.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:44 smithi194 ceph-mon[104785]: pgmap v7469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:44 smithi135 ceph-mon[93152]: pgmap v7469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:45.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:45.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:46.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:46.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:46 smithi194 ceph-mon[104785]: pgmap v7470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:46 smithi135 ceph-mon[93152]: pgmap v7470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:47.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:47.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:48.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:48.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:48 smithi194 ceph-mon[104785]: pgmap v7471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:49.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:48 smithi135 ceph-mon[93152]: pgmap v7471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:49.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:49.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:50.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:50.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:50.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:50 smithi194 ceph-mon[104785]: pgmap v7472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:35:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:50 smithi135 ceph-mon[93152]: pgmap v7472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:35:51.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:51.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:52.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:52.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:52 smithi194 ceph-mon[104785]: pgmap v7473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:52 smithi135 ceph-mon[93152]: pgmap v7473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:53.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:53.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:54.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:54.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:54 smithi194 ceph-mon[104785]: pgmap v7474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:54 smithi135 ceph-mon[93152]: pgmap v7474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:55.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:55.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:35:56.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:56.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:56 smithi194 ceph-mon[104785]: pgmap v7475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:56 smithi135 ceph-mon[93152]: pgmap v7475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:57.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:57.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:58.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:58.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:35:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:35:58 smithi194 ceph-mon[104785]: pgmap v7476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:35:58 smithi135 ceph-mon[93152]: pgmap v7476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:35:59.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:35:59.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:00.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:00.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:00 smithi194 ceph-mon[104785]: pgmap v7477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:36:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:00 smithi135 ceph-mon[93152]: pgmap v7477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:36:01.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:01.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:02.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:02.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:02 smithi194 ceph-mon[104785]: pgmap v7478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:02 smithi135 ceph-mon[93152]: pgmap v7478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:03.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:03.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:04.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:04.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:04 smithi194 ceph-mon[104785]: pgmap v7479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:04 smithi135 ceph-mon[93152]: pgmap v7479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:05.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:05.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:06.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:06.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:06 smithi194 ceph-mon[104785]: pgmap v7480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:06 smithi135 ceph-mon[93152]: pgmap v7480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:07.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:07.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:08.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:08.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:08 smithi194 ceph-mon[104785]: pgmap v7481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:08 smithi135 ceph-mon[93152]: pgmap v7481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:09.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:09.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:10 smithi194 ceph-mon[104785]: pgmap v7482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:36:10.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:10.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:10 smithi135 ceph-mon[93152]: pgmap v7482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:36:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:11.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:11.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:12 smithi194 ceph-mon[104785]: pgmap v7483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:12.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:12.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:12 smithi135 ceph-mon[93152]: pgmap v7483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:13.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:13.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:14.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:14.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:14 smithi194 ceph-mon[104785]: pgmap v7484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:14 smithi135 ceph-mon[93152]: pgmap v7484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:15.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:15.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:16.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:16.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:16 smithi194 ceph-mon[104785]: pgmap v7485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:16 smithi135 ceph-mon[93152]: pgmap v7485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:17.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:17.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:18.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:18.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:18 smithi194 ceph-mon[104785]: pgmap v7486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:18 smithi135 ceph-mon[93152]: pgmap v7486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:19.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:19.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:20 smithi194 ceph-mon[104785]: pgmap v7487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:36:20.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:20.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:20 smithi135 ceph-mon[93152]: pgmap v7487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:36:21.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:21.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:22.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:22.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:22 smithi194 ceph-mon[104785]: pgmap v7488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:22 smithi135 ceph-mon[93152]: pgmap v7488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:23.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:23.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:24.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:24.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:24 smithi194 ceph-mon[104785]: pgmap v7489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:24 smithi135 ceph-mon[93152]: pgmap v7489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:25.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:25.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:26.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:26.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:26.966 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:26 smithi135 ceph-mon[93152]: pgmap v7490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:26 smithi194 ceph-mon[104785]: pgmap v7490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:27.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:27.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:28.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:28.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:28 smithi135 ceph-mon[93152]: pgmap v7491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:36:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:36:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:36:29.119 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:28 smithi194 ceph-mon[104785]: pgmap v7491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:29.119 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:36:29.119 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:36:29.120 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:36:29.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:29.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:36:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:36:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:36:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:36:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:36:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:36:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:36:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:36:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:36:30.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:36:30.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:36:30.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:36:30.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:36:30.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:36:30.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:30.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:30 smithi194 ceph-mon[104785]: pgmap v7492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:36:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:30 smithi135 ceph-mon[93152]: pgmap v7492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:36:31.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:31.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:32.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:32.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:32 smithi194 ceph-mon[104785]: pgmap v7493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:32 smithi135 ceph-mon[93152]: pgmap v7493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:33.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:33.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:34.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:34.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:34 smithi194 ceph-mon[104785]: pgmap v7494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:34 smithi135 ceph-mon[93152]: pgmap v7494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:35.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:35.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:36.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:36.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:36 smithi194 ceph-mon[104785]: pgmap v7495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:36 smithi135 ceph-mon[93152]: pgmap v7495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:37.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:37.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:38.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:38.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:38 smithi194 ceph-mon[104785]: pgmap v7496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:38 smithi135 ceph-mon[93152]: pgmap v7496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:39.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:39.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:40 smithi194 ceph-mon[104785]: pgmap v7497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:36:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:40 smithi135 ceph-mon[93152]: pgmap v7497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:36:40.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:40.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:41.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:41.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:42 smithi194 ceph-mon[104785]: pgmap v7498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:42 smithi135 ceph-mon[93152]: pgmap v7498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:42.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:42.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:43.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:43.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:44.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:44.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:44 smithi194 ceph-mon[104785]: pgmap v7499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:44 smithi135 ceph-mon[93152]: pgmap v7499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:45.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:45.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:46.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:46.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:46 smithi135 ceph-mon[93152]: pgmap v7500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:46 smithi194 ceph-mon[104785]: pgmap v7500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:47.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:47.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:48.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:48.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:48 smithi135 ceph-mon[93152]: pgmap v7501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:48 smithi194 ceph-mon[104785]: pgmap v7501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:49.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:49.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:50 smithi194 ceph-mon[104785]: pgmap v7502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:36:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:50 smithi135 ceph-mon[93152]: pgmap v7502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:36:50.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:50.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:51.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:51.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:52.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:52.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:52 smithi135 ceph-mon[93152]: pgmap v7503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:52 smithi194 ceph-mon[104785]: pgmap v7503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:53.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:53.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:54.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:54.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:54 smithi135 ceph-mon[93152]: pgmap v7504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:54 smithi194 ceph-mon[104785]: pgmap v7504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:55.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:55.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:36:56.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:56.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:56 smithi135 ceph-mon[93152]: pgmap v7505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:56 smithi194 ceph-mon[104785]: pgmap v7505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:57.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:57.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:58.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:58.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:36:59.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:36:58 smithi135 ceph-mon[93152]: pgmap v7506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:36:58 smithi194 ceph-mon[104785]: pgmap v7506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:36:59.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:36:59.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:00 smithi194 ceph-mon[104785]: pgmap v7507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:37:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:00 smithi135 ceph-mon[93152]: pgmap v7507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:37:00.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:00.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:01.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:01.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:02.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:02.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:02 smithi135 ceph-mon[93152]: pgmap v7508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:02 smithi194 ceph-mon[104785]: pgmap v7508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:03.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:03.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:04.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:04.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:04 smithi194 ceph-mon[104785]: pgmap v7509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:04 smithi135 ceph-mon[93152]: pgmap v7509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:05.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:05.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:06.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:06.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:06 smithi135 ceph-mon[93152]: pgmap v7510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:06 smithi194 ceph-mon[104785]: pgmap v7510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:07.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:07.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:08.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:08.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:08 smithi135 ceph-mon[93152]: pgmap v7511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:08 smithi194 ceph-mon[104785]: pgmap v7511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:09.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:09.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:10 smithi194 ceph-mon[104785]: pgmap v7512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:37:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:10 smithi135 ceph-mon[93152]: pgmap v7512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:37:10.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:10.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:11.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:11.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:12.411 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:12 smithi135 ceph-mon[93152]: pgmap v7513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:12 smithi194 ceph-mon[104785]: pgmap v7513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:12.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:12.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:13.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:13.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:14.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:14.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:14 smithi194 ceph-mon[104785]: pgmap v7514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:14 smithi135 ceph-mon[93152]: pgmap v7514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:15.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:15.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:16.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:16.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:16 smithi135 ceph-mon[93152]: pgmap v7515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:16 smithi194 ceph-mon[104785]: pgmap v7515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:17.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:17.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:18.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:18.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:19.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:18 smithi135 ceph-mon[93152]: pgmap v7516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:18 smithi194 ceph-mon[104785]: pgmap v7516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:19.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:19.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:20 smithi194 ceph-mon[104785]: pgmap v7517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:37:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:20 smithi135 ceph-mon[93152]: pgmap v7517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:37:20.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:20.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:21.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:21.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:22.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:22.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:22 smithi135 ceph-mon[93152]: pgmap v7518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:22 smithi194 ceph-mon[104785]: pgmap v7518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:23.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:23.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:24.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:24.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:24 smithi194 ceph-mon[104785]: pgmap v7519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:24 smithi135 ceph-mon[93152]: pgmap v7519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:25.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:25.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:26.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:26.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:26 smithi135 ceph-mon[93152]: pgmap v7520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:26 smithi194 ceph-mon[104785]: pgmap v7520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:27.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:27.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:28.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:28 smithi135 ceph-mon[93152]: pgmap v7521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:28 smithi194 ceph-mon[104785]: pgmap v7521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:29.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:29.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:37:30.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:37:30.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:37:30.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:37:30.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:37:30.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:37:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:37:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:37:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:37:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:37:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:37:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:37:30.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:30.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:30 smithi135 ceph-mon[93152]: pgmap v7522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:37:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:30 smithi194 ceph-mon[104785]: pgmap v7522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:37:31.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:31.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:32.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:32.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:32 smithi135 ceph-mon[93152]: pgmap v7523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:32 smithi194 ceph-mon[104785]: pgmap v7523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:33.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:33.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:34.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:34.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:34 smithi135 ceph-mon[93152]: pgmap v7524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:34 smithi194 ceph-mon[104785]: pgmap v7524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:35.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:35.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:36.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:36.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:36 smithi135 ceph-mon[93152]: pgmap v7525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:36 smithi194 ceph-mon[104785]: pgmap v7525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:37.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:37.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:38.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:38.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:38 smithi135 ceph-mon[93152]: pgmap v7526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:38 smithi194 ceph-mon[104785]: pgmap v7526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:39.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:39.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:40 smithi194 ceph-mon[104785]: pgmap v7527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:37:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:40 smithi135 ceph-mon[93152]: pgmap v7527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:37:40.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:40.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:41.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:41.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:42 smithi194 ceph-mon[104785]: pgmap v7528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:42 smithi135 ceph-mon[93152]: pgmap v7528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:42.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:42.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:43.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:43.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:44.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:44.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:44 smithi135 ceph-mon[93152]: pgmap v7529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:44 smithi194 ceph-mon[104785]: pgmap v7529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:45.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:45.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:46.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:46.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:46 smithi135 ceph-mon[93152]: pgmap v7530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:46 smithi194 ceph-mon[104785]: pgmap v7530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:47.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:47.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:48.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:48.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:48 smithi135 ceph-mon[93152]: pgmap v7531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:48 smithi194 ceph-mon[104785]: pgmap v7531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:49.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:49.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:50 smithi194 ceph-mon[104785]: pgmap v7532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:37:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:50 smithi135 ceph-mon[93152]: pgmap v7532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:37:50.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:50.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:51.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:51.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:52.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:52.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:52 smithi135 ceph-mon[93152]: pgmap v7533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:52 smithi194 ceph-mon[104785]: pgmap v7533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:53.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:53.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:54.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:54.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:54 smithi135 ceph-mon[93152]: pgmap v7534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:55.008 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:54 smithi194 ceph-mon[104785]: pgmap v7534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:55.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:55.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:37:56.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:56.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:56 smithi135 ceph-mon[93152]: pgmap v7535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:56 smithi194 ceph-mon[104785]: pgmap v7535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:57.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:57.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:58.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:58.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:37:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:37:58 smithi135 ceph-mon[93152]: pgmap v7536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:37:58 smithi194 ceph-mon[104785]: pgmap v7536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:37:59.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:37:59.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:00 smithi194 ceph-mon[104785]: pgmap v7537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:38:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:00 smithi135 ceph-mon[93152]: pgmap v7537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:38:00.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:00.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:01.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:01.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:02.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:02.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:02 smithi135 ceph-mon[93152]: pgmap v7538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:02 smithi194 ceph-mon[104785]: pgmap v7538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:03.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:03.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:04.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:04.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:04 smithi135 ceph-mon[93152]: pgmap v7539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:05.113 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:04 smithi194 ceph-mon[104785]: pgmap v7539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:05.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:05.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:06.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:06.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:06 smithi135 ceph-mon[93152]: pgmap v7540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:06 smithi194 ceph-mon[104785]: pgmap v7540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:07.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:07.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:08.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:08.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:08 smithi135 ceph-mon[93152]: pgmap v7541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:08 smithi194 ceph-mon[104785]: pgmap v7541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:09.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:09.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:10 smithi194 ceph-mon[104785]: pgmap v7542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:38:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:10 smithi135 ceph-mon[93152]: pgmap v7542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:38:10.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:10.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:11.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:11.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:12 smithi194 ceph-mon[104785]: pgmap v7543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:12 smithi135 ceph-mon[93152]: pgmap v7543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:12.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:12.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:13.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:13.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:14.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:14.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:14 smithi135 ceph-mon[93152]: pgmap v7544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:14 smithi194 ceph-mon[104785]: pgmap v7544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:15.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:15.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:16.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:16.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:16 smithi135 ceph-mon[93152]: pgmap v7545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:16 smithi194 ceph-mon[104785]: pgmap v7545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:17.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:17.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:18.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:18.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:18 smithi135 ceph-mon[93152]: pgmap v7546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:18 smithi194 ceph-mon[104785]: pgmap v7546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:19.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:19.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:20 smithi194 ceph-mon[104785]: pgmap v7547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:38:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:20 smithi135 ceph-mon[93152]: pgmap v7547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:38:20.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:20.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:21.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:21.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:22.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:22.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:22 smithi135 ceph-mon[93152]: pgmap v7548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:22 smithi194 ceph-mon[104785]: pgmap v7548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:23.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:23.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:24.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:24.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:24 smithi135 ceph-mon[93152]: pgmap v7549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:24 smithi194 ceph-mon[104785]: pgmap v7549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:25.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:25.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:26.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:26.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:26 smithi135 ceph-mon[93152]: pgmap v7550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:26 smithi194 ceph-mon[104785]: pgmap v7550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:27.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:27.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:28.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:28.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:28 smithi135 ceph-mon[93152]: pgmap v7551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:28 smithi194 ceph-mon[104785]: pgmap v7551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:29.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:29.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:30.375 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:38:30.375 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:30 smithi194 ceph-mon[104785]: pgmap v7552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:38:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:38:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:30 smithi135 ceph-mon[93152]: pgmap v7552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:38:30.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:30.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:31.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:31.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:32.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:32.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:32 smithi135 ceph-mon[93152]: pgmap v7553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:32 smithi194 ceph-mon[104785]: pgmap v7553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:33.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:33.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:34.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:34.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:34 smithi135 ceph-mon[93152]: pgmap v7554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:35.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:38:35.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:38:35.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:38:35.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:38:35.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:38:35.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:38:35.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:38:35.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:38:35.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:38:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:34 smithi194 ceph-mon[104785]: pgmap v7554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:38:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:38:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:38:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:38:35.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:38:35.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:38:35.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:38:35.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:38:35.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:38:35.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:35.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:36.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:36.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:36 smithi135 ceph-mon[93152]: pgmap v7555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:36 smithi194 ceph-mon[104785]: pgmap v7555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:37.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:37.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:38.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:38.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:38 smithi135 ceph-mon[93152]: pgmap v7556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:38 smithi194 ceph-mon[104785]: pgmap v7556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:39.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:39.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:40 smithi135 ceph-mon[93152]: pgmap v7557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:38:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:40 smithi194 ceph-mon[104785]: pgmap v7557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:38:40.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:40.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:41.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:41.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:42 smithi194 ceph-mon[104785]: pgmap v7558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:42 smithi135 ceph-mon[93152]: pgmap v7558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:42.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:42.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:43.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:43.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:44.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:44.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:44 smithi135 ceph-mon[93152]: pgmap v7559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:44 smithi194 ceph-mon[104785]: pgmap v7559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:45.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:45.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:46.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:46.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:46 smithi135 ceph-mon[93152]: pgmap v7560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:46 smithi194 ceph-mon[104785]: pgmap v7560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:47.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:47.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:48.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:48.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:48 smithi135 ceph-mon[93152]: pgmap v7561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:48 smithi194 ceph-mon[104785]: pgmap v7561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:49.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:49.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:50 smithi194 ceph-mon[104785]: pgmap v7562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:38:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:50 smithi135 ceph-mon[93152]: pgmap v7562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:38:50.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:50.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:51.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:51.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:52.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:52.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:52 smithi135 ceph-mon[93152]: pgmap v7563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:52 smithi194 ceph-mon[104785]: pgmap v7563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:53.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:53.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:54.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:54.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:54 smithi135 ceph-mon[93152]: pgmap v7564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:54 smithi194 ceph-mon[104785]: pgmap v7564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:55.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:55.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:38:56.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:56.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:56 smithi135 ceph-mon[93152]: pgmap v7565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:56 smithi194 ceph-mon[104785]: pgmap v7565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:57.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:57.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:58.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:58.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:38:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:38:58 smithi194 ceph-mon[104785]: pgmap v7566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:38:58 smithi135 ceph-mon[93152]: pgmap v7566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:38:59.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:38:59.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:00 smithi194 ceph-mon[104785]: pgmap v7567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:39:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:00 smithi135 ceph-mon[93152]: pgmap v7567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:39:00.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:00.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:01.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:01.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:02.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:02.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:02 smithi135 ceph-mon[93152]: pgmap v7568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:02 smithi194 ceph-mon[104785]: pgmap v7568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:03.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:03.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:04.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:04.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:04 smithi135 ceph-mon[93152]: pgmap v7569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:04 smithi194 ceph-mon[104785]: pgmap v7569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:05.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:05.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:06.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:06.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:06 smithi135 ceph-mon[93152]: pgmap v7570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:06 smithi194 ceph-mon[104785]: pgmap v7570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:07.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:07.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:08.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:08.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:08 smithi135 ceph-mon[93152]: pgmap v7571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:08 smithi194 ceph-mon[104785]: pgmap v7571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:09.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:09.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:10 smithi194 ceph-mon[104785]: pgmap v7572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:39:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:10 smithi135 ceph-mon[93152]: pgmap v7572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:39:10.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:10.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:11.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:11.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:12 smithi194 ceph-mon[104785]: pgmap v7573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:12 smithi135 ceph-mon[93152]: pgmap v7573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:12.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:12.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:13.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:13.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:14.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:14.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:14 smithi135 ceph-mon[93152]: pgmap v7574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:14 smithi194 ceph-mon[104785]: pgmap v7574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:15.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:15.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:16.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:16.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:16 smithi135 ceph-mon[93152]: pgmap v7575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:16 smithi194 ceph-mon[104785]: pgmap v7575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:17.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:17.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:18.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:18.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:18 smithi135 ceph-mon[93152]: pgmap v7576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:18 smithi194 ceph-mon[104785]: pgmap v7576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:19.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:19.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:20 smithi194 ceph-mon[104785]: pgmap v7577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:39:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:20 smithi135 ceph-mon[93152]: pgmap v7577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:39:20.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:20.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:21.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:21.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:22.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:22.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:22 smithi135 ceph-mon[93152]: pgmap v7578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:22 smithi194 ceph-mon[104785]: pgmap v7578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:23.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:23.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:24.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:24.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:24 smithi194 ceph-mon[104785]: pgmap v7579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:24 smithi135 ceph-mon[93152]: pgmap v7579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:25.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:25.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:26.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:26.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:26 smithi194 ceph-mon[104785]: pgmap v7580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:26 smithi135 ceph-mon[93152]: pgmap v7580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:27.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:27.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:28.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:28.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:28 smithi135 ceph-mon[93152]: pgmap v7581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:28 smithi194 ceph-mon[104785]: pgmap v7581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:29.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:29.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:30 smithi194 ceph-mon[104785]: pgmap v7582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:39:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:30 smithi135 ceph-mon[93152]: pgmap v7582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:39:30.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:30.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:31.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:31.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:32.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:32.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:32 smithi194 ceph-mon[104785]: pgmap v7583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:32 smithi135 ceph-mon[93152]: pgmap v7583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:33.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:33.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:34.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:34.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:34 smithi194 ceph-mon[104785]: pgmap v7584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:39:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:39:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:39:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:39:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:39:35.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:39:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:34 smithi135 ceph-mon[93152]: pgmap v7584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:39:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:39:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:39:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:39:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:39:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:39:35.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:35.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:36.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:36.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:36 smithi194 ceph-mon[104785]: pgmap v7585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:36 smithi135 ceph-mon[93152]: pgmap v7585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:37.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:37.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:38.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:38.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:38 smithi194 ceph-mon[104785]: pgmap v7586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:38 smithi135 ceph-mon[93152]: pgmap v7586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:39.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:39.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:40 smithi194 ceph-mon[104785]: pgmap v7587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:39:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:40 smithi135 ceph-mon[93152]: pgmap v7587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:39:40.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:40.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:41.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:41.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:42 smithi194 ceph-mon[104785]: pgmap v7588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:42 smithi135 ceph-mon[93152]: pgmap v7588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:42.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:42.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:43.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:43.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:44.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:44.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:44 smithi194 ceph-mon[104785]: pgmap v7589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:44 smithi135 ceph-mon[93152]: pgmap v7589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:45.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:45.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:46.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:46.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:46 smithi194 ceph-mon[104785]: pgmap v7590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:46 smithi135 ceph-mon[93152]: pgmap v7590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:47.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:47.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:48.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:48.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:48 smithi194 ceph-mon[104785]: pgmap v7591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:49.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:48 smithi135 ceph-mon[93152]: pgmap v7591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:49.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:49.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:50 smithi194 ceph-mon[104785]: pgmap v7592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:39:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:50 smithi135 ceph-mon[93152]: pgmap v7592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:39:50.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:50.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:51.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:51.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:52.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:52.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:52 smithi194 ceph-mon[104785]: pgmap v7593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:52 smithi135 ceph-mon[93152]: pgmap v7593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:53.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:53.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:54.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:54.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:54 smithi194 ceph-mon[104785]: pgmap v7594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:54 smithi135 ceph-mon[93152]: pgmap v7594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:55.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:55.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:39:56.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:56.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:56 smithi194 ceph-mon[104785]: pgmap v7595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:56 smithi135 ceph-mon[93152]: pgmap v7595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:57.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:57.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:58.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:58.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:39:59.047 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:39:58 smithi135 ceph-mon[93152]: pgmap v7596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:39:58 smithi194 ceph-mon[104785]: pgmap v7596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:39:59.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:39:59.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:00 smithi194 ceph-mon[104785]: pgmap v7597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:40:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T08:40:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:00 smithi135 ceph-mon[93152]: pgmap v7597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:40:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T08:40:00.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:00.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:01.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:01.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:02.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:02.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:02 smithi194 ceph-mon[104785]: pgmap v7598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:02 smithi135 ceph-mon[93152]: pgmap v7598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:03.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:03.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:04.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:04.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:04 smithi194 ceph-mon[104785]: pgmap v7599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:04 smithi135 ceph-mon[93152]: pgmap v7599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:05.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:06.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:06.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:06.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:06 smithi194 ceph-mon[104785]: pgmap v7600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:06 smithi135 ceph-mon[93152]: pgmap v7600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:07.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:07.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:08.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:08.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:09.147 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:08 smithi135 ceph-mon[93152]: pgmap v7601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:08 smithi194 ceph-mon[104785]: pgmap v7601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:09.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:09.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:10 smithi194 ceph-mon[104785]: pgmap v7602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:40:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:10 smithi135 ceph-mon[93152]: pgmap v7602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:40:10.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:10.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:11.425 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:11.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:11.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:12 smithi194 ceph-mon[104785]: pgmap v7603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:12 smithi135 ceph-mon[93152]: pgmap v7603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:12.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:12.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:13.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:13.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:14.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:14.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:14 smithi194 ceph-mon[104785]: pgmap v7604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:14 smithi135 ceph-mon[93152]: pgmap v7604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:15.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:15.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:16.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:16.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:16 smithi194 ceph-mon[104785]: pgmap v7605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:16 smithi135 ceph-mon[93152]: pgmap v7605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:17.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:17.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:18.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:18.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:18 smithi194 ceph-mon[104785]: pgmap v7606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:19.245 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:18 smithi135 ceph-mon[93152]: pgmap v7606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:19.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:19.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:20 smithi194 ceph-mon[104785]: pgmap v7607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:40:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:20 smithi135 ceph-mon[93152]: pgmap v7607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:40:20.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:20.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:21.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:21.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:22.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:22.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:22 smithi194 ceph-mon[104785]: pgmap v7608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:22 smithi135 ceph-mon[93152]: pgmap v7608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:23.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:23.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:24.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:24.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:24 smithi194 ceph-mon[104785]: pgmap v7609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:24 smithi135 ceph-mon[93152]: pgmap v7609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:25.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:25.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:26.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:26.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:26 smithi194 ceph-mon[104785]: pgmap v7610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:26 smithi135 ceph-mon[93152]: pgmap v7610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:27.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:27.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:28.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:28.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:28 smithi194 ceph-mon[104785]: pgmap v7611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:29.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:28 smithi135 ceph-mon[93152]: pgmap v7611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:29.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:29.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:30.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:30 smithi194 ceph-mon[104785]: pgmap v7612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:40:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:30 smithi135 ceph-mon[93152]: pgmap v7612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:40:30.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:30.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:31.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:31.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:32.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:32.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:32 smithi194 ceph-mon[104785]: pgmap v7613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:32 smithi135 ceph-mon[93152]: pgmap v7613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:33.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:33.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:34.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:34.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:34 smithi194 ceph-mon[104785]: pgmap v7614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:40:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:34 smithi135 ceph-mon[93152]: pgmap v7614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:40:35.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:35.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:40:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:40:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:40:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:40:36.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:40:36.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:40:36.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:36.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:36 smithi194 ceph-mon[104785]: pgmap v7615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:36 smithi135 ceph-mon[93152]: pgmap v7615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:37.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:37.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:38.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:38.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:38 smithi194 ceph-mon[104785]: pgmap v7616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:38 smithi135 ceph-mon[93152]: pgmap v7616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:39.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:39.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:40 smithi194 ceph-mon[104785]: pgmap v7617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:40:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:40 smithi135 ceph-mon[93152]: pgmap v7617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:40:40.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:40.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:41.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:41.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:42 smithi194 ceph-mon[104785]: pgmap v7618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:42 smithi135 ceph-mon[93152]: pgmap v7618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:42.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:42.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:43.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:43.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:44.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:44.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:44 smithi194 ceph-mon[104785]: pgmap v7619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:44 smithi135 ceph-mon[93152]: pgmap v7619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:45.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:45.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:46.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:46.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:46 smithi194 ceph-mon[104785]: pgmap v7620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:46 smithi135 ceph-mon[93152]: pgmap v7620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:47.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:47.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:48.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:48.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:48 smithi194 ceph-mon[104785]: pgmap v7621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:48 smithi135 ceph-mon[93152]: pgmap v7621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:49.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:49.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:50 smithi194 ceph-mon[104785]: pgmap v7622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:40:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:50 smithi135 ceph-mon[93152]: pgmap v7622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:40:50.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:50.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:51.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:51.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:52.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:52.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:52 smithi194 ceph-mon[104785]: pgmap v7623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:52 smithi135 ceph-mon[93152]: pgmap v7623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:53.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:53.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:54.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:54.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:54 smithi135 ceph-mon[93152]: pgmap v7624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:54 smithi194 ceph-mon[104785]: pgmap v7624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:55.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:55.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:40:56.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:56.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:56 smithi194 ceph-mon[104785]: pgmap v7625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:56 smithi135 ceph-mon[93152]: pgmap v7625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:57.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:57.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:58.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:58.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:40:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:40:58 smithi194 ceph-mon[104785]: pgmap v7626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:40:58 smithi135 ceph-mon[93152]: pgmap v7626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:40:59.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:40:59.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:00 smithi194 ceph-mon[104785]: pgmap v7627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:41:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:00 smithi135 ceph-mon[93152]: pgmap v7627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:41:00.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:00.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:01.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:01.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:02.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:02.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:02 smithi194 ceph-mon[104785]: pgmap v7628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:02 smithi135 ceph-mon[93152]: pgmap v7628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:03.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:03.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:04.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:04.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:04 smithi135 ceph-mon[93152]: pgmap v7629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:04 smithi194 ceph-mon[104785]: pgmap v7629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:05.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:05.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:06.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:06.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:06 smithi194 ceph-mon[104785]: pgmap v7630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:06 smithi135 ceph-mon[93152]: pgmap v7630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:07.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:07.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:08.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:08.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:08 smithi194 ceph-mon[104785]: pgmap v7631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:08 smithi135 ceph-mon[93152]: pgmap v7631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:09.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:09.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:10 smithi194 ceph-mon[104785]: pgmap v7632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:41:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:10 smithi135 ceph-mon[93152]: pgmap v7632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:41:10.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:10.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:11.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:11.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:12 smithi194 ceph-mon[104785]: pgmap v7633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:12 smithi135 ceph-mon[93152]: pgmap v7633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:12.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:12.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:13.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:13.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:14.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:14.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:14 smithi194 ceph-mon[104785]: pgmap v7634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:14 smithi135 ceph-mon[93152]: pgmap v7634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:15.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:15.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:16.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:16.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:17.102 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:16 smithi194 ceph-mon[104785]: pgmap v7635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:16 smithi135 ceph-mon[93152]: pgmap v7635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:17.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:17.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:18.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:18.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:18 smithi194 ceph-mon[104785]: pgmap v7636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:18 smithi135 ceph-mon[93152]: pgmap v7636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:19.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:19.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:20 smithi194 ceph-mon[104785]: pgmap v7637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:41:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:20 smithi135 ceph-mon[93152]: pgmap v7637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:41:20.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:20.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:21.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:21.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:22.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:22.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:22 smithi194 ceph-mon[104785]: pgmap v7638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:22 smithi135 ceph-mon[93152]: pgmap v7638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:23.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:23.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:24.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:24.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:24 smithi194 ceph-mon[104785]: pgmap v7639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:24 smithi135 ceph-mon[93152]: pgmap v7639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:25.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:25.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:26.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:26.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:26 smithi194 ceph-mon[104785]: pgmap v7640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:26 smithi135 ceph-mon[93152]: pgmap v7640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:27.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:27.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:28.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:28.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:28 smithi194 ceph-mon[104785]: pgmap v7641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:28 smithi135 ceph-mon[93152]: pgmap v7641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:29.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:29.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:30 smithi135 ceph-mon[93152]: pgmap v7642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:41:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:30 smithi194 ceph-mon[104785]: pgmap v7642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:41:30.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:30.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:31.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:31.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:32.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:32.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:32 smithi194 ceph-mon[104785]: pgmap v7643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:32 smithi135 ceph-mon[93152]: pgmap v7643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:33.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:33.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:34.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:34.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:34 smithi194 ceph-mon[104785]: pgmap v7644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:34 smithi135 ceph-mon[93152]: pgmap v7644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:35.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:35.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:41:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:41:36.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:36.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:36 smithi194 ceph-mon[104785]: pgmap v7645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:36 smithi135 ceph-mon[93152]: pgmap v7645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:37.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:37.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:39.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:39.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:38 smithi194 ceph-mon[104785]: pgmap v7646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:38 smithi135 ceph-mon[93152]: pgmap v7646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:40.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:40.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:40 smithi194 ceph-mon[104785]: pgmap v7647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:41:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:41:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:41:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:40 smithi135 ceph-mon[93152]: pgmap v7647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:41:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:41:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:41:41.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:41.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:41:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:41:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:41:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:41:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:41:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:41:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:41:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:41:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:41:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:41:42.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:42.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:42.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:42 smithi194 ceph-mon[104785]: pgmap v7648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:42 smithi135 ceph-mon[93152]: pgmap v7648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:43.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:43.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:44.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:44.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:45.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:45.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:45.079 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:44 smithi135 ceph-mon[93152]: pgmap v7649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:44 smithi194 ceph-mon[104785]: pgmap v7649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:46.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:46.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:47.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:47.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:46 smithi194 ceph-mon[104785]: pgmap v7650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:46 smithi135 ceph-mon[93152]: pgmap v7650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:48.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:48.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:49.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:49.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:48 smithi194 ceph-mon[104785]: pgmap v7651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:48 smithi135 ceph-mon[93152]: pgmap v7651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:50.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:50.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:50 smithi194 ceph-mon[104785]: pgmap v7652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:41:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:50 smithi135 ceph-mon[93152]: pgmap v7652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:41:51.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:51.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:52.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:52.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:53.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:53.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:52 smithi194 ceph-mon[104785]: pgmap v7653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:52 smithi135 ceph-mon[93152]: pgmap v7653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:54.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:54.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:55.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:55.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:55.179 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:54 smithi135 ceph-mon[93152]: pgmap v7654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:54 smithi194 ceph-mon[104785]: pgmap v7654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:56.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:56.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:41:57.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:57.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:56 smithi194 ceph-mon[104785]: pgmap v7655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:56 smithi135 ceph-mon[93152]: pgmap v7655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:58.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:58.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:59.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:41:59.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:41:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:41:58 smithi194 ceph-mon[104785]: pgmap v7656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:41:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:41:58 smithi135 ceph-mon[93152]: pgmap v7656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:00.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:00.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:00 smithi194 ceph-mon[104785]: pgmap v7657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:42:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:00 smithi135 ceph-mon[93152]: pgmap v7657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:42:01.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:01.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:02.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:02.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:02.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:02 smithi194 ceph-mon[104785]: pgmap v7658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:03.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:03.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:02 smithi135 ceph-mon[93152]: pgmap v7658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:04.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:04.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:05.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:05.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:04 smithi194 ceph-mon[104785]: pgmap v7659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:04 smithi135 ceph-mon[93152]: pgmap v7659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:06.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:06.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:07.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:07.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:06 smithi194 ceph-mon[104785]: pgmap v7660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:06 smithi135 ceph-mon[93152]: pgmap v7660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:08.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:08.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:09.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:09.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:08 smithi194 ceph-mon[104785]: pgmap v7661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:08 smithi135 ceph-mon[93152]: pgmap v7661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:10.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:10.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:10 smithi194 ceph-mon[104785]: pgmap v7662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:42:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:10 smithi135 ceph-mon[93152]: pgmap v7662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:42:11.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:11.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:12.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:12.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:12 smithi194 ceph-mon[104785]: pgmap v7663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:12 smithi135 ceph-mon[93152]: pgmap v7663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:13.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:13.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:14.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:14.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:15.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:15.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:14 smithi194 ceph-mon[104785]: pgmap v7664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:14 smithi135 ceph-mon[93152]: pgmap v7664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:16.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:16.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:17.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:17.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:16 smithi194 ceph-mon[104785]: pgmap v7665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:16 smithi135 ceph-mon[93152]: pgmap v7665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:18.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:18.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:19.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:19.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:18 smithi194 ceph-mon[104785]: pgmap v7666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:18 smithi135 ceph-mon[93152]: pgmap v7666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:20.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:20.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:20.426 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:20 smithi135 ceph-mon[93152]: pgmap v7667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:42:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:20 smithi194 ceph-mon[104785]: pgmap v7667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:42:21.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:21.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:22.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:22.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:23.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:23.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:22 smithi194 ceph-mon[104785]: pgmap v7668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:22 smithi135 ceph-mon[93152]: pgmap v7668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:24.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:24.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:25.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:25.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:24 smithi194 ceph-mon[104785]: pgmap v7669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:24 smithi135 ceph-mon[93152]: pgmap v7669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:26.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:26.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:27.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:27.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:26 smithi194 ceph-mon[104785]: pgmap v7670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:26 smithi135 ceph-mon[93152]: pgmap v7670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:28.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:28.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:29.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:29.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:28 smithi194 ceph-mon[104785]: pgmap v7671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:28 smithi135 ceph-mon[93152]: pgmap v7671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:30.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:30.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:30 smithi194 ceph-mon[104785]: pgmap v7672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:42:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:30 smithi135 ceph-mon[93152]: pgmap v7672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:42:31.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:31.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:32.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:32.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:33.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:33.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:32 smithi194 ceph-mon[104785]: pgmap v7673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:32 smithi135 ceph-mon[93152]: pgmap v7673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:34.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:34.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:35.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:35.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:34 smithi194 ceph-mon[104785]: pgmap v7674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:34 smithi135 ceph-mon[93152]: pgmap v7674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:36.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:36.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:37.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:37.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:36 smithi194 ceph-mon[104785]: pgmap v7675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:36 smithi135 ceph-mon[93152]: pgmap v7675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:38.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:38.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:39.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:39.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:38 smithi194 ceph-mon[104785]: pgmap v7676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:38 smithi135 ceph-mon[93152]: pgmap v7676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:40.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:40.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:40 smithi194 ceph-mon[104785]: pgmap v7677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:42:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:40 smithi135 ceph-mon[93152]: pgmap v7677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:42:41.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:41.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:42:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:42:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:42:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:42:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:42:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:42:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:42:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:42:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:42:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:42:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:42:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:42:42.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:42.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:42 smithi194 ceph-mon[104785]: pgmap v7678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:42 smithi135 ceph-mon[93152]: pgmap v7678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:43.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:43.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:44.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:44.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:45.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:45.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:44 smithi194 ceph-mon[104785]: pgmap v7679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:44 smithi135 ceph-mon[93152]: pgmap v7679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:46.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:46.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:47.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:47.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:46 smithi194 ceph-mon[104785]: pgmap v7680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:46 smithi135 ceph-mon[93152]: pgmap v7680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:48.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:48.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:49.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:49.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:48 smithi194 ceph-mon[104785]: pgmap v7681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:48 smithi135 ceph-mon[93152]: pgmap v7681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:50.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:50.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:50 smithi194 ceph-mon[104785]: pgmap v7682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:42:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:50 smithi135 ceph-mon[93152]: pgmap v7682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:42:51.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:51.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:52.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:52.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:53.109 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:52 smithi194 ceph-mon[104785]: pgmap v7683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:53.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:53.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:52 smithi135 ceph-mon[93152]: pgmap v7683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:54.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:54.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:55.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:55.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:54 smithi194 ceph-mon[104785]: pgmap v7684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:54 smithi135 ceph-mon[93152]: pgmap v7684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:56.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:56.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:42:57.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:57.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:56 smithi194 ceph-mon[104785]: pgmap v7685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:56 smithi135 ceph-mon[93152]: pgmap v7685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:58.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:58.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:59.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:42:59.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:42:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:42:58 smithi194 ceph-mon[104785]: pgmap v7686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:42:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:42:58 smithi135 ceph-mon[93152]: pgmap v7686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:00.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:00.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:00 smithi194 ceph-mon[104785]: pgmap v7687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:43:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:00 smithi135 ceph-mon[93152]: pgmap v7687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:43:01.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:01.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:02.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:02.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:03.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:03.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:02 smithi194 ceph-mon[104785]: pgmap v7688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:04.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:04.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:05.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:05.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:04 smithi194 ceph-mon[104785]: pgmap v7689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:02 smithi135 ceph-mon[93152]: pgmap v7688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:04 smithi135 ceph-mon[93152]: pgmap v7689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:06.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:06.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:07.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:07.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:06 smithi194 ceph-mon[104785]: pgmap v7690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:06 smithi135 ceph-mon[93152]: pgmap v7690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:08.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:08.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:09.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:09.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:08 smithi194 ceph-mon[104785]: pgmap v7691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:08 smithi135 ceph-mon[93152]: pgmap v7691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:10.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:10.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:10 smithi194 ceph-mon[104785]: pgmap v7692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:43:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:10 smithi135 ceph-mon[93152]: pgmap v7692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:43:11.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:11.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:12.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:12.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:12 smithi194 ceph-mon[104785]: pgmap v7693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:12 smithi135 ceph-mon[93152]: pgmap v7693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:13.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:13.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:14.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:14.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:15.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:15.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:14 smithi194 ceph-mon[104785]: pgmap v7694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:14 smithi135 ceph-mon[93152]: pgmap v7694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:16.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:16.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:17.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:17.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:16 smithi194 ceph-mon[104785]: pgmap v7695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:16 smithi135 ceph-mon[93152]: pgmap v7695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:18.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:18.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:19.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:19.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:18 smithi194 ceph-mon[104785]: pgmap v7696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:19.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:18 smithi135 ceph-mon[93152]: pgmap v7696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:20.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:20.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:20 smithi194 ceph-mon[104785]: pgmap v7697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:43:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:20 smithi135 ceph-mon[93152]: pgmap v7697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:43:21.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:21.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:22.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:22.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:23.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:23.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:22 smithi194 ceph-mon[104785]: pgmap v7698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:22 smithi135 ceph-mon[93152]: pgmap v7698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:24.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:24.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:25.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:25.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:24 smithi194 ceph-mon[104785]: pgmap v7699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:24 smithi135 ceph-mon[93152]: pgmap v7699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:26.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:26.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:27.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:27.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:26 smithi194 ceph-mon[104785]: pgmap v7700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:26 smithi135 ceph-mon[93152]: pgmap v7700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:28.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:28.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:29.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:29.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:28 smithi194 ceph-mon[104785]: pgmap v7701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:28 smithi135 ceph-mon[93152]: pgmap v7701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:30.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:30.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:30 smithi194 ceph-mon[104785]: pgmap v7702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:43:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:30 smithi135 ceph-mon[93152]: pgmap v7702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:43:31.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:31.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:32.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:32.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:33.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:33.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:32 smithi194 ceph-mon[104785]: pgmap v7703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:32 smithi135 ceph-mon[93152]: pgmap v7703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:34.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:34.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:35.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:35.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:34 smithi194 ceph-mon[104785]: pgmap v7704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:34 smithi135 ceph-mon[93152]: pgmap v7704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:36.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:36.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:37.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:37.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:36 smithi194 ceph-mon[104785]: pgmap v7705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:36 smithi135 ceph-mon[93152]: pgmap v7705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:38.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:38.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:39.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:39.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:38 smithi194 ceph-mon[104785]: pgmap v7706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:38 smithi135 ceph-mon[93152]: pgmap v7706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:40.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:40.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:40 smithi194 ceph-mon[104785]: pgmap v7707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:43:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:40 smithi135 ceph-mon[93152]: pgmap v7707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:43:41.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:41.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:43:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:43:42.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:42.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:42 smithi194 ceph-mon[104785]: pgmap v7708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:42 smithi135 ceph-mon[93152]: pgmap v7708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:43.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:43.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:44.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:44.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:45.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:45.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:44 smithi194 ceph-mon[104785]: pgmap v7709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:44 smithi135 ceph-mon[93152]: pgmap v7709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:46.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:46.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:46 smithi194 ceph-mon[104785]: pgmap v7710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:47.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:47.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:46 smithi135 ceph-mon[93152]: pgmap v7710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:48.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:48.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:48 smithi194 ceph-mon[104785]: pgmap v7711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:43:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:43:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:43:49.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:43:49.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:43:49.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:43:49.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:43:49.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:49.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:48 smithi135 ceph-mon[93152]: pgmap v7711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:43:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:43:49.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:43:49.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:43:49.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:43:49.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:43:49.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:43:50.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:50.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:50 smithi194 ceph-mon[104785]: pgmap v7712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:43:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:50 smithi135 ceph-mon[93152]: pgmap v7712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:43:51.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:51.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:52.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:52.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:52 smithi194 ceph-mon[104785]: pgmap v7713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:53.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:53.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:52 smithi135 ceph-mon[93152]: pgmap v7713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:54.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:54.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:54 smithi194 ceph-mon[104785]: pgmap v7714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:55.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:55.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:55.997 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:54 smithi135 ceph-mon[93152]: pgmap v7714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:56.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:56.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:43:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:56 smithi194 ceph-mon[104785]: pgmap v7715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:57.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:57.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:56 smithi135 ceph-mon[93152]: pgmap v7715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:58.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:58.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:43:58 smithi194 ceph-mon[104785]: pgmap v7716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:43:59.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:43:59.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:43:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:43:58 smithi135 ceph-mon[93152]: pgmap v7716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:00.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:00.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:00 smithi194 ceph-mon[104785]: pgmap v7717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:44:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:00 smithi135 ceph-mon[93152]: pgmap v7717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:44:01.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:01.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:02.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:02.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:02 smithi194 ceph-mon[104785]: pgmap v7718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:03.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:03.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:02 smithi135 ceph-mon[93152]: pgmap v7718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:04.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:04.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:04 smithi194 ceph-mon[104785]: pgmap v7719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:05.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:05.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:04 smithi135 ceph-mon[93152]: pgmap v7719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:06.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:06.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:06 smithi194 ceph-mon[104785]: pgmap v7720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:07.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:07.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:06 smithi135 ceph-mon[93152]: pgmap v7720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:08.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:08.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:08 smithi194 ceph-mon[104785]: pgmap v7721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:09.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:09.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:09.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:08 smithi135 ceph-mon[93152]: pgmap v7721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:10.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:10.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:10 smithi194 ceph-mon[104785]: pgmap v7722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:44:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:10 smithi135 ceph-mon[93152]: pgmap v7722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:44:11.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:11.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:11.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:12.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:12.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:12 smithi194 ceph-mon[104785]: pgmap v7723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:12 smithi135 ceph-mon[93152]: pgmap v7723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:13.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:13.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:14.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:14.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:14 smithi194 ceph-mon[104785]: pgmap v7724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:14 smithi135 ceph-mon[93152]: pgmap v7724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:15.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:15.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:16.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:16.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:16 smithi194 ceph-mon[104785]: pgmap v7725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:16 smithi135 ceph-mon[93152]: pgmap v7725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:17.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:17.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:18.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:18.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:18 smithi194 ceph-mon[104785]: pgmap v7726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:18 smithi135 ceph-mon[93152]: pgmap v7726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:19.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:19.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:20.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:20.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:20 smithi194 ceph-mon[104785]: pgmap v7727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:44:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:20 smithi135 ceph-mon[93152]: pgmap v7727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:44:21.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:21.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:22.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:22.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:22 smithi194 ceph-mon[104785]: pgmap v7728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:22 smithi135 ceph-mon[93152]: pgmap v7728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:23.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:23.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:24.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:24.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:24 smithi194 ceph-mon[104785]: pgmap v7729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:24 smithi135 ceph-mon[93152]: pgmap v7729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:25.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:25.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:26.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:26.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:26 smithi135 ceph-mon[93152]: pgmap v7730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:26 smithi194 ceph-mon[104785]: pgmap v7730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:27.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:27.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:28.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:28.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:28 smithi194 ceph-mon[104785]: pgmap v7731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:28 smithi135 ceph-mon[93152]: pgmap v7731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:29.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:29.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:30.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:30.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:30 smithi194 ceph-mon[104785]: pgmap v7732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:44:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:30 smithi135 ceph-mon[93152]: pgmap v7732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:44:31.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:31.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:32.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:32.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:32 smithi194 ceph-mon[104785]: pgmap v7733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:32 smithi135 ceph-mon[93152]: pgmap v7733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:33.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:33.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:34.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:34.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:34 smithi194 ceph-mon[104785]: pgmap v7734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:34 smithi135 ceph-mon[93152]: pgmap v7734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:35.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:35.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:36.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:36.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:36 smithi135 ceph-mon[93152]: pgmap v7735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:36 smithi194 ceph-mon[104785]: pgmap v7735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:37.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:37.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:38.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:38.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:38 smithi194 ceph-mon[104785]: pgmap v7736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:38 smithi135 ceph-mon[93152]: pgmap v7736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:39.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:39.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:40.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:40.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:40 smithi194 ceph-mon[104785]: pgmap v7737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:44:40.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:40 smithi135 ceph-mon[93152]: pgmap v7737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:44:41.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:41.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:42.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:42.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:42 smithi194 ceph-mon[104785]: pgmap v7738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:42 smithi135 ceph-mon[93152]: pgmap v7738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:43.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:43.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:44.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:44.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:44 smithi194 ceph-mon[104785]: pgmap v7739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:44 smithi135 ceph-mon[93152]: pgmap v7739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:45.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:45.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:46.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:46.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:46 smithi194 ceph-mon[104785]: pgmap v7740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:46 smithi135 ceph-mon[93152]: pgmap v7740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:47.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:47.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:48.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:48.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:48 smithi194 ceph-mon[104785]: pgmap v7741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:44:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:48 smithi135 ceph-mon[93152]: pgmap v7741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:44:49.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:49.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:44:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:44:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:44:50.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:44:50.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:44:50.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:44:50.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:44:50.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:50.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:44:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:44:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:44:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:44:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:44:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:44:50.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:44:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:50 smithi135 ceph-mon[93152]: pgmap v7742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:44:51.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:51.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:50 smithi194 ceph-mon[104785]: pgmap v7742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:44:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:51 smithi135 ceph-mon[93152]: pgmap v7743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:52.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:52.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:51 smithi194 ceph-mon[104785]: pgmap v7743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:53.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:53.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:54.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:54.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:54 smithi194 ceph-mon[104785]: pgmap v7744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:54 smithi135 ceph-mon[93152]: pgmap v7744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:55.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:55.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:44:56.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:56.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:56 smithi194 ceph-mon[104785]: pgmap v7745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:56 smithi135 ceph-mon[93152]: pgmap v7745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:57.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:57.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:58.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:58.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:44:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:44:58 smithi194 ceph-mon[104785]: pgmap v7746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:44:58 smithi135 ceph-mon[93152]: pgmap v7746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:44:59.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:44:59.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:00.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:00.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:00 smithi194 ceph-mon[104785]: pgmap v7747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:45:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:00 smithi135 ceph-mon[93152]: pgmap v7747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:45:01.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:01.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:02.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:02.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:02 smithi194 ceph-mon[104785]: pgmap v7748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:02 smithi135 ceph-mon[93152]: pgmap v7748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:03.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:03.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:04.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:04.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:04 smithi194 ceph-mon[104785]: pgmap v7749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:04 smithi135 ceph-mon[93152]: pgmap v7749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:05.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:05.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:06.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:06.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:06 smithi194 ceph-mon[104785]: pgmap v7750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:06 smithi135 ceph-mon[93152]: pgmap v7750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:07.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:07.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:08.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:08.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:08 smithi194 ceph-mon[104785]: pgmap v7751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:08 smithi135 ceph-mon[93152]: pgmap v7751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:09.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:09.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:10.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:10.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:10 smithi194 ceph-mon[104785]: pgmap v7752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:45:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:10 smithi135 ceph-mon[93152]: pgmap v7752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:45:11.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:11.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:12.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:12.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:12 smithi135 ceph-mon[93152]: pgmap v7753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:12 smithi194 ceph-mon[104785]: pgmap v7753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:13.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:13.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:14.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:14.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:14 smithi194 ceph-mon[104785]: pgmap v7754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:14 smithi135 ceph-mon[93152]: pgmap v7754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:15.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:15.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:16.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:16.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:17.142 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:16 smithi135 ceph-mon[93152]: pgmap v7755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:16 smithi194 ceph-mon[104785]: pgmap v7755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:17.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:17.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:18.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:18.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:18 smithi194 ceph-mon[104785]: pgmap v7756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:18 smithi135 ceph-mon[93152]: pgmap v7756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:19.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:19.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:20.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:20.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:20 smithi135 ceph-mon[93152]: pgmap v7757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:45:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:20 smithi194 ceph-mon[104785]: pgmap v7757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:45:21.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:21.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:22.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:22.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:22 smithi194 ceph-mon[104785]: pgmap v7758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:22 smithi135 ceph-mon[93152]: pgmap v7758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:23.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:23.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:24.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:24.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:24 smithi194 ceph-mon[104785]: pgmap v7759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:24 smithi135 ceph-mon[93152]: pgmap v7759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:25.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:25.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:26.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:26.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:26 smithi194 ceph-mon[104785]: pgmap v7760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:27.240 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:26 smithi135 ceph-mon[93152]: pgmap v7760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:27.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:27.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:28.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:28.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:28 smithi194 ceph-mon[104785]: pgmap v7761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:28 smithi135 ceph-mon[93152]: pgmap v7761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:29.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:29.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:30.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:30.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:30 smithi135 ceph-mon[93152]: pgmap v7762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:45:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:30 smithi194 ceph-mon[104785]: pgmap v7762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:45:31.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:31.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:32.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:32.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:32 smithi194 ceph-mon[104785]: pgmap v7763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:32 smithi135 ceph-mon[93152]: pgmap v7763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:33.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:33.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:34.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:34.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:34 smithi194 ceph-mon[104785]: pgmap v7764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:34 smithi135 ceph-mon[93152]: pgmap v7764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:35.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:35.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:36.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:36.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:36 smithi194 ceph-mon[104785]: pgmap v7765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:36 smithi135 ceph-mon[93152]: pgmap v7765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:37.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:37.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:38.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:38.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:38 smithi194 ceph-mon[104785]: pgmap v7766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:38 smithi135 ceph-mon[93152]: pgmap v7766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:39.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:39.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:40.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:40.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:40 smithi135 ceph-mon[93152]: pgmap v7767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:45:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:40 smithi194 ceph-mon[104785]: pgmap v7767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:45:41.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:41.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:42.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:42.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:42 smithi135 ceph-mon[93152]: pgmap v7768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:42 smithi194 ceph-mon[104785]: pgmap v7768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:43.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:43.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:44.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:44.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:44 smithi194 ceph-mon[104785]: pgmap v7769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:44 smithi135 ceph-mon[93152]: pgmap v7769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:45.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:45.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:46.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:46.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:46 smithi194 ceph-mon[104785]: pgmap v7770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:46 smithi135 ceph-mon[93152]: pgmap v7770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:47.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:47.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:48.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:48.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:48 smithi194 ceph-mon[104785]: pgmap v7771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:48 smithi135 ceph-mon[93152]: pgmap v7771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:49.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:49.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:50.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:50.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:45:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:50 smithi135 ceph-mon[93152]: pgmap v7772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:45:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:45:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:45:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:45:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:45:50.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:45:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:45:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:50 smithi194 ceph-mon[104785]: pgmap v7772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:45:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:45:50.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:45:50.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:45:50.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:45:50.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:45:51.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:51.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:52.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:52.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:52 smithi194 ceph-mon[104785]: pgmap v7773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:52 smithi135 ceph-mon[93152]: pgmap v7773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:53.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:53.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:54.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:54.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:54 smithi194 ceph-mon[104785]: pgmap v7774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:54 smithi135 ceph-mon[93152]: pgmap v7774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:55.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:55.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:45:56.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:56.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:56 smithi194 ceph-mon[104785]: pgmap v7775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:56 smithi135 ceph-mon[93152]: pgmap v7775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:57.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:57.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:58.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:58.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:45:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:45:58 smithi194 ceph-mon[104785]: pgmap v7776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:45:58 smithi135 ceph-mon[93152]: pgmap v7776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:45:59.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:45:59.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:00.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:00.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:00 smithi194 ceph-mon[104785]: pgmap v7777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:46:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:00 smithi135 ceph-mon[93152]: pgmap v7777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:46:01.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:01.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:02.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:02.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:02 smithi194 ceph-mon[104785]: pgmap v7778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:02 smithi135 ceph-mon[93152]: pgmap v7778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:03.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:03.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:04.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:04.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:04 smithi194 ceph-mon[104785]: pgmap v7779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:04 smithi135 ceph-mon[93152]: pgmap v7779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:05.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:05.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:06.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:06.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:06 smithi194 ceph-mon[104785]: pgmap v7780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:06 smithi135 ceph-mon[93152]: pgmap v7780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:07.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:07.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:08.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:08.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:08 smithi194 ceph-mon[104785]: pgmap v7781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:08 smithi135 ceph-mon[93152]: pgmap v7781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:09.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:09.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:10.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:10.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:10 smithi194 ceph-mon[104785]: pgmap v7782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:46:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:10 smithi135 ceph-mon[93152]: pgmap v7782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:46:11.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:11.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:12.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:12.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:12 smithi135 ceph-mon[93152]: pgmap v7783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:12 smithi194 ceph-mon[104785]: pgmap v7783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:13.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:13.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:14.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:14.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:14 smithi194 ceph-mon[104785]: pgmap v7784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:14 smithi135 ceph-mon[93152]: pgmap v7784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:15.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:15.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:16.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:16.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:16 smithi194 ceph-mon[104785]: pgmap v7785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:16 smithi135 ceph-mon[93152]: pgmap v7785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:17.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:17.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:18.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:18.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:18 smithi194 ceph-mon[104785]: pgmap v7786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:18 smithi135 ceph-mon[93152]: pgmap v7786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:19.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:19.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:20.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:20.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:20 smithi135 ceph-mon[93152]: pgmap v7787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:46:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:20 smithi194 ceph-mon[104785]: pgmap v7787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:46:21.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:21.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:22.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:22.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:22 smithi194 ceph-mon[104785]: pgmap v7788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:22 smithi135 ceph-mon[93152]: pgmap v7788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:23.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:23.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:24.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:24.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:24 smithi194 ceph-mon[104785]: pgmap v7789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:24 smithi135 ceph-mon[93152]: pgmap v7789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:25.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:25.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:26.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:26.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:26 smithi194 ceph-mon[104785]: pgmap v7790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:26 smithi135 ceph-mon[93152]: pgmap v7790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:27.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:27.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:28.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:28.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:29.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:28 smithi194 ceph-mon[104785]: pgmap v7791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:29.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:28 smithi135 ceph-mon[93152]: pgmap v7791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:29.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:29.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:30.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:30.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:30 smithi135 ceph-mon[93152]: pgmap v7792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:46:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:30 smithi194 ceph-mon[104785]: pgmap v7792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:46:31.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:31.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:32.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:32.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:32 smithi194 ceph-mon[104785]: pgmap v7793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:32 smithi135 ceph-mon[93152]: pgmap v7793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:33.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:33.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:34.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:34.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:34 smithi194 ceph-mon[104785]: pgmap v7794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:34 smithi135 ceph-mon[93152]: pgmap v7794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:35.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:35.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:36.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:36.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:36 smithi194 ceph-mon[104785]: pgmap v7795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:36 smithi135 ceph-mon[93152]: pgmap v7795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:37.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:37.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:38.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:38.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:38 smithi194 ceph-mon[104785]: pgmap v7796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:38 smithi135 ceph-mon[93152]: pgmap v7796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:39.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:39.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:40.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:40.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:40 smithi135 ceph-mon[93152]: pgmap v7797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:46:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:40 smithi194 ceph-mon[104785]: pgmap v7797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:46:41.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:41.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:42.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:42.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:42 smithi135 ceph-mon[93152]: pgmap v7798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:42 smithi194 ceph-mon[104785]: pgmap v7798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:43.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:43.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:44.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:44.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:44 smithi194 ceph-mon[104785]: pgmap v7799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:44 smithi135 ceph-mon[93152]: pgmap v7799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:45.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:45.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:46.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:46.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:46 smithi194 ceph-mon[104785]: pgmap v7800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:46 smithi135 ceph-mon[93152]: pgmap v7800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:47.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:47.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:48.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:48.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:48 smithi194 ceph-mon[104785]: pgmap v7801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:48 smithi135 ceph-mon[93152]: pgmap v7801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:49.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:49.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:50 smithi135 ceph-mon[93152]: pgmap v7802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:46:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:46:50.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:50.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:50.580 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:50 smithi194 ceph-mon[104785]: pgmap v7802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:46:50.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:46:51.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:51.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:46:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:46:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:46:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:46:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:46:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:46:51.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:46:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:46:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:46:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:46:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:46:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:46:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:46:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:46:52.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:52.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:52 smithi194 ceph-mon[104785]: pgmap v7803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:52 smithi135 ceph-mon[93152]: pgmap v7803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:53.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:53.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:54.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:54.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:54 smithi194 ceph-mon[104785]: pgmap v7804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:54 smithi135 ceph-mon[93152]: pgmap v7804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:55.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:55.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:46:56.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:56.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:56 smithi194 ceph-mon[104785]: pgmap v7805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:56 smithi135 ceph-mon[93152]: pgmap v7805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:57.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:57.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:58.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:58.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:46:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:46:58 smithi194 ceph-mon[104785]: pgmap v7806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:46:58 smithi135 ceph-mon[93152]: pgmap v7806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:46:59.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:46:59.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:00 smithi135 ceph-mon[93152]: pgmap v7807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:47:00.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:00.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:00.683 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:00 smithi194 ceph-mon[104785]: pgmap v7807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:47:01.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:01.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:02.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:02.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:03.174 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:02 smithi135 ceph-mon[93152]: pgmap v7808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:02 smithi194 ceph-mon[104785]: pgmap v7808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:03.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:03.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:04.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:04.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:04 smithi194 ceph-mon[104785]: pgmap v7809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:04 smithi135 ceph-mon[93152]: pgmap v7809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:05.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:05.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:06.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:06.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:06 smithi194 ceph-mon[104785]: pgmap v7810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:06 smithi135 ceph-mon[93152]: pgmap v7810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:07.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:07.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:08.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:08.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:08 smithi194 ceph-mon[104785]: pgmap v7811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:08 smithi135 ceph-mon[93152]: pgmap v7811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:09.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:09.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:10 smithi135 ceph-mon[93152]: pgmap v7812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:47:10.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:10.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:10 smithi194 ceph-mon[104785]: pgmap v7812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:47:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:11.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:11.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:12 smithi135 ceph-mon[93152]: pgmap v7813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:12.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:12.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:12 smithi194 ceph-mon[104785]: pgmap v7813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:13.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:13.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:14.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:14.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:14 smithi194 ceph-mon[104785]: pgmap v7814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:14 smithi135 ceph-mon[93152]: pgmap v7814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:15.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:15.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:16.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:16.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:16 smithi194 ceph-mon[104785]: pgmap v7815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:16 smithi135 ceph-mon[93152]: pgmap v7815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:17.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:17.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:18.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:18.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:18 smithi194 ceph-mon[104785]: pgmap v7816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:18 smithi135 ceph-mon[93152]: pgmap v7816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:19.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:19.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:20 smithi135 ceph-mon[93152]: pgmap v7817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:47:20.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:20.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:20 smithi194 ceph-mon[104785]: pgmap v7817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:47:21.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:21.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:22.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:22.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:22 smithi194 ceph-mon[104785]: pgmap v7818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:22 smithi135 ceph-mon[93152]: pgmap v7818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:23.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:23.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:24.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:24.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:24 smithi194 ceph-mon[104785]: pgmap v7819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:24 smithi135 ceph-mon[93152]: pgmap v7819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:25.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:25.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:26.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:26.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:26 smithi194 ceph-mon[104785]: pgmap v7820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:26 smithi135 ceph-mon[93152]: pgmap v7820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:27.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:27.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:28.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:28.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:28 smithi194 ceph-mon[104785]: pgmap v7821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:28 smithi135 ceph-mon[93152]: pgmap v7821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:29.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:29.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:30 smithi135 ceph-mon[93152]: pgmap v7822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:47:30.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:30.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:30 smithi194 ceph-mon[104785]: pgmap v7822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:47:31.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:31.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:32.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:32.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:32 smithi194 ceph-mon[104785]: pgmap v7823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:32 smithi135 ceph-mon[93152]: pgmap v7823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:33.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:33.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:34.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:34.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:34 smithi194 ceph-mon[104785]: pgmap v7824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:34 smithi135 ceph-mon[93152]: pgmap v7824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:35.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:35.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:36.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:36.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:36 smithi194 ceph-mon[104785]: pgmap v7825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:36 smithi135 ceph-mon[93152]: pgmap v7825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:37.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:37.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:38.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:38.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:38 smithi194 ceph-mon[104785]: pgmap v7826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:38 smithi135 ceph-mon[93152]: pgmap v7826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:39.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:39.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:40 smithi135 ceph-mon[93152]: pgmap v7827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:47:40.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:40.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:40 smithi194 ceph-mon[104785]: pgmap v7827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:47:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:41.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:41.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:42 smithi135 ceph-mon[93152]: pgmap v7828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:42.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:42.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:42 smithi194 ceph-mon[104785]: pgmap v7828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:43.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:43.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:44.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:44.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:44 smithi194 ceph-mon[104785]: pgmap v7829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:44 smithi135 ceph-mon[93152]: pgmap v7829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:45.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:45.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:46.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:46.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:46 smithi194 ceph-mon[104785]: pgmap v7830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:46 smithi135 ceph-mon[93152]: pgmap v7830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:47.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:47.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:48.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:48.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:48 smithi194 ceph-mon[104785]: pgmap v7831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:48 smithi135 ceph-mon[93152]: pgmap v7831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:49.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:49.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:50 smithi135 ceph-mon[93152]: pgmap v7832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:47:50.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:50.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:50 smithi194 ceph-mon[104785]: pgmap v7832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:47:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:47:51.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:51.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:47:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:47:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:47:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:47:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:47:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:47:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:52 smithi135 ceph-mon[93152]: pgmap v7833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:52.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:52.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:52 smithi194 ceph-mon[104785]: pgmap v7833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:53.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:53.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:54.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:54.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:54 smithi194 ceph-mon[104785]: pgmap v7834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:54 smithi135 ceph-mon[93152]: pgmap v7834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:55.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:55.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:47:56.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:56.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:56 smithi194 ceph-mon[104785]: pgmap v7835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:56 smithi135 ceph-mon[93152]: pgmap v7835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:57.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:57.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:58.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:58.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:47:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:47:58 smithi135 ceph-mon[93152]: pgmap v7836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:47:58 smithi194 ceph-mon[104785]: pgmap v7836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:47:59.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:47:59.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:00.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:00 smithi135 ceph-mon[93152]: pgmap v7837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:48:00.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:00.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:00 smithi194 ceph-mon[104785]: pgmap v7837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:48:01.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:01.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:02.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:02.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:02 smithi194 ceph-mon[104785]: pgmap v7838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:02 smithi135 ceph-mon[93152]: pgmap v7838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:03.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:03.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:04.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:04.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:04 smithi194 ceph-mon[104785]: pgmap v7839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:04 smithi135 ceph-mon[93152]: pgmap v7839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:05.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:05.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:06.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:06.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:06 smithi194 ceph-mon[104785]: pgmap v7840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:06 smithi135 ceph-mon[93152]: pgmap v7840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:07.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:07.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:08.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:08.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:08 smithi194 ceph-mon[104785]: pgmap v7841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:08 smithi135 ceph-mon[93152]: pgmap v7841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:09.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:09.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:10 smithi135 ceph-mon[93152]: pgmap v7842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:48:10.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:10.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:10 smithi194 ceph-mon[104785]: pgmap v7842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:48:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:11.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:11.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:12 smithi135 ceph-mon[93152]: pgmap v7843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:12.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:12.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:12 smithi194 ceph-mon[104785]: pgmap v7843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:13.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:13.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:14.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:14.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:14 smithi194 ceph-mon[104785]: pgmap v7844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:14 smithi135 ceph-mon[93152]: pgmap v7844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:15.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:15.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:16.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:16.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:16 smithi194 ceph-mon[104785]: pgmap v7845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:16 smithi135 ceph-mon[93152]: pgmap v7845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:17.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:17.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:18.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:18.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:18 smithi194 ceph-mon[104785]: pgmap v7846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:18 smithi135 ceph-mon[93152]: pgmap v7846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:19.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:19.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:20 smithi135 ceph-mon[93152]: pgmap v7847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:48:20.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:20.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:20 smithi194 ceph-mon[104785]: pgmap v7847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:48:21.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:21.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:22.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:22.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:22 smithi194 ceph-mon[104785]: pgmap v7848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:22 smithi135 ceph-mon[93152]: pgmap v7848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:23.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:23.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:24.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:24.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:24 smithi194 ceph-mon[104785]: pgmap v7849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:24 smithi135 ceph-mon[93152]: pgmap v7849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:25.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:25.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:26.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:26.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:26 smithi194 ceph-mon[104785]: pgmap v7850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:26 smithi135 ceph-mon[93152]: pgmap v7850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:27.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:27.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:28.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:28.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:28 smithi194 ceph-mon[104785]: pgmap v7851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:28 smithi135 ceph-mon[93152]: pgmap v7851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:29.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:29.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:30 smithi135 ceph-mon[93152]: pgmap v7852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:48:30.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:30.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:30 smithi194 ceph-mon[104785]: pgmap v7852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:48:31.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:31.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:32.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:32.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:32 smithi194 ceph-mon[104785]: pgmap v7853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:32 smithi135 ceph-mon[93152]: pgmap v7853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:33.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:33.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:34.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:34.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:34 smithi194 ceph-mon[104785]: pgmap v7854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:34 smithi135 ceph-mon[93152]: pgmap v7854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:35.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:35.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:36.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:36.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:36 smithi194 ceph-mon[104785]: pgmap v7855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:36 smithi135 ceph-mon[93152]: pgmap v7855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:37.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:37.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:38.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:38.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:38 smithi194 ceph-mon[104785]: pgmap v7856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:38 smithi135 ceph-mon[93152]: pgmap v7856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:39.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:39.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:40 smithi135 ceph-mon[93152]: pgmap v7857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:48:40.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:40.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:40 smithi194 ceph-mon[104785]: pgmap v7857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:48:41.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:41.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:42.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:42.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:42 smithi194 ceph-mon[104785]: pgmap v7858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:42 smithi135 ceph-mon[93152]: pgmap v7858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:43.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:43.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:44.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:44.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:44 smithi194 ceph-mon[104785]: pgmap v7859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:44 smithi135 ceph-mon[93152]: pgmap v7859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:45.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:45.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:46.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:46.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:46 smithi194 ceph-mon[104785]: pgmap v7860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:46 smithi135 ceph-mon[93152]: pgmap v7860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:47.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:47.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:48.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:48.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:48 smithi194 ceph-mon[104785]: pgmap v7861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:49.210 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:48 smithi135 ceph-mon[93152]: pgmap v7861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:49.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:49.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:50 smithi135 ceph-mon[93152]: pgmap v7862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:48:50.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:50.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:50 smithi194 ceph-mon[104785]: pgmap v7862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:48:51.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:51.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:48:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:48:52.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:52.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:52 smithi194 ceph-mon[104785]: pgmap v7863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:48:53.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:48:53.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:48:53.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:48:53.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:48:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:52 smithi135 ceph-mon[93152]: pgmap v7863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:48:53.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:48:53.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:48:53.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:48:53.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:48:53.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:53.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:54.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:54.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:54 smithi194 ceph-mon[104785]: pgmap v7864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:54 smithi135 ceph-mon[93152]: pgmap v7864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:55.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:55.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:48:56.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:56.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:56 smithi194 ceph-mon[104785]: pgmap v7865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:56 smithi135 ceph-mon[93152]: pgmap v7865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:57.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:57.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:58.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:58.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:48:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:48:58 smithi194 ceph-mon[104785]: pgmap v7866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:48:58 smithi135 ceph-mon[93152]: pgmap v7866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:48:59.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:48:59.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:00 smithi135 ceph-mon[93152]: pgmap v7867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:49:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:00 smithi194 ceph-mon[104785]: pgmap v7867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:49:00.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:00.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:01.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:01.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:02.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:02.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:02 smithi194 ceph-mon[104785]: pgmap v7868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:02 smithi135 ceph-mon[93152]: pgmap v7868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:03.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:03.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:04.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:04.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:04 smithi194 ceph-mon[104785]: pgmap v7869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:04 smithi135 ceph-mon[93152]: pgmap v7869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:05.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:05.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:06.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:06.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:06 smithi194 ceph-mon[104785]: pgmap v7870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:06 smithi135 ceph-mon[93152]: pgmap v7870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:07.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:07.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:08.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:08.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:08 smithi194 ceph-mon[104785]: pgmap v7871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:08 smithi135 ceph-mon[93152]: pgmap v7871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:09.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:09.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:10 smithi135 ceph-mon[93152]: pgmap v7872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:49:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:10 smithi194 ceph-mon[104785]: pgmap v7872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:49:10.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:10.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:11.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:11.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:12 smithi194 ceph-mon[104785]: pgmap v7873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:12.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:12.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:12 smithi135 ceph-mon[93152]: pgmap v7873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:13.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:13.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:14.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:14.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:14 smithi194 ceph-mon[104785]: pgmap v7874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:14 smithi135 ceph-mon[93152]: pgmap v7874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:15.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:15.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:16.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:16.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:16 smithi194 ceph-mon[104785]: pgmap v7875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:16 smithi135 ceph-mon[93152]: pgmap v7875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:17.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:17.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:18.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:18.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:18 smithi194 ceph-mon[104785]: pgmap v7876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:18 smithi135 ceph-mon[93152]: pgmap v7876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:19.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:19.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:20 smithi135 ceph-mon[93152]: pgmap v7877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:49:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:20 smithi194 ceph-mon[104785]: pgmap v7877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:49:20.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:20.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:21.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:21.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:22.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:22.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:22 smithi194 ceph-mon[104785]: pgmap v7878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:22 smithi135 ceph-mon[93152]: pgmap v7878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:23.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:23.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:24.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:24.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:24 smithi194 ceph-mon[104785]: pgmap v7879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:24 smithi135 ceph-mon[93152]: pgmap v7879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:25.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:25.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:26.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:26.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:26 smithi194 ceph-mon[104785]: pgmap v7880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:26 smithi135 ceph-mon[93152]: pgmap v7880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:27.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:27.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:28.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:28.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:28 smithi194 ceph-mon[104785]: pgmap v7881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:28 smithi135 ceph-mon[93152]: pgmap v7881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:29.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:29.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:30 smithi135 ceph-mon[93152]: pgmap v7882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:49:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:30 smithi194 ceph-mon[104785]: pgmap v7882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:49:30.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:30.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:31.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:31.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:32.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:32.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:32 smithi194 ceph-mon[104785]: pgmap v7883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:32 smithi135 ceph-mon[93152]: pgmap v7883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:33.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:33.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:34.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:34.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:34 smithi194 ceph-mon[104785]: pgmap v7884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:34 smithi135 ceph-mon[93152]: pgmap v7884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:35.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:35.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:36.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:36.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:36 smithi194 ceph-mon[104785]: pgmap v7885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:36 smithi135 ceph-mon[93152]: pgmap v7885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:37.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:37.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:38.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:38.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:38 smithi194 ceph-mon[104785]: pgmap v7886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:38 smithi135 ceph-mon[93152]: pgmap v7886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:39.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:39.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:40 smithi135 ceph-mon[93152]: pgmap v7887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:49:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:40 smithi194 ceph-mon[104785]: pgmap v7887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:49:40.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:40.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:41.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:41.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:42 smithi194 ceph-mon[104785]: pgmap v7888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:42 smithi135 ceph-mon[93152]: pgmap v7888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:42.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:42.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:43.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:43.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:44.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:44.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:44 smithi135 ceph-mon[93152]: pgmap v7889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:44 smithi194 ceph-mon[104785]: pgmap v7889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:45.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:45.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:46.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:46.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:46 smithi194 ceph-mon[104785]: pgmap v7890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:46 smithi135 ceph-mon[93152]: pgmap v7890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:47.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:47.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:48.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:48.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:48 smithi194 ceph-mon[104785]: pgmap v7891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:48 smithi135 ceph-mon[93152]: pgmap v7891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:49.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:49.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:50 smithi135 ceph-mon[93152]: pgmap v7892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:49:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:50 smithi194 ceph-mon[104785]: pgmap v7892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:49:50.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:50.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:51.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:51.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:52.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:52.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:52 smithi194 ceph-mon[104785]: pgmap v7893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:49:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:52 smithi135 ceph-mon[93152]: pgmap v7893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:49:53.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:53.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:49:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:49:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:49:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:49:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:49:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:49:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:49:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:49:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:49:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:49:54.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:54.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:54 smithi194 ceph-mon[104785]: pgmap v7894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:54 smithi135 ceph-mon[93152]: pgmap v7894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:55.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:55.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:49:56.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:56.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:57.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:56 smithi135 ceph-mon[93152]: pgmap v7895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:56 smithi194 ceph-mon[104785]: pgmap v7895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:57.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:57.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:58.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:58.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:49:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:49:58 smithi135 ceph-mon[93152]: pgmap v7896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:59.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:49:58 smithi194 ceph-mon[104785]: pgmap v7896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:49:59.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:49:59.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:00 smithi135 ceph-mon[93152]: pgmap v7897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:50:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T08:50:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:00 smithi194 ceph-mon[104785]: pgmap v7897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:50:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T08:50:00.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:00.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:01.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:01.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:02.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:02.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:02 smithi194 ceph-mon[104785]: pgmap v7898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:02 smithi135 ceph-mon[93152]: pgmap v7898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:03.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:03.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:04.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:04.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:04 smithi194 ceph-mon[104785]: pgmap v7899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:04 smithi135 ceph-mon[93152]: pgmap v7899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:05.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:05.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:06.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:06.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:06 smithi194 ceph-mon[104785]: pgmap v7900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:06 smithi135 ceph-mon[93152]: pgmap v7900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:07.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:07.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:08.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:08.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:08 smithi194 ceph-mon[104785]: pgmap v7901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:08 smithi135 ceph-mon[93152]: pgmap v7901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:09.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:09.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:10 smithi135 ceph-mon[93152]: pgmap v7902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:50:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:10 smithi194 ceph-mon[104785]: pgmap v7902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:50:10.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:10.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:11.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:11.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:12.692 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:12 smithi194 ceph-mon[104785]: pgmap v7903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:12 smithi135 ceph-mon[93152]: pgmap v7903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:12.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:12.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:13.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:13.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:14.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:14.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:14 smithi194 ceph-mon[104785]: pgmap v7904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:14 smithi135 ceph-mon[93152]: pgmap v7904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:15.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:15.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:16.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:16.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:16 smithi194 ceph-mon[104785]: pgmap v7905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:16 smithi135 ceph-mon[93152]: pgmap v7905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:17.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:17.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:18.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:18.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:18 smithi135 ceph-mon[93152]: pgmap v7906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:18 smithi194 ceph-mon[104785]: pgmap v7906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:19.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:19.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:20 smithi135 ceph-mon[93152]: pgmap v7907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:50:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:20 smithi194 ceph-mon[104785]: pgmap v7907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:50:20.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:20.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:21.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:21.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:22.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:22.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:22 smithi194 ceph-mon[104785]: pgmap v7908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:22 smithi135 ceph-mon[93152]: pgmap v7908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:23.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:23.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:24.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:24.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:25.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:24 smithi135 ceph-mon[93152]: pgmap v7909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:24 smithi194 ceph-mon[104785]: pgmap v7909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:25.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:25.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:26.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:26.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:26 smithi135 ceph-mon[93152]: pgmap v7910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:26 smithi194 ceph-mon[104785]: pgmap v7910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:27.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:27.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:28.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:28.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:28 smithi135 ceph-mon[93152]: pgmap v7911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:28 smithi194 ceph-mon[104785]: pgmap v7911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:29.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:29.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:30 smithi135 ceph-mon[93152]: pgmap v7912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:50:30.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:30 smithi194 ceph-mon[104785]: pgmap v7912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:50:30.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:30.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:31.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:31.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:32.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:32.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:32 smithi194 ceph-mon[104785]: pgmap v7913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:32 smithi135 ceph-mon[93152]: pgmap v7913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:33.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:33.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:34.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:34.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:35.244 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:34 smithi135 ceph-mon[93152]: pgmap v7914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:34 smithi194 ceph-mon[104785]: pgmap v7914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:35.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:35.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:36.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:36.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:36 smithi135 ceph-mon[93152]: pgmap v7915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:36 smithi194 ceph-mon[104785]: pgmap v7915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:37.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:37.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:38.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:38.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:38 smithi135 ceph-mon[93152]: pgmap v7916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:38 smithi194 ceph-mon[104785]: pgmap v7916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:39.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:39.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:40 smithi135 ceph-mon[93152]: pgmap v7917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:50:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:40 smithi194 ceph-mon[104785]: pgmap v7917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:50:40.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:40.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:41.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:41.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:42 smithi194 ceph-mon[104785]: pgmap v7918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:42 smithi135 ceph-mon[93152]: pgmap v7918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:42.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:42.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:43.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:43.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:44.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:44.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:45.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:44 smithi135 ceph-mon[93152]: pgmap v7919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:44 smithi194 ceph-mon[104785]: pgmap v7919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:45.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:45.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:46.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:46.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:46 smithi135 ceph-mon[93152]: pgmap v7920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:47.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:46 smithi194 ceph-mon[104785]: pgmap v7920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:47.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:47.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:48.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:48.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:48 smithi135 ceph-mon[93152]: pgmap v7921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:48 smithi194 ceph-mon[104785]: pgmap v7921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:49.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:49.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:50 smithi135 ceph-mon[93152]: pgmap v7922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:50:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:50 smithi194 ceph-mon[104785]: pgmap v7922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:50:50.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:50.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:51.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:51.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:52.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:52.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:52 smithi135 ceph-mon[93152]: pgmap v7923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:52 smithi194 ceph-mon[104785]: pgmap v7923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:53.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:53.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:50:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:50:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:50:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:50:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:50:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:50:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:50:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:50:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:50:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:50:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:50:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:50:54.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:54.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:54 smithi135 ceph-mon[93152]: pgmap v7924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:54 smithi194 ceph-mon[104785]: pgmap v7924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:55.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:55.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:50:56.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:56.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:56 smithi135 ceph-mon[93152]: pgmap v7925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:56 smithi194 ceph-mon[104785]: pgmap v7925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:57.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:57.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:58.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:58.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:50:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:50:58 smithi135 ceph-mon[93152]: pgmap v7926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:59.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:50:58 smithi194 ceph-mon[104785]: pgmap v7926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:50:59.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:50:59.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:00 smithi135 ceph-mon[93152]: pgmap v7927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:51:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:00 smithi194 ceph-mon[104785]: pgmap v7927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:51:00.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:00.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:01.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:01.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:02.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:02.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:03.222 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:02 smithi194 ceph-mon[104785]: pgmap v7928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:02 smithi135 ceph-mon[93152]: pgmap v7928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:03.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:03.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:04.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:04.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:04 smithi135 ceph-mon[93152]: pgmap v7929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:04 smithi194 ceph-mon[104785]: pgmap v7929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:05.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:05.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:06.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:06.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:06 smithi135 ceph-mon[93152]: pgmap v7930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:06 smithi194 ceph-mon[104785]: pgmap v7930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:07.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:07.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:08.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:08.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:08 smithi135 ceph-mon[93152]: pgmap v7931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:08 smithi194 ceph-mon[104785]: pgmap v7931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:09.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:09.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:10 smithi135 ceph-mon[93152]: pgmap v7932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:51:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:10 smithi194 ceph-mon[104785]: pgmap v7932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:51:10.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:10.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:11.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:11.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:12 smithi194 ceph-mon[104785]: pgmap v7933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:12 smithi135 ceph-mon[93152]: pgmap v7933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:12.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:12.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:13.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:13.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:14.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:14.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:14 smithi135 ceph-mon[93152]: pgmap v7934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:14 smithi194 ceph-mon[104785]: pgmap v7934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:15.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:15.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:16.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:16.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:16 smithi135 ceph-mon[93152]: pgmap v7935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:16 smithi194 ceph-mon[104785]: pgmap v7935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:17.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:17.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:18.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:18.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:18 smithi135 ceph-mon[93152]: pgmap v7936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:18 smithi194 ceph-mon[104785]: pgmap v7936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:19.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:19.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:20 smithi135 ceph-mon[93152]: pgmap v7937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:51:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:20 smithi194 ceph-mon[104785]: pgmap v7937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:51:20.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:20.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:21.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:21.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:22.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:22.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:22 smithi135 ceph-mon[93152]: pgmap v7938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:23.433 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:22 smithi194 ceph-mon[104785]: pgmap v7938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:23.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:23.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:24.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:24.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:24 smithi135 ceph-mon[93152]: pgmap v7939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:24 smithi194 ceph-mon[104785]: pgmap v7939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:25.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:25.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:26.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:26.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:26 smithi135 ceph-mon[93152]: pgmap v7940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:26 smithi194 ceph-mon[104785]: pgmap v7940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:27.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:27.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:28.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:28.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:28 smithi135 ceph-mon[93152]: pgmap v7941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:28 smithi194 ceph-mon[104785]: pgmap v7941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:29.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:29.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:30 smithi135 ceph-mon[93152]: pgmap v7942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:51:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:30 smithi194 ceph-mon[104785]: pgmap v7942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:51:30.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:30.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:31.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:31.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:32.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:32.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:32 smithi135 ceph-mon[93152]: pgmap v7943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:32 smithi194 ceph-mon[104785]: pgmap v7943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:33.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:33.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:34.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:34.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:34 smithi135 ceph-mon[93152]: pgmap v7944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:34 smithi194 ceph-mon[104785]: pgmap v7944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:35.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:35.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:36.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:36.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:36 smithi135 ceph-mon[93152]: pgmap v7945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:36 smithi194 ceph-mon[104785]: pgmap v7945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:37.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:37.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:38.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:38.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:38 smithi135 ceph-mon[93152]: pgmap v7946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:38 smithi194 ceph-mon[104785]: pgmap v7946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:39.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:39.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:40 smithi135 ceph-mon[93152]: pgmap v7947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:51:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:40 smithi194 ceph-mon[104785]: pgmap v7947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:51:40.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:40.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:41.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:41.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:42 smithi194 ceph-mon[104785]: pgmap v7948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:42 smithi135 ceph-mon[93152]: pgmap v7948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:42.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:42.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:43.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:43.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:44.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:44.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:44 smithi135 ceph-mon[93152]: pgmap v7949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:44 smithi194 ceph-mon[104785]: pgmap v7949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:45.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:45.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:46.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:46.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:46 smithi135 ceph-mon[93152]: pgmap v7950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:47.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:46 smithi194 ceph-mon[104785]: pgmap v7950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:47.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:47.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:48.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:48.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:48 smithi135 ceph-mon[93152]: pgmap v7951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:48 smithi194 ceph-mon[104785]: pgmap v7951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:49.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:49.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:50 smithi135 ceph-mon[93152]: pgmap v7952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:51:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:50 smithi194 ceph-mon[104785]: pgmap v7952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:51:51.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:51.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:52.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:52.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:53.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:53.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:52 smithi135 ceph-mon[93152]: pgmap v7953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:52 smithi194 ceph-mon[104785]: pgmap v7953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:54.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:54.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:51:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:51:55.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:55.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:54 smithi135 ceph-mon[93152]: pgmap v7954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:54 smithi194 ceph-mon[104785]: pgmap v7954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:56.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:56.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:51:57.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:57.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:56 smithi135 ceph-mon[93152]: pgmap v7955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:56 smithi194 ceph-mon[104785]: pgmap v7955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:58.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:58.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:59.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:51:59.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:51:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:59 smithi194 ceph-mon[104785]: pgmap v7956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:51:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:51:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:51:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:51:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:51:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:51:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:51:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:51:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:59 smithi135 ceph-mon[93152]: pgmap v7956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:51:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:51:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:51:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:51:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:51:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:51:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:51:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:51:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:52:00.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:00.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:00 smithi135 ceph-mon[93152]: pgmap v7957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:52:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:00 smithi194 ceph-mon[104785]: pgmap v7957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:52:01.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:01.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:02.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:02.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:03.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:03.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:02 smithi135 ceph-mon[93152]: pgmap v7958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:02 smithi194 ceph-mon[104785]: pgmap v7958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:04.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:04.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:05.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:05.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:04 smithi135 ceph-mon[93152]: pgmap v7959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:04 smithi194 ceph-mon[104785]: pgmap v7959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:06.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:06.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:07.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:07.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:06 smithi135 ceph-mon[93152]: pgmap v7960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:06 smithi194 ceph-mon[104785]: pgmap v7960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:08.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:08.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:09.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:09.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:08 smithi194 ceph-mon[104785]: pgmap v7961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:08 smithi135 ceph-mon[93152]: pgmap v7961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:10.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:10.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:10 smithi135 ceph-mon[93152]: pgmap v7962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:52:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:10 smithi194 ceph-mon[104785]: pgmap v7962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:52:11.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:11.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:12.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:12.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:12 smithi194 ceph-mon[104785]: pgmap v7963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:12 smithi135 ceph-mon[93152]: pgmap v7963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:13.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:13.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:14.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:14.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:15.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:15.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:14 smithi135 ceph-mon[93152]: pgmap v7964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:14 smithi194 ceph-mon[104785]: pgmap v7964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:16.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:16.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:17.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:17.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:16 smithi135 ceph-mon[93152]: pgmap v7965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:16 smithi194 ceph-mon[104785]: pgmap v7965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:18.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:18.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:19.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:19.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:18 smithi135 ceph-mon[93152]: pgmap v7966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:18 smithi194 ceph-mon[104785]: pgmap v7966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:20.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:20.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:20 smithi135 ceph-mon[93152]: pgmap v7967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:52:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:20 smithi194 ceph-mon[104785]: pgmap v7967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:52:21.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:21.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:22.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:22.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:23.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:23.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:22 smithi135 ceph-mon[93152]: pgmap v7968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:22 smithi194 ceph-mon[104785]: pgmap v7968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:24.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:24.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:25.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:25.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:24 smithi135 ceph-mon[93152]: pgmap v7969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:24 smithi194 ceph-mon[104785]: pgmap v7969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:26.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:26.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:27.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:27.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:27 smithi135 ceph-mon[93152]: pgmap v7970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:27 smithi194 ceph-mon[104785]: pgmap v7970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:28.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:28.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:29.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:29.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:29 smithi135 ceph-mon[93152]: pgmap v7971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:29 smithi194 ceph-mon[104785]: pgmap v7971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:30.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:30.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:30 smithi135 ceph-mon[93152]: pgmap v7972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:52:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:30 smithi194 ceph-mon[104785]: pgmap v7972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:52:31.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:31.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:32.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:32.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:33.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:33.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:32 smithi135 ceph-mon[93152]: pgmap v7973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:32 smithi194 ceph-mon[104785]: pgmap v7973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:34.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:34.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:35.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:35.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:34 smithi135 ceph-mon[93152]: pgmap v7974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:34 smithi194 ceph-mon[104785]: pgmap v7974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:36.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:36.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:37.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:37.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:37 smithi135 ceph-mon[93152]: pgmap v7975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:37 smithi194 ceph-mon[104785]: pgmap v7975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:38.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:38.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:39.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:39.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:39 smithi135 ceph-mon[93152]: pgmap v7976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:39 smithi194 ceph-mon[104785]: pgmap v7976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:40.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:40.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:40 smithi135 ceph-mon[93152]: pgmap v7977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:52:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:40 smithi194 ceph-mon[104785]: pgmap v7977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:52:41.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:41.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:42.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:42.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:42 smithi194 ceph-mon[104785]: pgmap v7978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:42 smithi135 ceph-mon[93152]: pgmap v7978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:43.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:43.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:44.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:44.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:45.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:45.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:44 smithi135 ceph-mon[93152]: pgmap v7979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:45 smithi194 ceph-mon[104785]: pgmap v7979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:46.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:46.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:47.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:47.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:47 smithi135 ceph-mon[93152]: pgmap v7980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:47.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:47 smithi194 ceph-mon[104785]: pgmap v7980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:48.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:48.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:49.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:49.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:49 smithi135 ceph-mon[93152]: pgmap v7981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:49.330 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:49 smithi194 ceph-mon[104785]: pgmap v7981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:50.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:50.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:50 smithi135 ceph-mon[93152]: pgmap v7982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:52:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:50 smithi194 ceph-mon[104785]: pgmap v7982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:52:51.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:51.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:52.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:52.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:53.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:53.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:53 smithi135 ceph-mon[93152]: pgmap v7983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:53 smithi194 ceph-mon[104785]: pgmap v7983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:54.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:54.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:55.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:55.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:55 smithi135 ceph-mon[93152]: pgmap v7984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:55 smithi194 ceph-mon[104785]: pgmap v7984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:56.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:56.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:52:57.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:57.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:57 smithi194 ceph-mon[104785]: pgmap v7985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:57 smithi135 ceph-mon[93152]: pgmap v7985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:58.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:58.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:59.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:52:59.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:52:59.435 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:59 smithi194 ceph-mon[104785]: pgmap v7986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:59.445 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:52:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:52:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:59 smithi135 ceph-mon[93152]: pgmap v7986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:52:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:52:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:53:00.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:00.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:53:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:53:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:53:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:53:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:53:00.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:00 smithi135 ceph-mon[93152]: pgmap v7987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:53:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:53:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:53:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:53:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:53:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:53:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:00 smithi194 ceph-mon[104785]: pgmap v7987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:53:01.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:01.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:02.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:02.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:03.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:03.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:03 smithi135 ceph-mon[93152]: pgmap v7988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:03 smithi194 ceph-mon[104785]: pgmap v7988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:04.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:04.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:05.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:05.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:05 smithi135 ceph-mon[93152]: pgmap v7989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:05 smithi194 ceph-mon[104785]: pgmap v7989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:06.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:06.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:07.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:07.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:07 smithi194 ceph-mon[104785]: pgmap v7990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:07 smithi135 ceph-mon[93152]: pgmap v7990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:08.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:08.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:09.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:09.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:09 smithi194 ceph-mon[104785]: pgmap v7991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:09 smithi135 ceph-mon[93152]: pgmap v7991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:10.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:10.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:10 smithi135 ceph-mon[93152]: pgmap v7992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:53:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:10 smithi194 ceph-mon[104785]: pgmap v7992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:53:11.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:11.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:12.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:12.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:12 smithi194 ceph-mon[104785]: pgmap v7993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:12 smithi135 ceph-mon[93152]: pgmap v7993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:13.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:13.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:14.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:14.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:15.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:15.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:15 smithi194 ceph-mon[104785]: pgmap v7994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:15 smithi135 ceph-mon[93152]: pgmap v7994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:16.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:16.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:17.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:17.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:17 smithi135 ceph-mon[93152]: pgmap v7995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:17.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:17 smithi194 ceph-mon[104785]: pgmap v7995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:18.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:18.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:19.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:19.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:19 smithi194 ceph-mon[104785]: pgmap v7996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:19 smithi135 ceph-mon[93152]: pgmap v7996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:20.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:20.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:20 smithi135 ceph-mon[93152]: pgmap v7997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:53:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:20 smithi194 ceph-mon[104785]: pgmap v7997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:53:21.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:21.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:22.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:22.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:23.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:23.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:23 smithi194 ceph-mon[104785]: pgmap v7998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:23.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:23 smithi135 ceph-mon[93152]: pgmap v7998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:24.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:24.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:25.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:25.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:25 smithi194 ceph-mon[104785]: pgmap v7999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:25 smithi135 ceph-mon[93152]: pgmap v7999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:26.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:26.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:27.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:27.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:27 smithi135 ceph-mon[93152]: pgmap v8000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:27 smithi194 ceph-mon[104785]: pgmap v8000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:28.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:28.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:29.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:29.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:29 smithi194 ceph-mon[104785]: pgmap v8001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:29 smithi135 ceph-mon[93152]: pgmap v8001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:30.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:30.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:30 smithi135 ceph-mon[93152]: pgmap v8002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:53:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:30 smithi194 ceph-mon[104785]: pgmap v8002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:53:31.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:31.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:32.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:32.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:33.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:33.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:33 smithi194 ceph-mon[104785]: pgmap v8003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:33 smithi135 ceph-mon[93152]: pgmap v8003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:34.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:34.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:35.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:35.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:35 smithi194 ceph-mon[104785]: pgmap v8004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:35 smithi135 ceph-mon[93152]: pgmap v8004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:36.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:36.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:37.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:37.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:37 smithi194 ceph-mon[104785]: pgmap v8005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:37 smithi135 ceph-mon[93152]: pgmap v8005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:38.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:38.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:39.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:39.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:39.947 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:39 smithi194 ceph-mon[104785]: pgmap v8006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:39.947 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:39 smithi135 ceph-mon[93152]: pgmap v8006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:40.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:41.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:41.632 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:40 smithi194 ceph-mon[104785]: pgmap v8007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:53:41.786 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:40 smithi135 ceph-mon[93152]: pgmap v8007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:53:41.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:41.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:41.787 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:41.787 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:42.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:42.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:42 smithi135 ceph-mon[93152]: pgmap v8008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:43.538 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:42 smithi194 ceph-mon[104785]: pgmap v8008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:43.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:43.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:44.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:44.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:45.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:46.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:46.286 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:45 smithi194 ceph-mon[104785]: pgmap v8009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:46.287 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:45 smithi135 ceph-mon[93152]: pgmap v8009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:46.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:46.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:47.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:47.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:47.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:47 smithi194 ceph-mon[104785]: pgmap v8010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:47.526 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:47 smithi135 ceph-mon[93152]: pgmap v8010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:48.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:48.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:49.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:49.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:49 smithi194 ceph-mon[104785]: pgmap v8011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:49.524 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:49 smithi135 ceph-mon[93152]: pgmap v8011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:50.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:50.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:50 smithi135 ceph-mon[93152]: pgmap v8012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:53:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:50 smithi194 ceph-mon[104785]: pgmap v8012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:53:51.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:51.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:52.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:52.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:53.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:53.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:53 smithi194 ceph-mon[104785]: pgmap v8013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:53.518 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:53 smithi135 ceph-mon[93152]: pgmap v8013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:54.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:54.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:55.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:55.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:55 smithi194 ceph-mon[104785]: pgmap v8014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:55 smithi135 ceph-mon[93152]: pgmap v8014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:56.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:56.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:53:57.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:57.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:57 smithi194 ceph-mon[104785]: pgmap v8015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:57 smithi135 ceph-mon[93152]: pgmap v8015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:58.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:58.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:59.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:53:59.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:53:59.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:53:59 smithi194 ceph-mon[104785]: pgmap v8016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:53:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:53:59 smithi135 ceph-mon[93152]: pgmap v8016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:00.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:00.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:54:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:00 smithi194 ceph-mon[104785]: pgmap v8017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:54:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:54:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:00 smithi135 ceph-mon[93152]: pgmap v8017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:54:01.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:01.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:02.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:02.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:03.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:03.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:03 smithi194 ceph-mon[104785]: pgmap v8018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:03 smithi135 ceph-mon[93152]: pgmap v8018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:04.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:04.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:05.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:05.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:05 smithi194 ceph-mon[104785]: pgmap v8019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:05 smithi135 ceph-mon[93152]: pgmap v8019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:06.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:06.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:07.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:07.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:07.326 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:07 smithi135 ceph-mon[93152]: pgmap v8020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:07.327 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:54:07.327 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:54:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:07 smithi194 ceph-mon[104785]: pgmap v8020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:54:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:54:08.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:08.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:54:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:54:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:54:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:54:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:54:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:54:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:54:08.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:54:08.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:54:08.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:54:09.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:09.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:09 smithi194 ceph-mon[104785]: pgmap v8021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:09 smithi135 ceph-mon[93152]: pgmap v8021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:10.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:10.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:10 smithi194 ceph-mon[104785]: pgmap v8022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:54:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:10 smithi135 ceph-mon[93152]: pgmap v8022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:54:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:11.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:11.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:12.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:12.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:13.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:13.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:13 smithi194 ceph-mon[104785]: pgmap v8023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:13 smithi135 ceph-mon[93152]: pgmap v8023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:14.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:14.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:15.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:15.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:15 smithi194 ceph-mon[104785]: pgmap v8024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:15 smithi135 ceph-mon[93152]: pgmap v8024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:16.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:16.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:17.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:17.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:17.421 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:17 smithi135 ceph-mon[93152]: pgmap v8025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:17 smithi194 ceph-mon[104785]: pgmap v8025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:18.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:18.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:19.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:19.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:19 smithi194 ceph-mon[104785]: pgmap v8026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:19 smithi135 ceph-mon[93152]: pgmap v8026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:20.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:20.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:20 smithi194 ceph-mon[104785]: pgmap v8027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:54:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:20 smithi135 ceph-mon[93152]: pgmap v8027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:54:21.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:21.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:22.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:22.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:23.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:23.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:23 smithi194 ceph-mon[104785]: pgmap v8028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:23 smithi135 ceph-mon[93152]: pgmap v8028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:24.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:24.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:25.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:25.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:25.319 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:25 smithi194 ceph-mon[104785]: pgmap v8029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:25 smithi135 ceph-mon[93152]: pgmap v8029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:26.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:26.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:27.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:27.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:27 smithi194 ceph-mon[104785]: pgmap v8030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:27 smithi135 ceph-mon[93152]: pgmap v8030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:28.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:28.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:29.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:29.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:29 smithi194 ceph-mon[104785]: pgmap v8031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:29 smithi135 ceph-mon[93152]: pgmap v8031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:30.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:30.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:30 smithi194 ceph-mon[104785]: pgmap v8032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:54:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:30 smithi135 ceph-mon[93152]: pgmap v8032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:54:31.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:31.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:32.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:32.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:33.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:33.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:33 smithi194 ceph-mon[104785]: pgmap v8033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:33 smithi135 ceph-mon[93152]: pgmap v8033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:34.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:34.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:35.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:35.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:35.424 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:35 smithi194 ceph-mon[104785]: pgmap v8034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:35 smithi135 ceph-mon[93152]: pgmap v8034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:36.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:36.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:37.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:37.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:37 smithi194 ceph-mon[104785]: pgmap v8035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:37 smithi135 ceph-mon[93152]: pgmap v8035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:38.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:38.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:39.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:39.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:39 smithi194 ceph-mon[104785]: pgmap v8036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:39 smithi135 ceph-mon[93152]: pgmap v8036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:40.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:40.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:40 smithi194 ceph-mon[104785]: pgmap v8037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:54:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:40 smithi135 ceph-mon[93152]: pgmap v8037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:54:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:41.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:41.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:42.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:42.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:43.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:43.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:43 smithi194 ceph-mon[104785]: pgmap v8038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:43 smithi135 ceph-mon[93152]: pgmap v8038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:44.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:44.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:45.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:45.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:45 smithi194 ceph-mon[104785]: pgmap v8039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:45 smithi135 ceph-mon[93152]: pgmap v8039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:46.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:46.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:47.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:47.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:47.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:47 smithi194 ceph-mon[104785]: pgmap v8040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:47.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:47 smithi135 ceph-mon[93152]: pgmap v8040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:48.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:48.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:49.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:49.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:49 smithi194 ceph-mon[104785]: pgmap v8041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:49 smithi135 ceph-mon[93152]: pgmap v8041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:50.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:50.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:50 smithi194 ceph-mon[104785]: pgmap v8042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:54:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:50 smithi135 ceph-mon[93152]: pgmap v8042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:54:51.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:51.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:52.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:52.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:53.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:53.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:53 smithi194 ceph-mon[104785]: pgmap v8043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:53 smithi135 ceph-mon[93152]: pgmap v8043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:54.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:54.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:55.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:55.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:55 smithi194 ceph-mon[104785]: pgmap v8044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:55 smithi135 ceph-mon[93152]: pgmap v8044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:56.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:56.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:54:57.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:57.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:57 smithi194 ceph-mon[104785]: pgmap v8045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:57 smithi135 ceph-mon[93152]: pgmap v8045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:58.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:58.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:59.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:54:59.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:54:59.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:54:59 smithi194 ceph-mon[104785]: pgmap v8046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:54:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:54:59 smithi135 ceph-mon[93152]: pgmap v8046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:00.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:00.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:00.688 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:00 smithi194 ceph-mon[104785]: pgmap v8047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:55:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:00 smithi135 ceph-mon[93152]: pgmap v8047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:55:01.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:01.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:02.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:02.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:03 smithi135 ceph-mon[93152]: pgmap v8048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:03.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:03.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:03 smithi194 ceph-mon[104785]: pgmap v8048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:04.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:04.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:05.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:05.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:05 smithi194 ceph-mon[104785]: pgmap v8049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:05 smithi135 ceph-mon[93152]: pgmap v8049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:06.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:06.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:07.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:07.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:07 smithi194 ceph-mon[104785]: pgmap v8050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:07 smithi135 ceph-mon[93152]: pgmap v8050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:55:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:55:08.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:55:08.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:08.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:55:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:55:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:55:09.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:09.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:09 smithi194 ceph-mon[104785]: pgmap v8051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:55:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:55:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:55:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:55:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:55:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:09 smithi135 ceph-mon[93152]: pgmap v8051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:55:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:55:09.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:55:09.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:55:09.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:55:10.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:10.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:10 smithi194 ceph-mon[104785]: pgmap v8052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:55:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:10 smithi135 ceph-mon[93152]: pgmap v8052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:55:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:11.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:11.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:12.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:12.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:13 smithi135 ceph-mon[93152]: pgmap v8053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:13.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:13.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:13 smithi194 ceph-mon[104785]: pgmap v8053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:14.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:14.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:15.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:15.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:15 smithi194 ceph-mon[104785]: pgmap v8054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:15.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:15 smithi135 ceph-mon[93152]: pgmap v8054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:16.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:16.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:17.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:17.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:17 smithi194 ceph-mon[104785]: pgmap v8055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:17 smithi135 ceph-mon[93152]: pgmap v8055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:18.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:18.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:19.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:19.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:19 smithi194 ceph-mon[104785]: pgmap v8056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:19 smithi135 ceph-mon[93152]: pgmap v8056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:20.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:20.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:20 smithi194 ceph-mon[104785]: pgmap v8057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:55:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:20 smithi135 ceph-mon[93152]: pgmap v8057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:55:21.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:21.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:22.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:22.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:23.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:23.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:23 smithi194 ceph-mon[104785]: pgmap v8058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:23.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:23 smithi135 ceph-mon[93152]: pgmap v8058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:24.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:24.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:25.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:25.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:25 smithi194 ceph-mon[104785]: pgmap v8059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:25 smithi135 ceph-mon[93152]: pgmap v8059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:26.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:26.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:27.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:27.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:27 smithi194 ceph-mon[104785]: pgmap v8060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:27 smithi135 ceph-mon[93152]: pgmap v8060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:28.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:28.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:29.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:29.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:29 smithi194 ceph-mon[104785]: pgmap v8061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:29 smithi135 ceph-mon[93152]: pgmap v8061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:30.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:30.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:30 smithi194 ceph-mon[104785]: pgmap v8062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:55:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:30 smithi135 ceph-mon[93152]: pgmap v8062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:55:31.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:31.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:32.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:32.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:33.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:33.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:33 smithi194 ceph-mon[104785]: pgmap v8063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:33 smithi135 ceph-mon[93152]: pgmap v8063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:34.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:34.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:35.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:35.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:35 smithi194 ceph-mon[104785]: pgmap v8064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:35 smithi135 ceph-mon[93152]: pgmap v8064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:36.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:36.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:37.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:37.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:37 smithi194 ceph-mon[104785]: pgmap v8065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:37 smithi135 ceph-mon[93152]: pgmap v8065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:38.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:38.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:39.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:39.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:39 smithi194 ceph-mon[104785]: pgmap v8066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:39 smithi135 ceph-mon[93152]: pgmap v8066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:40.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:40.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:40 smithi194 ceph-mon[104785]: pgmap v8067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:55:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:40 smithi135 ceph-mon[93152]: pgmap v8067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:55:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:41.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:41.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:42.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:42.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:43.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:43.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:43 smithi194 ceph-mon[104785]: pgmap v8068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:43 smithi135 ceph-mon[93152]: pgmap v8068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:44.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:44.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:45.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:45.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:45 smithi194 ceph-mon[104785]: pgmap v8069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:45 smithi135 ceph-mon[93152]: pgmap v8069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:46.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:46.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:47.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:47.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:47.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:47 smithi194 ceph-mon[104785]: pgmap v8070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:47 smithi135 ceph-mon[93152]: pgmap v8070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:48.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:48.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:49.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:49.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:49 smithi194 ceph-mon[104785]: pgmap v8071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:49 smithi135 ceph-mon[93152]: pgmap v8071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:50.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:50.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:50 smithi194 ceph-mon[104785]: pgmap v8072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:55:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:50 smithi135 ceph-mon[93152]: pgmap v8072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:55:51.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:51.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:52.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:52.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:53.361 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:53 smithi135 ceph-mon[93152]: pgmap v8073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:53.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:53.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:53 smithi194 ceph-mon[104785]: pgmap v8073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:54.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:54.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:55.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:55.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:55 smithi194 ceph-mon[104785]: pgmap v8074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:55 smithi135 ceph-mon[93152]: pgmap v8074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:56.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:56.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:55:57.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:57.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:57 smithi194 ceph-mon[104785]: pgmap v8075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:57 smithi135 ceph-mon[93152]: pgmap v8075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:58.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:58.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:59.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:55:59.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:55:59.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:55:59 smithi194 ceph-mon[104785]: pgmap v8076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:55:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:55:59 smithi135 ceph-mon[93152]: pgmap v8076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:00.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:00.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:00 smithi194 ceph-mon[104785]: pgmap v8077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:56:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:00 smithi135 ceph-mon[93152]: pgmap v8077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:56:01.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:01.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:02.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:02.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:03.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:03.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:03 smithi194 ceph-mon[104785]: pgmap v8078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:03.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:03 smithi135 ceph-mon[93152]: pgmap v8078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:04.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:04.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:05.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:05.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:05 smithi194 ceph-mon[104785]: pgmap v8079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:05 smithi135 ceph-mon[93152]: pgmap v8079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:06.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:06.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:07.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:07.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:07 smithi194 ceph-mon[104785]: pgmap v8080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:07 smithi135 ceph-mon[93152]: pgmap v8080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:08.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:08.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:09.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:09.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:09 smithi194 ceph-mon[104785]: pgmap v8081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:56:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:56:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:56:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:56:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:56:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:56:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:09 smithi135 ceph-mon[93152]: pgmap v8081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:56:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:56:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:56:09.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:56:09.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:56:09.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:56:10.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:10.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:10 smithi194 ceph-mon[104785]: pgmap v8082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:56:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:10 smithi135 ceph-mon[93152]: pgmap v8082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:56:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:11.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:11.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:12.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:12.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:13.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:13.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:13 smithi194 ceph-mon[104785]: pgmap v8083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:13 smithi135 ceph-mon[93152]: pgmap v8083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:14.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:14.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:15.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:15.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:15 smithi194 ceph-mon[104785]: pgmap v8084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:15 smithi135 ceph-mon[93152]: pgmap v8084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:16.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:16.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:17.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:17.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:17 smithi194 ceph-mon[104785]: pgmap v8085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:17 smithi135 ceph-mon[93152]: pgmap v8085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:18.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:18.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:19.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:19.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:19 smithi194 ceph-mon[104785]: pgmap v8086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:19 smithi135 ceph-mon[93152]: pgmap v8086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:20.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:20.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:20 smithi194 ceph-mon[104785]: pgmap v8087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:56:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:20 smithi135 ceph-mon[93152]: pgmap v8087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:56:21.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:21.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:22.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:22.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:23.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:23.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:23 smithi194 ceph-mon[104785]: pgmap v8088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:23 smithi135 ceph-mon[93152]: pgmap v8088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:24.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:24.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:25.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:25.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:25 smithi194 ceph-mon[104785]: pgmap v8089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:25 smithi135 ceph-mon[93152]: pgmap v8089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:26.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:26.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:27.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:27.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:27 smithi194 ceph-mon[104785]: pgmap v8090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:27.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:27 smithi135 ceph-mon[93152]: pgmap v8090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:28.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:28.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:29.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:29.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:29 smithi194 ceph-mon[104785]: pgmap v8091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:29 smithi135 ceph-mon[93152]: pgmap v8091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:30.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:30.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:30 smithi194 ceph-mon[104785]: pgmap v8092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:56:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:30 smithi135 ceph-mon[93152]: pgmap v8092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:56:31.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:31.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:32.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:32.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:33.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:33.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:33 smithi194 ceph-mon[104785]: pgmap v8093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:33 smithi135 ceph-mon[93152]: pgmap v8093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:34.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:34.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:35 smithi194 ceph-mon[104785]: pgmap v8094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:35.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:35.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:35 smithi135 ceph-mon[93152]: pgmap v8094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:36.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:36.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:37 smithi194 ceph-mon[104785]: pgmap v8095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:37.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:37.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:37 smithi135 ceph-mon[93152]: pgmap v8095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:38.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:38.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:39 smithi194 ceph-mon[104785]: pgmap v8096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:39.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:39.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:39 smithi135 ceph-mon[93152]: pgmap v8096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:40.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:40.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:40 smithi194 ceph-mon[104785]: pgmap v8097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:56:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:40 smithi135 ceph-mon[93152]: pgmap v8097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:56:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:41.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:41.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:42.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:42.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:43 smithi194 ceph-mon[104785]: pgmap v8098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:43.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:43.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:43 smithi135 ceph-mon[93152]: pgmap v8098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:44.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:44.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:45 smithi194 ceph-mon[104785]: pgmap v8099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:45.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:45.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:45 smithi135 ceph-mon[93152]: pgmap v8099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:46.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:46.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:47 smithi194 ceph-mon[104785]: pgmap v8100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:47.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:47.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:47 smithi135 ceph-mon[93152]: pgmap v8100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:48.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:48.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:49 smithi135 ceph-mon[93152]: pgmap v8101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:49 smithi194 ceph-mon[104785]: pgmap v8101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:49.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:49.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:50.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:50.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:50 smithi194 ceph-mon[104785]: pgmap v8102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:56:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:50 smithi135 ceph-mon[93152]: pgmap v8102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:56:51.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:51.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:52.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:52.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:53 smithi194 ceph-mon[104785]: pgmap v8103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:53.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:53.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:53.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:53 smithi135 ceph-mon[93152]: pgmap v8103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:54.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:54.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:55 smithi194 ceph-mon[104785]: pgmap v8104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:55.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:55.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:55 smithi135 ceph-mon[93152]: pgmap v8104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:56.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:56.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:56:57.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:57 smithi194 ceph-mon[104785]: pgmap v8105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:57.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:57.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:57 smithi135 ceph-mon[93152]: pgmap v8105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:58.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:58.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:56:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:56:59 smithi135 ceph-mon[93152]: pgmap v8106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:56:59 smithi194 ceph-mon[104785]: pgmap v8106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:56:59.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:56:59.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:00.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:00.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:00 smithi194 ceph-mon[104785]: pgmap v8107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:57:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:00 smithi135 ceph-mon[93152]: pgmap v8107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:57:01.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:01.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:02.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:02.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:03 smithi194 ceph-mon[104785]: pgmap v8108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:03.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:03.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:03 smithi135 ceph-mon[93152]: pgmap v8108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:04.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:04.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:05 smithi194 ceph-mon[104785]: pgmap v8109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:05 smithi135 ceph-mon[93152]: pgmap v8109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:05.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:05.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:06.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:06.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:07 smithi194 ceph-mon[104785]: pgmap v8110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:07 smithi135 ceph-mon[93152]: pgmap v8110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:07.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:07.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:08.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:08.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:09 smithi194 ceph-mon[104785]: pgmap v8111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:57:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:09 smithi135 ceph-mon[93152]: pgmap v8111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:57:09.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:09.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:10.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:10.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:57:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:57:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:57:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:57:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:57:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:57:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:57:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:10 smithi194 ceph-mon[104785]: pgmap v8112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:57:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:57:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:57:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:57:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:57:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:57:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:57:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:57:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:10 smithi135 ceph-mon[93152]: pgmap v8112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:57:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:11.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:11.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:12.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:12.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:13 smithi194 ceph-mon[104785]: pgmap v8113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:13 smithi135 ceph-mon[93152]: pgmap v8113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:13.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:13.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:14.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:14.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:15 smithi194 ceph-mon[104785]: pgmap v8114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:15 smithi135 ceph-mon[93152]: pgmap v8114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:15.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:15.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:16.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:16.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:17 smithi194 ceph-mon[104785]: pgmap v8115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:17 smithi135 ceph-mon[93152]: pgmap v8115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:17.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:17.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:18.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:18.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:19 smithi194 ceph-mon[104785]: pgmap v8116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:19 smithi135 ceph-mon[93152]: pgmap v8116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:19.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:19.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:20.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:20.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:20 smithi194 ceph-mon[104785]: pgmap v8117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:57:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:20 smithi135 ceph-mon[93152]: pgmap v8117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:57:21.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:21.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:22.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:22.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:23 smithi194 ceph-mon[104785]: pgmap v8118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:23 smithi135 ceph-mon[93152]: pgmap v8118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:23.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:23.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:24.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:24.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:25 smithi194 ceph-mon[104785]: pgmap v8119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:25 smithi135 ceph-mon[93152]: pgmap v8119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:25.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:25.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:26.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:26.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:27 smithi194 ceph-mon[104785]: pgmap v8120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:27 smithi135 ceph-mon[93152]: pgmap v8120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:27.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:27.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:28.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:28.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:29 smithi194 ceph-mon[104785]: pgmap v8121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:29 smithi135 ceph-mon[93152]: pgmap v8121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:29.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:29.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:30.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:30.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:30 smithi194 ceph-mon[104785]: pgmap v8122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:57:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:30 smithi135 ceph-mon[93152]: pgmap v8122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:57:31.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:31.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:32.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:32.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:33 smithi194 ceph-mon[104785]: pgmap v8123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:33 smithi135 ceph-mon[93152]: pgmap v8123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:33.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:33.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:34.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:34.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:35 smithi194 ceph-mon[104785]: pgmap v8124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:35 smithi135 ceph-mon[93152]: pgmap v8124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:35.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:35.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:36.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:36.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:37 smithi194 ceph-mon[104785]: pgmap v8125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:37 smithi135 ceph-mon[93152]: pgmap v8125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:37.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:37.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:38.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:38.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:39.395 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:39 smithi135 ceph-mon[93152]: pgmap v8126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:39 smithi194 ceph-mon[104785]: pgmap v8126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:39.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:39.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:40.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:40.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:40 smithi194 ceph-mon[104785]: pgmap v8127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:57:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:40 smithi135 ceph-mon[93152]: pgmap v8127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:57:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:41.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:41.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:42.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:42.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:43 smithi194 ceph-mon[104785]: pgmap v8128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:43 smithi135 ceph-mon[93152]: pgmap v8128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:43.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:43.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:44.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:44.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:45 smithi194 ceph-mon[104785]: pgmap v8129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:45 smithi135 ceph-mon[93152]: pgmap v8129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:45.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:45.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:46.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:46.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:47.430 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:47 smithi194 ceph-mon[104785]: pgmap v8130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:47 smithi135 ceph-mon[93152]: pgmap v8130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:47.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:47.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:48.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:48.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:49 smithi194 ceph-mon[104785]: pgmap v8131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:49.494 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:49 smithi135 ceph-mon[93152]: pgmap v8131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:49.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:49.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:50.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:50.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:50 smithi194 ceph-mon[104785]: pgmap v8132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:57:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:50 smithi135 ceph-mon[93152]: pgmap v8132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:57:51.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:51.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:52.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:52.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:53 smithi194 ceph-mon[104785]: pgmap v8133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:53 smithi135 ceph-mon[93152]: pgmap v8133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:53.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:53.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:54.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:54.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:55 smithi194 ceph-mon[104785]: pgmap v8134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:55 smithi135 ceph-mon[93152]: pgmap v8134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:55.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:55.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:57:56.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:56.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:57 smithi194 ceph-mon[104785]: pgmap v8135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:57 smithi135 ceph-mon[93152]: pgmap v8135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:57.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:57.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:58.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:58.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:57:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:57:59 smithi194 ceph-mon[104785]: pgmap v8136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:57:59 smithi135 ceph-mon[93152]: pgmap v8136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:57:59.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:57:59.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:00.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:00.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:00 smithi194 ceph-mon[104785]: pgmap v8137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:58:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:00 smithi135 ceph-mon[93152]: pgmap v8137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:58:01.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:01.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:02.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:02.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:03 smithi194 ceph-mon[104785]: pgmap v8138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:03 smithi135 ceph-mon[93152]: pgmap v8138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:03.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:03.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:04.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:04.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:05 smithi194 ceph-mon[104785]: pgmap v8139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:05 smithi135 ceph-mon[93152]: pgmap v8139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:05.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:05.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:06.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:06.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:07 smithi194 ceph-mon[104785]: pgmap v8140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:07 smithi135 ceph-mon[93152]: pgmap v8140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:07.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:07.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:08.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:08.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:09 smithi194 ceph-mon[104785]: pgmap v8141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:09 smithi135 ceph-mon[93152]: pgmap v8141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:09.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:09.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:10.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:10.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:58:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:10 smithi194 ceph-mon[104785]: pgmap v8142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:58:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:58:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:10 smithi135 ceph-mon[93152]: pgmap v8142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:58:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:11.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:11.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:58:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:58:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:58:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:58:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:58:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:58:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:58:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:58:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:58:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:58:12.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:12.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:12.694 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:12 smithi194 ceph-mon[104785]: pgmap v8143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:12 smithi135 ceph-mon[93152]: pgmap v8143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:13.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:13.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:14.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:14.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:15 smithi194 ceph-mon[104785]: pgmap v8144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:15 smithi135 ceph-mon[93152]: pgmap v8144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:15.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:15.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:16.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:16.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:17 smithi194 ceph-mon[104785]: pgmap v8145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:17 smithi135 ceph-mon[93152]: pgmap v8145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:17.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:17.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:18.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:18.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:19 smithi194 ceph-mon[104785]: pgmap v8146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:19 smithi135 ceph-mon[93152]: pgmap v8146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:19.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:19.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:20.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:20.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:20 smithi194 ceph-mon[104785]: pgmap v8147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:58:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:20 smithi135 ceph-mon[93152]: pgmap v8147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:58:21.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:21.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:22.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:22.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:23 smithi194 ceph-mon[104785]: pgmap v8148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:23 smithi135 ceph-mon[93152]: pgmap v8148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:23.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:23.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:24.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:24.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:25 smithi194 ceph-mon[104785]: pgmap v8149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:25 smithi135 ceph-mon[93152]: pgmap v8149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:25.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:25.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:26.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:26.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:27 smithi194 ceph-mon[104785]: pgmap v8150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:27 smithi135 ceph-mon[93152]: pgmap v8150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:27.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:27.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:28 smithi194 ceph-mon[104785]: pgmap v8151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:28 smithi135 ceph-mon[93152]: pgmap v8151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:28.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:28.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:29.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:29.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:30.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:30.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:30 smithi194 ceph-mon[104785]: pgmap v8152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:58:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:30 smithi135 ceph-mon[93152]: pgmap v8152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:58:31.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:31.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:32.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:32.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:33 smithi194 ceph-mon[104785]: pgmap v8153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:33 smithi135 ceph-mon[93152]: pgmap v8153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:33.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:33.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:34.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:34.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:35 smithi135 ceph-mon[93152]: pgmap v8154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:35 smithi194 ceph-mon[104785]: pgmap v8154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:35.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:35.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:36.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:36.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:37 smithi194 ceph-mon[104785]: pgmap v8155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:37 smithi135 ceph-mon[93152]: pgmap v8155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:37.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:37.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:38.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:38.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:39 smithi194 ceph-mon[104785]: pgmap v8156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:39 smithi135 ceph-mon[93152]: pgmap v8156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:39.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:39.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:40.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:40.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:40 smithi194 ceph-mon[104785]: pgmap v8157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:58:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:40 smithi135 ceph-mon[93152]: pgmap v8157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:58:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:41.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:41.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:42.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:42.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:43 smithi194 ceph-mon[104785]: pgmap v8158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:43 smithi135 ceph-mon[93152]: pgmap v8158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:43.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:43.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:44.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:44.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:45 smithi194 ceph-mon[104785]: pgmap v8159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:45 smithi135 ceph-mon[93152]: pgmap v8159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:45.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:45.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:46.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:46.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:47.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:47 smithi194 ceph-mon[104785]: pgmap v8160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:47 smithi135 ceph-mon[93152]: pgmap v8160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:47.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:47.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:48.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:48.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:49 smithi194 ceph-mon[104785]: pgmap v8161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:49 smithi135 ceph-mon[93152]: pgmap v8161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:49.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:49.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:50.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:50.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:50.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:50 smithi194 ceph-mon[104785]: pgmap v8162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:58:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:50 smithi135 ceph-mon[93152]: pgmap v8162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:58:51.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:51.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:52.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:52.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:53 smithi194 ceph-mon[104785]: pgmap v8163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:53 smithi135 ceph-mon[93152]: pgmap v8163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:53.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:53.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:54.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:54.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:55 smithi194 ceph-mon[104785]: pgmap v8164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:55 smithi135 ceph-mon[93152]: pgmap v8164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:55.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:55.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:58:56.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:56.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:57 smithi194 ceph-mon[104785]: pgmap v8165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:57 smithi135 ceph-mon[93152]: pgmap v8165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:57.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:57.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:58:58 smithi194 ceph-mon[104785]: pgmap v8166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:58:58 smithi135 ceph-mon[93152]: pgmap v8166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:58:58.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:58.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:58:59.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:58:59.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:00 smithi135 ceph-mon[93152]: pgmap v8167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:59:00.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:00.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:00 smithi194 ceph-mon[104785]: pgmap v8167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:59:01.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:01.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:02.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:02.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:03 smithi194 ceph-mon[104785]: pgmap v8168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:03 smithi135 ceph-mon[93152]: pgmap v8168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:03.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:03.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:04.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:04.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:05 smithi194 ceph-mon[104785]: pgmap v8169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:05 smithi135 ceph-mon[93152]: pgmap v8169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:05.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:05.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:06.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:06.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:07 smithi194 ceph-mon[104785]: pgmap v8170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:07 smithi135 ceph-mon[93152]: pgmap v8170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:07.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:07.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:08 smithi194 ceph-mon[104785]: pgmap v8171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:08 smithi135 ceph-mon[93152]: pgmap v8171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:08.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:08.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:09.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:09.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:10 smithi135 ceph-mon[93152]: pgmap v8172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:59:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:10 smithi194 ceph-mon[104785]: pgmap v8172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:59:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:10.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:10.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:59:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:59:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:59:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:59:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:59:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:59:11.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:11.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T08:59:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T08:59:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T08:59:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:59:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T08:59:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T08:59:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:12 smithi194 ceph-mon[104785]: pgmap v8173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:12.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:12.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:12 smithi135 ceph-mon[93152]: pgmap v8173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:13.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:13.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:14.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:14.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:15 smithi194 ceph-mon[104785]: pgmap v8174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:15 smithi135 ceph-mon[93152]: pgmap v8174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:15.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:15.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:16.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:16.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:17 smithi194 ceph-mon[104785]: pgmap v8175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:17 smithi135 ceph-mon[93152]: pgmap v8175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:17.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:17.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:18.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:18.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:19 smithi194 ceph-mon[104785]: pgmap v8176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:19 smithi135 ceph-mon[93152]: pgmap v8176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:19.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:19.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:20 smithi194 ceph-mon[104785]: pgmap v8177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:59:20.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:20.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:20 smithi135 ceph-mon[93152]: pgmap v8177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:59:21.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:21.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:22.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:22.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:23.433 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:23 smithi194 ceph-mon[104785]: pgmap v8178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:23 smithi135 ceph-mon[93152]: pgmap v8178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:23.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:23.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:24.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:24.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:25.437 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:25 smithi135 ceph-mon[93152]: pgmap v8179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:25 smithi194 ceph-mon[104785]: pgmap v8179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:25.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:25.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:26 smithi194 ceph-mon[104785]: pgmap v8180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:26 smithi135 ceph-mon[93152]: pgmap v8180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:26.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:26.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:27.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:27.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:28.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:28.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:29 smithi194 ceph-mon[104785]: pgmap v8181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:29 smithi135 ceph-mon[93152]: pgmap v8181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:29.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:29.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:30 smithi194 ceph-mon[104785]: pgmap v8182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:59:30.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:30.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:30 smithi135 ceph-mon[93152]: pgmap v8182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:59:31.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:31.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:32.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:32.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:33 smithi194 ceph-mon[104785]: pgmap v8183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:33 smithi135 ceph-mon[93152]: pgmap v8183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:33.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:33.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:34 smithi194 ceph-mon[104785]: pgmap v8184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:34 smithi135 ceph-mon[93152]: pgmap v8184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:34.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:34.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:35.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:35.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:36.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:36.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:37 smithi194 ceph-mon[104785]: pgmap v8185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:37 smithi135 ceph-mon[93152]: pgmap v8185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:37.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:37.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:38 smithi194 ceph-mon[104785]: pgmap v8186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:38 smithi135 ceph-mon[93152]: pgmap v8186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:38.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:38.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:39.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:39.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:40 smithi194 ceph-mon[104785]: pgmap v8187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:59:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:40 smithi135 ceph-mon[93152]: pgmap v8187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:59:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:40.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:40.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:41.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:41.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:42.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:42.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:43.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:43 smithi194 ceph-mon[104785]: pgmap v8188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:43 smithi135 ceph-mon[93152]: pgmap v8188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:43.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:43.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:44 smithi194 ceph-mon[104785]: pgmap v8189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:44 smithi135 ceph-mon[93152]: pgmap v8189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:44.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:44.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:45.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:45.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:46 smithi194 ceph-mon[104785]: pgmap v8190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:46 smithi135 ceph-mon[93152]: pgmap v8190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:46.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:46.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:47.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:47.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:48 smithi194 ceph-mon[104785]: pgmap v8191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:48 smithi135 ceph-mon[93152]: pgmap v8191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:48.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:48.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:49.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:49.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:50.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:50 smithi135 ceph-mon[93152]: pgmap v8192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:59:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:50 smithi194 ceph-mon[104785]: pgmap v8192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T08:59:50.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:50.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:51.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:51.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:52 smithi194 ceph-mon[104785]: pgmap v8193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:52 smithi135 ceph-mon[93152]: pgmap v8193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:52.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:52.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:53.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:53.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:54 smithi194 ceph-mon[104785]: pgmap v8194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:54.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:54 smithi135 ceph-mon[93152]: pgmap v8194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:54.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:54.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:55.731 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T08:59:55.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:55.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:56 smithi194 ceph-mon[104785]: pgmap v8195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:56 smithi135 ceph-mon[93152]: pgmap v8195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:56.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:56.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:57.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:57.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 08:59:58 smithi194 ceph-mon[104785]: pgmap v8196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 08:59:58 smithi135 ceph-mon[93152]: pgmap v8196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T08:59:58.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:58.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T08:59:59.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T08:59:59.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T09:00:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:00 smithi194 ceph-mon[104785]: pgmap v8197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:00:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T09:00:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:00 smithi135 ceph-mon[93152]: pgmap v8197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:00:00.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:00.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:01.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:01.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:02 smithi194 ceph-mon[104785]: pgmap v8198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:02.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:02 smithi135 ceph-mon[93152]: pgmap v8198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:02.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:02.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:03.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:03.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:04 smithi194 ceph-mon[104785]: pgmap v8199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:04 smithi135 ceph-mon[93152]: pgmap v8199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:04.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:04.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:05.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:05.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:06 smithi194 ceph-mon[104785]: pgmap v8200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:06 smithi135 ceph-mon[93152]: pgmap v8200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:06.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:06.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:07.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:07.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:08 smithi194 ceph-mon[104785]: pgmap v8201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:08 smithi135 ceph-mon[93152]: pgmap v8201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:08.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:08.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:09.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:09.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:10 smithi194 ceph-mon[104785]: pgmap v8202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:00:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:10 smithi135 ceph-mon[93152]: pgmap v8202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:00:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:10.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:10.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:00:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:00:11.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:11.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:00:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:00:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:00:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:00:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:00:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:12 smithi194 ceph-mon[104785]: pgmap v8203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:00:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:00:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:00:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:00:12.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:00:12.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:12 smithi135 ceph-mon[93152]: pgmap v8203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:12.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:12.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:13.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:13.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:14 smithi194 ceph-mon[104785]: pgmap v8204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:14 smithi135 ceph-mon[93152]: pgmap v8204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:14.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:14.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:15.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:15.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:16 smithi194 ceph-mon[104785]: pgmap v8205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:16 smithi135 ceph-mon[93152]: pgmap v8205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:16.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:16.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:17.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:17.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:18 smithi194 ceph-mon[104785]: pgmap v8206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:18 smithi135 ceph-mon[93152]: pgmap v8206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:18.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:18.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:19.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:19.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:20 smithi194 ceph-mon[104785]: pgmap v8207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:00:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:20 smithi135 ceph-mon[93152]: pgmap v8207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:00:20.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:20.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:21.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:21.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:22 smithi194 ceph-mon[104785]: pgmap v8208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:22 smithi135 ceph-mon[93152]: pgmap v8208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:22.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:22.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:23.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:23.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:24 smithi194 ceph-mon[104785]: pgmap v8209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:24 smithi135 ceph-mon[93152]: pgmap v8209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:24.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:24.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:25.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:25.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:26 smithi194 ceph-mon[104785]: pgmap v8210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:26 smithi135 ceph-mon[93152]: pgmap v8210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:26.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:26.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:27.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:27.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:28 smithi194 ceph-mon[104785]: pgmap v8211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:28 smithi135 ceph-mon[93152]: pgmap v8211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:28.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:28.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:29.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:29.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:30 smithi194 ceph-mon[104785]: pgmap v8212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:00:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:30 smithi135 ceph-mon[93152]: pgmap v8212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:00:30.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:30.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:31.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:31.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:32 smithi194 ceph-mon[104785]: pgmap v8213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:32 smithi135 ceph-mon[93152]: pgmap v8213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:32.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:32.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:33.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:33.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:34 smithi194 ceph-mon[104785]: pgmap v8214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:34 smithi135 ceph-mon[93152]: pgmap v8214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:34.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:34.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:35.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:35.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:36 smithi194 ceph-mon[104785]: pgmap v8215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:36 smithi135 ceph-mon[93152]: pgmap v8215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:36.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:36.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:37.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:37.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:38 smithi194 ceph-mon[104785]: pgmap v8216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:38 smithi135 ceph-mon[93152]: pgmap v8216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:38.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:38.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:39.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:39.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:40 smithi194 ceph-mon[104785]: pgmap v8217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:00:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:40 smithi135 ceph-mon[93152]: pgmap v8217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:00:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:40.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:40.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:41.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:41.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:42 smithi194 ceph-mon[104785]: pgmap v8218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:42 smithi135 ceph-mon[93152]: pgmap v8218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:42.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:42.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:43.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:43.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:44 smithi194 ceph-mon[104785]: pgmap v8219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:44 smithi135 ceph-mon[93152]: pgmap v8219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:44.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:44.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:45.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:45.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:46 smithi194 ceph-mon[104785]: pgmap v8220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:46 smithi135 ceph-mon[93152]: pgmap v8220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:46.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:46.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:47.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:47.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:48.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:48 smithi194 ceph-mon[104785]: pgmap v8221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:48 smithi135 ceph-mon[93152]: pgmap v8221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:48.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:48.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:49.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:49.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:50 smithi194 ceph-mon[104785]: pgmap v8222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:00:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:50 smithi135 ceph-mon[93152]: pgmap v8222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:00:50.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:50.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:51.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:51.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:52 smithi194 ceph-mon[104785]: pgmap v8223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:52 smithi135 ceph-mon[93152]: pgmap v8223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:52.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:52.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:53.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:53.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:54 smithi194 ceph-mon[104785]: pgmap v8224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:54 smithi135 ceph-mon[93152]: pgmap v8224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:54.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:54.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:00:55.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:55.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:56 smithi194 ceph-mon[104785]: pgmap v8225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:56 smithi135 ceph-mon[93152]: pgmap v8225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:56.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:56.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:57.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:57.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:00:58 smithi194 ceph-mon[104785]: pgmap v8226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:00:58 smithi135 ceph-mon[93152]: pgmap v8226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:00:58.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:58.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:00:59.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:00:59.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:00 smithi194 ceph-mon[104785]: pgmap v8227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:01:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:00 smithi135 ceph-mon[93152]: pgmap v8227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:01:00.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:00.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:01.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:01.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:02 smithi194 ceph-mon[104785]: pgmap v8228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:02 smithi135 ceph-mon[93152]: pgmap v8228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:02.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:02.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:03.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:03.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:04 smithi194 ceph-mon[104785]: pgmap v8229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:04 smithi135 ceph-mon[93152]: pgmap v8229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:04.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:04.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:05.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:05.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:06 smithi194 ceph-mon[104785]: pgmap v8230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:06 smithi135 ceph-mon[93152]: pgmap v8230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:06.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:06.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:07.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:07.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:08 smithi194 ceph-mon[104785]: pgmap v8231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:08 smithi135 ceph-mon[93152]: pgmap v8231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:08.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:08.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:09.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:09.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:10 smithi194 ceph-mon[104785]: pgmap v8232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:01:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:10 smithi135 ceph-mon[93152]: pgmap v8232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:01:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:10.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:10.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:11.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:11.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:01:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:01:12.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:12.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:12 smithi194 ceph-mon[104785]: pgmap v8233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:01:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:01:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:01:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:01:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:01:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:12 smithi135 ceph-mon[93152]: pgmap v8233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:01:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:01:13.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:01:13.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:01:13.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:01:13.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:13.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:14 smithi194 ceph-mon[104785]: pgmap v8234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:14 smithi135 ceph-mon[93152]: pgmap v8234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:14.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:14.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:15.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:15.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:16 smithi194 ceph-mon[104785]: pgmap v8235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:16 smithi135 ceph-mon[93152]: pgmap v8235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:16.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:16.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:17.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:17.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:18 smithi194 ceph-mon[104785]: pgmap v8236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:18 smithi135 ceph-mon[93152]: pgmap v8236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:18.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:18.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:19.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:19.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:20 smithi194 ceph-mon[104785]: pgmap v8237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:01:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:20 smithi135 ceph-mon[93152]: pgmap v8237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:01:20.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:20.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:21.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:21.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:22 smithi194 ceph-mon[104785]: pgmap v8238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:22 smithi135 ceph-mon[93152]: pgmap v8238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:22.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:22.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:23.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:23.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:24 smithi194 ceph-mon[104785]: pgmap v8239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:24 smithi135 ceph-mon[93152]: pgmap v8239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:24.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:24.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:25.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:25.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:26 smithi194 ceph-mon[104785]: pgmap v8240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:26 smithi135 ceph-mon[93152]: pgmap v8240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:26.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:26.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:27.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:27.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:28 smithi194 ceph-mon[104785]: pgmap v8241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:28 smithi135 ceph-mon[93152]: pgmap v8241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:28.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:28.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:29.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:29.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:30 smithi194 ceph-mon[104785]: pgmap v8242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:01:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:30 smithi135 ceph-mon[93152]: pgmap v8242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:01:30.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:30.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:31.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:31.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:32 smithi194 ceph-mon[104785]: pgmap v8243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:32 smithi135 ceph-mon[93152]: pgmap v8243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:32.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:32.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:33.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:33.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:34 smithi194 ceph-mon[104785]: pgmap v8244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:34 smithi135 ceph-mon[93152]: pgmap v8244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:34.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:34.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:35.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:35.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:36 smithi194 ceph-mon[104785]: pgmap v8245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:36 smithi135 ceph-mon[93152]: pgmap v8245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:36.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:36.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:37.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:37.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:38 smithi194 ceph-mon[104785]: pgmap v8246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:38 smithi135 ceph-mon[93152]: pgmap v8246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:38.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:38.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:39.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:39.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:40 smithi194 ceph-mon[104785]: pgmap v8247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:01:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:40 smithi135 ceph-mon[93152]: pgmap v8247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:01:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:40.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:40.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:41.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:41.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:42 smithi194 ceph-mon[104785]: pgmap v8248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:42 smithi135 ceph-mon[93152]: pgmap v8248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:42.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:42.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:43.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:43.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:44 smithi194 ceph-mon[104785]: pgmap v8249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:44 smithi135 ceph-mon[93152]: pgmap v8249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:44.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:44.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:45.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:45.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:46 smithi194 ceph-mon[104785]: pgmap v8250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:46 smithi135 ceph-mon[93152]: pgmap v8250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:46.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:46.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:47.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:47.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:48 smithi194 ceph-mon[104785]: pgmap v8251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:48 smithi135 ceph-mon[93152]: pgmap v8251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:48.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:48.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:49.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:49.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:50 smithi194 ceph-mon[104785]: pgmap v8252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:01:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:50 smithi135 ceph-mon[93152]: pgmap v8252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:01:50.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:50.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:51.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:51.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:52 smithi194 ceph-mon[104785]: pgmap v8253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:52 smithi135 ceph-mon[93152]: pgmap v8253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:52.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:52.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:53.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:53.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:54 smithi194 ceph-mon[104785]: pgmap v8254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:54.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:54 smithi135 ceph-mon[93152]: pgmap v8254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:54.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:54.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:01:55.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:55.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:56 smithi194 ceph-mon[104785]: pgmap v8255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:56 smithi135 ceph-mon[93152]: pgmap v8255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:56.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:56.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:57.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:57.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:01:58 smithi194 ceph-mon[104785]: pgmap v8256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:01:58 smithi135 ceph-mon[93152]: pgmap v8256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:01:58.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:58.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:01:59.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:01:59.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:00 smithi194 ceph-mon[104785]: pgmap v8257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:02:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:00 smithi135 ceph-mon[93152]: pgmap v8257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:02:00.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:00.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:01.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:01.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:02 smithi135 ceph-mon[93152]: pgmap v8258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:02 smithi194 ceph-mon[104785]: pgmap v8258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:02.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:02.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:03.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:03.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:04 smithi194 ceph-mon[104785]: pgmap v8259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:04 smithi135 ceph-mon[93152]: pgmap v8259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:05.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:05.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:06.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:06.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:06 smithi194 ceph-mon[104785]: pgmap v8260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:06 smithi135 ceph-mon[93152]: pgmap v8260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:07.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:07.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:08.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:08.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:08 smithi194 ceph-mon[104785]: pgmap v8261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:08 smithi135 ceph-mon[93152]: pgmap v8261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:09.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:09.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:10.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:10.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:10 smithi194 ceph-mon[104785]: pgmap v8262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:02:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:10 smithi135 ceph-mon[93152]: pgmap v8262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:02:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:11.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:11.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:12.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:12.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:12 smithi194 ceph-mon[104785]: pgmap v8263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:12 smithi135 ceph-mon[93152]: pgmap v8263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:13.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:13.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:02:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:02:14.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:14.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:14 smithi135 ceph-mon[93152]: pgmap v8264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:14 smithi194 ceph-mon[104785]: pgmap v8264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:15.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:15.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:16.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:16.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:16 smithi194 ceph-mon[104785]: pgmap v8265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:16 smithi135 ceph-mon[93152]: pgmap v8265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:17.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:17.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:18.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:18.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:02:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:02:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:02:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:02:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:02:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:02:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:02:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:02:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:02:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:02:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:02:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:02:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:02:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:02:19.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:19.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:19 smithi194 ceph-mon[104785]: pgmap v8266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:19 smithi135 ceph-mon[93152]: pgmap v8266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:20.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:20.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:20 smithi194 ceph-mon[104785]: pgmap v8267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:02:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:20 smithi135 ceph-mon[93152]: pgmap v8267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:02:21.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:21.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:22.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:22.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:22 smithi194 ceph-mon[104785]: pgmap v8268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:22 smithi135 ceph-mon[93152]: pgmap v8268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:23.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:23.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:24.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:24.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:24 smithi194 ceph-mon[104785]: pgmap v8269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:24.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:24 smithi135 ceph-mon[93152]: pgmap v8269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:25.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:25.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:26.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:26.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:26 smithi194 ceph-mon[104785]: pgmap v8270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:26 smithi135 ceph-mon[93152]: pgmap v8270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:27.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:27.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:28.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:28.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:28 smithi194 ceph-mon[104785]: pgmap v8271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:28 smithi135 ceph-mon[93152]: pgmap v8271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:29.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:29.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:30.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:30.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:30 smithi194 ceph-mon[104785]: pgmap v8272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:02:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:30 smithi135 ceph-mon[93152]: pgmap v8272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:02:31.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:31.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:32.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:32.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:32 smithi135 ceph-mon[93152]: pgmap v8273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:32 smithi194 ceph-mon[104785]: pgmap v8273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:33.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:33.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:34.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:34.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:34 smithi135 ceph-mon[93152]: pgmap v8274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:34 smithi194 ceph-mon[104785]: pgmap v8274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:35.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:35.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:36.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:36.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:36 smithi135 ceph-mon[93152]: pgmap v8275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:36 smithi194 ceph-mon[104785]: pgmap v8275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:37.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:37.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:38.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:38.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:38 smithi135 ceph-mon[93152]: pgmap v8276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:38 smithi194 ceph-mon[104785]: pgmap v8276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:39.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:39.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:40.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:40.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:40 smithi194 ceph-mon[104785]: pgmap v8277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:02:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:40 smithi135 ceph-mon[93152]: pgmap v8277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:02:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:41.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:41.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:42.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:42.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:42 smithi135 ceph-mon[93152]: pgmap v8278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:42 smithi194 ceph-mon[104785]: pgmap v8278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:43.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:43.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:44.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:44.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:44 smithi135 ceph-mon[93152]: pgmap v8279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:44 smithi194 ceph-mon[104785]: pgmap v8279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:45.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:45.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:46.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:46.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:46 smithi135 ceph-mon[93152]: pgmap v8280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:46 smithi194 ceph-mon[104785]: pgmap v8280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:47.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:47.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:48.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:48.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:48 smithi135 ceph-mon[93152]: pgmap v8281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:48 smithi194 ceph-mon[104785]: pgmap v8281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:49.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:49.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:50.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:50.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:50 smithi194 ceph-mon[104785]: pgmap v8282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:02:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:50 smithi135 ceph-mon[93152]: pgmap v8282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:02:51.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:51.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:52.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:52.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:52 smithi135 ceph-mon[93152]: pgmap v8283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:52 smithi194 ceph-mon[104785]: pgmap v8283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:53.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:53.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:54.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:54.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:54 smithi135 ceph-mon[93152]: pgmap v8284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:54 smithi194 ceph-mon[104785]: pgmap v8284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:55.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:55.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:02:56.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:56.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:56 smithi194 ceph-mon[104785]: pgmap v8285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:56 smithi135 ceph-mon[93152]: pgmap v8285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:57.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:57.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:58.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:58.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:02:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:02:58 smithi135 ceph-mon[93152]: pgmap v8286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:02:58 smithi194 ceph-mon[104785]: pgmap v8286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:02:59.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:02:59.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:00.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:00.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:00 smithi135 ceph-mon[93152]: pgmap v8287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:03:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:00 smithi194 ceph-mon[104785]: pgmap v8287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:03:01.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:01.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:02.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:02.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:02 smithi135 ceph-mon[93152]: pgmap v8288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:02 smithi194 ceph-mon[104785]: pgmap v8288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:03.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:03.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:04.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:04.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:04 smithi135 ceph-mon[93152]: pgmap v8289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:04 smithi194 ceph-mon[104785]: pgmap v8289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:05.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:05.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:06.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:06.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:06 smithi135 ceph-mon[93152]: pgmap v8290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:06 smithi194 ceph-mon[104785]: pgmap v8290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:07.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:07.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:08.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:08.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:08 smithi135 ceph-mon[93152]: pgmap v8291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:08 smithi194 ceph-mon[104785]: pgmap v8291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:09.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:09.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:10.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:10.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:10 smithi194 ceph-mon[104785]: pgmap v8292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:03:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:10 smithi135 ceph-mon[93152]: pgmap v8292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:03:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:11.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:11.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:12.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:12.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:12 smithi135 ceph-mon[93152]: pgmap v8293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:12 smithi194 ceph-mon[104785]: pgmap v8293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:13.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:13.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:14.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:14.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:14 smithi135 ceph-mon[93152]: pgmap v8294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:14 smithi194 ceph-mon[104785]: pgmap v8294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:15.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:15.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:16.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:16.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:16 smithi135 ceph-mon[93152]: pgmap v8295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:16 smithi194 ceph-mon[104785]: pgmap v8295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:17.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:17.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:03:18.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:18.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:03:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:18 smithi135 ceph-mon[93152]: pgmap v8296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:03:19.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:03:19.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:03:19.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:03:19.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:03:19.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:19.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:18 smithi194 ceph-mon[104785]: pgmap v8296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:03:19.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:03:19.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:03:19.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:03:19.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:03:20.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:20.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:20 smithi135 ceph-mon[93152]: pgmap v8297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:03:20.910 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:20 smithi194 ceph-mon[104785]: pgmap v8297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:03:21.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:21.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:22.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:22.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:22 smithi135 ceph-mon[93152]: pgmap v8298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:22 smithi194 ceph-mon[104785]: pgmap v8298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:23.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:23.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:24.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:24.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:24 smithi135 ceph-mon[93152]: pgmap v8299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:24 smithi194 ceph-mon[104785]: pgmap v8299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:25.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:25.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:25.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:26.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:26.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:26 smithi135 ceph-mon[93152]: pgmap v8300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:26 smithi194 ceph-mon[104785]: pgmap v8300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:27.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:27.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:28.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:28.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:28 smithi135 ceph-mon[93152]: pgmap v8301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:28 smithi194 ceph-mon[104785]: pgmap v8301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:29.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:29.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:30.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:30.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:30 smithi135 ceph-mon[93152]: pgmap v8302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:03:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:30 smithi194 ceph-mon[104785]: pgmap v8302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:03:31.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:31.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:32.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:32.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:32 smithi135 ceph-mon[93152]: pgmap v8303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:32 smithi194 ceph-mon[104785]: pgmap v8303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:33.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:33.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:34.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:34.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:34 smithi135 ceph-mon[93152]: pgmap v8304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:34 smithi194 ceph-mon[104785]: pgmap v8304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:35.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:35.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:36.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:36.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:36 smithi194 ceph-mon[104785]: pgmap v8305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:36 smithi135 ceph-mon[93152]: pgmap v8305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:37.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:37.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:38.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:38.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:38 smithi135 ceph-mon[93152]: pgmap v8306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:38 smithi194 ceph-mon[104785]: pgmap v8306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:39.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:39.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:40.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:40.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:40.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:40 smithi135 ceph-mon[93152]: pgmap v8307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:03:40.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:40 smithi194 ceph-mon[104785]: pgmap v8307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:03:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:41.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:41.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:42.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:42.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:42 smithi135 ceph-mon[93152]: pgmap v8308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:42 smithi194 ceph-mon[104785]: pgmap v8308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:43.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:43.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:44.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:44.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:44 smithi135 ceph-mon[93152]: pgmap v8309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:44 smithi194 ceph-mon[104785]: pgmap v8309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:45.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:45.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:46.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:46.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:46 smithi194 ceph-mon[104785]: pgmap v8310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:46 smithi135 ceph-mon[93152]: pgmap v8310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:47.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:47.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:48.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:48.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:48 smithi135 ceph-mon[93152]: pgmap v8311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:48 smithi194 ceph-mon[104785]: pgmap v8311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:49.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:49.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:50.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:50.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:50 smithi135 ceph-mon[93152]: pgmap v8312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:03:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:50 smithi194 ceph-mon[104785]: pgmap v8312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:03:51.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:51.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:52.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:52.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:52 smithi135 ceph-mon[93152]: pgmap v8313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:52 smithi194 ceph-mon[104785]: pgmap v8313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:53.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:53.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:54.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:54.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:54 smithi135 ceph-mon[93152]: pgmap v8314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:54 smithi194 ceph-mon[104785]: pgmap v8314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:55.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:55.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:03:56.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:56.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:56 smithi194 ceph-mon[104785]: pgmap v8315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:56 smithi135 ceph-mon[93152]: pgmap v8315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:57.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:57.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:58.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:58.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:03:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:03:58 smithi135 ceph-mon[93152]: pgmap v8316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:03:58 smithi194 ceph-mon[104785]: pgmap v8316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:03:59.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:03:59.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:00.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:00.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:00 smithi135 ceph-mon[93152]: pgmap v8317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:04:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:00 smithi194 ceph-mon[104785]: pgmap v8317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:04:01.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:01.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:02.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:02.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:02 smithi135 ceph-mon[93152]: pgmap v8318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:02 smithi194 ceph-mon[104785]: pgmap v8318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:03.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:03.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:04.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:04.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:04 smithi135 ceph-mon[93152]: pgmap v8319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:04 smithi194 ceph-mon[104785]: pgmap v8319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:05.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:05.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:06.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:06.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:06 smithi135 ceph-mon[93152]: pgmap v8320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:06 smithi194 ceph-mon[104785]: pgmap v8320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:07.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:07.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:08.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:08.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:08 smithi135 ceph-mon[93152]: pgmap v8321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:08 smithi194 ceph-mon[104785]: pgmap v8321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:09.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:09.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:10.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:10.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:10 smithi135 ceph-mon[93152]: pgmap v8322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:04:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:10 smithi194 ceph-mon[104785]: pgmap v8322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:04:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:11.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:11.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:12.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:12.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:12 smithi135 ceph-mon[93152]: pgmap v8323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:12 smithi194 ceph-mon[104785]: pgmap v8323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:13.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:13.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:14.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:14.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:14 smithi135 ceph-mon[93152]: pgmap v8324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:14 smithi194 ceph-mon[104785]: pgmap v8324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:15.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:15.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:16.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:16.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:16.493 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:16 smithi194 ceph-mon[104785]: pgmap v8325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:16 smithi135 ceph-mon[93152]: pgmap v8325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:17.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:17.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:18.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:18.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:18 smithi135 ceph-mon[93152]: pgmap v8326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:18 smithi194 ceph-mon[104785]: pgmap v8326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:19.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:19.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:04:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:04:20.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:20.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:20 smithi135 ceph-mon[93152]: pgmap v8327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:04:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:20 smithi194 ceph-mon[104785]: pgmap v8327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:04:21.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:21.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:22.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:22.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:22 smithi135 ceph-mon[93152]: pgmap v8328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:22 smithi194 ceph-mon[104785]: pgmap v8328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:23.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:23.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:24.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:24.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:24 smithi135 ceph-mon[93152]: pgmap v8329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:24 smithi194 ceph-mon[104785]: pgmap v8329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:25.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:25.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:26.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:26.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:04:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:04:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:04:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:04:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:04:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:04:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:04:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:04:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:04:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:04:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:04:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:04:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:04:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:04:27.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:27.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:27 smithi194 ceph-mon[104785]: pgmap v8330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:27 smithi135 ceph-mon[93152]: pgmap v8330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:28.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:28.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:29.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:29.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:29 smithi194 ceph-mon[104785]: pgmap v8331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:29 smithi135 ceph-mon[93152]: pgmap v8331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:30.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:30.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:30 smithi135 ceph-mon[93152]: pgmap v8332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:04:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:30 smithi194 ceph-mon[104785]: pgmap v8332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:04:31.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:31.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:32.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:32.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:32 smithi135 ceph-mon[93152]: pgmap v8333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:32 smithi194 ceph-mon[104785]: pgmap v8333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:33.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:33.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:34.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:34.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:34 smithi135 ceph-mon[93152]: pgmap v8334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:34 smithi194 ceph-mon[104785]: pgmap v8334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:35.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:35.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:36.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:36.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:36 smithi135 ceph-mon[93152]: pgmap v8335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:36.704 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:36 smithi194 ceph-mon[104785]: pgmap v8335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:37.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:37.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:38.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:38.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:38.486 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:38 smithi135 ceph-mon[93152]: pgmap v8336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:38 smithi194 ceph-mon[104785]: pgmap v8336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:39.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:39.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:40.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:40.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:40 smithi135 ceph-mon[93152]: pgmap v8337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:04:40.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:40 smithi194 ceph-mon[104785]: pgmap v8337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:04:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:41.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:41.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:42.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:42.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:42.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:42 smithi135 ceph-mon[93152]: pgmap v8338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:42 smithi194 ceph-mon[104785]: pgmap v8338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:43.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:43.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:44.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:44.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:44 smithi135 ceph-mon[93152]: pgmap v8339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:44 smithi194 ceph-mon[104785]: pgmap v8339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:45.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:45.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:46.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:46.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:46 smithi135 ceph-mon[93152]: pgmap v8340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:46 smithi194 ceph-mon[104785]: pgmap v8340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:47.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:47.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:48.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:48.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:48 smithi135 ceph-mon[93152]: pgmap v8341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:48 smithi194 ceph-mon[104785]: pgmap v8341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:49.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:49.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:50.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:50.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:50.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:50 smithi135 ceph-mon[93152]: pgmap v8342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:04:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:50 smithi194 ceph-mon[104785]: pgmap v8342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:04:51.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:51.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:52.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:52.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:52 smithi135 ceph-mon[93152]: pgmap v8343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:52 smithi194 ceph-mon[104785]: pgmap v8343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:53.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:53.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:54.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:54.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:54 smithi135 ceph-mon[93152]: pgmap v8344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:54 smithi194 ceph-mon[104785]: pgmap v8344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:55.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:55.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:04:56.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:56.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:56 smithi135 ceph-mon[93152]: pgmap v8345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:56.916 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:56 smithi194 ceph-mon[104785]: pgmap v8345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:57.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:57.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:58.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:58.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:04:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:04:58 smithi135 ceph-mon[93152]: pgmap v8346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:04:58 smithi194 ceph-mon[104785]: pgmap v8346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:04:59.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:04:59.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:00.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:00.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:00 smithi135 ceph-mon[93152]: pgmap v8347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:05:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:00 smithi194 ceph-mon[104785]: pgmap v8347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:05:01.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:01.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:02.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:02.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:02.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:02 smithi135 ceph-mon[93152]: pgmap v8348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:02 smithi194 ceph-mon[104785]: pgmap v8348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:03.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:03.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:04.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:04.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:04 smithi135 ceph-mon[93152]: pgmap v8349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:04 smithi194 ceph-mon[104785]: pgmap v8349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:05.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:05.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:06.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:06.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:06 smithi135 ceph-mon[93152]: pgmap v8350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:06 smithi194 ceph-mon[104785]: pgmap v8350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:07.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:07.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:08.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:08.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:08 smithi135 ceph-mon[93152]: pgmap v8351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:08 smithi194 ceph-mon[104785]: pgmap v8351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:09.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:09.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:10.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:10.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:10 smithi135 ceph-mon[93152]: pgmap v8352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:05:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:10 smithi194 ceph-mon[104785]: pgmap v8352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:05:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:11.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:11.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:12.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:12.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:12 smithi194 ceph-mon[104785]: pgmap v8353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:12 smithi135 ceph-mon[93152]: pgmap v8353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:13.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:13.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:14.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:14.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:14 smithi135 ceph-mon[93152]: pgmap v8354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:14 smithi194 ceph-mon[104785]: pgmap v8354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:15.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:15.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:16.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:16.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:16 smithi135 ceph-mon[93152]: pgmap v8355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:16 smithi194 ceph-mon[104785]: pgmap v8355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:17.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:17.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:18.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:18.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:18 smithi135 ceph-mon[93152]: pgmap v8356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:18 smithi194 ceph-mon[104785]: pgmap v8356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:19.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:19.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:20.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:20.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:20 smithi135 ceph-mon[93152]: pgmap v8357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:05:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:20 smithi194 ceph-mon[104785]: pgmap v8357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:05:21.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:21.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:22.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:22.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:22 smithi194 ceph-mon[104785]: pgmap v8358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:22 smithi135 ceph-mon[93152]: pgmap v8358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:23.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:23.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:24.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:24.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:24 smithi135 ceph-mon[93152]: pgmap v8359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:24 smithi194 ceph-mon[104785]: pgmap v8359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:25.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:25.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:26.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:26.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:05:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:26 smithi135 ceph-mon[93152]: pgmap v8360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:05:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:05:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:05:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:26 smithi194 ceph-mon[104785]: pgmap v8360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:05:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:05:27.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:27.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:05:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:05:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:05:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:05:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:05:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:05:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:05:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:05:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:05:27.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:05:28.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:28.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:28 smithi135 ceph-mon[93152]: pgmap v8361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:28 smithi194 ceph-mon[104785]: pgmap v8361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:29.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:29.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:30.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:30.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:30 smithi135 ceph-mon[93152]: pgmap v8362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:05:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:30 smithi194 ceph-mon[104785]: pgmap v8362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:05:31.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:31.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:32.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:32.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:32 smithi135 ceph-mon[93152]: pgmap v8363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:32 smithi194 ceph-mon[104785]: pgmap v8363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:33.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:33.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:34.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:34.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:34 smithi135 ceph-mon[93152]: pgmap v8364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:34 smithi194 ceph-mon[104785]: pgmap v8364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:35.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:35.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:36.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:36.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:36 smithi135 ceph-mon[93152]: pgmap v8365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:36 smithi194 ceph-mon[104785]: pgmap v8365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:37.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:37.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:38.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:38.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:38 smithi135 ceph-mon[93152]: pgmap v8366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:38 smithi194 ceph-mon[104785]: pgmap v8366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:39.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:39.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:40.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:40.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:40 smithi135 ceph-mon[93152]: pgmap v8367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:05:40.764 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:40 smithi194 ceph-mon[104785]: pgmap v8367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:05:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:41.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:41.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:42.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:42.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:42 smithi135 ceph-mon[93152]: pgmap v8368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:42 smithi194 ceph-mon[104785]: pgmap v8368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:43.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:43.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:44.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:44.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:44 smithi135 ceph-mon[93152]: pgmap v8369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:44 smithi194 ceph-mon[104785]: pgmap v8369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:45.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:45.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:46.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:46.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:46 smithi135 ceph-mon[93152]: pgmap v8370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:46 smithi194 ceph-mon[104785]: pgmap v8370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:47.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:47.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:48.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:48.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:48 smithi135 ceph-mon[93152]: pgmap v8371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:48 smithi194 ceph-mon[104785]: pgmap v8371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:49.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:49.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:50.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:50.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:50 smithi135 ceph-mon[93152]: pgmap v8372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:05:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:50 smithi194 ceph-mon[104785]: pgmap v8372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:05:51.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:51.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:52.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:52.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:52.498 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:52 smithi194 ceph-mon[104785]: pgmap v8373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:52 smithi135 ceph-mon[93152]: pgmap v8373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:53.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:53.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:54.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:54.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:55.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:55.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:55 smithi135 ceph-mon[93152]: pgmap v8374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:55 smithi194 ceph-mon[104785]: pgmap v8374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:05:56.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:56.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:57.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:57.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:57 smithi135 ceph-mon[93152]: pgmap v8375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:57 smithi194 ceph-mon[104785]: pgmap v8375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:58.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:58.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:59.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:05:59.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:05:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:05:59 smithi135 ceph-mon[93152]: pgmap v8376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:05:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:05:59 smithi194 ceph-mon[104785]: pgmap v8376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:00.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:00.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:01.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:01.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:01 smithi135 ceph-mon[93152]: pgmap v8377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:06:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:01 smithi194 ceph-mon[104785]: pgmap v8377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:06:02.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:02.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:03.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:03.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:03 smithi135 ceph-mon[93152]: pgmap v8378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:03 smithi194 ceph-mon[104785]: pgmap v8378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:04.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:04.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:05.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:05.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:05 smithi194 ceph-mon[104785]: pgmap v8379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:05 smithi135 ceph-mon[93152]: pgmap v8379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:06.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:06.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:07.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:07.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:07 smithi194 ceph-mon[104785]: pgmap v8380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:07 smithi135 ceph-mon[93152]: pgmap v8380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:08.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:08.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:09.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:09.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:09 smithi135 ceph-mon[93152]: pgmap v8381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:09 smithi194 ceph-mon[104785]: pgmap v8381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:10.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:10.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:11.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:11.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:11 smithi194 ceph-mon[104785]: pgmap v8382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:06:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:11 smithi135 ceph-mon[93152]: pgmap v8382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:06:12.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:12.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:13.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:13.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:13 smithi194 ceph-mon[104785]: pgmap v8383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:13 smithi135 ceph-mon[93152]: pgmap v8383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:14.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:14.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:15.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:15.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:15 smithi194 ceph-mon[104785]: pgmap v8384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:15 smithi135 ceph-mon[93152]: pgmap v8384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:16.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:16.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:17.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:17.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:17 smithi194 ceph-mon[104785]: pgmap v8385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:17 smithi135 ceph-mon[93152]: pgmap v8385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:18.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:18.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:19.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:19.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:19 smithi135 ceph-mon[93152]: pgmap v8386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:19 smithi194 ceph-mon[104785]: pgmap v8386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:20.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:20.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:21.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:21.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:21 smithi194 ceph-mon[104785]: pgmap v8387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:06:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:21 smithi135 ceph-mon[93152]: pgmap v8387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:06:22.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:22.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:23.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:23.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:23 smithi194 ceph-mon[104785]: pgmap v8388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:23 smithi135 ceph-mon[93152]: pgmap v8388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:24.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:24.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:25.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:25.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:25 smithi194 ceph-mon[104785]: pgmap v8389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:25 smithi135 ceph-mon[93152]: pgmap v8389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:26.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:26.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:27.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:27.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:27.869 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:27 smithi194 ceph-mon[104785]: pgmap v8390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:27.870 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:06:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:27 smithi135 ceph-mon[93152]: pgmap v8390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:06:28.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:28.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:06:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:06:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:06:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:06:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:06:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:06:29.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:06:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:06:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:06:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:06:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:06:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:06:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:06:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:06:29.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:29.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:29 smithi135 ceph-mon[93152]: pgmap v8391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:29 smithi194 ceph-mon[104785]: pgmap v8391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:30.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:30.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:31.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:31.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:31 smithi135 ceph-mon[93152]: pgmap v8392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:06:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:31 smithi194 ceph-mon[104785]: pgmap v8392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:06:32.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:32.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:33.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:33.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:33 smithi194 ceph-mon[104785]: pgmap v8393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:34.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:33 smithi135 ceph-mon[93152]: pgmap v8393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:34.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:34.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:35.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:35.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:35 smithi194 ceph-mon[104785]: pgmap v8394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:35 smithi135 ceph-mon[93152]: pgmap v8394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:36.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:36.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:37.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:37.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:37 smithi194 ceph-mon[104785]: pgmap v8395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:37 smithi135 ceph-mon[93152]: pgmap v8395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:38.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:38.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:39.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:39.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:39 smithi135 ceph-mon[93152]: pgmap v8396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:39 smithi194 ceph-mon[104785]: pgmap v8396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:40.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:40.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:41.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:41.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:41 smithi194 ceph-mon[104785]: pgmap v8397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:06:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:41 smithi135 ceph-mon[93152]: pgmap v8397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:06:42.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:42.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:43.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:43.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:43 smithi194 ceph-mon[104785]: pgmap v8398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:43 smithi135 ceph-mon[93152]: pgmap v8398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:44.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:44.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:45.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:45.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:45 smithi194 ceph-mon[104785]: pgmap v8399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:45 smithi135 ceph-mon[93152]: pgmap v8399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:46.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:46.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:47.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:47.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:48.076 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:47 smithi194 ceph-mon[104785]: pgmap v8400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:47 smithi135 ceph-mon[93152]: pgmap v8400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:48.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:48.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:49.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:49.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:49 smithi194 ceph-mon[104785]: pgmap v8401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:49 smithi135 ceph-mon[93152]: pgmap v8401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:50.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:50.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:51.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:51.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:51 smithi194 ceph-mon[104785]: pgmap v8402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:06:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:51 smithi135 ceph-mon[93152]: pgmap v8402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:06:52.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:52.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:53.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:53.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:53 smithi194 ceph-mon[104785]: pgmap v8403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:53 smithi135 ceph-mon[93152]: pgmap v8403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:54.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:54.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:55.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:55.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:55 smithi194 ceph-mon[104785]: pgmap v8404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:55 smithi135 ceph-mon[93152]: pgmap v8404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:06:56.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:56.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:57.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:57.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:58.182 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:57 smithi194 ceph-mon[104785]: pgmap v8405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:57 smithi135 ceph-mon[93152]: pgmap v8405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:06:58.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:58.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:06:59.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:06:59.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:06:59 smithi194 ceph-mon[104785]: pgmap v8406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:06:59 smithi135 ceph-mon[93152]: pgmap v8406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:00.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:00.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:01.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:01.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:01 smithi194 ceph-mon[104785]: pgmap v8407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:07:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:01 smithi135 ceph-mon[93152]: pgmap v8407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:07:02.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:02.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:03.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:03.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:03 smithi194 ceph-mon[104785]: pgmap v8408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:03 smithi135 ceph-mon[93152]: pgmap v8408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:04.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:04.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:05.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:05.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:05 smithi194 ceph-mon[104785]: pgmap v8409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:05 smithi135 ceph-mon[93152]: pgmap v8409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:06.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:06.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:07.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:07.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:07 smithi194 ceph-mon[104785]: pgmap v8410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:07 smithi135 ceph-mon[93152]: pgmap v8410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:08.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:08.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:09.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:09.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:09 smithi194 ceph-mon[104785]: pgmap v8411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:09 smithi135 ceph-mon[93152]: pgmap v8411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:10.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:10.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:11.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:11.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:11 smithi194 ceph-mon[104785]: pgmap v8412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:07:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:11 smithi135 ceph-mon[93152]: pgmap v8412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:07:12.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:12.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:13.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:13.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:13 smithi194 ceph-mon[104785]: pgmap v8413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:13 smithi135 ceph-mon[93152]: pgmap v8413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:14.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:14.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:15.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:15.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:15 smithi194 ceph-mon[104785]: pgmap v8414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:15 smithi135 ceph-mon[93152]: pgmap v8414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:16.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:16.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:17.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:17.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:17 smithi194 ceph-mon[104785]: pgmap v8415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:17 smithi135 ceph-mon[93152]: pgmap v8415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:18.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:18.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:19.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:19.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:19 smithi194 ceph-mon[104785]: pgmap v8416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:19 smithi135 ceph-mon[93152]: pgmap v8416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:20.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:20.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:21.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:21.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:21 smithi194 ceph-mon[104785]: pgmap v8417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:07:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:21 smithi135 ceph-mon[93152]: pgmap v8417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:07:22.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:22.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:23.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:23.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:23 smithi194 ceph-mon[104785]: pgmap v8418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:23 smithi135 ceph-mon[93152]: pgmap v8418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:24.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:24.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:25.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:25.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:25 smithi194 ceph-mon[104785]: pgmap v8419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:25 smithi135 ceph-mon[93152]: pgmap v8419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:26.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:26.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:27.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:27.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:27 smithi194 ceph-mon[104785]: pgmap v8420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:07:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:27 smithi135 ceph-mon[93152]: pgmap v8420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:07:28.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:28.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:29 smithi135 ceph-mon[93152]: pgmap v8421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:07:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:07:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:07:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:07:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:07:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:07:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:07:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:07:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:07:29.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:29.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:29 smithi194 ceph-mon[104785]: pgmap v8421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:07:29.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:07:29.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:07:30.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:30.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:31.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:31.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:31 smithi194 ceph-mon[104785]: pgmap v8422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:07:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:31 smithi135 ceph-mon[93152]: pgmap v8422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:07:32.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:32.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:33.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:33.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:33 smithi194 ceph-mon[104785]: pgmap v8423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:33 smithi135 ceph-mon[93152]: pgmap v8423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:34.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:34.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:35.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:35.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:35 smithi194 ceph-mon[104785]: pgmap v8424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:35 smithi135 ceph-mon[93152]: pgmap v8424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:36.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:36.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:37.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:37.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:37 smithi194 ceph-mon[104785]: pgmap v8425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:37 smithi135 ceph-mon[93152]: pgmap v8425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:38.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:38.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:39.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:39.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:39 smithi194 ceph-mon[104785]: pgmap v8426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:39 smithi135 ceph-mon[93152]: pgmap v8426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:40.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:40.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:41.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:41.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:41 smithi194 ceph-mon[104785]: pgmap v8427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:07:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:41 smithi135 ceph-mon[93152]: pgmap v8427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:07:42.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:42.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:43.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:43.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:43 smithi194 ceph-mon[104785]: pgmap v8428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:43 smithi135 ceph-mon[93152]: pgmap v8428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:44.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:44.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:45.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:45.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:45 smithi135 ceph-mon[93152]: pgmap v8429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:45 smithi194 ceph-mon[104785]: pgmap v8429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:46.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:46.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:47.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:47.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:47 smithi194 ceph-mon[104785]: pgmap v8430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:47 smithi135 ceph-mon[93152]: pgmap v8430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:48.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:48.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:49.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:49.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:49.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:49 smithi194 ceph-mon[104785]: pgmap v8431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:49 smithi135 ceph-mon[93152]: pgmap v8431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:50.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:50.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:51.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:51.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:51 smithi194 ceph-mon[104785]: pgmap v8432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:07:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:51 smithi135 ceph-mon[93152]: pgmap v8432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:07:52.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:52.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:53.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:53.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:53 smithi194 ceph-mon[104785]: pgmap v8433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:53 smithi135 ceph-mon[93152]: pgmap v8433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:54.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:54.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:55.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:55.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:55 smithi135 ceph-mon[93152]: pgmap v8434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:55 smithi194 ceph-mon[104785]: pgmap v8434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:07:56.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:56.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:57.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:57.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:57 smithi194 ceph-mon[104785]: pgmap v8435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:57 smithi135 ceph-mon[93152]: pgmap v8435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:07:58.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:58.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:59.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:07:59.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:07:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:07:59 smithi194 ceph-mon[104785]: pgmap v8436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:07:59 smithi135 ceph-mon[93152]: pgmap v8436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:00.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:00.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:01.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:01.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:01 smithi194 ceph-mon[104785]: pgmap v8437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:08:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:01 smithi135 ceph-mon[93152]: pgmap v8437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:08:02.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:02.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:03.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:03.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:03.870 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:03 smithi194 ceph-mon[104785]: pgmap v8438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:03 smithi135 ceph-mon[93152]: pgmap v8438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:04.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:04.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:05.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:05.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:05 smithi194 ceph-mon[104785]: pgmap v8439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:05 smithi135 ceph-mon[93152]: pgmap v8439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:06.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:06.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:07.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:07.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:07 smithi194 ceph-mon[104785]: pgmap v8440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:07 smithi135 ceph-mon[93152]: pgmap v8440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:08.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:08.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:09.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:09.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:09 smithi194 ceph-mon[104785]: pgmap v8441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:09 smithi135 ceph-mon[93152]: pgmap v8441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:10.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:10.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:11.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:11.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:11 smithi194 ceph-mon[104785]: pgmap v8442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:08:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:11 smithi135 ceph-mon[93152]: pgmap v8442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:08:12.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:12.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:13.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:13.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:13 smithi194 ceph-mon[104785]: pgmap v8443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:13 smithi135 ceph-mon[93152]: pgmap v8443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:14.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:14.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:15.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:15.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:15 smithi194 ceph-mon[104785]: pgmap v8444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:15 smithi135 ceph-mon[93152]: pgmap v8444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:16.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:16.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:17.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:17.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:17 smithi194 ceph-mon[104785]: pgmap v8445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:17 smithi135 ceph-mon[93152]: pgmap v8445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:18.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:18.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:19.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:19.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:19 smithi194 ceph-mon[104785]: pgmap v8446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:19 smithi135 ceph-mon[93152]: pgmap v8446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:20.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:20.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:21.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:21.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:21 smithi194 ceph-mon[104785]: pgmap v8447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:08:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:21 smithi135 ceph-mon[93152]: pgmap v8447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:08:22.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:22.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:23.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:23.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:23 smithi194 ceph-mon[104785]: pgmap v8448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:23 smithi135 ceph-mon[93152]: pgmap v8448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:24.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:24.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:25.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:25.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:25 smithi194 ceph-mon[104785]: pgmap v8449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:25 smithi135 ceph-mon[93152]: pgmap v8449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:26.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:26.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:27.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:27.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:27 smithi194 ceph-mon[104785]: pgmap v8450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:27 smithi135 ceph-mon[93152]: pgmap v8450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:28.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:28.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:29.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:29.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:29 smithi194 ceph-mon[104785]: pgmap v8451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:08:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:08:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:08:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:08:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:08:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:08:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:29 smithi135 ceph-mon[93152]: pgmap v8451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:08:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:08:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:08:30.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:08:30.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:08:30.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:08:30.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:30.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:31.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:31.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:31 smithi194 ceph-mon[104785]: pgmap v8452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:08:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:31 smithi135 ceph-mon[93152]: pgmap v8452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:08:32.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:32.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:33.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:33.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:33 smithi194 ceph-mon[104785]: pgmap v8453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:33 smithi135 ceph-mon[93152]: pgmap v8453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:34.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:34.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:35.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:35.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:35 smithi194 ceph-mon[104785]: pgmap v8454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:35 smithi135 ceph-mon[93152]: pgmap v8454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:36.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:36.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:37.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:37.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:37 smithi194 ceph-mon[104785]: pgmap v8455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:37 smithi135 ceph-mon[93152]: pgmap v8455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:38.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:38.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:39.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:39.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:39.942 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:39 smithi135 ceph-mon[93152]: pgmap v8456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:39 smithi194 ceph-mon[104785]: pgmap v8456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:40.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:40.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:40.855 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:41.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:41.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:41 smithi194 ceph-mon[104785]: pgmap v8457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:08:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:41 smithi135 ceph-mon[93152]: pgmap v8457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:08:42.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:42.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:43.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:43.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:43 smithi194 ceph-mon[104785]: pgmap v8458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:43 smithi135 ceph-mon[93152]: pgmap v8458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:44.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:44.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:45.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:45.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:45.904 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:45 smithi135 ceph-mon[93152]: pgmap v8459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:45 smithi194 ceph-mon[104785]: pgmap v8459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:46.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:46.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:47.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:47.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:47.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:47 smithi194 ceph-mon[104785]: pgmap v8460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:47 smithi135 ceph-mon[93152]: pgmap v8460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:48.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:48.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:49.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:49.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:49 smithi194 ceph-mon[104785]: pgmap v8461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:49 smithi135 ceph-mon[93152]: pgmap v8461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:50.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:50.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:51.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:51.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:51 smithi194 ceph-mon[104785]: pgmap v8462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:08:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:51 smithi135 ceph-mon[93152]: pgmap v8462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:08:52.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:52.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:53.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:53.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:53.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:53 smithi194 ceph-mon[104785]: pgmap v8463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:53 smithi135 ceph-mon[93152]: pgmap v8463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:54.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:54.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:55.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:55.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:55 smithi194 ceph-mon[104785]: pgmap v8464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:56.003 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:55 smithi135 ceph-mon[93152]: pgmap v8464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:56.004 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:08:56.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:56.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:57.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:57.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:57 smithi194 ceph-mon[104785]: pgmap v8465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:57 smithi135 ceph-mon[93152]: pgmap v8465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:08:58.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:58.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:59.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:08:59.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:08:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:08:59 smithi194 ceph-mon[104785]: pgmap v8466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:08:59 smithi135 ceph-mon[93152]: pgmap v8466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:00.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:00.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:01.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:01.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:01 smithi194 ceph-mon[104785]: pgmap v8467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:09:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:01 smithi135 ceph-mon[93152]: pgmap v8467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:09:02.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:02.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:03.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:03.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:03 smithi194 ceph-mon[104785]: pgmap v8468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:03 smithi135 ceph-mon[93152]: pgmap v8468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:04.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:04.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:05.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:05.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:05 smithi194 ceph-mon[104785]: pgmap v8469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:05 smithi135 ceph-mon[93152]: pgmap v8469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:06.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:06.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:07.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:07.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:07 smithi194 ceph-mon[104785]: pgmap v8470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:07 smithi135 ceph-mon[93152]: pgmap v8470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:08.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:08.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:09.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:09.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:09 smithi194 ceph-mon[104785]: pgmap v8471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:09 smithi135 ceph-mon[93152]: pgmap v8471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:10.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:10.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:11.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:11.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:11 smithi194 ceph-mon[104785]: pgmap v8472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:09:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:11 smithi135 ceph-mon[93152]: pgmap v8472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:09:12.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:12.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:13.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:13.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:13 smithi194 ceph-mon[104785]: pgmap v8473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:13 smithi135 ceph-mon[93152]: pgmap v8473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:14.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:14.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:15.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:15.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:15 smithi194 ceph-mon[104785]: pgmap v8474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:15 smithi135 ceph-mon[93152]: pgmap v8474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:16.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:16.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:17.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:17.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:17 smithi194 ceph-mon[104785]: pgmap v8475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:18.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:17 smithi135 ceph-mon[93152]: pgmap v8475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:18.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:18.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:19.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:19.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:19 smithi194 ceph-mon[104785]: pgmap v8476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:19 smithi135 ceph-mon[93152]: pgmap v8476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:20.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:20.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:21.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:21.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:21 smithi194 ceph-mon[104785]: pgmap v8477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:09:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:21 smithi135 ceph-mon[93152]: pgmap v8477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:09:22.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:22.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:23.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:23.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:23 smithi135 ceph-mon[93152]: pgmap v8478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:23 smithi194 ceph-mon[104785]: pgmap v8478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:24.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:24.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:25.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:25.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:25 smithi135 ceph-mon[93152]: pgmap v8479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:25 smithi194 ceph-mon[104785]: pgmap v8479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:26.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:26.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:27.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:27.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:27 smithi135 ceph-mon[93152]: pgmap v8480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:27 smithi194 ceph-mon[104785]: pgmap v8480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:28.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:28.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:29.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:29.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:29 smithi135 ceph-mon[93152]: pgmap v8481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:09:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:29 smithi194 ceph-mon[104785]: pgmap v8481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:09:30.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:30.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:31.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:31.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:31 smithi135 ceph-mon[93152]: pgmap v8482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:09:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:31 smithi194 ceph-mon[104785]: pgmap v8482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:09:32.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:32.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:33.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:33.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:33.897 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:33 smithi194 ceph-mon[104785]: pgmap v8483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:33.987 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:33 smithi135 ceph-mon[93152]: pgmap v8483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:34.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:34.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:09:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:09:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:09:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:09:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:09:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:09:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:09:35.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:09:35.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:09:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:09:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:09:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:09:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:09:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:09:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:09:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:09:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:09:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:09:35.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:35.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:35 smithi135 ceph-mon[93152]: pgmap v8484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:36.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:35 smithi194 ceph-mon[104785]: pgmap v8484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:36.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:36.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:37.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:37.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:37 smithi135 ceph-mon[93152]: pgmap v8485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:37 smithi194 ceph-mon[104785]: pgmap v8485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:38.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:38.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:39.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:39.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:39 smithi194 ceph-mon[104785]: pgmap v8486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:40.469 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:39 smithi135 ceph-mon[93152]: pgmap v8486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:40.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:40.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:41.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:41.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:41 smithi135 ceph-mon[93152]: pgmap v8487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:09:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:41 smithi194 ceph-mon[104785]: pgmap v8487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:09:42.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:42.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:43.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:43.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:43 smithi135 ceph-mon[93152]: pgmap v8488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:43 smithi194 ceph-mon[104785]: pgmap v8488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:44.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:44.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:45.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:45.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:45 smithi135 ceph-mon[93152]: pgmap v8489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:46 smithi194 ceph-mon[104785]: pgmap v8489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:46.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:46.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:47.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:47.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:48 smithi135 ceph-mon[93152]: pgmap v8490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:48 smithi194 ceph-mon[104785]: pgmap v8490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:48.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:48.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:49.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:49.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:50 smithi135 ceph-mon[93152]: pgmap v8491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:50 smithi194 ceph-mon[104785]: pgmap v8491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:50.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:50.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:51.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:51.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:52 smithi194 ceph-mon[104785]: pgmap v8492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:09:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:52 smithi135 ceph-mon[93152]: pgmap v8492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:09:52.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:52.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:53.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:53.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:54 smithi194 ceph-mon[104785]: pgmap v8493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:54 smithi135 ceph-mon[93152]: pgmap v8493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:54.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:54.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:55.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:55.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:56 smithi194 ceph-mon[104785]: pgmap v8494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:56 smithi135 ceph-mon[93152]: pgmap v8494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:09:56.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:56.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:57.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:57.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:09:58 smithi194 ceph-mon[104785]: pgmap v8495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:09:58 smithi135 ceph-mon[93152]: pgmap v8495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:09:58.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:58.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:09:59.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:09:59.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:00 smithi194 ceph-mon[104785]: pgmap v8496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T09:10:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:00 smithi135 ceph-mon[93152]: pgmap v8496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T09:10:00.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:00.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:01.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:01.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:02 smithi194 ceph-mon[104785]: pgmap v8497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:10:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:02 smithi135 ceph-mon[93152]: pgmap v8497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:10:02.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:02.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:03.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:03.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:04 smithi194 ceph-mon[104785]: pgmap v8498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:04 smithi135 ceph-mon[93152]: pgmap v8498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:04.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:04.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:05.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:05.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:06 smithi194 ceph-mon[104785]: pgmap v8499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:06 smithi135 ceph-mon[93152]: pgmap v8499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:06.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:06.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:07.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:07.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:08 smithi194 ceph-mon[104785]: pgmap v8500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:08 smithi135 ceph-mon[93152]: pgmap v8500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:08.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:08.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:09.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:09.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:10 smithi194 ceph-mon[104785]: pgmap v8501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:10.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:10 smithi135 ceph-mon[93152]: pgmap v8501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:10.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:10.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:11.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:11.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:12 smithi194 ceph-mon[104785]: pgmap v8502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:10:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:12 smithi135 ceph-mon[93152]: pgmap v8502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:10:12.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:12.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:13.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:13.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:14 smithi194 ceph-mon[104785]: pgmap v8503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:14 smithi135 ceph-mon[93152]: pgmap v8503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:14.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:14.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:15.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:15.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:16 smithi194 ceph-mon[104785]: pgmap v8504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:16 smithi135 ceph-mon[93152]: pgmap v8504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:16.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:16.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:17.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:17.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:18 smithi194 ceph-mon[104785]: pgmap v8505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:18 smithi135 ceph-mon[93152]: pgmap v8505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:18.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:18.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:19.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:19.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:20 smithi194 ceph-mon[104785]: pgmap v8506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:20 smithi135 ceph-mon[93152]: pgmap v8506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:20.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:20.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:21.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:21.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:22 smithi135 ceph-mon[93152]: pgmap v8507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:10:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:22 smithi194 ceph-mon[104785]: pgmap v8507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:10:22.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:22.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:23.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:23.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:24 smithi194 ceph-mon[104785]: pgmap v8508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:24 smithi135 ceph-mon[93152]: pgmap v8508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:24.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:24.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:25.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:25.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:26 smithi194 ceph-mon[104785]: pgmap v8509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:26 smithi135 ceph-mon[93152]: pgmap v8509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:26.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:26.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:27.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:27.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:28 smithi194 ceph-mon[104785]: pgmap v8510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:28 smithi135 ceph-mon[93152]: pgmap v8510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:28.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:28.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:29.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:29.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:30.391 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:30 smithi194 ceph-mon[104785]: pgmap v8511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:30 smithi135 ceph-mon[93152]: pgmap v8511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:30.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:30.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:31.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:31.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:32 smithi135 ceph-mon[93152]: pgmap v8512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:10:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:32 smithi194 ceph-mon[104785]: pgmap v8512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:10:32.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:32.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:33.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:33.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:34 smithi194 ceph-mon[104785]: pgmap v8513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:34 smithi135 ceph-mon[93152]: pgmap v8513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:34.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:34.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:35.445 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:10:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:10:35.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:35.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:36 smithi194 ceph-mon[104785]: pgmap v8514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:10:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:10:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:10:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:10:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:10:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:36 smithi135 ceph-mon[93152]: pgmap v8514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:10:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:10:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:10:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:10:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:10:36.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:36.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:37.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:37.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:38 smithi194 ceph-mon[104785]: pgmap v8515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:38 smithi135 ceph-mon[93152]: pgmap v8515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:38.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:38.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:39.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:39.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:40 smithi194 ceph-mon[104785]: pgmap v8516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:40 smithi135 ceph-mon[93152]: pgmap v8516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:40.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:40.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:41.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:41.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:42 smithi194 ceph-mon[104785]: pgmap v8517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:10:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:42 smithi135 ceph-mon[93152]: pgmap v8517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:10:42.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:42.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:43.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:43.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:44 smithi194 ceph-mon[104785]: pgmap v8518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:44 smithi135 ceph-mon[93152]: pgmap v8518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:44.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:44.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:45.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:46.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:46 smithi194 ceph-mon[104785]: pgmap v8519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:46.535 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:46 smithi135 ceph-mon[93152]: pgmap v8519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:46.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:46.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:47.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:47.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:48 smithi194 ceph-mon[104785]: pgmap v8520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:48 smithi135 ceph-mon[93152]: pgmap v8520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:48.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:48.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:49.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:49.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:50 smithi194 ceph-mon[104785]: pgmap v8521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:50 smithi135 ceph-mon[93152]: pgmap v8521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:50.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:50.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:51.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:51.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:52 smithi194 ceph-mon[104785]: pgmap v8522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:10:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:52 smithi135 ceph-mon[93152]: pgmap v8522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:10:52.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:52.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:53.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:53.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:54 smithi194 ceph-mon[104785]: pgmap v8523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:54 smithi135 ceph-mon[93152]: pgmap v8523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:54.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:54.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:55.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:55.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:56 smithi194 ceph-mon[104785]: pgmap v8524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:56 smithi135 ceph-mon[93152]: pgmap v8524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:10:56.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:56.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:57.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:57.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:10:58 smithi194 ceph-mon[104785]: pgmap v8525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:10:58 smithi135 ceph-mon[93152]: pgmap v8525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:10:58.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:58.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:10:59.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:10:59.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:00 smithi194 ceph-mon[104785]: pgmap v8526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:00 smithi135 ceph-mon[93152]: pgmap v8526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:00.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:00.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:01.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:01.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:02 smithi194 ceph-mon[104785]: pgmap v8527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:11:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:02 smithi135 ceph-mon[93152]: pgmap v8527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:11:02.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:02.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:03.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:03.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:04 smithi194 ceph-mon[104785]: pgmap v8528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:04 smithi135 ceph-mon[93152]: pgmap v8528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:04.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:04.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:05.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:05.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:06 smithi194 ceph-mon[104785]: pgmap v8529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:06 smithi135 ceph-mon[93152]: pgmap v8529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:06.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:06.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:07.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:07.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:08 smithi194 ceph-mon[104785]: pgmap v8530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:08 smithi135 ceph-mon[93152]: pgmap v8530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:08.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:08.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:09.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:09.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:10 smithi194 ceph-mon[104785]: pgmap v8531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:10 smithi135 ceph-mon[93152]: pgmap v8531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:10.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:10.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:11.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:11.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:12 smithi194 ceph-mon[104785]: pgmap v8532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:11:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:12 smithi135 ceph-mon[93152]: pgmap v8532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:11:12.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:12.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:13.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:13.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:14 smithi194 ceph-mon[104785]: pgmap v8533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:14 smithi135 ceph-mon[93152]: pgmap v8533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:14.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:14.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:15.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:15.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:16 smithi194 ceph-mon[104785]: pgmap v8534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:16 smithi135 ceph-mon[93152]: pgmap v8534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:16.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:16.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:17.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:17.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:18 smithi194 ceph-mon[104785]: pgmap v8535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:18 smithi135 ceph-mon[93152]: pgmap v8535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:18.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:18.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:19.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:19.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:20 smithi194 ceph-mon[104785]: pgmap v8536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:20 smithi135 ceph-mon[93152]: pgmap v8536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:20.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:20.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:21.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:21.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:22.427 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:22 smithi135 ceph-mon[93152]: pgmap v8537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:11:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:22 smithi194 ceph-mon[104785]: pgmap v8537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:11:22.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:22.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:23.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:23.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:24 smithi194 ceph-mon[104785]: pgmap v8538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:24 smithi135 ceph-mon[93152]: pgmap v8538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:24.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:24.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:25.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:25.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:26 smithi194 ceph-mon[104785]: pgmap v8539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:26 smithi135 ceph-mon[93152]: pgmap v8539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:26.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:26.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:27.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:27.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:28 smithi194 ceph-mon[104785]: pgmap v8540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:28 smithi135 ceph-mon[93152]: pgmap v8540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:28.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:28.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:29.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:29.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:30.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:30 smithi194 ceph-mon[104785]: pgmap v8541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:30 smithi135 ceph-mon[93152]: pgmap v8541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:30.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:30.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:31.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:31.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:32 smithi194 ceph-mon[104785]: pgmap v8542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:11:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:32 smithi135 ceph-mon[93152]: pgmap v8542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:11:32.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:32.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:33.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:33.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:34 smithi194 ceph-mon[104785]: pgmap v8543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:34 smithi135 ceph-mon[93152]: pgmap v8543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:34.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:34.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:35.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:35.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:36 smithi194 ceph-mon[104785]: pgmap v8544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:11:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:11:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:11:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:11:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:11:36.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:11:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:36 smithi135 ceph-mon[93152]: pgmap v8544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:11:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:11:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:11:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:11:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:11:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:11:36.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:36.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:37.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:37.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:38 smithi194 ceph-mon[104785]: pgmap v8545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:38 smithi135 ceph-mon[93152]: pgmap v8545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:38.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:38.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:39.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:39.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:40 smithi194 ceph-mon[104785]: pgmap v8546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:40 smithi135 ceph-mon[93152]: pgmap v8546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:40.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:40.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:41.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:41.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:42 smithi135 ceph-mon[93152]: pgmap v8547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:11:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:42 smithi194 ceph-mon[104785]: pgmap v8547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:11:42.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:42.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:43.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:43.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:44 smithi135 ceph-mon[93152]: pgmap v8548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:44 smithi194 ceph-mon[104785]: pgmap v8548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:44.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:44.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:45.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:45.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:46 smithi194 ceph-mon[104785]: pgmap v8549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:46 smithi135 ceph-mon[93152]: pgmap v8549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:46.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:46.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:47.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:47.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:48 smithi135 ceph-mon[93152]: pgmap v8550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:48 smithi194 ceph-mon[104785]: pgmap v8550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:48.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:48.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:49.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:49.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:50 smithi135 ceph-mon[93152]: pgmap v8551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:50 smithi194 ceph-mon[104785]: pgmap v8551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:50.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:50.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:51.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:51.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:52 smithi135 ceph-mon[93152]: pgmap v8552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:11:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:52 smithi194 ceph-mon[104785]: pgmap v8552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:11:52.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:52.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:53.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:53.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:54 smithi135 ceph-mon[93152]: pgmap v8553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:54 smithi194 ceph-mon[104785]: pgmap v8553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:54.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:54.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:55.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:55.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:56 smithi135 ceph-mon[93152]: pgmap v8554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:56 smithi194 ceph-mon[104785]: pgmap v8554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:11:56.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:56.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:57.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:57.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:11:58 smithi135 ceph-mon[93152]: pgmap v8555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:11:58 smithi194 ceph-mon[104785]: pgmap v8555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:11:58.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:58.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:11:59.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:11:59.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:00 smithi135 ceph-mon[93152]: pgmap v8556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:00 smithi194 ceph-mon[104785]: pgmap v8556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:00.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:00.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:01.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:01.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:02.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:02 smithi135 ceph-mon[93152]: pgmap v8557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:12:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:02 smithi194 ceph-mon[104785]: pgmap v8557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:12:02.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:02.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:03.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:03.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:04 smithi135 ceph-mon[93152]: pgmap v8558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:04 smithi194 ceph-mon[104785]: pgmap v8558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:04.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:04.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:05.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:05.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:06 smithi135 ceph-mon[93152]: pgmap v8559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:06 smithi194 ceph-mon[104785]: pgmap v8559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:06.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:06.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:07.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:07.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:08 smithi135 ceph-mon[93152]: pgmap v8560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:08 smithi194 ceph-mon[104785]: pgmap v8560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:08.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:08.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:09 smithi194 ceph-mon[104785]: pgmap v8561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:09 smithi135 ceph-mon[93152]: pgmap v8561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:09.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:09.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:10.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:10.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:11 smithi194 ceph-mon[104785]: pgmap v8562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:12:11.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:11.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:11 smithi135 ceph-mon[93152]: pgmap v8562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:12:12.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:12.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:13 smithi194 ceph-mon[104785]: pgmap v8563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:13.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:13.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:13 smithi135 ceph-mon[93152]: pgmap v8563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:14.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:14.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:15 smithi194 ceph-mon[104785]: pgmap v8564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:15.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:15.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:15 smithi135 ceph-mon[93152]: pgmap v8564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:16.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:16.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:17 smithi194 ceph-mon[104785]: pgmap v8565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:17.968 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:17 smithi135 ceph-mon[93152]: pgmap v8565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:17.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:17.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:18.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:18.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:19 smithi194 ceph-mon[104785]: pgmap v8566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:19.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:19.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:19 smithi135 ceph-mon[93152]: pgmap v8566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:21.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:21.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:21 smithi194 ceph-mon[104785]: pgmap v8567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:12:22.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:22.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:21 smithi135 ceph-mon[93152]: pgmap v8567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:12:23.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:23.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:23 smithi194 ceph-mon[104785]: pgmap v8568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:24.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:24.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:23 smithi135 ceph-mon[93152]: pgmap v8568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:25.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:25.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:25 smithi194 ceph-mon[104785]: pgmap v8569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:25 smithi135 ceph-mon[93152]: pgmap v8569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:26.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:26.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:27.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:27.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:27 smithi194 ceph-mon[104785]: pgmap v8570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:28.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:27 smithi135 ceph-mon[93152]: pgmap v8570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:28.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:28.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:29.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:29.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:29 smithi194 ceph-mon[104785]: pgmap v8571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:29 smithi135 ceph-mon[93152]: pgmap v8571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:30.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:30.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:31.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:31.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:31 smithi194 ceph-mon[104785]: pgmap v8572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:12:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:31 smithi135 ceph-mon[93152]: pgmap v8572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:12:32.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:32.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:33.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:33.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:33 smithi194 ceph-mon[104785]: pgmap v8573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:33 smithi135 ceph-mon[93152]: pgmap v8573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:34.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:34.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:35.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:35.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:35.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:35 smithi194 ceph-mon[104785]: pgmap v8574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:35 smithi135 ceph-mon[93152]: pgmap v8574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:36.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:36.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:12:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:12:37.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:37.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:37.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:37 smithi194 ceph-mon[104785]: pgmap v8575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:38.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:37 smithi135 ceph-mon[93152]: pgmap v8575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:38.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:38.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:39.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:39.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:39 smithi194 ceph-mon[104785]: pgmap v8576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:39 smithi135 ceph-mon[93152]: pgmap v8576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:40.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:40.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:12:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:12:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:12:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:12:41.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:41.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:41 smithi194 ceph-mon[104785]: pgmap v8577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:12:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:12:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:12:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:12:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:12:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:12:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:41 smithi135 ceph-mon[93152]: pgmap v8577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:12:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:12:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:12:42.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:12:42.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:12:42.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:12:42.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:42.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:43.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:43.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:43 smithi194 ceph-mon[104785]: pgmap v8578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:43 smithi135 ceph-mon[93152]: pgmap v8578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:44.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:44.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:45.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:45.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:45 smithi194 ceph-mon[104785]: pgmap v8579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:46.595 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:45 smithi135 ceph-mon[93152]: pgmap v8579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:46.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:46.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:47.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:47.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:47 smithi194 ceph-mon[104785]: pgmap v8580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:48.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:47 smithi135 ceph-mon[93152]: pgmap v8580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:48.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:48.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:49.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:49.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:49.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:49 smithi194 ceph-mon[104785]: pgmap v8581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:49 smithi135 ceph-mon[93152]: pgmap v8581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:50.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:50.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:51.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:51.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:51 smithi194 ceph-mon[104785]: pgmap v8582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:12:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:51 smithi135 ceph-mon[93152]: pgmap v8582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:12:52.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:52.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:53.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:53.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:53 smithi194 ceph-mon[104785]: pgmap v8583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:53 smithi135 ceph-mon[93152]: pgmap v8583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:54.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:54.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:55.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:55.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:55 smithi194 ceph-mon[104785]: pgmap v8584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:55 smithi135 ceph-mon[93152]: pgmap v8584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:56.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:12:56.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:56.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:57.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:57.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:57 smithi194 ceph-mon[104785]: pgmap v8585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:57 smithi135 ceph-mon[93152]: pgmap v8585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:12:58.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:58.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:59.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:12:59.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:12:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:12:59 smithi194 ceph-mon[104785]: pgmap v8586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:12:59 smithi135 ceph-mon[93152]: pgmap v8586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:00.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:00.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:01.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:01.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:01 smithi194 ceph-mon[104785]: pgmap v8587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:13:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:01 smithi135 ceph-mon[93152]: pgmap v8587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:13:02.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:02.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:03.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:03.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:03 smithi194 ceph-mon[104785]: pgmap v8588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:03 smithi135 ceph-mon[93152]: pgmap v8588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:04.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:04.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:05.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:05.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:05 smithi194 ceph-mon[104785]: pgmap v8589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:05 smithi135 ceph-mon[93152]: pgmap v8589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:06.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:06.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:07.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:07.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:07.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:07 smithi194 ceph-mon[104785]: pgmap v8590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:07 smithi135 ceph-mon[93152]: pgmap v8590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:08.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:08.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:09.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:09.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:09 smithi194 ceph-mon[104785]: pgmap v8591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:09 smithi135 ceph-mon[93152]: pgmap v8591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:10.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:10.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:11.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:11.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:11 smithi194 ceph-mon[104785]: pgmap v8592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:13:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:11 smithi135 ceph-mon[93152]: pgmap v8592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:13:12.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:12.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:13.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:13.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:13 smithi135 ceph-mon[93152]: pgmap v8593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:13 smithi194 ceph-mon[104785]: pgmap v8593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:14.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:14.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:15.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:15.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:15 smithi135 ceph-mon[93152]: pgmap v8594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:16.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:16.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:15 smithi194 ceph-mon[104785]: pgmap v8594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:17.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:17.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:18.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:17 smithi135 ceph-mon[93152]: pgmap v8595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:18.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:18.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:17 smithi194 ceph-mon[104785]: pgmap v8595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:19.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:19.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:19 smithi135 ceph-mon[93152]: pgmap v8596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:20.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:20.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:19 smithi194 ceph-mon[104785]: pgmap v8596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:21.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:21.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:21 smithi135 ceph-mon[93152]: pgmap v8597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:13:22.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:22.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:22.188 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:21 smithi194 ceph-mon[104785]: pgmap v8597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:13:23.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:23.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:23 smithi135 ceph-mon[93152]: pgmap v8598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:24.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:24.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:23 smithi194 ceph-mon[104785]: pgmap v8598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:25.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:25.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:25 smithi135 ceph-mon[93152]: pgmap v8599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:26.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:26.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:25 smithi194 ceph-mon[104785]: pgmap v8599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:27.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:27.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:27 smithi135 ceph-mon[93152]: pgmap v8600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:28.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:28.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:27 smithi194 ceph-mon[104785]: pgmap v8600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:29.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:29.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:29 smithi135 ceph-mon[93152]: pgmap v8601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:30.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:30.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:29 smithi194 ceph-mon[104785]: pgmap v8601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:31.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:31.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:31 smithi135 ceph-mon[93152]: pgmap v8602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:13:32.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:32.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:31 smithi194 ceph-mon[104785]: pgmap v8602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:13:33.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:33.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:33 smithi135 ceph-mon[93152]: pgmap v8603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:34.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:34.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:33 smithi194 ceph-mon[104785]: pgmap v8603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:35.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:35.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:36.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:35 smithi135 ceph-mon[93152]: pgmap v8604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:36.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:36.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:35 smithi194 ceph-mon[104785]: pgmap v8604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:37.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:37.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:37 smithi135 ceph-mon[93152]: pgmap v8605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:38.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:38.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:37 smithi194 ceph-mon[104785]: pgmap v8605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:39.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:39.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:39 smithi135 ceph-mon[93152]: pgmap v8606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:40.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:40.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:39 smithi194 ceph-mon[104785]: pgmap v8606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:41.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:41.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:42.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:42.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:41 smithi194 ceph-mon[104785]: pgmap v8607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:13:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:13:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:13:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:13:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:13:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:13:42.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:13:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:41 smithi135 ceph-mon[93152]: pgmap v8607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:13:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:13:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:13:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:13:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:13:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:13:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:13:43.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:43.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:44.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:44.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:43 smithi194 ceph-mon[104785]: pgmap v8608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:44.337 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:43 smithi135 ceph-mon[93152]: pgmap v8608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:45.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:45.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:46.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:46.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:45 smithi194 ceph-mon[104785]: pgmap v8609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:45 smithi135 ceph-mon[93152]: pgmap v8609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:47.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:47.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:48.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:48.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:47 smithi194 ceph-mon[104785]: pgmap v8610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:47 smithi135 ceph-mon[93152]: pgmap v8610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:49.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:49.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:50.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:50.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:49 smithi194 ceph-mon[104785]: pgmap v8611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:49 smithi135 ceph-mon[93152]: pgmap v8611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:51.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:51.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:52.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:52.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:52.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:51 smithi194 ceph-mon[104785]: pgmap v8612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:13:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:51 smithi135 ceph-mon[93152]: pgmap v8612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:13:53.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:53.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:54.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:54.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:53 smithi194 ceph-mon[104785]: pgmap v8613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:54.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:53 smithi135 ceph-mon[93152]: pgmap v8613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:55.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:55.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:56.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:56.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:55 smithi194 ceph-mon[104785]: pgmap v8614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:55 smithi135 ceph-mon[93152]: pgmap v8614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:13:57.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:57.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:57 smithi194 ceph-mon[104785]: pgmap v8615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:58.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:58.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:13:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:57 smithi135 ceph-mon[93152]: pgmap v8615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:13:59.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:13:59.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:00.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:00.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:13:59 smithi194 ceph-mon[104785]: pgmap v8616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:13:59 smithi135 ceph-mon[93152]: pgmap v8616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:01.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:01.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:02.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:02.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:01 smithi194 ceph-mon[104785]: pgmap v8617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:14:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:01 smithi135 ceph-mon[93152]: pgmap v8617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:14:03.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:03.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:04.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:04.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:03 smithi194 ceph-mon[104785]: pgmap v8618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:03 smithi135 ceph-mon[93152]: pgmap v8618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:05.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:05.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:06.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:06.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:05 smithi194 ceph-mon[104785]: pgmap v8619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:05 smithi135 ceph-mon[93152]: pgmap v8619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:07.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:07.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:07 smithi194 ceph-mon[104785]: pgmap v8620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:08.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:08.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:07 smithi135 ceph-mon[93152]: pgmap v8620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:09.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:09.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:10.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:10.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:09 smithi194 ceph-mon[104785]: pgmap v8621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:09 smithi135 ceph-mon[93152]: pgmap v8621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:11.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:11.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:12.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:12.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:11 smithi194 ceph-mon[104785]: pgmap v8622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:14:12.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:11 smithi135 ceph-mon[93152]: pgmap v8622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:14:13.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:13.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:14.095 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:13 smithi135 ceph-mon[93152]: pgmap v8623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:14.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:14.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:13 smithi194 ceph-mon[104785]: pgmap v8623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:15.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:15.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:16.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:16.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:15 smithi194 ceph-mon[104785]: pgmap v8624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:15 smithi135 ceph-mon[93152]: pgmap v8624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:17.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:17.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:18.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:18.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:17 smithi194 ceph-mon[104785]: pgmap v8625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:17 smithi135 ceph-mon[93152]: pgmap v8625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:19.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:19.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:20.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:20.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:19 smithi194 ceph-mon[104785]: pgmap v8626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:19 smithi135 ceph-mon[93152]: pgmap v8626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:21.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:21.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:22.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:22.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:21 smithi194 ceph-mon[104785]: pgmap v8627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:14:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:21 smithi135 ceph-mon[93152]: pgmap v8627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:14:23.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:23.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:24.193 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:23 smithi135 ceph-mon[93152]: pgmap v8628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:24.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:24.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:23 smithi194 ceph-mon[104785]: pgmap v8628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:25.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:25.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:26.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:26.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:25 smithi194 ceph-mon[104785]: pgmap v8629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:25 smithi135 ceph-mon[93152]: pgmap v8629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:27.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:27.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:28.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:28.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:27 smithi194 ceph-mon[104785]: pgmap v8630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:27 smithi135 ceph-mon[93152]: pgmap v8630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:29.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:29.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:29 smithi194 ceph-mon[104785]: pgmap v8631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:30.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:30.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:29 smithi135 ceph-mon[93152]: pgmap v8631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:31.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:31.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:31 smithi194 ceph-mon[104785]: pgmap v8632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:14:32.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:32.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:31 smithi135 ceph-mon[93152]: pgmap v8632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:14:33.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:33.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:33 smithi194 ceph-mon[104785]: pgmap v8633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:34.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:34.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:33 smithi135 ceph-mon[93152]: pgmap v8633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:35.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:35.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:35 smithi194 ceph-mon[104785]: pgmap v8634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:36.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:36.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:36.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:35 smithi135 ceph-mon[93152]: pgmap v8634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:37.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:37.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:37 smithi194 ceph-mon[104785]: pgmap v8635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:38.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:38.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:37 smithi135 ceph-mon[93152]: pgmap v8635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:39.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:39.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:39 smithi194 ceph-mon[104785]: pgmap v8636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:40.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:40.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:39 smithi135 ceph-mon[93152]: pgmap v8636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:41.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:41.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:41 smithi194 ceph-mon[104785]: pgmap v8637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:14:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:14:42.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:42.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:41 smithi135 ceph-mon[93152]: pgmap v8637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:14:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:14:43.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:43.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:43 smithi194 ceph-mon[104785]: pgmap v8638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:44.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:44.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:43 smithi135 ceph-mon[93152]: pgmap v8638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:45.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:45.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:45 smithi194 ceph-mon[104785]: pgmap v8639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:46.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:46.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:45 smithi135 ceph-mon[93152]: pgmap v8639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:47.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:47.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:47 smithi194 ceph-mon[104785]: pgmap v8640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:48.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:48.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:47 smithi135 ceph-mon[93152]: pgmap v8640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:49.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:49.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:49 smithi135 ceph-mon[93152]: pgmap v8641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:14:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:14:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:14:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:14:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:14:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:14:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:14:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:49 smithi194 ceph-mon[104785]: pgmap v8641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:14:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:14:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:14:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:14:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:14:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:14:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:14:50.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:50.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:51.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:51.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:51 smithi194 ceph-mon[104785]: pgmap v8642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:14:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:51 smithi135 ceph-mon[93152]: pgmap v8642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:14:52.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:52.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:53.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:53.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:53 smithi194 ceph-mon[104785]: pgmap v8643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:53 smithi135 ceph-mon[93152]: pgmap v8643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:54.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:54.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:55.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:55.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:55 smithi194 ceph-mon[104785]: pgmap v8644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:55 smithi135 ceph-mon[93152]: pgmap v8644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:14:56.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:56.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:57.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:57.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:57 smithi194 ceph-mon[104785]: pgmap v8645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:57 smithi135 ceph-mon[93152]: pgmap v8645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:14:58.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:58.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:59.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:14:59.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:14:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:14:59 smithi194 ceph-mon[104785]: pgmap v8646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:14:59 smithi135 ceph-mon[93152]: pgmap v8646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:00.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:00.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:01.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:01.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:01 smithi194 ceph-mon[104785]: pgmap v8647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:15:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:01 smithi135 ceph-mon[93152]: pgmap v8647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:15:02.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:02.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:03.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:03.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:03 smithi194 ceph-mon[104785]: pgmap v8648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:03 smithi135 ceph-mon[93152]: pgmap v8648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:04.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:04.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:05.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:05.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:05 smithi194 ceph-mon[104785]: pgmap v8649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:06.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:05 smithi135 ceph-mon[93152]: pgmap v8649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:06.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:06.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:07.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:07.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:07.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:07 smithi194 ceph-mon[104785]: pgmap v8650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:07 smithi135 ceph-mon[93152]: pgmap v8650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:08.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:08.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:09.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:09.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:09 smithi194 ceph-mon[104785]: pgmap v8651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:09 smithi135 ceph-mon[93152]: pgmap v8651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:10.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:10.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:11.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:11.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:11 smithi194 ceph-mon[104785]: pgmap v8652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:15:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:11 smithi135 ceph-mon[93152]: pgmap v8652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:15:12.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:12.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:13.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:13.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:13 smithi194 ceph-mon[104785]: pgmap v8653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:13 smithi135 ceph-mon[93152]: pgmap v8653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:14.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:14.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:15.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:15.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:15 smithi194 ceph-mon[104785]: pgmap v8654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:15 smithi135 ceph-mon[93152]: pgmap v8654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:16.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:16.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:17.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:17.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:17 smithi194 ceph-mon[104785]: pgmap v8655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:17 smithi135 ceph-mon[93152]: pgmap v8655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:18.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:18.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:19.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:19.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:19 smithi194 ceph-mon[104785]: pgmap v8656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:19 smithi135 ceph-mon[93152]: pgmap v8656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:20.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:20.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:21.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:21.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:21 smithi194 ceph-mon[104785]: pgmap v8657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:15:22.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:21 smithi135 ceph-mon[93152]: pgmap v8657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:15:22.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:22.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:23.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:23.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:23 smithi194 ceph-mon[104785]: pgmap v8658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:23 smithi135 ceph-mon[93152]: pgmap v8658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:24.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:24.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:25.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:25.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:25 smithi135 ceph-mon[93152]: pgmap v8659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:25 smithi194 ceph-mon[104785]: pgmap v8659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:26.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:26.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:27.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:27.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:27 smithi135 ceph-mon[93152]: pgmap v8660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:27 smithi194 ceph-mon[104785]: pgmap v8660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:28.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:28.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:29.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:29.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:29 smithi135 ceph-mon[93152]: pgmap v8661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:29 smithi194 ceph-mon[104785]: pgmap v8661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:30.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:30.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:31.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:31.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:31 smithi135 ceph-mon[93152]: pgmap v8662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:15:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:31 smithi194 ceph-mon[104785]: pgmap v8662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:15:32.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:32.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:33.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:33.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:33 smithi194 ceph-mon[104785]: pgmap v8663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:33 smithi135 ceph-mon[93152]: pgmap v8663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:34.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:34.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:35.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:35.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:35 smithi135 ceph-mon[93152]: pgmap v8664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:35 smithi194 ceph-mon[104785]: pgmap v8664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:36.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:36.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:37.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:37.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:37 smithi135 ceph-mon[93152]: pgmap v8665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:37 smithi194 ceph-mon[104785]: pgmap v8665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:38.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:38.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:39.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:39.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:39 smithi135 ceph-mon[93152]: pgmap v8666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:39 smithi194 ceph-mon[104785]: pgmap v8666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:40.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:40.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:41.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:41.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:41 smithi135 ceph-mon[93152]: pgmap v8667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:15:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:41 smithi194 ceph-mon[104785]: pgmap v8667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:15:42.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:42.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:43.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:43.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:43 smithi194 ceph-mon[104785]: pgmap v8668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:43 smithi135 ceph-mon[93152]: pgmap v8668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:44.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:44.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:45.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:45.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:45 smithi135 ceph-mon[93152]: pgmap v8669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:45 smithi194 ceph-mon[104785]: pgmap v8669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:46.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:46.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:47.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:47.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:47 smithi135 ceph-mon[93152]: pgmap v8670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:47 smithi194 ceph-mon[104785]: pgmap v8670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:48.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:48.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:49.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:49.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:49 smithi135 ceph-mon[93152]: pgmap v8671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:15:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:15:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:15:50.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:49 smithi194 ceph-mon[104785]: pgmap v8671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:50.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:15:50.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:15:50.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:15:50.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:50.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:15:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:15:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:15:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:15:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:15:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:15:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:15:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:15:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:15:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:15:51.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:51.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:52.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:52.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:52 smithi135 ceph-mon[93152]: pgmap v8672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:15:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:52 smithi194 ceph-mon[104785]: pgmap v8672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:15:53.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:53.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:54.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:54.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:54 smithi135 ceph-mon[93152]: pgmap v8673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:54 smithi194 ceph-mon[104785]: pgmap v8673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:55.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:55.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:56.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:56.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:56 smithi135 ceph-mon[93152]: pgmap v8674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:56 smithi194 ceph-mon[104785]: pgmap v8674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:15:57.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:57.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:58.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:58.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:15:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:15:58 smithi135 ceph-mon[93152]: pgmap v8675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:15:58 smithi194 ceph-mon[104785]: pgmap v8675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:15:59.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:15:59.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:00.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:00.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:00 smithi135 ceph-mon[93152]: pgmap v8676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:00 smithi194 ceph-mon[104785]: pgmap v8676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:01.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:01.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:02.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:02.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:02 smithi135 ceph-mon[93152]: pgmap v8677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:16:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:02 smithi194 ceph-mon[104785]: pgmap v8677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:16:03.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:03.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:04.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:04.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:04 smithi135 ceph-mon[93152]: pgmap v8678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:04 smithi194 ceph-mon[104785]: pgmap v8678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:05.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:05.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:06.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:06.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:06 smithi135 ceph-mon[93152]: pgmap v8679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:06 smithi194 ceph-mon[104785]: pgmap v8679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:07.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:07.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:08.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:08.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:08 smithi135 ceph-mon[93152]: pgmap v8680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:08 smithi194 ceph-mon[104785]: pgmap v8680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:09.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:09.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:10.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:10.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:10 smithi135 ceph-mon[93152]: pgmap v8681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:10 smithi194 ceph-mon[104785]: pgmap v8681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:11.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:11.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:12.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:12.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:12 smithi135 ceph-mon[93152]: pgmap v8682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:16:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:12 smithi194 ceph-mon[104785]: pgmap v8682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:16:13.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:13.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:14.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:14.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:14 smithi135 ceph-mon[93152]: pgmap v8683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:14 smithi194 ceph-mon[104785]: pgmap v8683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:15.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:15.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:16.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:16.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:16 smithi135 ceph-mon[93152]: pgmap v8684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:16 smithi194 ceph-mon[104785]: pgmap v8684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:17.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:17.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:18.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:18.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:18 smithi194 ceph-mon[104785]: pgmap v8685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:18 smithi135 ceph-mon[93152]: pgmap v8685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:19.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:19.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:20.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:20.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:20 smithi135 ceph-mon[93152]: pgmap v8686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:20 smithi194 ceph-mon[104785]: pgmap v8686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:21.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:21.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:22.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:22.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:22 smithi194 ceph-mon[104785]: pgmap v8687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:16:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:22 smithi135 ceph-mon[93152]: pgmap v8687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:16:23.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:23.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:24.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:24.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:24 smithi194 ceph-mon[104785]: pgmap v8688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:24 smithi135 ceph-mon[93152]: pgmap v8688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:25.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:25.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:26.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:26.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:26 smithi194 ceph-mon[104785]: pgmap v8689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:26 smithi135 ceph-mon[93152]: pgmap v8689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:27.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:27.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:28.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:28.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:28 smithi194 ceph-mon[104785]: pgmap v8690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:28 smithi135 ceph-mon[93152]: pgmap v8690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:29.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:29.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:30.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:30.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:30 smithi135 ceph-mon[93152]: pgmap v8691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:30 smithi194 ceph-mon[104785]: pgmap v8691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:31.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:31.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:32.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:32.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:32 smithi194 ceph-mon[104785]: pgmap v8692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:16:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:32 smithi135 ceph-mon[93152]: pgmap v8692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:16:33.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:33.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:34.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:34.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:34 smithi194 ceph-mon[104785]: pgmap v8693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:34 smithi135 ceph-mon[93152]: pgmap v8693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:35.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:35.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:36.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:36.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:36 smithi194 ceph-mon[104785]: pgmap v8694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:36 smithi135 ceph-mon[93152]: pgmap v8694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:37.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:37.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:38.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:38.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:38 smithi194 ceph-mon[104785]: pgmap v8695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:38 smithi135 ceph-mon[93152]: pgmap v8695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:39.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:39.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:40.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:40.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:40 smithi135 ceph-mon[93152]: pgmap v8696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:40 smithi194 ceph-mon[104785]: pgmap v8696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:41.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:41.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:42.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:42.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:42 smithi194 ceph-mon[104785]: pgmap v8697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:16:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:42 smithi135 ceph-mon[93152]: pgmap v8697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:16:43.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:43.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:43.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:43 smithi194 ceph-mon[104785]: pgmap v8698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:43.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:43 smithi135 ceph-mon[93152]: pgmap v8698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:44.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:44.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:45.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:45.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:45 smithi194 ceph-mon[104785]: pgmap v8699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:45 smithi135 ceph-mon[93152]: pgmap v8699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:46.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:46.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:47.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:47.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:47.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:47 smithi194 ceph-mon[104785]: pgmap v8700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:47 smithi135 ceph-mon[93152]: pgmap v8700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:48.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:48.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:49.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:49.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:49 smithi194 ceph-mon[104785]: pgmap v8701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:49 smithi135 ceph-mon[93152]: pgmap v8701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:50.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:50.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:16:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:16:51.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:51.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:51 smithi194 ceph-mon[104785]: pgmap v8702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:16:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:16:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:16:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:16:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:16:51.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:16:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:51 smithi135 ceph-mon[93152]: pgmap v8702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:16:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:16:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:16:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:16:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:16:52.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:16:52.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:52.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:53.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:53.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:53 smithi194 ceph-mon[104785]: pgmap v8703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:53 smithi135 ceph-mon[93152]: pgmap v8703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:54.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:54.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:55.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:55.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:55 smithi194 ceph-mon[104785]: pgmap v8704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:55 smithi135 ceph-mon[93152]: pgmap v8704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:16:56.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:56.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:57.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:57.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:57 smithi194 ceph-mon[104785]: pgmap v8705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:57 smithi135 ceph-mon[93152]: pgmap v8705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:16:58.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:58.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:59.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:16:59.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:16:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:16:59 smithi194 ceph-mon[104785]: pgmap v8706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:16:59 smithi135 ceph-mon[93152]: pgmap v8706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:00.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:00.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:01.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:01.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:01 smithi194 ceph-mon[104785]: pgmap v8707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:17:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:01 smithi135 ceph-mon[93152]: pgmap v8707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:17:02.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:02.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:03.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:03.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:03 smithi194 ceph-mon[104785]: pgmap v8708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:03 smithi135 ceph-mon[93152]: pgmap v8708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:04.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:04.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:05.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:05.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:05 smithi194 ceph-mon[104785]: pgmap v8709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:05 smithi135 ceph-mon[93152]: pgmap v8709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:06.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:06.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:07.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:07.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:07.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:07 smithi194 ceph-mon[104785]: pgmap v8710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:07 smithi135 ceph-mon[93152]: pgmap v8710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:08.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:08.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:09.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:09.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:09 smithi194 ceph-mon[104785]: pgmap v8711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:09 smithi135 ceph-mon[93152]: pgmap v8711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:10.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:10.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:11.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:11.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:11 smithi194 ceph-mon[104785]: pgmap v8712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:17:11.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:11 smithi135 ceph-mon[93152]: pgmap v8712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:17:12.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:12.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:13.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:13.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:13 smithi194 ceph-mon[104785]: pgmap v8713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:13 smithi135 ceph-mon[93152]: pgmap v8713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:14.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:14.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:15.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:15.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:15 smithi194 ceph-mon[104785]: pgmap v8714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:15 smithi135 ceph-mon[93152]: pgmap v8714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:16.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:16.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:17.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:17.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:17 smithi194 ceph-mon[104785]: pgmap v8715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:17 smithi135 ceph-mon[93152]: pgmap v8715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:18.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:18.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:19.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:19.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:19 smithi194 ceph-mon[104785]: pgmap v8716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:19 smithi135 ceph-mon[93152]: pgmap v8716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:20.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:20.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:21.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:21.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:21 smithi194 ceph-mon[104785]: pgmap v8717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:17:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:21 smithi135 ceph-mon[93152]: pgmap v8717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:17:22.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:22.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:23.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:23.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:23 smithi135 ceph-mon[93152]: pgmap v8718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:23 smithi194 ceph-mon[104785]: pgmap v8718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:24.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:24.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:25.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:25.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:25.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:25 smithi135 ceph-mon[93152]: pgmap v8719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:25.965 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:25 smithi194 ceph-mon[104785]: pgmap v8719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:26.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:26.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:27.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:27.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:27 smithi135 ceph-mon[93152]: pgmap v8720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:27 smithi194 ceph-mon[104785]: pgmap v8720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:28.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:28.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:29.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:29.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:29 smithi135 ceph-mon[93152]: pgmap v8721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:29 smithi194 ceph-mon[104785]: pgmap v8721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:30.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:30.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:31.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:31.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:31 smithi135 ceph-mon[93152]: pgmap v8722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:17:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:31 smithi194 ceph-mon[104785]: pgmap v8722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:17:32.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:32.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:33.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:33.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:33 smithi135 ceph-mon[93152]: pgmap v8723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:33 smithi194 ceph-mon[104785]: pgmap v8723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:34.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:34.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:35.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:35.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:35 smithi135 ceph-mon[93152]: pgmap v8724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:35 smithi194 ceph-mon[104785]: pgmap v8724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:36.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:36.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:37.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:37.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:37 smithi135 ceph-mon[93152]: pgmap v8725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:37 smithi194 ceph-mon[104785]: pgmap v8725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:38.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:38.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:39.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:39.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:39 smithi135 ceph-mon[93152]: pgmap v8726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:39 smithi194 ceph-mon[104785]: pgmap v8726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:40.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:40.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:41.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:41.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:41 smithi135 ceph-mon[93152]: pgmap v8727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:17:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:41 smithi194 ceph-mon[104785]: pgmap v8727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:17:42.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:42.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:43.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:43.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:43 smithi135 ceph-mon[93152]: pgmap v8728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:43 smithi194 ceph-mon[104785]: pgmap v8728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:44.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:44.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:45.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:45.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:45 smithi135 ceph-mon[93152]: pgmap v8729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:45 smithi194 ceph-mon[104785]: pgmap v8729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:46.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:46.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:47.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:47.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:47 smithi135 ceph-mon[93152]: pgmap v8730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:47 smithi194 ceph-mon[104785]: pgmap v8730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:48.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:48.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:49.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:49.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:49 smithi135 ceph-mon[93152]: pgmap v8731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:49 smithi194 ceph-mon[104785]: pgmap v8731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:50.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:50.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:51.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:51.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:51 smithi194 ceph-mon[104785]: pgmap v8732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:17:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:17:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:17:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:17:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:51 smithi135 ceph-mon[93152]: pgmap v8732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:17:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:17:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:17:52.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:17:52.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:52.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:17:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:17:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:17:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:17:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:17:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:17:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:17:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:17:53.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:17:53.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:17:53.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:53.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:53 smithi194 ceph-mon[104785]: pgmap v8733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:53 smithi135 ceph-mon[93152]: pgmap v8733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:54.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:54.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:55.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:55.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:55 smithi194 ceph-mon[104785]: pgmap v8734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:55 smithi135 ceph-mon[93152]: pgmap v8734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:17:56.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:56.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:57.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:57.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:57 smithi194 ceph-mon[104785]: pgmap v8735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:57 smithi135 ceph-mon[93152]: pgmap v8735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:17:58.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:58.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:17:59.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:17:59.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:17:59 smithi194 ceph-mon[104785]: pgmap v8736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:17:59 smithi135 ceph-mon[93152]: pgmap v8736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:00.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:00.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:01.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:01.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:01 smithi194 ceph-mon[104785]: pgmap v8737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:18:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:01 smithi135 ceph-mon[93152]: pgmap v8737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:18:02.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:02.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:03.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:03.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:03 smithi194 ceph-mon[104785]: pgmap v8738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:03 smithi135 ceph-mon[93152]: pgmap v8738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:04.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:04.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:05.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:05.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:05 smithi135 ceph-mon[93152]: pgmap v8739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:05 smithi194 ceph-mon[104785]: pgmap v8739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:06.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:06.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:07.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:07.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:07 smithi135 ceph-mon[93152]: pgmap v8740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:07 smithi194 ceph-mon[104785]: pgmap v8740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:08.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:08.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:09.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:09.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:09 smithi135 ceph-mon[93152]: pgmap v8741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:09 smithi194 ceph-mon[104785]: pgmap v8741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:10.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:10.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:11.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:11.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:11 smithi135 ceph-mon[93152]: pgmap v8742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:18:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:11 smithi194 ceph-mon[104785]: pgmap v8742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:18:12.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:12.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:13.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:13.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:13 smithi135 ceph-mon[93152]: pgmap v8743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:13 smithi194 ceph-mon[104785]: pgmap v8743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:14.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:14.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:15.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:15.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:15 smithi135 ceph-mon[93152]: pgmap v8744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:15 smithi194 ceph-mon[104785]: pgmap v8744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:16.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:16.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:17.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:17.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:17 smithi135 ceph-mon[93152]: pgmap v8745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:17 smithi194 ceph-mon[104785]: pgmap v8745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:18.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:18.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:19.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:19.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:19 smithi135 ceph-mon[93152]: pgmap v8746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:20.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:19 smithi194 ceph-mon[104785]: pgmap v8746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:20.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:20.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:21.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:21.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:21 smithi135 ceph-mon[93152]: pgmap v8747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:18:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:21 smithi194 ceph-mon[104785]: pgmap v8747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:18:22.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:22.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:23.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:23.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:23 smithi135 ceph-mon[93152]: pgmap v8748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:23 smithi194 ceph-mon[104785]: pgmap v8748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:24.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:24.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:25.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:25.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:25 smithi135 ceph-mon[93152]: pgmap v8749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:25 smithi194 ceph-mon[104785]: pgmap v8749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:26.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:26.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:27.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:27.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:27 smithi135 ceph-mon[93152]: pgmap v8750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:27 smithi194 ceph-mon[104785]: pgmap v8750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:28.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:28.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:29.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:29.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:30 smithi135 ceph-mon[93152]: pgmap v8751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:30.414 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:30 smithi194 ceph-mon[104785]: pgmap v8751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:30.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:30.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:31.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:31.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:32 smithi135 ceph-mon[93152]: pgmap v8752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:18:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:32 smithi194 ceph-mon[104785]: pgmap v8752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:18:32.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:32.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:33.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:33.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:34 smithi135 ceph-mon[93152]: pgmap v8753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:34 smithi194 ceph-mon[104785]: pgmap v8753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:34.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:34.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:35.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:35.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:36 smithi194 ceph-mon[104785]: pgmap v8754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:36 smithi135 ceph-mon[93152]: pgmap v8754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:36.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:36.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:37.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:37.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:38 smithi194 ceph-mon[104785]: pgmap v8755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:38 smithi135 ceph-mon[93152]: pgmap v8755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:38.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:38.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:39.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:39.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:40 smithi135 ceph-mon[93152]: pgmap v8756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:40 smithi194 ceph-mon[104785]: pgmap v8756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:40.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:40.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:41.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:41.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:42 smithi194 ceph-mon[104785]: pgmap v8757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:18:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:42 smithi135 ceph-mon[93152]: pgmap v8757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:18:42.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:42.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:43.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:43.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:44 smithi194 ceph-mon[104785]: pgmap v8758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:44 smithi135 ceph-mon[93152]: pgmap v8758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:44.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:44.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:45.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:45.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:46 smithi194 ceph-mon[104785]: pgmap v8759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:46 smithi135 ceph-mon[93152]: pgmap v8759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:46.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:46.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:47.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:47.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:48 smithi194 ceph-mon[104785]: pgmap v8760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:48 smithi135 ceph-mon[93152]: pgmap v8760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:48.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:48.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:49.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:49.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:50 smithi194 ceph-mon[104785]: pgmap v8761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:50 smithi135 ceph-mon[93152]: pgmap v8761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:50.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:50.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:51.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:51.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:52 smithi135 ceph-mon[93152]: pgmap v8762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:18:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:18:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:52 smithi194 ceph-mon[104785]: pgmap v8762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:18:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:18:52.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:52.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:18:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:18:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:18:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:18:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:18:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:18:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:18:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:18:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:18:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:18:53.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:53.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:54 smithi194 ceph-mon[104785]: pgmap v8763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:54 smithi135 ceph-mon[93152]: pgmap v8763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:54.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:54.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:55.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:55.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:56 smithi194 ceph-mon[104785]: pgmap v8764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:56.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:56 smithi135 ceph-mon[93152]: pgmap v8764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:56.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:18:56.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:56.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:57.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:57.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:18:58 smithi194 ceph-mon[104785]: pgmap v8765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:18:58 smithi135 ceph-mon[93152]: pgmap v8765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:18:58.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:58.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:18:59.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:18:59.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:00 smithi194 ceph-mon[104785]: pgmap v8766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:00 smithi135 ceph-mon[93152]: pgmap v8766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:00.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:00.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:01.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:01.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:02 smithi135 ceph-mon[93152]: pgmap v8767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:19:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:02 smithi194 ceph-mon[104785]: pgmap v8767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:19:02.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:02.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:03.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:03.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:04 smithi194 ceph-mon[104785]: pgmap v8768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:04 smithi135 ceph-mon[93152]: pgmap v8768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:04.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:04.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:05.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:05.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:06 smithi194 ceph-mon[104785]: pgmap v8769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:06 smithi135 ceph-mon[93152]: pgmap v8769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:06.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:06.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:07.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:07.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:08 smithi194 ceph-mon[104785]: pgmap v8770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:08 smithi135 ceph-mon[93152]: pgmap v8770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:08.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:08.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:09.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:09.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:10 smithi194 ceph-mon[104785]: pgmap v8771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:10 smithi135 ceph-mon[93152]: pgmap v8771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:10.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:10.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:11.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:11.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:12 smithi135 ceph-mon[93152]: pgmap v8772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:19:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:12 smithi194 ceph-mon[104785]: pgmap v8772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:19:12.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:12.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:13.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:13.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:14 smithi194 ceph-mon[104785]: pgmap v8773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:14 smithi135 ceph-mon[93152]: pgmap v8773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:14.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:14.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:15.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:15.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:16 smithi194 ceph-mon[104785]: pgmap v8774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:16 smithi135 ceph-mon[93152]: pgmap v8774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:16.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:16.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:17.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:17.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:18 smithi194 ceph-mon[104785]: pgmap v8775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:18 smithi135 ceph-mon[93152]: pgmap v8775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:18.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:18.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:19.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:19.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:20 smithi194 ceph-mon[104785]: pgmap v8776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:20 smithi135 ceph-mon[93152]: pgmap v8776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:20.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:20.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:21.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:21.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:22 smithi194 ceph-mon[104785]: pgmap v8777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:19:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:22 smithi135 ceph-mon[93152]: pgmap v8777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:19:22.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:22.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:23.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:23.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:24 smithi194 ceph-mon[104785]: pgmap v8778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:24 smithi135 ceph-mon[93152]: pgmap v8778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:24.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:24.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:25.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:25.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:26 smithi194 ceph-mon[104785]: pgmap v8779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:26 smithi135 ceph-mon[93152]: pgmap v8779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:26.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:26.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:27.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:27.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:28 smithi194 ceph-mon[104785]: pgmap v8780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:28 smithi135 ceph-mon[93152]: pgmap v8780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:28.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:28.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:29.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:29.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:30 smithi194 ceph-mon[104785]: pgmap v8781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:30 smithi135 ceph-mon[93152]: pgmap v8781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:30.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:30.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:31.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:31.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:32 smithi194 ceph-mon[104785]: pgmap v8782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:19:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:32 smithi135 ceph-mon[93152]: pgmap v8782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:19:32.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:32.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:33.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:33.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:34 smithi194 ceph-mon[104785]: pgmap v8783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:34 smithi135 ceph-mon[93152]: pgmap v8783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:34.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:34.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:35.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:35.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:36 smithi194 ceph-mon[104785]: pgmap v8784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:36 smithi135 ceph-mon[93152]: pgmap v8784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:36.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:36.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:37.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:37.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:38 smithi194 ceph-mon[104785]: pgmap v8785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:38 smithi135 ceph-mon[93152]: pgmap v8785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:38.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:38.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:39.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:39.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:40 smithi194 ceph-mon[104785]: pgmap v8786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:40.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:40 smithi135 ceph-mon[93152]: pgmap v8786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:40.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:40.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:41.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:41.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:42 smithi194 ceph-mon[104785]: pgmap v8787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:19:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:42 smithi135 ceph-mon[93152]: pgmap v8787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:19:42.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:42.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:43.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:43.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:44 smithi194 ceph-mon[104785]: pgmap v8788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:44 smithi135 ceph-mon[93152]: pgmap v8788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:44.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:44.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:45.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:45.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:46 smithi194 ceph-mon[104785]: pgmap v8789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:46 smithi135 ceph-mon[93152]: pgmap v8789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:46.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:46.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:47.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:47.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:48 smithi194 ceph-mon[104785]: pgmap v8790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:48 smithi135 ceph-mon[93152]: pgmap v8790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:48.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:48.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:49.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:49.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:50 smithi194 ceph-mon[104785]: pgmap v8791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:50 smithi135 ceph-mon[93152]: pgmap v8791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:50.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:50.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:51.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:51.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:52 smithi194 ceph-mon[104785]: pgmap v8792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:19:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:52 smithi135 ceph-mon[93152]: pgmap v8792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:19:52.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:52.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:19:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:19:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:19:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:19:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:19:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:19:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:19:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:19:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:19:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:19:53.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:53.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:54 smithi194 ceph-mon[104785]: pgmap v8793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:19:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:54 smithi135 ceph-mon[93152]: pgmap v8793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:19:54.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:54.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:55.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:55.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:56 smithi194 ceph-mon[104785]: pgmap v8794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:56 smithi135 ceph-mon[93152]: pgmap v8794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:19:56.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:56.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:57.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:57.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:19:58 smithi194 ceph-mon[104785]: pgmap v8795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:19:58 smithi135 ceph-mon[93152]: pgmap v8795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:19:58.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:58.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:19:59.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:19:59.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:00 smithi194 ceph-mon[104785]: pgmap v8796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T09:20:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:00 smithi135 ceph-mon[93152]: pgmap v8796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T09:20:00.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:00.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:01.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:01.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:02 smithi194 ceph-mon[104785]: pgmap v8797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:20:02.494 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:02 smithi135 ceph-mon[93152]: pgmap v8797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:20:02.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:02.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:03.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:03.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:04 smithi194 ceph-mon[104785]: pgmap v8798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:04 smithi135 ceph-mon[93152]: pgmap v8798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:04.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:04.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:05.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:05.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:06 smithi194 ceph-mon[104785]: pgmap v8799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:06 smithi135 ceph-mon[93152]: pgmap v8799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:06.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:06.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:07.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:07.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:08 smithi194 ceph-mon[104785]: pgmap v8800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:08 smithi135 ceph-mon[93152]: pgmap v8800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:08.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:08.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:09.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:09.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:10.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:10 smithi194 ceph-mon[104785]: pgmap v8801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:10 smithi135 ceph-mon[93152]: pgmap v8801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:10.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:10.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:11.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:11.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:12 smithi194 ceph-mon[104785]: pgmap v8802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:20:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:12 smithi135 ceph-mon[93152]: pgmap v8802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:20:12.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:12.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:13.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:13.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:14 smithi194 ceph-mon[104785]: pgmap v8803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:14 smithi135 ceph-mon[93152]: pgmap v8803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:14.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:14.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:15.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:15.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:16 smithi194 ceph-mon[104785]: pgmap v8804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:16 smithi135 ceph-mon[93152]: pgmap v8804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:16.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:16.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:17.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:17.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:18 smithi194 ceph-mon[104785]: pgmap v8805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:18 smithi135 ceph-mon[93152]: pgmap v8805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:18.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:18.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:19.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:19.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:20 smithi194 ceph-mon[104785]: pgmap v8806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:20 smithi135 ceph-mon[93152]: pgmap v8806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:20.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:20.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:21.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:21.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:22 smithi194 ceph-mon[104785]: pgmap v8807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:20:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:22 smithi135 ceph-mon[93152]: pgmap v8807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:20:22.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:22.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:23.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:23.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:24 smithi194 ceph-mon[104785]: pgmap v8808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:24 smithi135 ceph-mon[93152]: pgmap v8808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:24.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:24.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:25.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:25.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:26 smithi135 ceph-mon[93152]: pgmap v8809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:26.626 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:26 smithi194 ceph-mon[104785]: pgmap v8809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:26.626 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:26.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:26.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:27.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:27.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:28 smithi135 ceph-mon[93152]: pgmap v8810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:28 smithi194 ceph-mon[104785]: pgmap v8810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:28.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:28.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:29.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:29.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:30 smithi135 ceph-mon[93152]: pgmap v8811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:30 smithi194 ceph-mon[104785]: pgmap v8811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:30.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:30.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:31.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:31.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:32 smithi135 ceph-mon[93152]: pgmap v8812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:20:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:32 smithi194 ceph-mon[104785]: pgmap v8812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:20:32.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:32.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:33.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:33.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:34 smithi135 ceph-mon[93152]: pgmap v8813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:34 smithi194 ceph-mon[104785]: pgmap v8813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:34.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:34.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:35.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:35.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:36 smithi135 ceph-mon[93152]: pgmap v8814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:36 smithi194 ceph-mon[104785]: pgmap v8814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:36.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:36.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:37.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:37.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:38 smithi135 ceph-mon[93152]: pgmap v8815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:38 smithi194 ceph-mon[104785]: pgmap v8815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:38.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:38.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:39.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:39.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:40.514 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:40 smithi135 ceph-mon[93152]: pgmap v8816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:40 smithi194 ceph-mon[104785]: pgmap v8816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:40.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:40.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:41.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:41.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:42 smithi135 ceph-mon[93152]: pgmap v8817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:20:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:42 smithi194 ceph-mon[104785]: pgmap v8817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:20:42.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:42.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:43.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:43.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:44 smithi135 ceph-mon[93152]: pgmap v8818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:44 smithi194 ceph-mon[104785]: pgmap v8818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:44.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:44.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:45.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:45.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:46 smithi135 ceph-mon[93152]: pgmap v8819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:46.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:46 smithi194 ceph-mon[104785]: pgmap v8819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:46.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:46.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:47.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:47.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:48 smithi135 ceph-mon[93152]: pgmap v8820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:48 smithi194 ceph-mon[104785]: pgmap v8820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:48.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:48.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:49.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:49.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:50 smithi135 ceph-mon[93152]: pgmap v8821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:50 smithi194 ceph-mon[104785]: pgmap v8821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:50.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:50.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:51.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:51.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:52 smithi135 ceph-mon[93152]: pgmap v8822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:20:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:52 smithi194 ceph-mon[104785]: pgmap v8822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:20:52.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:52.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:20:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:20:53.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:53.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:54 smithi194 ceph-mon[104785]: pgmap v8823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:20:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:20:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:20:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:20:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:20:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:54 smithi135 ceph-mon[93152]: pgmap v8823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:20:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:20:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:20:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:20:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:20:54.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:54.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:55.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:55.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:56 smithi194 ceph-mon[104785]: pgmap v8824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:56 smithi135 ceph-mon[93152]: pgmap v8824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:20:56.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:56.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:57.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:57.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:20:58 smithi135 ceph-mon[93152]: pgmap v8825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:20:58 smithi194 ceph-mon[104785]: pgmap v8825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:20:58.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:58.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:20:59.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:20:59.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:00 smithi135 ceph-mon[93152]: pgmap v8826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:00 smithi194 ceph-mon[104785]: pgmap v8826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:00.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:00.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:01.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:01.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:02 smithi194 ceph-mon[104785]: pgmap v8827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:21:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:02 smithi135 ceph-mon[93152]: pgmap v8827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:21:02.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:02.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:03.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:03.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:04 smithi194 ceph-mon[104785]: pgmap v8828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:04 smithi135 ceph-mon[93152]: pgmap v8828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:04.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:04.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:05.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:05.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:06 smithi194 ceph-mon[104785]: pgmap v8829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:06 smithi135 ceph-mon[93152]: pgmap v8829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:06.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:06.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:07.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:07.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:08 smithi135 ceph-mon[93152]: pgmap v8830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:08 smithi194 ceph-mon[104785]: pgmap v8830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:08.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:08.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:09.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:09.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:10 smithi135 ceph-mon[93152]: pgmap v8831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:10 smithi194 ceph-mon[104785]: pgmap v8831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:10.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:10.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:11.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:11.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:12 smithi194 ceph-mon[104785]: pgmap v8832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:21:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:12 smithi135 ceph-mon[93152]: pgmap v8832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:21:12.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:12.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:13.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:13.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:14 smithi194 ceph-mon[104785]: pgmap v8833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:14 smithi135 ceph-mon[93152]: pgmap v8833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:14.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:14.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:15.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:15.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:16 smithi194 ceph-mon[104785]: pgmap v8834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:16 smithi135 ceph-mon[93152]: pgmap v8834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:16.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:16.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:17.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:17.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:18 smithi135 ceph-mon[93152]: pgmap v8835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:18 smithi194 ceph-mon[104785]: pgmap v8835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:18.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:18.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:19.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:19.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:20 smithi135 ceph-mon[93152]: pgmap v8836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:20 smithi194 ceph-mon[104785]: pgmap v8836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:20.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:20.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:21.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:21.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:22 smithi194 ceph-mon[104785]: pgmap v8837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:21:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:22 smithi135 ceph-mon[93152]: pgmap v8837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:21:22.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:22.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:23.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:23.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:24 smithi194 ceph-mon[104785]: pgmap v8838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:24 smithi135 ceph-mon[93152]: pgmap v8838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:24.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:24.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:25.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:25.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:26 smithi194 ceph-mon[104785]: pgmap v8839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:26 smithi135 ceph-mon[93152]: pgmap v8839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:26.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:26.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:27.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:27.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:28 smithi194 ceph-mon[104785]: pgmap v8840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:28 smithi135 ceph-mon[93152]: pgmap v8840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:28.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:28.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:29.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:29.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:30 smithi135 ceph-mon[93152]: pgmap v8841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:30 smithi194 ceph-mon[104785]: pgmap v8841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:30.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:30.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:31.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:31.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:32 smithi194 ceph-mon[104785]: pgmap v8842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:21:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:32 smithi135 ceph-mon[93152]: pgmap v8842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:21:32.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:32.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:33.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:33.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:34 smithi194 ceph-mon[104785]: pgmap v8843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:34 smithi135 ceph-mon[93152]: pgmap v8843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:34.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:34.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:35.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:35.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:36 smithi194 ceph-mon[104785]: pgmap v8844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:36 smithi135 ceph-mon[93152]: pgmap v8844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:36.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:36.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:37.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:37.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:38 smithi194 ceph-mon[104785]: pgmap v8845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:38 smithi135 ceph-mon[93152]: pgmap v8845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:38.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:38.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:39.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:39.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:40 smithi194 ceph-mon[104785]: pgmap v8846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:40 smithi135 ceph-mon[93152]: pgmap v8846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:40.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:40.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:41.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:41.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:42 smithi194 ceph-mon[104785]: pgmap v8847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:21:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:42 smithi135 ceph-mon[93152]: pgmap v8847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:21:42.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:42.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:43.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:43 smithi194 ceph-mon[104785]: pgmap v8848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:43.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:43 smithi135 ceph-mon[93152]: pgmap v8848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:43.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:43.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:44.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:44.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:45.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:45.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:45 smithi135 ceph-mon[93152]: pgmap v8849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:45 smithi194 ceph-mon[104785]: pgmap v8849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:46.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:46.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:47.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:47.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:47.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:47 smithi194 ceph-mon[104785]: pgmap v8850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:47 smithi135 ceph-mon[93152]: pgmap v8850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:48.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:48.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:49.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:49.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:49 smithi135 ceph-mon[93152]: pgmap v8851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:49 smithi194 ceph-mon[104785]: pgmap v8851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:50.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:50.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:51.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:51.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:51 smithi135 ceph-mon[93152]: pgmap v8852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:21:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:51 smithi194 ceph-mon[104785]: pgmap v8852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:21:52.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:52.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:53.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:53.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:53 smithi135 ceph-mon[93152]: pgmap v8853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:53 smithi194 ceph-mon[104785]: pgmap v8853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:54.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:54.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:21:55.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:21:55.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:21:55.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:21:55.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:21:55.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:21:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:21:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:21:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:21:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:21:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:21:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:21:55.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:55.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:55 smithi135 ceph-mon[93152]: pgmap v8854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:55 smithi194 ceph-mon[104785]: pgmap v8854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:21:56.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:56.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:57.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:57.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:57 smithi194 ceph-mon[104785]: pgmap v8855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:57 smithi135 ceph-mon[93152]: pgmap v8855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:21:58.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:58.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:21:59.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:21:59.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:21:59 smithi135 ceph-mon[93152]: pgmap v8856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:21:59 smithi194 ceph-mon[104785]: pgmap v8856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:00.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:00.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:01.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:01.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:01 smithi135 ceph-mon[93152]: pgmap v8857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:22:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:01 smithi194 ceph-mon[104785]: pgmap v8857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:22:02.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:02.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:03.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:03.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:03 smithi135 ceph-mon[93152]: pgmap v8858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:03 smithi194 ceph-mon[104785]: pgmap v8858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:04.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:04.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:05.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:05.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:05 smithi135 ceph-mon[93152]: pgmap v8859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:05 smithi194 ceph-mon[104785]: pgmap v8859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:06.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:06.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:07.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:07.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:07.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:07 smithi194 ceph-mon[104785]: pgmap v8860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:07 smithi135 ceph-mon[93152]: pgmap v8860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:08.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:08.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:09.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:09.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:09 smithi135 ceph-mon[93152]: pgmap v8861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:09 smithi194 ceph-mon[104785]: pgmap v8861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:10.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:10.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:11.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:11.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:11 smithi135 ceph-mon[93152]: pgmap v8862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:22:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:11 smithi194 ceph-mon[104785]: pgmap v8862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:22:12.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:12.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:13.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:13.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:13 smithi194 ceph-mon[104785]: pgmap v8863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:13 smithi135 ceph-mon[93152]: pgmap v8863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:14.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:14.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:15.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:15.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:15 smithi194 ceph-mon[104785]: pgmap v8864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:15 smithi135 ceph-mon[93152]: pgmap v8864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:16.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:16.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:17.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:17.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:17 smithi194 ceph-mon[104785]: pgmap v8865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:17 smithi135 ceph-mon[93152]: pgmap v8865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:18.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:18.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:19.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:19.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:19 smithi194 ceph-mon[104785]: pgmap v8866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:19 smithi135 ceph-mon[93152]: pgmap v8866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:20.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:20.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:21.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:21.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:21 smithi194 ceph-mon[104785]: pgmap v8867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:22:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:21 smithi135 ceph-mon[93152]: pgmap v8867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:22:22.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:22.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:23.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:23.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:23 smithi194 ceph-mon[104785]: pgmap v8868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:23 smithi135 ceph-mon[93152]: pgmap v8868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:24.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:24.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:25.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:25.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:25 smithi194 ceph-mon[104785]: pgmap v8869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:25 smithi135 ceph-mon[93152]: pgmap v8869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:26.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:26.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:27.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:27.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:27 smithi194 ceph-mon[104785]: pgmap v8870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:27 smithi135 ceph-mon[93152]: pgmap v8870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:28.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:28.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:29.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:29.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:29 smithi194 ceph-mon[104785]: pgmap v8871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:29 smithi135 ceph-mon[93152]: pgmap v8871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:30.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:30.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:31.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:31.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:31 smithi194 ceph-mon[104785]: pgmap v8872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:22:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:31 smithi135 ceph-mon[93152]: pgmap v8872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:22:32.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:32.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:34.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:34.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:33 smithi194 ceph-mon[104785]: pgmap v8873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:33 smithi135 ceph-mon[93152]: pgmap v8873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:35.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:35.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:36.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:36.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:35 smithi194 ceph-mon[104785]: pgmap v8874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:35 smithi135 ceph-mon[93152]: pgmap v8874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:37.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:37.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:38.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:38.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:37 smithi194 ceph-mon[104785]: pgmap v8875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:37 smithi135 ceph-mon[93152]: pgmap v8875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:39.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:39.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:40.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:40.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:39 smithi194 ceph-mon[104785]: pgmap v8876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:39 smithi135 ceph-mon[93152]: pgmap v8876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:41.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:41.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:42.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:42.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:41 smithi194 ceph-mon[104785]: pgmap v8877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:22:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:41 smithi135 ceph-mon[93152]: pgmap v8877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:22:43.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:43.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:44.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:44.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:44.078 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:43 smithi135 ceph-mon[93152]: pgmap v8878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:43 smithi194 ceph-mon[104785]: pgmap v8878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:45.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:45.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:46.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:46.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:45 smithi194 ceph-mon[104785]: pgmap v8879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:45 smithi135 ceph-mon[93152]: pgmap v8879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:47.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:47.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:48.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:48.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:48.109 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:47 smithi194 ceph-mon[104785]: pgmap v8880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:47 smithi135 ceph-mon[93152]: pgmap v8880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:49.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:49.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:50.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:50.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:49 smithi194 ceph-mon[104785]: pgmap v8881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:49 smithi135 ceph-mon[93152]: pgmap v8881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:51.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:51.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:52.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:52.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:51 smithi194 ceph-mon[104785]: pgmap v8882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:22:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:51 smithi135 ceph-mon[93152]: pgmap v8882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:22:53.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:53.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:54.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:54.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:54.177 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:53 smithi135 ceph-mon[93152]: pgmap v8883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:53 smithi194 ceph-mon[104785]: pgmap v8883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:55.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:55.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:22:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:22:56.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:56.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:55 smithi194 ceph-mon[104785]: pgmap v8884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:55 smithi135 ceph-mon[93152]: pgmap v8884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:22:57.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:57.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:58.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:58.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:22:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:22:57 smithi194 ceph-mon[104785]: pgmap v8885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:22:57 smithi135 ceph-mon[93152]: pgmap v8885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:22:59.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:22:59.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:00.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:00.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:00 smithi194 ceph-mon[104785]: pgmap v8886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:23:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:23:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:23:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:23:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:23:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:23:00.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:23:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:00 smithi135 ceph-mon[93152]: pgmap v8886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:23:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:23:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:23:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:23:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:23:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:23:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:23:01.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:01.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:02.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:02.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:02 smithi194 ceph-mon[104785]: pgmap v8887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:23:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:02 smithi135 ceph-mon[93152]: pgmap v8887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:23:03.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:03.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:04.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:04.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:04 smithi194 ceph-mon[104785]: pgmap v8888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:04 smithi135 ceph-mon[93152]: pgmap v8888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:05.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:05.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:06.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:06.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:06.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:06 smithi194 ceph-mon[104785]: pgmap v8889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:06 smithi135 ceph-mon[93152]: pgmap v8889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:07.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:07.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:08.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:08.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:08 smithi194 ceph-mon[104785]: pgmap v8890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:08 smithi135 ceph-mon[93152]: pgmap v8890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:09.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:09.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:10.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:10.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:10 smithi194 ceph-mon[104785]: pgmap v8891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:10 smithi135 ceph-mon[93152]: pgmap v8891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:11.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:11.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:12.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:12.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:12 smithi194 ceph-mon[104785]: pgmap v8892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:23:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:12 smithi135 ceph-mon[93152]: pgmap v8892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:23:13.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:13.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:14.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:14.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:14.376 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:14 smithi135 ceph-mon[93152]: pgmap v8893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:14 smithi194 ceph-mon[104785]: pgmap v8893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:15.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:15.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:16.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:16.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:16 smithi194 ceph-mon[104785]: pgmap v8894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:16.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:16 smithi135 ceph-mon[93152]: pgmap v8894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:17.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:17.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:18.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:18.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:18.420 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:18 smithi194 ceph-mon[104785]: pgmap v8895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:18 smithi135 ceph-mon[93152]: pgmap v8895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:19.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:19.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:20.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:20.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:20 smithi194 ceph-mon[104785]: pgmap v8896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:20 smithi135 ceph-mon[93152]: pgmap v8896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:21.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:21.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:22.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:22.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:22 smithi194 ceph-mon[104785]: pgmap v8897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:23:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:22 smithi135 ceph-mon[93152]: pgmap v8897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:23:23.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:23.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:24.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:24.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:24 smithi194 ceph-mon[104785]: pgmap v8898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:24.475 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:24 smithi135 ceph-mon[93152]: pgmap v8898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:25.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:25.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:26.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:26.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:26 smithi194 ceph-mon[104785]: pgmap v8899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:26 smithi135 ceph-mon[93152]: pgmap v8899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:27.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:27.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:28.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:28.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:28 smithi194 ceph-mon[104785]: pgmap v8900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:28 smithi135 ceph-mon[93152]: pgmap v8900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:29.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:29.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:30.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:30.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:30 smithi194 ceph-mon[104785]: pgmap v8901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:30 smithi135 ceph-mon[93152]: pgmap v8901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:31.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:31.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:32.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:32.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:32 smithi194 ceph-mon[104785]: pgmap v8902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:23:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:32 smithi135 ceph-mon[93152]: pgmap v8902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:23:33.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:33.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:34.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:34.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:34 smithi194 ceph-mon[104785]: pgmap v8903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:34 smithi135 ceph-mon[93152]: pgmap v8903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:35.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:35.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:36.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:36.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:36 smithi194 ceph-mon[104785]: pgmap v8904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:36 smithi135 ceph-mon[93152]: pgmap v8904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:37.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:37.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:38.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:38.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:38 smithi194 ceph-mon[104785]: pgmap v8905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:38 smithi135 ceph-mon[93152]: pgmap v8905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:39.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:39.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:40.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:40.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:40 smithi194 ceph-mon[104785]: pgmap v8906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:40 smithi135 ceph-mon[93152]: pgmap v8906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:41.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:41.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:42.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:42.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:42.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:42 smithi194 ceph-mon[104785]: pgmap v8907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:23:42.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:42 smithi135 ceph-mon[93152]: pgmap v8907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:23:43.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:43.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:44.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:44.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:44 smithi194 ceph-mon[104785]: pgmap v8908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:44 smithi135 ceph-mon[93152]: pgmap v8908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:45.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:45.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:46.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:46.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:46 smithi194 ceph-mon[104785]: pgmap v8909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:46 smithi135 ceph-mon[93152]: pgmap v8909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:47.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:47.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:48.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:48.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:48 smithi194 ceph-mon[104785]: pgmap v8910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:48 smithi135 ceph-mon[93152]: pgmap v8910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:49.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:49.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:50.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:50.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:50 smithi194 ceph-mon[104785]: pgmap v8911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:50 smithi135 ceph-mon[93152]: pgmap v8911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:51.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:51.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:52.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:52.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:52 smithi194 ceph-mon[104785]: pgmap v8912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:23:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:52 smithi135 ceph-mon[93152]: pgmap v8912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:23:53.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:53.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:54.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:54.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:54 smithi194 ceph-mon[104785]: pgmap v8913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:54 smithi135 ceph-mon[93152]: pgmap v8913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:55.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:55.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:56.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:56.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:56 smithi194 ceph-mon[104785]: pgmap v8914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:56 smithi135 ceph-mon[93152]: pgmap v8914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:23:57.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:57.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:58.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:58.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:23:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:23:58 smithi194 ceph-mon[104785]: pgmap v8915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:23:58 smithi135 ceph-mon[93152]: pgmap v8915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:23:59.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:23:59.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:00.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:00.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:00 smithi194 ceph-mon[104785]: pgmap v8916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:24:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:00 smithi135 ceph-mon[93152]: pgmap v8916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:24:01.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:01.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:24:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:24:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:24:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:24:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:24:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:24:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:24:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:24:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:24:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:24:02.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:02.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:02 smithi135 ceph-mon[93152]: pgmap v8917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:24:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:02 smithi194 ceph-mon[104785]: pgmap v8917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:24:03.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:03.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:04.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:04.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:04 smithi135 ceph-mon[93152]: pgmap v8918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:04 smithi194 ceph-mon[104785]: pgmap v8918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:05.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:05.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:06.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:06.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:06 smithi135 ceph-mon[93152]: pgmap v8919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:06 smithi194 ceph-mon[104785]: pgmap v8919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:07.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:07.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:08.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:08.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:08.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:08 smithi135 ceph-mon[93152]: pgmap v8920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:08 smithi194 ceph-mon[104785]: pgmap v8920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:09.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:09.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:10.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:10.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:10 smithi135 ceph-mon[93152]: pgmap v8921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:10 smithi194 ceph-mon[104785]: pgmap v8921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:11.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:11.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:12.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:12.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:12 smithi135 ceph-mon[93152]: pgmap v8922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:24:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:12 smithi194 ceph-mon[104785]: pgmap v8922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:24:13.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:13.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:14.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:14.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:14 smithi194 ceph-mon[104785]: pgmap v8923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:14 smithi135 ceph-mon[93152]: pgmap v8923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:15.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:15.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:16.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:16.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:16 smithi135 ceph-mon[93152]: pgmap v8924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:16 smithi194 ceph-mon[104785]: pgmap v8924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:17.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:17.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:18.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:18.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:18 smithi135 ceph-mon[93152]: pgmap v8925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:18 smithi194 ceph-mon[104785]: pgmap v8925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:19.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:19.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:20.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:20.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:20 smithi135 ceph-mon[93152]: pgmap v8926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:20 smithi194 ceph-mon[104785]: pgmap v8926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:21.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:21.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:22.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:22.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:22 smithi135 ceph-mon[93152]: pgmap v8927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:24:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:22 smithi194 ceph-mon[104785]: pgmap v8927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:24:23.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:23.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:24.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:24.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:24 smithi194 ceph-mon[104785]: pgmap v8928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:24 smithi135 ceph-mon[93152]: pgmap v8928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:25.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:25.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:26.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:26.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:26 smithi194 ceph-mon[104785]: pgmap v8929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:26 smithi135 ceph-mon[93152]: pgmap v8929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:27.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:27.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:28.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:28.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:28 smithi194 ceph-mon[104785]: pgmap v8930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:28 smithi135 ceph-mon[93152]: pgmap v8930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:29.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:29.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:30.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:30.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:30 smithi135 ceph-mon[93152]: pgmap v8931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:30 smithi194 ceph-mon[104785]: pgmap v8931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:31.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:31.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:32.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:32.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:32 smithi194 ceph-mon[104785]: pgmap v8932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:24:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:32 smithi135 ceph-mon[93152]: pgmap v8932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:24:33.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:33.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:34.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:34.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:34 smithi194 ceph-mon[104785]: pgmap v8933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:34 smithi135 ceph-mon[93152]: pgmap v8933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:35.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:35.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:36.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:36.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:36 smithi194 ceph-mon[104785]: pgmap v8934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:36 smithi135 ceph-mon[93152]: pgmap v8934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:37.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:37.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:38.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:38.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:38.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:38 smithi194 ceph-mon[104785]: pgmap v8935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:38 smithi135 ceph-mon[93152]: pgmap v8935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:39.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:39.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:40.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:40.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:40 smithi135 ceph-mon[93152]: pgmap v8936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:40 smithi194 ceph-mon[104785]: pgmap v8936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:41.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:41.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:42.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:42.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:42 smithi194 ceph-mon[104785]: pgmap v8937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:24:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:42 smithi135 ceph-mon[93152]: pgmap v8937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:24:43.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:43.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:44.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:44.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:44 smithi194 ceph-mon[104785]: pgmap v8938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:44 smithi135 ceph-mon[93152]: pgmap v8938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:45.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:45.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:46.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:46.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:46 smithi194 ceph-mon[104785]: pgmap v8939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:46 smithi135 ceph-mon[93152]: pgmap v8939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:47.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:47.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:48.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:48.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:48 smithi194 ceph-mon[104785]: pgmap v8940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:48 smithi135 ceph-mon[93152]: pgmap v8940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:49.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:49.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:50.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:50.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:50.587 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:50 smithi135 ceph-mon[93152]: pgmap v8941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:50.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:50 smithi194 ceph-mon[104785]: pgmap v8941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:51.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:51.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:52.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:52.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:52 smithi194 ceph-mon[104785]: pgmap v8942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:24:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:52 smithi135 ceph-mon[93152]: pgmap v8942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:24:53.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:53.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:54.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:54.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:54 smithi194 ceph-mon[104785]: pgmap v8943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:54 smithi135 ceph-mon[93152]: pgmap v8943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:55.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:55.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:56.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:56.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:56 smithi194 ceph-mon[104785]: pgmap v8944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:56 smithi135 ceph-mon[93152]: pgmap v8944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:24:57.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:57.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:58.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:58.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:24:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:24:58 smithi194 ceph-mon[104785]: pgmap v8945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:24:58 smithi135 ceph-mon[93152]: pgmap v8945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:24:59.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:24:59.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:00.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:00.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:00 smithi135 ceph-mon[93152]: pgmap v8946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:25:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:00 smithi194 ceph-mon[104785]: pgmap v8946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:25:01.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:01.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:02.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:02.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:02 smithi194 ceph-mon[104785]: pgmap v8947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:25:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:02 smithi135 ceph-mon[93152]: pgmap v8947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:25:03.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:03.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:04.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:04.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:04 smithi194 ceph-mon[104785]: pgmap v8948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:04 smithi135 ceph-mon[93152]: pgmap v8948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:05.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:05.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:06.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:06.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:06 smithi194 ceph-mon[104785]: pgmap v8949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:06 smithi135 ceph-mon[93152]: pgmap v8949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:07.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:07.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:08.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:08.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:08 smithi194 ceph-mon[104785]: pgmap v8950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:25:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:25:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:25:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:25:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:25:08.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:25:08.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:25:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:08 smithi135 ceph-mon[93152]: pgmap v8950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:25:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:25:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:25:08.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:25:08.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:25:08.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:25:08.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:25:09.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:09.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:10.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:10.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:10 smithi194 ceph-mon[104785]: pgmap v8951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:10 smithi135 ceph-mon[93152]: pgmap v8951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:11.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:11.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:12.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:12.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:12 smithi194 ceph-mon[104785]: pgmap v8952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:25:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:12 smithi135 ceph-mon[93152]: pgmap v8952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:25:13.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:13.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:14.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:14.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:14.635 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:14 smithi194 ceph-mon[104785]: pgmap v8953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:14 smithi135 ceph-mon[93152]: pgmap v8953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:15.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:15.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:16.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:16.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:16 smithi194 ceph-mon[104785]: pgmap v8954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:16 smithi135 ceph-mon[93152]: pgmap v8954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:17.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:17.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:18.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:18.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:18 smithi194 ceph-mon[104785]: pgmap v8955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:18 smithi135 ceph-mon[93152]: pgmap v8955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:19.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:19.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:20.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:20.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:20.613 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:20 smithi135 ceph-mon[93152]: pgmap v8956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:20 smithi194 ceph-mon[104785]: pgmap v8956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:21.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:21.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:22.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:22.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:22 smithi194 ceph-mon[104785]: pgmap v8957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:25:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:22 smithi135 ceph-mon[93152]: pgmap v8957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:25:23.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:23.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:24.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:24.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:24 smithi194 ceph-mon[104785]: pgmap v8958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:24 smithi135 ceph-mon[93152]: pgmap v8958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:25.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:25.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:25 smithi135 ceph-mon[93152]: pgmap v8959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:26.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:25 smithi194 ceph-mon[104785]: pgmap v8959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:26.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:26.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:27.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:27.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:27 smithi194 ceph-mon[104785]: pgmap v8960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:27 smithi135 ceph-mon[93152]: pgmap v8960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:28.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:28.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:29.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:29.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:29 smithi194 ceph-mon[104785]: pgmap v8961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:29 smithi135 ceph-mon[93152]: pgmap v8961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:30.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:30.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:31.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:31.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:31 smithi194 ceph-mon[104785]: pgmap v8962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:25:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:31 smithi135 ceph-mon[93152]: pgmap v8962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:25:32.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:32.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:33.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:33.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:33 smithi194 ceph-mon[104785]: pgmap v8963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:33 smithi135 ceph-mon[93152]: pgmap v8963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:34.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:34.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:35.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:35.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:35 smithi194 ceph-mon[104785]: pgmap v8964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:35 smithi135 ceph-mon[93152]: pgmap v8964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:36.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:36.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:37.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:37.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:37 smithi194 ceph-mon[104785]: pgmap v8965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:37 smithi135 ceph-mon[93152]: pgmap v8965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:38.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:38.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:39.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:39.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:39 smithi194 ceph-mon[104785]: pgmap v8966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:39 smithi135 ceph-mon[93152]: pgmap v8966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:40.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:40.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:41.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:41.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:41 smithi194 ceph-mon[104785]: pgmap v8967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:25:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:41 smithi135 ceph-mon[93152]: pgmap v8967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:25:42.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:42.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:43.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:43.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:43 smithi194 ceph-mon[104785]: pgmap v8968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:43 smithi135 ceph-mon[93152]: pgmap v8968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:44.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:44.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:45.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:45.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:45 smithi194 ceph-mon[104785]: pgmap v8969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:45 smithi135 ceph-mon[93152]: pgmap v8969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:46.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:46.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:47.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:47.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:47 smithi194 ceph-mon[104785]: pgmap v8970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:47 smithi135 ceph-mon[93152]: pgmap v8970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:48.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:48.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:49.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:49.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:49 smithi194 ceph-mon[104785]: pgmap v8971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:49 smithi135 ceph-mon[93152]: pgmap v8971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:50.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:50.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:51.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:51.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:51 smithi194 ceph-mon[104785]: pgmap v8972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:25:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:51 smithi135 ceph-mon[93152]: pgmap v8972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:25:52.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:52.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:53.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:53.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:53 smithi194 ceph-mon[104785]: pgmap v8973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:53 smithi135 ceph-mon[93152]: pgmap v8973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:54.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:54.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:55.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:55.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:55 smithi194 ceph-mon[104785]: pgmap v8974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:55 smithi135 ceph-mon[93152]: pgmap v8974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:25:56.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:56.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:57.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:57.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:57 smithi194 ceph-mon[104785]: pgmap v8975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:57 smithi135 ceph-mon[93152]: pgmap v8975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:25:58.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:58.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:25:59.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:25:59.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:00.110 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:25:59 smithi194 ceph-mon[104785]: pgmap v8976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:25:59 smithi135 ceph-mon[93152]: pgmap v8976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:00.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:00.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:01.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:01.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:01 smithi194 ceph-mon[104785]: pgmap v8977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:26:02.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:01 smithi135 ceph-mon[93152]: pgmap v8977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:26:02.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:02.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:03.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:03.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:03 smithi194 ceph-mon[104785]: pgmap v8978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:03 smithi135 ceph-mon[93152]: pgmap v8978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:04.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:04.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:05.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:05.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:05 smithi194 ceph-mon[104785]: pgmap v8979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:05 smithi135 ceph-mon[93152]: pgmap v8979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:06.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:06.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:07.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:07.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:07 smithi194 ceph-mon[104785]: pgmap v8980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:07 smithi135 ceph-mon[93152]: pgmap v8980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:08.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:08.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:26:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:26:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:26:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:26:09.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:26:09.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:26:09.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:09.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:09 smithi194 ceph-mon[104785]: pgmap v8981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:26:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:26:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:26:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:26:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:26:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:09 smithi135 ceph-mon[93152]: pgmap v8981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:26:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:26:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:26:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:26:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:26:10.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:10.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:11.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:11.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:11.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:11 smithi194 ceph-mon[104785]: pgmap v8982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:26:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:11 smithi135 ceph-mon[93152]: pgmap v8982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:26:12.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:12.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:13.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:13.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:13 smithi194 ceph-mon[104785]: pgmap v8983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:13 smithi135 ceph-mon[93152]: pgmap v8983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:14.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:14.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:15.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:15.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:16.156 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:15 smithi135 ceph-mon[93152]: pgmap v8984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:15 smithi194 ceph-mon[104785]: pgmap v8984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:16.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:16.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:17.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:17.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:17 smithi194 ceph-mon[104785]: pgmap v8985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:18.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:17 smithi135 ceph-mon[93152]: pgmap v8985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:18.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:18.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:19.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:19.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:19 smithi194 ceph-mon[104785]: pgmap v8986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:19 smithi135 ceph-mon[93152]: pgmap v8986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:20.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:20.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:21.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:21.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:21 smithi194 ceph-mon[104785]: pgmap v8987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:26:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:21 smithi135 ceph-mon[93152]: pgmap v8987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:26:22.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:22.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:23.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:23.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:24.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:23 smithi194 ceph-mon[104785]: pgmap v8988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:23 smithi135 ceph-mon[93152]: pgmap v8988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:24.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:24.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:25.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:25.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:25 smithi194 ceph-mon[104785]: pgmap v8989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:26.254 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:25 smithi135 ceph-mon[93152]: pgmap v8989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:26.254 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:26.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:26.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:27.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:27.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:27 smithi194 ceph-mon[104785]: pgmap v8990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:27 smithi135 ceph-mon[93152]: pgmap v8990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:28.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:28.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:29.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:29.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:29 smithi194 ceph-mon[104785]: pgmap v8991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:29 smithi135 ceph-mon[93152]: pgmap v8991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:30.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:30.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:31.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:31.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:31 smithi194 ceph-mon[104785]: pgmap v8992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:26:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:31 smithi135 ceph-mon[93152]: pgmap v8992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:26:32.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:32.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:33.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:33.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:33 smithi194 ceph-mon[104785]: pgmap v8993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:33 smithi135 ceph-mon[93152]: pgmap v8993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:34.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:34.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:35.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:35.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:35 smithi194 ceph-mon[104785]: pgmap v8994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:35 smithi135 ceph-mon[93152]: pgmap v8994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:36.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:36.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:37.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:37.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:37 smithi194 ceph-mon[104785]: pgmap v8995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:37 smithi135 ceph-mon[93152]: pgmap v8995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:38.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:38.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:39.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:39.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:39 smithi194 ceph-mon[104785]: pgmap v8996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:39 smithi135 ceph-mon[93152]: pgmap v8996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:40.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:40.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:41.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:41.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:41 smithi194 ceph-mon[104785]: pgmap v8997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:26:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:41 smithi135 ceph-mon[93152]: pgmap v8997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:26:42.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:42.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:43.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:43.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:43 smithi194 ceph-mon[104785]: pgmap v8998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:43 smithi135 ceph-mon[93152]: pgmap v8998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:44.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:44.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:45.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:45.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:45 smithi194 ceph-mon[104785]: pgmap v8999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:45 smithi135 ceph-mon[93152]: pgmap v8999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:46.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:46.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:47.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:47.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:47 smithi194 ceph-mon[104785]: pgmap v9000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:48.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:47 smithi135 ceph-mon[93152]: pgmap v9000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:48.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:48.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:49.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:49.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:49 smithi194 ceph-mon[104785]: pgmap v9001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:49 smithi135 ceph-mon[93152]: pgmap v9001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:50.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:50.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:51.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:51.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:51 smithi194 ceph-mon[104785]: pgmap v9002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:26:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:51 smithi135 ceph-mon[93152]: pgmap v9002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:26:52.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:52.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:53.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:53.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:53 smithi194 ceph-mon[104785]: pgmap v9003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:53 smithi135 ceph-mon[93152]: pgmap v9003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:54.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:54.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:55.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:55.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:55 smithi194 ceph-mon[104785]: pgmap v9004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:55 smithi135 ceph-mon[93152]: pgmap v9004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:26:56.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:56.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:57.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:57.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:57 smithi194 ceph-mon[104785]: pgmap v9005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:57 smithi135 ceph-mon[93152]: pgmap v9005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:26:58.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:58.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:26:59.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:26:59.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:26:59 smithi194 ceph-mon[104785]: pgmap v9006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:26:59 smithi135 ceph-mon[93152]: pgmap v9006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:00.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:00.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:01.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:01.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:01 smithi194 ceph-mon[104785]: pgmap v9007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:27:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:01 smithi135 ceph-mon[93152]: pgmap v9007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:27:02.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:02.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:03.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:03.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:03 smithi194 ceph-mon[104785]: pgmap v9008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:03 smithi135 ceph-mon[93152]: pgmap v9008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:04.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:04.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:05.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:05.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:05 smithi194 ceph-mon[104785]: pgmap v9009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:05 smithi135 ceph-mon[93152]: pgmap v9009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:06.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:06.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:07.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:07.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:07 smithi194 ceph-mon[104785]: pgmap v9010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:07 smithi135 ceph-mon[93152]: pgmap v9010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:08.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:08.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:09.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:09.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:09 smithi194 ceph-mon[104785]: pgmap v9011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:27:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:27:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:27:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:27:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:27:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:09 smithi135 ceph-mon[93152]: pgmap v9011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:27:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:27:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:27:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:27:10.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:27:10.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:10.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:27:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:27:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:11.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:11.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:11 smithi135 ceph-mon[93152]: pgmap v9012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:27:12.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:12.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:11 smithi194 ceph-mon[104785]: pgmap v9012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:27:13.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:13.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:13 smithi135 ceph-mon[93152]: pgmap v9013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:14.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:14.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:13 smithi194 ceph-mon[104785]: pgmap v9013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:15.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:15.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:15 smithi194 ceph-mon[104785]: pgmap v9014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:15 smithi135 ceph-mon[93152]: pgmap v9014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:16.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:16.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:17.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:17.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:17 smithi135 ceph-mon[93152]: pgmap v9015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:17 smithi194 ceph-mon[104785]: pgmap v9015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:18.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:18.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:19.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:19.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:19 smithi135 ceph-mon[93152]: pgmap v9016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:19 smithi194 ceph-mon[104785]: pgmap v9016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:20.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:20.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:21.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:21.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:21 smithi135 ceph-mon[93152]: pgmap v9017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:27:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:21 smithi194 ceph-mon[104785]: pgmap v9017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:27:22.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:22.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:23.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:23.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:23 smithi135 ceph-mon[93152]: pgmap v9018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:23 smithi194 ceph-mon[104785]: pgmap v9018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:24.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:24.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:25.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:25.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:25 smithi135 ceph-mon[93152]: pgmap v9019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:25 smithi194 ceph-mon[104785]: pgmap v9019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:26.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:26.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:27.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:27.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:28 smithi135 ceph-mon[93152]: pgmap v9020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:28 smithi194 ceph-mon[104785]: pgmap v9020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:28.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:28.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:29.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:29.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:30 smithi135 ceph-mon[93152]: pgmap v9021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:30 smithi194 ceph-mon[104785]: pgmap v9021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:30.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:30.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:31.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:31.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:32 smithi135 ceph-mon[93152]: pgmap v9022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:27:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:32 smithi194 ceph-mon[104785]: pgmap v9022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:27:32.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:32.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:33.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:33.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:34 smithi194 ceph-mon[104785]: pgmap v9023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:34.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:34.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:34 smithi135 ceph-mon[93152]: pgmap v9023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:35.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:35.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:36 smithi194 ceph-mon[104785]: pgmap v9024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:36.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:36.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:36 smithi135 ceph-mon[93152]: pgmap v9024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:37.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:37.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:38 smithi194 ceph-mon[104785]: pgmap v9025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:38.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:38.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:38 smithi135 ceph-mon[93152]: pgmap v9025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:39.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:39.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:40 smithi194 ceph-mon[104785]: pgmap v9026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:40.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:40.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:40 smithi135 ceph-mon[93152]: pgmap v9026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:41.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:41.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:42 smithi135 ceph-mon[93152]: pgmap v9027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:27:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:42 smithi194 ceph-mon[104785]: pgmap v9027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:27:42.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:42.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:43.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:43.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:44 smithi194 ceph-mon[104785]: pgmap v9028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:44.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:44.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:44 smithi135 ceph-mon[93152]: pgmap v9028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:45.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:45.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:46 smithi194 ceph-mon[104785]: pgmap v9029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:46 smithi135 ceph-mon[93152]: pgmap v9029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:46.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:46.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:47.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:47.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:48 smithi194 ceph-mon[104785]: pgmap v9030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:48 smithi135 ceph-mon[93152]: pgmap v9030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:48.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:48.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:49.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:49.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:50 smithi194 ceph-mon[104785]: pgmap v9031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:50 smithi135 ceph-mon[93152]: pgmap v9031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:50.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:50.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:51.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:51.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:52 smithi194 ceph-mon[104785]: pgmap v9032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:27:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:52 smithi135 ceph-mon[93152]: pgmap v9032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:27:52.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:52.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:53.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:53.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:54 smithi194 ceph-mon[104785]: pgmap v9033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:54 smithi135 ceph-mon[93152]: pgmap v9033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:54.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:54.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:55.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:55.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:56.323 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:56 smithi194 ceph-mon[104785]: pgmap v9034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:56.323 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:56 smithi135 ceph-mon[93152]: pgmap v9034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:27:56.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:56.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:57.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:57.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:27:58 smithi194 ceph-mon[104785]: pgmap v9035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:27:58 smithi135 ceph-mon[93152]: pgmap v9035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:27:58.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:58.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:27:59.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:27:59.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:00 smithi194 ceph-mon[104785]: pgmap v9036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:00 smithi135 ceph-mon[93152]: pgmap v9036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:00.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:00.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:01.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:01.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:02.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:02 smithi194 ceph-mon[104785]: pgmap v9037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:28:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:02 smithi135 ceph-mon[93152]: pgmap v9037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:28:02.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:02.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:03.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:03.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:04 smithi194 ceph-mon[104785]: pgmap v9038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:04 smithi135 ceph-mon[93152]: pgmap v9038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:04.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:04.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:05.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:05.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:06.429 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:06 smithi194 ceph-mon[104785]: pgmap v9039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:06 smithi135 ceph-mon[93152]: pgmap v9039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:06.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:06.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:07.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:07.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:08 smithi194 ceph-mon[104785]: pgmap v9040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:08 smithi135 ceph-mon[93152]: pgmap v9040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:08.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:08.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:09.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:09.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:10 smithi194 ceph-mon[104785]: pgmap v9041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:28:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:10 smithi135 ceph-mon[93152]: pgmap v9041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:28:10.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:10.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:28:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:28:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:28:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:28:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:28:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:28:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:28:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:28:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:28:11.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:28:11.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:28:11.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:28:11.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:28:11.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:28:11.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:11.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:12 smithi194 ceph-mon[104785]: pgmap v9042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:28:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:12 smithi135 ceph-mon[93152]: pgmap v9042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:28:12.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:12.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:13.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:13.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:14 smithi194 ceph-mon[104785]: pgmap v9043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:14 smithi135 ceph-mon[93152]: pgmap v9043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:14.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:14.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:15.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:15.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:16 smithi194 ceph-mon[104785]: pgmap v9044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:16 smithi135 ceph-mon[93152]: pgmap v9044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:16.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:16.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:17.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:17.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:18 smithi194 ceph-mon[104785]: pgmap v9045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:18 smithi135 ceph-mon[93152]: pgmap v9045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:18.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:18.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:19.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:19.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:20 smithi194 ceph-mon[104785]: pgmap v9046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:20 smithi135 ceph-mon[93152]: pgmap v9046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:20.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:20.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:21.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:21.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:22.390 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:22 smithi135 ceph-mon[93152]: pgmap v9047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:28:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:22 smithi194 ceph-mon[104785]: pgmap v9047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:28:22.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:22.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:23.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:23.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:24 smithi194 ceph-mon[104785]: pgmap v9048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:24 smithi135 ceph-mon[93152]: pgmap v9048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:24.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:24.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:25.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:25.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:26 smithi194 ceph-mon[104785]: pgmap v9049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:26 smithi135 ceph-mon[93152]: pgmap v9049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:26.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:26.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:27.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:27.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:28 smithi194 ceph-mon[104785]: pgmap v9050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:28 smithi135 ceph-mon[93152]: pgmap v9050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:28.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:28.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:29.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:29.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:30 smithi194 ceph-mon[104785]: pgmap v9051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:30 smithi135 ceph-mon[93152]: pgmap v9051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:30.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:30.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:31.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:31.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:32 smithi194 ceph-mon[104785]: pgmap v9052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:28:32.486 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:32 smithi135 ceph-mon[93152]: pgmap v9052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:28:32.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:32.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:33.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:33.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:34 smithi194 ceph-mon[104785]: pgmap v9053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:34 smithi135 ceph-mon[93152]: pgmap v9053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:34.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:34.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:35.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:35.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:36 smithi194 ceph-mon[104785]: pgmap v9054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:36 smithi135 ceph-mon[93152]: pgmap v9054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:36.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:36.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:37.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:37.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:38 smithi194 ceph-mon[104785]: pgmap v9055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:38 smithi135 ceph-mon[93152]: pgmap v9055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:38.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:38.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:39.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:39.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:40 smithi135 ceph-mon[93152]: pgmap v9056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:40 smithi194 ceph-mon[104785]: pgmap v9056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:40.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:40.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:41.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:41.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:42 smithi194 ceph-mon[104785]: pgmap v9057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:28:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:42 smithi135 ceph-mon[93152]: pgmap v9057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:28:42.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:42.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:43.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:43.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:44 smithi194 ceph-mon[104785]: pgmap v9058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:44 smithi135 ceph-mon[93152]: pgmap v9058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:44.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:44.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:45.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:45.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:46 smithi194 ceph-mon[104785]: pgmap v9059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:46 smithi135 ceph-mon[93152]: pgmap v9059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:46.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:46.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:47.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:47.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:48 smithi194 ceph-mon[104785]: pgmap v9060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:48 smithi135 ceph-mon[93152]: pgmap v9060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:48.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:48.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:49.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:49.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:50 smithi194 ceph-mon[104785]: pgmap v9061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:50 smithi135 ceph-mon[93152]: pgmap v9061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:50.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:50.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:51.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:51.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:52 smithi194 ceph-mon[104785]: pgmap v9062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:28:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:52 smithi135 ceph-mon[93152]: pgmap v9062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:28:52.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:52.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:53.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:53.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:54 smithi194 ceph-mon[104785]: pgmap v9063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:54 smithi135 ceph-mon[93152]: pgmap v9063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:54.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:54.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:55.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:55.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:56 smithi194 ceph-mon[104785]: pgmap v9064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:56 smithi135 ceph-mon[93152]: pgmap v9064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:28:56.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:56.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:57.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:57.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:58.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:28:58 smithi194 ceph-mon[104785]: pgmap v9065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:28:58 smithi135 ceph-mon[93152]: pgmap v9065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:28:58.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:58.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:28:59.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:28:59.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:00 smithi194 ceph-mon[104785]: pgmap v9066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:00 smithi135 ceph-mon[93152]: pgmap v9066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:00.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:00.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:01.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:01.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:02 smithi194 ceph-mon[104785]: pgmap v9067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:29:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:02 smithi135 ceph-mon[93152]: pgmap v9067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:29:02.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:02.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:03.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:03.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:04 smithi194 ceph-mon[104785]: pgmap v9068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:04.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:04 smithi135 ceph-mon[93152]: pgmap v9068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:04.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:04.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:05.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:05.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:06 smithi194 ceph-mon[104785]: pgmap v9069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:06 smithi135 ceph-mon[93152]: pgmap v9069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:06.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:06.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:07.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:07.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:08 smithi194 ceph-mon[104785]: pgmap v9070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:08 smithi135 ceph-mon[93152]: pgmap v9070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:08.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:08.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:09.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:09.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:10 smithi194 ceph-mon[104785]: pgmap v9071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:10 smithi135 ceph-mon[93152]: pgmap v9071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:10.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:10.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:29:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:29:11.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:11.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:12 smithi194 ceph-mon[104785]: pgmap v9072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:29:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:29:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:29:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:29:12.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:29:12.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:29:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:12 smithi135 ceph-mon[93152]: pgmap v9072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:29:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:29:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:29:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:29:12.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:29:12.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:29:12.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:12.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:13.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:13.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:14 smithi194 ceph-mon[104785]: pgmap v9073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:14 smithi135 ceph-mon[93152]: pgmap v9073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:14.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:14.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:15.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:15.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:16 smithi194 ceph-mon[104785]: pgmap v9074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:16 smithi135 ceph-mon[93152]: pgmap v9074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:16.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:16.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:17.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:17.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:18 smithi194 ceph-mon[104785]: pgmap v9075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:18 smithi135 ceph-mon[93152]: pgmap v9075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:18.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:18.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:19.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:19.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:20 smithi194 ceph-mon[104785]: pgmap v9076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:20 smithi135 ceph-mon[93152]: pgmap v9076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:20.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:20.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:21.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:21.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:22 smithi194 ceph-mon[104785]: pgmap v9077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:29:22.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:22 smithi135 ceph-mon[93152]: pgmap v9077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:29:22.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:22.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:23.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:23.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:24 smithi194 ceph-mon[104785]: pgmap v9078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:24 smithi135 ceph-mon[93152]: pgmap v9078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:24.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:24.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:25.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:25.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:26 smithi194 ceph-mon[104785]: pgmap v9079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:26 smithi135 ceph-mon[93152]: pgmap v9079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:26.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:26.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:27.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:27.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:28 smithi135 ceph-mon[93152]: pgmap v9080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:28.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:28.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:28 smithi194 ceph-mon[104785]: pgmap v9080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:29.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:29.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:30 smithi135 ceph-mon[93152]: pgmap v9081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:30.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:30.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:30 smithi194 ceph-mon[104785]: pgmap v9081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:31.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:31.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:32 smithi135 ceph-mon[93152]: pgmap v9082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:29:32.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:32.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:32 smithi194 ceph-mon[104785]: pgmap v9082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:29:33.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:33.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:34 smithi135 ceph-mon[93152]: pgmap v9083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:34.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:34.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:34 smithi194 ceph-mon[104785]: pgmap v9083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:35.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:35.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:36 smithi135 ceph-mon[93152]: pgmap v9084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:36.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:36.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:36 smithi194 ceph-mon[104785]: pgmap v9084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:37.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:37.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:38 smithi135 ceph-mon[93152]: pgmap v9085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:38.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:38.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:38 smithi194 ceph-mon[104785]: pgmap v9085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:39.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:39.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:40 smithi135 ceph-mon[93152]: pgmap v9086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:40.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:40.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:40 smithi194 ceph-mon[104785]: pgmap v9086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:41.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:41.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:42 smithi135 ceph-mon[93152]: pgmap v9087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:29:42.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:42.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:42 smithi194 ceph-mon[104785]: pgmap v9087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:29:43.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:43.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:44 smithi135 ceph-mon[93152]: pgmap v9088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:44.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:44.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:44 smithi194 ceph-mon[104785]: pgmap v9088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:45.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:45.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:46 smithi135 ceph-mon[93152]: pgmap v9089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:46.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:46.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:46 smithi194 ceph-mon[104785]: pgmap v9089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:47.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:47.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:48 smithi135 ceph-mon[93152]: pgmap v9090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:48 smithi194 ceph-mon[104785]: pgmap v9090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:48.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:48.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:49.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:49.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:50 smithi135 ceph-mon[93152]: pgmap v9091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:50 smithi194 ceph-mon[104785]: pgmap v9091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:50.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:50.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:51.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:51.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:52 smithi135 ceph-mon[93152]: pgmap v9092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:29:52.540 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:52 smithi194 ceph-mon[104785]: pgmap v9092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:29:52.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:52.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:53.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:53.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:54 smithi135 ceph-mon[93152]: pgmap v9093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:54 smithi194 ceph-mon[104785]: pgmap v9093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:54.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:54.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:55.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:55.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:56 smithi194 ceph-mon[104785]: pgmap v9094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:56.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:56.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:56 smithi135 ceph-mon[93152]: pgmap v9094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:29:57.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:57.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:29:58 smithi194 ceph-mon[104785]: pgmap v9095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:58.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:58.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:29:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:29:58 smithi135 ceph-mon[93152]: pgmap v9095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:29:59.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:29:59.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:00 smithi135 ceph-mon[93152]: pgmap v9096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T09:30:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:00 smithi194 ceph-mon[104785]: pgmap v9096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T09:30:00.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:00.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:01.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:01.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:02.646 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:02 smithi194 ceph-mon[104785]: pgmap v9097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:30:02.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:02.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:02 smithi135 ceph-mon[93152]: pgmap v9097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:30:03.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:03.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:04 smithi194 ceph-mon[104785]: pgmap v9098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:04.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:04.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:04 smithi135 ceph-mon[93152]: pgmap v9098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:05.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:05.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:06 smithi194 ceph-mon[104785]: pgmap v9099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:06.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:06.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:06 smithi135 ceph-mon[93152]: pgmap v9099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:07.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:07.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:08 smithi194 ceph-mon[104785]: pgmap v9100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:08.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:08.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:08 smithi135 ceph-mon[93152]: pgmap v9100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:09.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:09.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:10 smithi135 ceph-mon[93152]: pgmap v9101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:10 smithi194 ceph-mon[104785]: pgmap v9101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:10.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:10.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:11.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:11.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:12 smithi194 ceph-mon[104785]: pgmap v9102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:30:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:30:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:30:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:30:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:30:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:30:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:30:12.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:12.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:12 smithi135 ceph-mon[93152]: pgmap v9102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:30:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:30:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:30:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:30:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:30:12.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:30:12.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:30:13.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:13.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:14 smithi194 ceph-mon[104785]: pgmap v9103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:14.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:14.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:14 smithi135 ceph-mon[93152]: pgmap v9103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:15.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:15.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:16 smithi194 ceph-mon[104785]: pgmap v9104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:16.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:16.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:16 smithi135 ceph-mon[93152]: pgmap v9104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:17.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:17.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:18 smithi194 ceph-mon[104785]: pgmap v9105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:18 smithi135 ceph-mon[93152]: pgmap v9105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:18.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:18.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:19.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:19.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:20 smithi135 ceph-mon[93152]: pgmap v9106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:20 smithi194 ceph-mon[104785]: pgmap v9106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:20.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:20.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:21.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:21.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:22 smithi194 ceph-mon[104785]: pgmap v9107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:30:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:22 smithi135 ceph-mon[93152]: pgmap v9107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:30:22.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:22.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:23.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:23.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:24 smithi194 ceph-mon[104785]: pgmap v9108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:24 smithi135 ceph-mon[93152]: pgmap v9108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:24.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:24.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:25.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:25.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:26 smithi194 ceph-mon[104785]: pgmap v9109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:26 smithi135 ceph-mon[93152]: pgmap v9109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:26.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:26.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:27.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:27.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:28.620 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:28 smithi135 ceph-mon[93152]: pgmap v9110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:28 smithi194 ceph-mon[104785]: pgmap v9110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:28.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:28.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:29.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:29.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:30 smithi135 ceph-mon[93152]: pgmap v9111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:30 smithi194 ceph-mon[104785]: pgmap v9111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:30.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:30.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:31.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:31.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:32 smithi194 ceph-mon[104785]: pgmap v9112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:30:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:32 smithi135 ceph-mon[93152]: pgmap v9112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:30:32.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:32.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:33.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:33.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:34.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:34 smithi194 ceph-mon[104785]: pgmap v9113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:34 smithi135 ceph-mon[93152]: pgmap v9113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:34.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:34.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:35.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:35.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:36 smithi194 ceph-mon[104785]: pgmap v9114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:36 smithi135 ceph-mon[93152]: pgmap v9114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:36.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:36.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:37.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:37.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:38 smithi194 ceph-mon[104785]: pgmap v9115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:38.718 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:38 smithi135 ceph-mon[93152]: pgmap v9115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:38.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:38.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:39.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:39.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:40 smithi194 ceph-mon[104785]: pgmap v9116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:40 smithi135 ceph-mon[93152]: pgmap v9116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:40.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:40.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:41.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:41.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:42 smithi194 ceph-mon[104785]: pgmap v9117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:30:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:42 smithi135 ceph-mon[93152]: pgmap v9117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:30:42.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:42.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:43.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:43.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:44 smithi194 ceph-mon[104785]: pgmap v9118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:44 smithi135 ceph-mon[93152]: pgmap v9118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:44.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:44.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:45.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:45.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:46 smithi194 ceph-mon[104785]: pgmap v9119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:46 smithi135 ceph-mon[93152]: pgmap v9119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:46.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:46.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:47.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:47.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:48 smithi194 ceph-mon[104785]: pgmap v9120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:48 smithi135 ceph-mon[93152]: pgmap v9120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:48.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:48.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:49.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:49.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:50 smithi194 ceph-mon[104785]: pgmap v9121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:50 smithi135 ceph-mon[93152]: pgmap v9121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:50.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:50.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:51.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:51.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:52 smithi194 ceph-mon[104785]: pgmap v9122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:30:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:52 smithi135 ceph-mon[93152]: pgmap v9122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:30:52.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:52.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:53.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:53.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:54 smithi194 ceph-mon[104785]: pgmap v9123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:54 smithi135 ceph-mon[93152]: pgmap v9123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:54.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:54.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:55.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:55.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:56 smithi194 ceph-mon[104785]: pgmap v9124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:56 smithi135 ceph-mon[93152]: pgmap v9124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:30:56.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:56.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:57.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:57.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:30:58 smithi194 ceph-mon[104785]: pgmap v9125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:30:58 smithi135 ceph-mon[93152]: pgmap v9125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:30:58.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:58.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:30:59.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:30:59.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:00 smithi194 ceph-mon[104785]: pgmap v9126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:00 smithi135 ceph-mon[93152]: pgmap v9126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:00.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:00.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:01.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:01.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:02 smithi194 ceph-mon[104785]: pgmap v9127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:02 smithi135 ceph-mon[93152]: pgmap v9127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:02.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:02.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:03.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:03.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:04 smithi194 ceph-mon[104785]: pgmap v9128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:04 smithi135 ceph-mon[93152]: pgmap v9128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:04.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:04.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:05.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:05.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:06 smithi194 ceph-mon[104785]: pgmap v9129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:06 smithi135 ceph-mon[93152]: pgmap v9129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:06.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:06.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:07.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:07.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:08 smithi194 ceph-mon[104785]: pgmap v9130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:08 smithi135 ceph-mon[93152]: pgmap v9130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:08.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:08.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:09.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:09.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:10 smithi194 ceph-mon[104785]: pgmap v9131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:10 smithi135 ceph-mon[93152]: pgmap v9131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:10.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:10.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:11.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:11.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:12 smithi194 ceph-mon[104785]: pgmap v9132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:31:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:12 smithi135 ceph-mon[93152]: pgmap v9132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:31:12.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:12.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:31:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:31:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:31:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:31:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:31:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:31:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:31:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:31:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:31:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:31:13.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:13.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:14 smithi194 ceph-mon[104785]: pgmap v9133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:14 smithi135 ceph-mon[93152]: pgmap v9133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:14.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:14.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:15.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:15.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:16 smithi194 ceph-mon[104785]: pgmap v9134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:16 smithi135 ceph-mon[93152]: pgmap v9134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:16.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:16.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:17.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:17.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:18 smithi194 ceph-mon[104785]: pgmap v9135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:18 smithi135 ceph-mon[93152]: pgmap v9135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:18.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:18.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:19.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:19.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:20 smithi194 ceph-mon[104785]: pgmap v9136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:20 smithi135 ceph-mon[93152]: pgmap v9136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:20.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:20.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:21.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:21.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:22 smithi194 ceph-mon[104785]: pgmap v9137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:22 smithi135 ceph-mon[93152]: pgmap v9137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:22.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:22.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:23.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:23.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:24 smithi194 ceph-mon[104785]: pgmap v9138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:24 smithi135 ceph-mon[93152]: pgmap v9138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:24.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:24.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:25.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:25.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:25 smithi194 ceph-mon[104785]: pgmap v9139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:25 smithi135 ceph-mon[93152]: pgmap v9139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:26.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:26.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:27.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:27.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:27 smithi194 ceph-mon[104785]: pgmap v9140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:27 smithi135 ceph-mon[93152]: pgmap v9140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:28.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:28.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:29.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:29.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:29 smithi194 ceph-mon[104785]: pgmap v9141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:29 smithi135 ceph-mon[93152]: pgmap v9141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:30.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:30.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:31.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:31.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:31 smithi194 ceph-mon[104785]: pgmap v9142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:31 smithi135 ceph-mon[93152]: pgmap v9142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:32.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:32.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:33.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:33.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:33 smithi194 ceph-mon[104785]: pgmap v9143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:33 smithi135 ceph-mon[93152]: pgmap v9143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:34.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:34.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:35.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:35.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:35 smithi194 ceph-mon[104785]: pgmap v9144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:35 smithi135 ceph-mon[93152]: pgmap v9144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:36.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:36.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:37.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:38.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:37 smithi194 ceph-mon[104785]: pgmap v9145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:37 smithi135 ceph-mon[93152]: pgmap v9145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:38.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:38.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:39.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:39.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:39 smithi194 ceph-mon[104785]: pgmap v9146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:39 smithi135 ceph-mon[93152]: pgmap v9146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:40.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:40.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:41.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:41.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:41 smithi194 ceph-mon[104785]: pgmap v9147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:41 smithi135 ceph-mon[93152]: pgmap v9147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:42.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:42.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:43.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:43.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:43 smithi194 ceph-mon[104785]: pgmap v9148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:43 smithi135 ceph-mon[93152]: pgmap v9148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:44.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:44.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:45.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:45.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:45 smithi194 ceph-mon[104785]: pgmap v9149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:45 smithi135 ceph-mon[93152]: pgmap v9149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:46.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:46.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:47.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:47.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:47 smithi194 ceph-mon[104785]: pgmap v9150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:47 smithi135 ceph-mon[93152]: pgmap v9150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:48.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:48.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:49.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:49.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:49 smithi194 ceph-mon[104785]: pgmap v9151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:49 smithi135 ceph-mon[93152]: pgmap v9151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:50.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:50.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:51.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:51.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:51 smithi194 ceph-mon[104785]: pgmap v9152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:51 smithi135 ceph-mon[93152]: pgmap v9152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:31:52.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:52.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:53.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:53.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:53 smithi194 ceph-mon[104785]: pgmap v9153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:53 smithi135 ceph-mon[93152]: pgmap v9153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:54.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:54.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:55.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:55.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:55 smithi194 ceph-mon[104785]: pgmap v9154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:55 smithi135 ceph-mon[93152]: pgmap v9154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:31:56.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:56.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:57.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:57.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:57 smithi194 ceph-mon[104785]: pgmap v9155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:57 smithi135 ceph-mon[93152]: pgmap v9155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:31:58.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:58.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:31:59.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:31:59.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:31:59 smithi194 ceph-mon[104785]: pgmap v9156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:32:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:31:59 smithi135 ceph-mon[93152]: pgmap v9156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:32:00.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:00.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:01.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:01.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:01 smithi194 ceph-mon[104785]: pgmap v9157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:01 smithi135 ceph-mon[93152]: pgmap v9157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:02.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:02.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:03.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:03.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:03 smithi194 ceph-mon[104785]: pgmap v9158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:03 smithi135 ceph-mon[93152]: pgmap v9158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:04.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:04.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:05.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:05.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:05 smithi194 ceph-mon[104785]: pgmap v9159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:05 smithi135 ceph-mon[93152]: pgmap v9159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:06.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:06.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:07.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:07.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:08.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:07 smithi194 ceph-mon[104785]: pgmap v9160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:07 smithi135 ceph-mon[93152]: pgmap v9160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:08.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:08.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:09.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:09.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:09 smithi194 ceph-mon[104785]: pgmap v9161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:32:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:09 smithi135 ceph-mon[93152]: pgmap v9161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:32:10.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:10.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:11.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:11.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:12.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:11 smithi194 ceph-mon[104785]: pgmap v9162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:11 smithi135 ceph-mon[93152]: pgmap v9162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:12.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:12.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:13.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:13.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:13 smithi194 ceph-mon[104785]: pgmap v9163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:32:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:32:14.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:32:14.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:32:14.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:32:14.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:32:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:13 smithi135 ceph-mon[93152]: pgmap v9163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:32:14.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:32:14.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:32:14.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:32:14.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:32:14.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:32:14.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:14.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:15.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:15.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:15 smithi194 ceph-mon[104785]: pgmap v9164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:15 smithi135 ceph-mon[93152]: pgmap v9164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:16.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:16.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:17.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:17.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:17 smithi194 ceph-mon[104785]: pgmap v9165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:17 smithi135 ceph-mon[93152]: pgmap v9165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:18.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:18.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:19.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:19.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:19 smithi135 ceph-mon[93152]: pgmap v9166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:32:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:19 smithi194 ceph-mon[104785]: pgmap v9166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:32:20.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:20.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:21.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:21.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:21 smithi135 ceph-mon[93152]: pgmap v9167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:21 smithi194 ceph-mon[104785]: pgmap v9167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:22.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:22.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:23.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:23.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:23 smithi135 ceph-mon[93152]: pgmap v9168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:23 smithi194 ceph-mon[104785]: pgmap v9168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:24.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:24.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:25.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:25.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:25 smithi135 ceph-mon[93152]: pgmap v9169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:25 smithi194 ceph-mon[104785]: pgmap v9169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:26.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:26.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:27.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:27.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:27 smithi135 ceph-mon[93152]: pgmap v9170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:27 smithi194 ceph-mon[104785]: pgmap v9170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:28.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:28.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:29.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:29.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:29 smithi135 ceph-mon[93152]: pgmap v9171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:32:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:29 smithi194 ceph-mon[104785]: pgmap v9171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:32:30.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:30.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:31.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:31.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:31 smithi135 ceph-mon[93152]: pgmap v9172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:31 smithi194 ceph-mon[104785]: pgmap v9172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:32.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:32.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:33.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:33.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:33 smithi135 ceph-mon[93152]: pgmap v9173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:33 smithi194 ceph-mon[104785]: pgmap v9173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:34.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:34.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:35.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:35.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:35 smithi135 ceph-mon[93152]: pgmap v9174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:35 smithi194 ceph-mon[104785]: pgmap v9174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:36.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:36.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:37.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:37.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:37 smithi135 ceph-mon[93152]: pgmap v9175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:37 smithi194 ceph-mon[104785]: pgmap v9175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:38.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:38.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:39.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:39.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:39 smithi135 ceph-mon[93152]: pgmap v9176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:32:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:39 smithi194 ceph-mon[104785]: pgmap v9176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:32:40.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:40.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:41.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:41.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:41 smithi135 ceph-mon[93152]: pgmap v9177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:41 smithi194 ceph-mon[104785]: pgmap v9177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:42.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:42.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:43.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:43.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:43 smithi135 ceph-mon[93152]: pgmap v9178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:44.335 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:43 smithi194 ceph-mon[104785]: pgmap v9178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:44.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:44.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:45.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:45.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:46 smithi135 ceph-mon[93152]: pgmap v9179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:46 smithi194 ceph-mon[104785]: pgmap v9179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:46.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:46.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:48.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:48.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:48 smithi135 ceph-mon[93152]: pgmap v9180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:48 smithi194 ceph-mon[104785]: pgmap v9180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:49.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:49.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:50.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:50.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:50 smithi135 ceph-mon[93152]: pgmap v9181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:32:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:50 smithi194 ceph-mon[104785]: pgmap v9181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:32:51.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:51.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:52.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:52.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:52 smithi194 ceph-mon[104785]: pgmap v9182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:52 smithi135 ceph-mon[93152]: pgmap v9182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:53.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:53.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:54.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:54.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:54.440 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:54 smithi194 ceph-mon[104785]: pgmap v9183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:54 smithi135 ceph-mon[93152]: pgmap v9183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:55.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:55.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:56.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:56.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:56 smithi194 ceph-mon[104785]: pgmap v9184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:56 smithi135 ceph-mon[93152]: pgmap v9184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:32:57.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:57.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:58.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:58.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:32:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:32:58 smithi194 ceph-mon[104785]: pgmap v9185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:32:58 smithi135 ceph-mon[93152]: pgmap v9185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:32:59.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:32:59.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:00.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:00.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:00 smithi194 ceph-mon[104785]: pgmap v9186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:33:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:00 smithi135 ceph-mon[93152]: pgmap v9186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:33:01.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:01.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:02.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:02.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:02 smithi194 ceph-mon[104785]: pgmap v9187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:02 smithi135 ceph-mon[93152]: pgmap v9187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:03.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:03.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:04.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:04.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:04 smithi194 ceph-mon[104785]: pgmap v9188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:04 smithi135 ceph-mon[93152]: pgmap v9188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:05.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:05.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:06.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:06.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:06 smithi194 ceph-mon[104785]: pgmap v9189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:06 smithi135 ceph-mon[93152]: pgmap v9189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:07.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:07.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:08.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:08.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:08 smithi194 ceph-mon[104785]: pgmap v9190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:08 smithi135 ceph-mon[93152]: pgmap v9190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:09.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:09.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:10.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:10.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:10 smithi194 ceph-mon[104785]: pgmap v9191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:33:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:10 smithi135 ceph-mon[93152]: pgmap v9191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:33:11.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:11.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:12.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:12.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:12 smithi194 ceph-mon[104785]: pgmap v9192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:12 smithi135 ceph-mon[93152]: pgmap v9192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:13.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:13.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:14.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:14.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:14 smithi194 ceph-mon[104785]: pgmap v9193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:33:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:14 smithi135 ceph-mon[93152]: pgmap v9193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:33:15.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:15.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:16.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:16.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:16 smithi194 ceph-mon[104785]: pgmap v9194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:16 smithi135 ceph-mon[93152]: pgmap v9194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:17.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:17.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:18.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:18.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:18 smithi194 ceph-mon[104785]: pgmap v9195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:18 smithi135 ceph-mon[93152]: pgmap v9195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:19.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:19.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:33:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:33:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:33:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:33:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:33:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:33:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:33:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:33:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:33:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:33:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:33:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:33:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:33:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:33:20.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:20.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:20 smithi194 ceph-mon[104785]: pgmap v9196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:33:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:20 smithi135 ceph-mon[93152]: pgmap v9196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:33:21.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:21.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:22.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:22.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:22 smithi194 ceph-mon[104785]: pgmap v9197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:22 smithi135 ceph-mon[93152]: pgmap v9197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:23.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:23.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:24.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:24.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:24 smithi135 ceph-mon[93152]: pgmap v9198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:24 smithi194 ceph-mon[104785]: pgmap v9198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:25.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:25.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:26.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:26.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:26 smithi135 ceph-mon[93152]: pgmap v9199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:26 smithi194 ceph-mon[104785]: pgmap v9199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:27.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:27.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:28.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:28.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:28 smithi135 ceph-mon[93152]: pgmap v9200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:28 smithi194 ceph-mon[104785]: pgmap v9200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:29.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:29.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:30.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:30.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:30 smithi135 ceph-mon[93152]: pgmap v9201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:33:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:30 smithi194 ceph-mon[104785]: pgmap v9201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:33:31.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:31.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:32.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:32.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:32 smithi135 ceph-mon[93152]: pgmap v9202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:32 smithi194 ceph-mon[104785]: pgmap v9202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:33.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:33.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:34.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:34.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:34 smithi135 ceph-mon[93152]: pgmap v9203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:34 smithi194 ceph-mon[104785]: pgmap v9203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:35.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:35.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:36.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:36.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:36 smithi135 ceph-mon[93152]: pgmap v9204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:36 smithi194 ceph-mon[104785]: pgmap v9204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:37.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:37.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:38.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:38.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:38 smithi135 ceph-mon[93152]: pgmap v9205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:38 smithi194 ceph-mon[104785]: pgmap v9205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:39.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:39.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:40.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:40.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:40 smithi135 ceph-mon[93152]: pgmap v9206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:33:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:40 smithi194 ceph-mon[104785]: pgmap v9206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:33:41.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:41.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:42.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:42.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:42 smithi135 ceph-mon[93152]: pgmap v9207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:42 smithi194 ceph-mon[104785]: pgmap v9207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:43.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:43.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:44.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:44.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:44 smithi135 ceph-mon[93152]: pgmap v9208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:44 smithi194 ceph-mon[104785]: pgmap v9208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:45.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:45.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:46.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:46.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:46 smithi135 ceph-mon[93152]: pgmap v9209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:46 smithi194 ceph-mon[104785]: pgmap v9209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:47.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:47.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:48.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:48.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:48 smithi135 ceph-mon[93152]: pgmap v9210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:48 smithi194 ceph-mon[104785]: pgmap v9210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:49.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:49.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:50.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:50.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:50 smithi194 ceph-mon[104785]: pgmap v9211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:33:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:50 smithi135 ceph-mon[93152]: pgmap v9211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:33:51.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:51.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:52.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:52.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:52 smithi194 ceph-mon[104785]: pgmap v9212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:52 smithi135 ceph-mon[93152]: pgmap v9212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:53.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:53.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:54.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:54.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:54 smithi194 ceph-mon[104785]: pgmap v9213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:54 smithi135 ceph-mon[93152]: pgmap v9213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:55.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:55.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:56.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:56.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:56 smithi194 ceph-mon[104785]: pgmap v9214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:56 smithi135 ceph-mon[93152]: pgmap v9214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:33:57.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:57.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:58.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:58.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:33:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:33:58 smithi194 ceph-mon[104785]: pgmap v9215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:33:58 smithi135 ceph-mon[93152]: pgmap v9215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:33:59.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:33:59.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:00.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:00.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:00 smithi194 ceph-mon[104785]: pgmap v9216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:34:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:00 smithi135 ceph-mon[93152]: pgmap v9216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:34:01.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:01.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:02.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:02.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:02 smithi194 ceph-mon[104785]: pgmap v9217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:02 smithi135 ceph-mon[93152]: pgmap v9217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:03.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:03.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:04.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:04.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:04 smithi194 ceph-mon[104785]: pgmap v9218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:04 smithi135 ceph-mon[93152]: pgmap v9218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:05.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:05.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:06.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:06.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:06 smithi194 ceph-mon[104785]: pgmap v9219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:06 smithi135 ceph-mon[93152]: pgmap v9219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:07.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:07.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:08.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:08.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:08 smithi194 ceph-mon[104785]: pgmap v9220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:08 smithi135 ceph-mon[93152]: pgmap v9220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:09.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:09.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:10.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:10.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:10 smithi135 ceph-mon[93152]: pgmap v9221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:34:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:10 smithi194 ceph-mon[104785]: pgmap v9221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:34:11.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:11.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:12.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:12.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:12 smithi194 ceph-mon[104785]: pgmap v9222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:12 smithi135 ceph-mon[93152]: pgmap v9222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:13.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:13.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:14.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:14.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:14 smithi194 ceph-mon[104785]: pgmap v9223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:14 smithi135 ceph-mon[93152]: pgmap v9223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:15.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:15.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:16.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:16.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:16 smithi194 ceph-mon[104785]: pgmap v9224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:16 smithi135 ceph-mon[93152]: pgmap v9224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:17.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:17.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:18.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:18.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:18 smithi194 ceph-mon[104785]: pgmap v9225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:18 smithi135 ceph-mon[93152]: pgmap v9225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:19.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:19.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:34:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:34:20.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:20.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:20 smithi135 ceph-mon[93152]: pgmap v9226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:34:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:34:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:34:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:34:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:34:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:34:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:20 smithi194 ceph-mon[104785]: pgmap v9226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:34:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:34:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:34:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:34:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:34:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:34:21.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:21.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:22.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:22.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:22 smithi194 ceph-mon[104785]: pgmap v9227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:22 smithi135 ceph-mon[93152]: pgmap v9227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:23.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:23.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:24.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:24.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:24 smithi194 ceph-mon[104785]: pgmap v9228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:24 smithi135 ceph-mon[93152]: pgmap v9228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:25.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:25.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:26.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:26.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:26 smithi194 ceph-mon[104785]: pgmap v9229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:26 smithi135 ceph-mon[93152]: pgmap v9229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:27.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:27.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:28.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:28.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:28 smithi194 ceph-mon[104785]: pgmap v9230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:28 smithi135 ceph-mon[93152]: pgmap v9230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:29.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:29.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:30.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:30.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:30 smithi135 ceph-mon[93152]: pgmap v9231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:34:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:30 smithi194 ceph-mon[104785]: pgmap v9231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:34:31.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:31.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:32.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:32.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:32 smithi194 ceph-mon[104785]: pgmap v9232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:32 smithi135 ceph-mon[93152]: pgmap v9232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:33.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:33.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:34.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:34.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:34 smithi194 ceph-mon[104785]: pgmap v9233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:34 smithi135 ceph-mon[93152]: pgmap v9233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:35.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:35.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:36.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:36.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:36 smithi194 ceph-mon[104785]: pgmap v9234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:36 smithi135 ceph-mon[93152]: pgmap v9234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:37.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:37.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:38.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:38.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:38 smithi194 ceph-mon[104785]: pgmap v9235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:38 smithi135 ceph-mon[93152]: pgmap v9235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:39.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:39.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:40.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:40.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:40 smithi194 ceph-mon[104785]: pgmap v9236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:34:40.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:40 smithi135 ceph-mon[93152]: pgmap v9236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:34:41.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:41.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:42.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:42.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:42 smithi194 ceph-mon[104785]: pgmap v9237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:42 smithi135 ceph-mon[93152]: pgmap v9237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:43.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:43.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:44.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:44.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:44 smithi194 ceph-mon[104785]: pgmap v9238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:44 smithi135 ceph-mon[93152]: pgmap v9238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:45.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:45.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:46.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:46.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:46.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:46 smithi135 ceph-mon[93152]: pgmap v9239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:46 smithi194 ceph-mon[104785]: pgmap v9239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:47.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:47.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:48.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:48.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:48 smithi194 ceph-mon[104785]: pgmap v9240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:48 smithi135 ceph-mon[93152]: pgmap v9240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:49.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:49.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:50.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:50.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:50.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:50 smithi194 ceph-mon[104785]: pgmap v9241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:34:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:50 smithi135 ceph-mon[93152]: pgmap v9241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:34:51.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:51.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:52.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:52.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:52 smithi194 ceph-mon[104785]: pgmap v9242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:52 smithi135 ceph-mon[93152]: pgmap v9242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:53.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:53.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:54.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:54.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:54 smithi194 ceph-mon[104785]: pgmap v9243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:54 smithi135 ceph-mon[93152]: pgmap v9243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:55.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:55.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:56.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:56.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:56 smithi135 ceph-mon[93152]: pgmap v9244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:56 smithi194 ceph-mon[104785]: pgmap v9244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:34:57.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:57.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:58.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:58.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:34:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:34:58 smithi194 ceph-mon[104785]: pgmap v9245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:34:58 smithi135 ceph-mon[93152]: pgmap v9245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:34:59.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:34:59.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:00.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:00.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:00 smithi194 ceph-mon[104785]: pgmap v9246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:35:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:00 smithi135 ceph-mon[93152]: pgmap v9246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:35:01.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:01.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:02.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:02.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:02 smithi194 ceph-mon[104785]: pgmap v9247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:02 smithi135 ceph-mon[93152]: pgmap v9247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:03.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:03.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:04.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:04.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:04 smithi194 ceph-mon[104785]: pgmap v9248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:04 smithi135 ceph-mon[93152]: pgmap v9248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:05.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:05.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:06.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:06.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:06 smithi194 ceph-mon[104785]: pgmap v9249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:06 smithi135 ceph-mon[93152]: pgmap v9249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:07.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:07.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:08.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:08.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:08 smithi194 ceph-mon[104785]: pgmap v9250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:08 smithi135 ceph-mon[93152]: pgmap v9250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:09.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:09.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:10.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:10.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:10 smithi194 ceph-mon[104785]: pgmap v9251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:35:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:10 smithi135 ceph-mon[93152]: pgmap v9251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:35:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:11.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:11.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:12.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:12.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:12 smithi194 ceph-mon[104785]: pgmap v9252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:12.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:12 smithi135 ceph-mon[93152]: pgmap v9252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:13.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:13.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:14.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:14.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:14 smithi194 ceph-mon[104785]: pgmap v9253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:14 smithi135 ceph-mon[93152]: pgmap v9253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:15.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:15.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:16.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:16.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:16 smithi194 ceph-mon[104785]: pgmap v9254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:16 smithi135 ceph-mon[93152]: pgmap v9254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:17.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:17.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:18.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:18.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:18 smithi194 ceph-mon[104785]: pgmap v9255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:18 smithi135 ceph-mon[93152]: pgmap v9255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:19.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:19.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:20.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:20.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:20 smithi194 ceph-mon[104785]: pgmap v9256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:35:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:35:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:20 smithi135 ceph-mon[93152]: pgmap v9256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:35:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:35:21.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:21.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:22.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:22.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:22 smithi194 ceph-mon[104785]: pgmap v9257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:22 smithi135 ceph-mon[93152]: pgmap v9257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:23.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:23.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:24.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:24.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:24 smithi194 ceph-mon[104785]: pgmap v9258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:24 smithi135 ceph-mon[93152]: pgmap v9258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:25.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:25.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:25 smithi194 ceph-mon[104785]: pgmap v9259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:25 smithi135 ceph-mon[93152]: pgmap v9259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:26.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:26.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:27.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:27.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:35:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:35:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:27 smithi194 ceph-mon[104785]: pgmap v9260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:35:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:35:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:35:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:35:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:35:28.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:35:28.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:35:28.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:27 smithi135 ceph-mon[93152]: pgmap v9260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:28.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:35:28.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:35:28.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:35:28.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:35:28.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:35:28.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:28.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:29.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:29.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:29 smithi194 ceph-mon[104785]: pgmap v9261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:35:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:29 smithi135 ceph-mon[93152]: pgmap v9261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:35:30.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:30.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:31.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:31.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:31 smithi194 ceph-mon[104785]: pgmap v9262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:31 smithi135 ceph-mon[93152]: pgmap v9262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:32.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:32.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:33.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:33.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:34.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:33 smithi194 ceph-mon[104785]: pgmap v9263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:33 smithi135 ceph-mon[93152]: pgmap v9263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:34.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:34.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:35.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:35.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:35 smithi194 ceph-mon[104785]: pgmap v9264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:35 smithi135 ceph-mon[93152]: pgmap v9264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:36.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:36.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:37.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:37.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:37 smithi194 ceph-mon[104785]: pgmap v9265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:38.317 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:37 smithi135 ceph-mon[93152]: pgmap v9265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:38.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:38.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:39.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:39.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:39 smithi194 ceph-mon[104785]: pgmap v9266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:35:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:39 smithi135 ceph-mon[93152]: pgmap v9266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:35:40.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:40.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:41.194 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:41.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:41.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:41 smithi194 ceph-mon[104785]: pgmap v9267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:41 smithi135 ceph-mon[93152]: pgmap v9267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:42.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:42.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:43.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:43.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:43 smithi194 ceph-mon[104785]: pgmap v9268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:43 smithi135 ceph-mon[93152]: pgmap v9268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:44.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:44.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:45.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:45.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:46.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:45 smithi194 ceph-mon[104785]: pgmap v9269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:45 smithi135 ceph-mon[93152]: pgmap v9269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:46.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:46.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:47.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:47.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:47 smithi194 ceph-mon[104785]: pgmap v9270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:47 smithi135 ceph-mon[93152]: pgmap v9270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:48.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:48.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:49.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:49.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:49 smithi194 ceph-mon[104785]: pgmap v9271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:35:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:49 smithi135 ceph-mon[93152]: pgmap v9271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:35:50.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:50.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:51.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:51.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:51 smithi194 ceph-mon[104785]: pgmap v9272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:51 smithi135 ceph-mon[93152]: pgmap v9272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:52.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:52.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:53.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:53.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:53 smithi194 ceph-mon[104785]: pgmap v9273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:53 smithi135 ceph-mon[93152]: pgmap v9273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:54.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:54.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:55.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:55.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:55 smithi194 ceph-mon[104785]: pgmap v9274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:55 smithi135 ceph-mon[93152]: pgmap v9274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:35:56.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:56.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:57.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:57.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:57 smithi194 ceph-mon[104785]: pgmap v9275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:57 smithi135 ceph-mon[93152]: pgmap v9275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:35:58.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:58.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:35:59.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:35:59.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:35:59 smithi135 ceph-mon[93152]: pgmap v9276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:36:00.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:00.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:35:59 smithi194 ceph-mon[104785]: pgmap v9276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:36:01.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:01.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:01 smithi135 ceph-mon[93152]: pgmap v9277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:02.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:01 smithi194 ceph-mon[104785]: pgmap v9277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:02.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:02.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:03.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:03.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:03 smithi135 ceph-mon[93152]: pgmap v9278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:04.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:04.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:03 smithi194 ceph-mon[104785]: pgmap v9278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:05.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:05.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:06.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:05 smithi135 ceph-mon[93152]: pgmap v9279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:06.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:06.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:05 smithi194 ceph-mon[104785]: pgmap v9279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:07.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:07.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:07 smithi135 ceph-mon[93152]: pgmap v9280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:08.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:08.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:07 smithi194 ceph-mon[104785]: pgmap v9280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:09.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:09.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:09 smithi135 ceph-mon[93152]: pgmap v9281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:36:10.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:10.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:09 smithi194 ceph-mon[104785]: pgmap v9281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:36:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:11.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:11.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:11 smithi135 ceph-mon[93152]: pgmap v9282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:12.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:12.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:11 smithi194 ceph-mon[104785]: pgmap v9282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:13.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:13.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:13 smithi135 ceph-mon[93152]: pgmap v9283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:14.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:14.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:13 smithi194 ceph-mon[104785]: pgmap v9283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:15.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:15.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:15 smithi135 ceph-mon[93152]: pgmap v9284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:16.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:16.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:15 smithi194 ceph-mon[104785]: pgmap v9284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:17.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:17.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:17 smithi135 ceph-mon[93152]: pgmap v9285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:18.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:18.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:17 smithi194 ceph-mon[104785]: pgmap v9285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:19.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:19.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:19 smithi135 ceph-mon[93152]: pgmap v9286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:36:20.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:20.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:19 smithi194 ceph-mon[104785]: pgmap v9286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:36:21.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:21.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:21 smithi135 ceph-mon[93152]: pgmap v9287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:22.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:22.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:21 smithi194 ceph-mon[104785]: pgmap v9287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:23.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:23.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:24 smithi135 ceph-mon[93152]: pgmap v9288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:24.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:24.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:24 smithi194 ceph-mon[104785]: pgmap v9288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:25.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:25.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:26 smithi135 ceph-mon[93152]: pgmap v9289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:26.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:26.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:26 smithi194 ceph-mon[104785]: pgmap v9289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:27.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:27.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:28 smithi135 ceph-mon[93152]: pgmap v9290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:36:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:36:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:36:28.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:28.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:28 smithi194 ceph-mon[104785]: pgmap v9290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:36:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:36:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:36:29.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:29.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:36:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:36:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:36:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:36:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:36:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:36:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:36:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:36:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:36:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:36:30.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:30.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:30.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:30 smithi194 ceph-mon[104785]: pgmap v9291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:36:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:30 smithi135 ceph-mon[93152]: pgmap v9291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:36:31.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:31.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:32.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:32.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:32 smithi194 ceph-mon[104785]: pgmap v9292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:32 smithi135 ceph-mon[93152]: pgmap v9292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:33.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:33.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:34.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:34.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:34 smithi194 ceph-mon[104785]: pgmap v9293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:34 smithi135 ceph-mon[93152]: pgmap v9293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:35.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:35.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:36.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:36.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:36 smithi194 ceph-mon[104785]: pgmap v9294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:36 smithi135 ceph-mon[93152]: pgmap v9294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:37.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:37.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:38.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:38.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:38 smithi194 ceph-mon[104785]: pgmap v9295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:38 smithi135 ceph-mon[93152]: pgmap v9295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:39.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:39.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:40.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:40.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:40 smithi194 ceph-mon[104785]: pgmap v9296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:36:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:40 smithi135 ceph-mon[93152]: pgmap v9296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:36:41.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:41.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:42.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:42.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:42 smithi194 ceph-mon[104785]: pgmap v9297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:42 smithi135 ceph-mon[93152]: pgmap v9297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:43.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:43.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:44.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:44.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:44 smithi194 ceph-mon[104785]: pgmap v9298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:44 smithi135 ceph-mon[93152]: pgmap v9298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:45.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:45.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:46.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:46.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:46 smithi194 ceph-mon[104785]: pgmap v9299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:46 smithi135 ceph-mon[93152]: pgmap v9299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:47.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:47.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:48.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:48.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:48 smithi194 ceph-mon[104785]: pgmap v9300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:48 smithi135 ceph-mon[93152]: pgmap v9300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:49.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:49.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:50.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:50.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:50 smithi194 ceph-mon[104785]: pgmap v9301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:36:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:50 smithi135 ceph-mon[93152]: pgmap v9301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:36:51.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:51.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:52 smithi194 ceph-mon[104785]: pgmap v9302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:52.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:52.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:52 smithi135 ceph-mon[93152]: pgmap v9302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:53.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:53.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:54.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:54.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:54 smithi194 ceph-mon[104785]: pgmap v9303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:54 smithi135 ceph-mon[93152]: pgmap v9303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:55.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:55.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:56.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:56.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:56 smithi194 ceph-mon[104785]: pgmap v9304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:56 smithi135 ceph-mon[93152]: pgmap v9304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:36:57.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:57.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:58.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:58.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:36:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:36:58 smithi194 ceph-mon[104785]: pgmap v9305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:36:58 smithi135 ceph-mon[93152]: pgmap v9305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:36:59.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:36:59.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:00.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:00.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:00 smithi194 ceph-mon[104785]: pgmap v9306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:37:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:00 smithi135 ceph-mon[93152]: pgmap v9306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:37:01.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:01.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:02.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:02.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:02 smithi194 ceph-mon[104785]: pgmap v9307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:02.469 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:02 smithi135 ceph-mon[93152]: pgmap v9307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:03.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:03.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:04.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:04.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:04 smithi194 ceph-mon[104785]: pgmap v9308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:04 smithi135 ceph-mon[93152]: pgmap v9308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:05.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:05.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:06.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:06.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:06 smithi194 ceph-mon[104785]: pgmap v9309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:06 smithi135 ceph-mon[93152]: pgmap v9309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:07.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:07.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:08.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:08.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:08 smithi194 ceph-mon[104785]: pgmap v9310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:08 smithi135 ceph-mon[93152]: pgmap v9310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:09.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:09.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:10.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:10.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:10 smithi194 ceph-mon[104785]: pgmap v9311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:37:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:10 smithi135 ceph-mon[93152]: pgmap v9311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:37:11.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:11.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:12.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:12.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:12 smithi194 ceph-mon[104785]: pgmap v9312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:12 smithi135 ceph-mon[93152]: pgmap v9312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:13.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:13.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:14.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:14.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:14 smithi194 ceph-mon[104785]: pgmap v9313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:14 smithi135 ceph-mon[93152]: pgmap v9313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:15.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:15.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:16.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:16.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:16 smithi194 ceph-mon[104785]: pgmap v9314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:16 smithi135 ceph-mon[93152]: pgmap v9314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:17.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:17.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:18.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:18.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:18 smithi194 ceph-mon[104785]: pgmap v9315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:18 smithi135 ceph-mon[93152]: pgmap v9315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:19.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:19.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:20.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:20.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:20 smithi194 ceph-mon[104785]: pgmap v9316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:37:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:20 smithi135 ceph-mon[93152]: pgmap v9316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:37:21.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:21.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:22.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:22.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:22 smithi194 ceph-mon[104785]: pgmap v9317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:22 smithi135 ceph-mon[93152]: pgmap v9317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:23.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:23.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:24.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:24.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:24 smithi194 ceph-mon[104785]: pgmap v9318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:24 smithi135 ceph-mon[93152]: pgmap v9318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:25.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:25.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:26.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:26.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:26 smithi135 ceph-mon[93152]: pgmap v9319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:26 smithi194 ceph-mon[104785]: pgmap v9319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:27.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:27.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:28.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:28.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:28.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:28 smithi135 ceph-mon[93152]: pgmap v9320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:28 smithi194 ceph-mon[104785]: pgmap v9320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:29.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:29.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:37:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:37:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:37:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:37:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:37:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:37:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:37:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:37:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:37:29.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:37:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:37:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:37:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:37:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:37:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:37:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:37:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:37:29.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:37:29.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:37:29.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:37:30.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:30.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:30 smithi135 ceph-mon[93152]: pgmap v9321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:37:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:30 smithi194 ceph-mon[104785]: pgmap v9321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:37:31.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:31.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:32.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:32.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:32 smithi135 ceph-mon[93152]: pgmap v9322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:32 smithi194 ceph-mon[104785]: pgmap v9322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:33.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:33.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:34.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:34.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:34 smithi135 ceph-mon[93152]: pgmap v9323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:34 smithi194 ceph-mon[104785]: pgmap v9323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:35.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:35.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:36.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:36.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:36 smithi135 ceph-mon[93152]: pgmap v9324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:36 smithi194 ceph-mon[104785]: pgmap v9324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:37.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:37.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:38.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:38.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:38 smithi135 ceph-mon[93152]: pgmap v9325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:38 smithi194 ceph-mon[104785]: pgmap v9325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:39.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:39.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:40.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:40.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:40 smithi135 ceph-mon[93152]: pgmap v9326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:37:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:40 smithi194 ceph-mon[104785]: pgmap v9326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:37:41.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:41.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:42.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:42.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:42.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:42 smithi135 ceph-mon[93152]: pgmap v9327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:42 smithi194 ceph-mon[104785]: pgmap v9327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:43.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:43.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:44.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:44.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:44 smithi135 ceph-mon[93152]: pgmap v9328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:44 smithi194 ceph-mon[104785]: pgmap v9328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:45.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:45.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:46.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:46.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:46 smithi135 ceph-mon[93152]: pgmap v9329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:46 smithi194 ceph-mon[104785]: pgmap v9329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:47.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:47.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:48.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:48.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:48 smithi135 ceph-mon[93152]: pgmap v9330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:48 smithi194 ceph-mon[104785]: pgmap v9330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:49.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:49.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:50.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:50.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:50 smithi135 ceph-mon[93152]: pgmap v9331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:37:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:50 smithi194 ceph-mon[104785]: pgmap v9331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:37:51.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:51.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:52.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:52.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:52 smithi135 ceph-mon[93152]: pgmap v9332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:52.564 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:52 smithi194 ceph-mon[104785]: pgmap v9332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:53.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:53.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:54.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:54.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:54 smithi194 ceph-mon[104785]: pgmap v9333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:54 smithi135 ceph-mon[93152]: pgmap v9333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:55.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:55.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:56.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:56.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:56 smithi194 ceph-mon[104785]: pgmap v9334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:56 smithi135 ceph-mon[93152]: pgmap v9334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:37:57.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:57.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:58.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:58.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:37:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:37:58 smithi194 ceph-mon[104785]: pgmap v9335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:37:58 smithi135 ceph-mon[93152]: pgmap v9335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:37:59.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:37:59.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:00.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:00.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:00 smithi135 ceph-mon[93152]: pgmap v9336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:38:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:00 smithi194 ceph-mon[104785]: pgmap v9336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:38:01.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:01.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:02.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:02.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:02.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:02 smithi194 ceph-mon[104785]: pgmap v9337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:02 smithi135 ceph-mon[93152]: pgmap v9337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:03.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:03.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:04.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:04.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:04 smithi194 ceph-mon[104785]: pgmap v9338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:04 smithi135 ceph-mon[93152]: pgmap v9338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:05.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:05.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:06.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:06.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:06 smithi194 ceph-mon[104785]: pgmap v9339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:06 smithi135 ceph-mon[93152]: pgmap v9339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:07.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:07.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:08 smithi135 ceph-mon[93152]: pgmap v9340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:08.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:08.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:08 smithi194 ceph-mon[104785]: pgmap v9340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:09.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:09.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:10.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:10.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:10 smithi135 ceph-mon[93152]: pgmap v9341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:38:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:10 smithi194 ceph-mon[104785]: pgmap v9341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:38:11.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:11.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:12.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:12.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:12 smithi194 ceph-mon[104785]: pgmap v9342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:12 smithi135 ceph-mon[93152]: pgmap v9342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:13.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:13.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:14.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:14.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:14 smithi194 ceph-mon[104785]: pgmap v9343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:14 smithi135 ceph-mon[93152]: pgmap v9343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:15.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:15.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:16.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:16.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:16 smithi194 ceph-mon[104785]: pgmap v9344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:16 smithi135 ceph-mon[93152]: pgmap v9344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:17.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:17.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:18 smithi135 ceph-mon[93152]: pgmap v9345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:18.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:18.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:18 smithi194 ceph-mon[104785]: pgmap v9345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:19.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:19.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:20.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:20.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:20 smithi135 ceph-mon[93152]: pgmap v9346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:38:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:20 smithi194 ceph-mon[104785]: pgmap v9346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:38:21.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:21.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:22.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:22.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:22 smithi194 ceph-mon[104785]: pgmap v9347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:22 smithi135 ceph-mon[93152]: pgmap v9347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:23.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:23.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:24.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:24.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:24 smithi194 ceph-mon[104785]: pgmap v9348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:24 smithi135 ceph-mon[93152]: pgmap v9348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:25.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:25.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:26.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:26.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:26 smithi194 ceph-mon[104785]: pgmap v9349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:26 smithi135 ceph-mon[93152]: pgmap v9349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:27.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:27.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:28.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:28.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:28 smithi194 ceph-mon[104785]: pgmap v9350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:28 smithi135 ceph-mon[93152]: pgmap v9350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:29.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:29.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:38:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:38:30.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:30.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:30 smithi194 ceph-mon[104785]: pgmap v9351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:38:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:38:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:38:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:38:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:38:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:38:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:38:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:38:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:30 smithi135 ceph-mon[93152]: pgmap v9351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:38:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:38:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:38:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:38:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:38:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:38:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:38:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:38:31.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:31.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:32.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:32.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:32 smithi194 ceph-mon[104785]: pgmap v9352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:32 smithi135 ceph-mon[93152]: pgmap v9352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:33.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:33.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:34.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:34.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:34 smithi194 ceph-mon[104785]: pgmap v9353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:34 smithi135 ceph-mon[93152]: pgmap v9353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:35.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:35.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:36.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:36.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:36 smithi194 ceph-mon[104785]: pgmap v9354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:36 smithi135 ceph-mon[93152]: pgmap v9354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:37.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:37.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:38.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:38.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:38 smithi194 ceph-mon[104785]: pgmap v9355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:38 smithi135 ceph-mon[93152]: pgmap v9355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:39.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:39.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:40.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:40.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:40 smithi194 ceph-mon[104785]: pgmap v9356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:38:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:40 smithi135 ceph-mon[93152]: pgmap v9356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:38:41.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:41.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:42.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:42.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:42 smithi194 ceph-mon[104785]: pgmap v9357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:42 smithi135 ceph-mon[93152]: pgmap v9357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:43.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:43.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:44.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:44.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:44 smithi194 ceph-mon[104785]: pgmap v9358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:44 smithi135 ceph-mon[93152]: pgmap v9358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:45.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:45.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:46.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:46.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:46 smithi194 ceph-mon[104785]: pgmap v9359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:46 smithi135 ceph-mon[93152]: pgmap v9359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:47.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:47.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:48 smithi194 ceph-mon[104785]: pgmap v9360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:48.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:48.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:48 smithi135 ceph-mon[93152]: pgmap v9360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:49.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:49.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:50.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:50.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:50 smithi194 ceph-mon[104785]: pgmap v9361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:38:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:50 smithi135 ceph-mon[93152]: pgmap v9361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:38:51.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:51.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:52.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:52.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:52 smithi194 ceph-mon[104785]: pgmap v9362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:52 smithi135 ceph-mon[93152]: pgmap v9362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:53.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:53.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:54.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:54.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:54 smithi194 ceph-mon[104785]: pgmap v9363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:54 smithi135 ceph-mon[93152]: pgmap v9363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:55.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:55.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:56.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:56.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:56 smithi194 ceph-mon[104785]: pgmap v9364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:56 smithi135 ceph-mon[93152]: pgmap v9364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:38:57.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:57.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:58.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:58.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:38:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:38:58 smithi194 ceph-mon[104785]: pgmap v9365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:38:58 smithi135 ceph-mon[93152]: pgmap v9365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:38:59.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:38:59.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:00.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:00.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:00 smithi194 ceph-mon[104785]: pgmap v9366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:39:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:00 smithi135 ceph-mon[93152]: pgmap v9366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:39:01.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:01.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:02.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:02.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:02 smithi194 ceph-mon[104785]: pgmap v9367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:02 smithi135 ceph-mon[93152]: pgmap v9367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:03.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:03.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:04.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:04.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:04 smithi194 ceph-mon[104785]: pgmap v9368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:04 smithi135 ceph-mon[93152]: pgmap v9368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:05.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:05.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:06.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:06.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:06 smithi194 ceph-mon[104785]: pgmap v9369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:06 smithi135 ceph-mon[93152]: pgmap v9369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:07.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:07.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:08.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:08.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:08.692 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:08 smithi135 ceph-mon[93152]: pgmap v9370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:08 smithi194 ceph-mon[104785]: pgmap v9370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:09.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:09.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:10.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:10.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:10 smithi194 ceph-mon[104785]: pgmap v9371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:39:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:10 smithi135 ceph-mon[93152]: pgmap v9371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:39:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:11.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:11.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:12.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:12.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:12 smithi194 ceph-mon[104785]: pgmap v9372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:12 smithi135 ceph-mon[93152]: pgmap v9372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:13.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:13.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:14.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:14.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:14 smithi194 ceph-mon[104785]: pgmap v9373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:14 smithi135 ceph-mon[93152]: pgmap v9373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:15.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:15.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:16.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:16.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:16 smithi194 ceph-mon[104785]: pgmap v9374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:16 smithi135 ceph-mon[93152]: pgmap v9374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:17.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:17.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:18.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:18.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:18 smithi194 ceph-mon[104785]: pgmap v9375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:18 smithi135 ceph-mon[93152]: pgmap v9375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:19.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:19.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:20.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:20.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:20 smithi194 ceph-mon[104785]: pgmap v9376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:39:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:20 smithi135 ceph-mon[93152]: pgmap v9376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:39:21.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:21.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:22.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:22.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:22 smithi194 ceph-mon[104785]: pgmap v9377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:22 smithi135 ceph-mon[93152]: pgmap v9377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:23.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:23.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:24.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:24.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:24 smithi194 ceph-mon[104785]: pgmap v9378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:24 smithi135 ceph-mon[93152]: pgmap v9378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:25.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:25.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:25 smithi135 ceph-mon[93152]: pgmap v9379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:25 smithi194 ceph-mon[104785]: pgmap v9379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:26.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:26.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:27.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:27.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:27 smithi135 ceph-mon[93152]: pgmap v9380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:27 smithi194 ceph-mon[104785]: pgmap v9380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:28.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:28.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:29.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:29.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:29 smithi135 ceph-mon[93152]: pgmap v9381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:39:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:29 smithi194 ceph-mon[104785]: pgmap v9381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:39:30.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:30.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:39:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:39:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:39:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:39:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:39:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:39:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:39:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:39:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:39:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:39:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:39:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:39:31.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:31.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:31 smithi135 ceph-mon[93152]: pgmap v9382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:31 smithi194 ceph-mon[104785]: pgmap v9382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:32.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:32.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:33.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:33.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:33 smithi135 ceph-mon[93152]: pgmap v9383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:33 smithi194 ceph-mon[104785]: pgmap v9383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:34.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:34.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:35.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:35.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:35 smithi135 ceph-mon[93152]: pgmap v9384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:35 smithi194 ceph-mon[104785]: pgmap v9384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:36.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:36.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:37.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:37.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:37 smithi135 ceph-mon[93152]: pgmap v9385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:37 smithi194 ceph-mon[104785]: pgmap v9385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:38.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:38.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:39.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:39.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:39 smithi135 ceph-mon[93152]: pgmap v9386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:39:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:39 smithi194 ceph-mon[104785]: pgmap v9386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:39:40.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:40.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:41.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:41.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:41 smithi135 ceph-mon[93152]: pgmap v9387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:41 smithi194 ceph-mon[104785]: pgmap v9387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:42.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:42.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:43.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:43.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:43 smithi135 ceph-mon[93152]: pgmap v9388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:43 smithi194 ceph-mon[104785]: pgmap v9388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:44.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:44.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:45.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:45.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:45 smithi135 ceph-mon[93152]: pgmap v9389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:45 smithi194 ceph-mon[104785]: pgmap v9389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:46.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:46.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:47.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:47.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:47 smithi135 ceph-mon[93152]: pgmap v9390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:48 smithi194 ceph-mon[104785]: pgmap v9390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:48.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:48.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:49.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:49.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:50 smithi135 ceph-mon[93152]: pgmap v9391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:39:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:50 smithi194 ceph-mon[104785]: pgmap v9391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:39:50.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:50.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:51.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:51.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:52 smithi194 ceph-mon[104785]: pgmap v9392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:52 smithi135 ceph-mon[93152]: pgmap v9392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:52.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:52.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:53.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:53.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:54 smithi194 ceph-mon[104785]: pgmap v9393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:54.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:54 smithi135 ceph-mon[93152]: pgmap v9393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:54.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:54.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:55.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:55.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:56 smithi194 ceph-mon[104785]: pgmap v9394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:56 smithi135 ceph-mon[93152]: pgmap v9394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:39:56.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:56.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:57.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:57.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:39:58 smithi194 ceph-mon[104785]: pgmap v9395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:39:58 smithi135 ceph-mon[93152]: pgmap v9395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:39:58.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:58.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:39:59.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:39:59.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:00 smithi194 ceph-mon[104785]: pgmap v9396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:40:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T09:40:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:00 smithi135 ceph-mon[93152]: pgmap v9396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:40:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T09:40:00.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:00.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:01.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:01.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:02 smithi194 ceph-mon[104785]: pgmap v9397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:02 smithi135 ceph-mon[93152]: pgmap v9397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:02.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:02.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:03.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:03.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:04 smithi194 ceph-mon[104785]: pgmap v9398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:04 smithi135 ceph-mon[93152]: pgmap v9398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:04.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:04.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:05.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:05.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:06 smithi194 ceph-mon[104785]: pgmap v9399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:06 smithi135 ceph-mon[93152]: pgmap v9399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:06.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:06.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:07.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:07.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:08 smithi194 ceph-mon[104785]: pgmap v9400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:08 smithi135 ceph-mon[93152]: pgmap v9400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:08.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:08.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:09.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:09.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:10 smithi194 ceph-mon[104785]: pgmap v9401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:40:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:10 smithi135 ceph-mon[93152]: pgmap v9401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:40:10.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:10.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:11.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:11.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:12 smithi194 ceph-mon[104785]: pgmap v9402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:12 smithi135 ceph-mon[93152]: pgmap v9402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:12.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:12.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:13.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:13.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:14.336 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:14 smithi135 ceph-mon[93152]: pgmap v9403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:14 smithi194 ceph-mon[104785]: pgmap v9403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:14.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:14.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:15.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:15.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:16 smithi194 ceph-mon[104785]: pgmap v9404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:16 smithi135 ceph-mon[93152]: pgmap v9404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:16.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:16.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:17.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:17.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:18 smithi194 ceph-mon[104785]: pgmap v9405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:18 smithi135 ceph-mon[93152]: pgmap v9405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:18.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:18.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:19.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:19.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:20 smithi194 ceph-mon[104785]: pgmap v9406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:40:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:20 smithi135 ceph-mon[93152]: pgmap v9406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:40:20.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:20.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:21.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:21.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:22 smithi194 ceph-mon[104785]: pgmap v9407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:22 smithi135 ceph-mon[93152]: pgmap v9407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:22.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:22.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:23.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:23.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:24.434 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:24 smithi135 ceph-mon[93152]: pgmap v9408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:24 smithi194 ceph-mon[104785]: pgmap v9408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:24.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:24.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:25.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:25.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:26 smithi194 ceph-mon[104785]: pgmap v9409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:26 smithi135 ceph-mon[93152]: pgmap v9409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:26.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:26.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:27.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:27.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:28 smithi194 ceph-mon[104785]: pgmap v9410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:28 smithi135 ceph-mon[93152]: pgmap v9410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:28.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:28.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:29.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:29.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:30 smithi194 ceph-mon[104785]: pgmap v9411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:40:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:30 smithi135 ceph-mon[93152]: pgmap v9411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:40:30.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:30.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:40:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:40:31.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:31.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:32.191 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:32 smithi194 ceph-mon[104785]: pgmap v9412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:32.358 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:32 smithi135 ceph-mon[93152]: pgmap v9412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:32.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:32.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:33.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:33.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:34 smithi194 ceph-mon[104785]: pgmap v9413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:34 smithi135 ceph-mon[93152]: pgmap v9413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:35.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:35.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: pgmap v9414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:36.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:36.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:36.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:36.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1629M 2023-10-08T09:40:36.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:40:36.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:40:36.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:40:36.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: pgmap v9414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:36.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:36.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:36.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:36.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:40:36.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1629M 2023-10-08T09:40:36.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:40:36.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:40:36.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:40:36.260 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:40:36.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:36.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:37.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:37.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:38.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:37 smithi194 ceph-mon[104785]: pgmap v9415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:37 smithi135 ceph-mon[93152]: pgmap v9415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:38.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:38.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:39.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:39.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:39 smithi194 ceph-mon[104785]: pgmap v9416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:40:40.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:39 smithi135 ceph-mon[93152]: pgmap v9416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:40:40.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:40.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:41.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:41.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:41 smithi135 ceph-mon[93152]: pgmap v9417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:41 smithi194 ceph-mon[104785]: pgmap v9417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:42.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:42.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:43.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:43.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:43 smithi135 ceph-mon[93152]: pgmap v9418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:44.360 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:43 smithi194 ceph-mon[104785]: pgmap v9418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:44.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:44.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:45.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:45.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:45 smithi135 ceph-mon[93152]: pgmap v9419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:45 smithi194 ceph-mon[104785]: pgmap v9419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:46.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:46.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:47.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:47.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:47 smithi135 ceph-mon[93152]: pgmap v9420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:47 smithi194 ceph-mon[104785]: pgmap v9420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:48.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:48.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:49.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:49.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:49 smithi135 ceph-mon[93152]: pgmap v9421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:40:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:49 smithi194 ceph-mon[104785]: pgmap v9421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:40:50.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:50.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:51.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:51.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:52 smithi135 ceph-mon[93152]: pgmap v9422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:52 smithi194 ceph-mon[104785]: pgmap v9422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:52.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:52.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:53.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:53.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:54 smithi135 ceph-mon[93152]: pgmap v9423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:54 smithi194 ceph-mon[104785]: pgmap v9423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:54.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:54.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:55.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:55.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:56 smithi194 ceph-mon[104785]: pgmap v9424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:56 smithi135 ceph-mon[93152]: pgmap v9424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:40:56.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:56.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:57.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:57.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:40:58 smithi194 ceph-mon[104785]: pgmap v9425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:40:58 smithi135 ceph-mon[93152]: pgmap v9425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:40:58.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:58.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:40:59.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:40:59.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:00 smithi135 ceph-mon[93152]: pgmap v9426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:41:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:00 smithi194 ceph-mon[104785]: pgmap v9426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:41:00.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:00.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:01.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:01.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:02 smithi194 ceph-mon[104785]: pgmap v9427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:02 smithi135 ceph-mon[93152]: pgmap v9427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:02.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:02.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:03.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:03.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:04 smithi194 ceph-mon[104785]: pgmap v9428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:04 smithi135 ceph-mon[93152]: pgmap v9428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:04.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:04.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:05.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:05.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:06 smithi194 ceph-mon[104785]: pgmap v9429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:06.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:06 smithi135 ceph-mon[93152]: pgmap v9429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:06.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:06.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:07.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:07.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:08 smithi194 ceph-mon[104785]: pgmap v9430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:08 smithi135 ceph-mon[93152]: pgmap v9430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:08.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:08.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:09.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:09.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:10 smithi135 ceph-mon[93152]: pgmap v9431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:41:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:10 smithi194 ceph-mon[104785]: pgmap v9431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:41:10.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:10.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:11.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:11.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:11.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:12 smithi194 ceph-mon[104785]: pgmap v9432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:12 smithi135 ceph-mon[93152]: pgmap v9432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:12.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:12.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:13.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:13.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:14 smithi194 ceph-mon[104785]: pgmap v9433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:14 smithi135 ceph-mon[93152]: pgmap v9433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:14.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:14.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:15.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:15.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:16 smithi194 ceph-mon[104785]: pgmap v9434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:16 smithi135 ceph-mon[93152]: pgmap v9434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:16.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:16.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:17.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:17.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:18 smithi194 ceph-mon[104785]: pgmap v9435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:18 smithi135 ceph-mon[93152]: pgmap v9435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:18.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:18.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:19.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:19.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:20 smithi135 ceph-mon[93152]: pgmap v9436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:41:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:20 smithi194 ceph-mon[104785]: pgmap v9436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:41:20.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:20.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:21.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:21.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:22 smithi194 ceph-mon[104785]: pgmap v9437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:22.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:22 smithi135 ceph-mon[93152]: pgmap v9437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:22.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:22.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:23.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:23.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:24 smithi194 ceph-mon[104785]: pgmap v9438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:24 smithi135 ceph-mon[93152]: pgmap v9438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:24.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:24.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:25.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:25.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:26 smithi194 ceph-mon[104785]: pgmap v9439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:26 smithi135 ceph-mon[93152]: pgmap v9439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:26.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:26.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:27.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:27.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:28 smithi194 ceph-mon[104785]: pgmap v9440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:28 smithi135 ceph-mon[93152]: pgmap v9440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:28.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:28.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:29.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:29.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:30.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:30 smithi194 ceph-mon[104785]: pgmap v9441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:41:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:30 smithi135 ceph-mon[93152]: pgmap v9441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:41:30.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:30.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:31.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:31.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:32 smithi194 ceph-mon[104785]: pgmap v9442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:32 smithi135 ceph-mon[93152]: pgmap v9442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:32.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:32.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:33.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:33.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:34.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:34 smithi194 ceph-mon[104785]: pgmap v9443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:34 smithi135 ceph-mon[93152]: pgmap v9443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:34.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:34.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:35.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:35.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:36 smithi194 ceph-mon[104785]: pgmap v9444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:41:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:36 smithi135 ceph-mon[93152]: pgmap v9444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:41:36.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:36.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:41:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:41:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:41:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:41:37.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:41:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:41:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:41:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:41:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:41:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:41:37.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:37.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:38 smithi194 ceph-mon[104785]: pgmap v9445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:38 smithi135 ceph-mon[93152]: pgmap v9445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:38.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:38.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:39.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:39.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:40 smithi194 ceph-mon[104785]: pgmap v9446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:41:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:40 smithi135 ceph-mon[93152]: pgmap v9446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:41:40.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:40.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:41.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:41.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:42 smithi194 ceph-mon[104785]: pgmap v9447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:42 smithi135 ceph-mon[93152]: pgmap v9447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:42.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:42.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:43.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:43.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:44 smithi194 ceph-mon[104785]: pgmap v9448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:44 smithi135 ceph-mon[93152]: pgmap v9448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:44.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:44.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:45.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:45.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:46 smithi194 ceph-mon[104785]: pgmap v9449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:46 smithi135 ceph-mon[93152]: pgmap v9449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:46.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:46.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:47.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:47.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:48 smithi194 ceph-mon[104785]: pgmap v9450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:48 smithi135 ceph-mon[93152]: pgmap v9450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:48.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:48.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:49.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:49.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:50 smithi194 ceph-mon[104785]: pgmap v9451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:41:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:50 smithi135 ceph-mon[93152]: pgmap v9451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:41:50.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:50.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:51.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:51.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:52 smithi194 ceph-mon[104785]: pgmap v9452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:52 smithi135 ceph-mon[93152]: pgmap v9452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:52.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:52.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:53.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:53.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:54 smithi194 ceph-mon[104785]: pgmap v9453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:54 smithi135 ceph-mon[93152]: pgmap v9453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:54.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:54.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:55.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:55.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:56 smithi194 ceph-mon[104785]: pgmap v9454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:56 smithi135 ceph-mon[93152]: pgmap v9454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:41:56.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:56.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:57.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:57.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:41:58 smithi194 ceph-mon[104785]: pgmap v9455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:41:58 smithi135 ceph-mon[93152]: pgmap v9455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:41:58.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:58.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:41:59.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:41:59.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:00 smithi194 ceph-mon[104785]: pgmap v9456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:42:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:00 smithi135 ceph-mon[93152]: pgmap v9456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:42:00.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:00.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:01.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:01.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:02 smithi135 ceph-mon[93152]: pgmap v9457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:02.660 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:02 smithi194 ceph-mon[104785]: pgmap v9457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:02.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:02.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:03.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:03.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:04 smithi194 ceph-mon[104785]: pgmap v9458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:04 smithi135 ceph-mon[93152]: pgmap v9458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:04.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:04.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:05.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:05.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:06 smithi194 ceph-mon[104785]: pgmap v9459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:06 smithi135 ceph-mon[93152]: pgmap v9459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:06.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:06.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:07.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:07.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:08 smithi194 ceph-mon[104785]: pgmap v9460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:08 smithi135 ceph-mon[93152]: pgmap v9460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:08.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:08.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:09.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:09.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:10 smithi194 ceph-mon[104785]: pgmap v9461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:42:10.475 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:10 smithi135 ceph-mon[93152]: pgmap v9461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:42:10.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:10.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:11.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:11.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:12 smithi135 ceph-mon[93152]: pgmap v9462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:12 smithi194 ceph-mon[104785]: pgmap v9462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:12.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:12.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:13.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:13.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:14.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:14 smithi135 ceph-mon[93152]: pgmap v9463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:14 smithi194 ceph-mon[104785]: pgmap v9463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:14.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:14.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:15.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:15.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:16.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:16 smithi135 ceph-mon[93152]: pgmap v9464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:16.751 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:16 smithi194 ceph-mon[104785]: pgmap v9464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:16.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:16.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:17.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:17.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:18 smithi135 ceph-mon[93152]: pgmap v9465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:18 smithi194 ceph-mon[104785]: pgmap v9465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:18.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:18.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:19.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:19.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:20 smithi135 ceph-mon[93152]: pgmap v9466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:42:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:20 smithi194 ceph-mon[104785]: pgmap v9466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:42:20.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:20.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:21.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:21.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:22 smithi135 ceph-mon[93152]: pgmap v9467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:22 smithi194 ceph-mon[104785]: pgmap v9467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:22.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:22.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:23.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:23.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:24 smithi135 ceph-mon[93152]: pgmap v9468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:24 smithi194 ceph-mon[104785]: pgmap v9468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:24.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:24.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:25.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:25.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:26 smithi135 ceph-mon[93152]: pgmap v9469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:26 smithi194 ceph-mon[104785]: pgmap v9469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:26.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:26.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:27.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:27.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:28.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:28 smithi135 ceph-mon[93152]: pgmap v9470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:28 smithi194 ceph-mon[104785]: pgmap v9470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:28.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:28.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:29.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:29.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:30 smithi135 ceph-mon[93152]: pgmap v9471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:42:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:30 smithi194 ceph-mon[104785]: pgmap v9471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:42:30.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:30.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:31.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:31.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:32 smithi135 ceph-mon[93152]: pgmap v9472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:32 smithi194 ceph-mon[104785]: pgmap v9472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:32.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:32.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:33.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:33.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:34.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:34 smithi135 ceph-mon[93152]: pgmap v9473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:34 smithi194 ceph-mon[104785]: pgmap v9473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:34.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:34.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:35.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:35.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:36 smithi135 ceph-mon[93152]: pgmap v9474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:42:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:36 smithi194 ceph-mon[104785]: pgmap v9474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:42:36.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:36.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:42:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:42:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:42:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:42:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:42:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:42:37.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:42:37.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:42:37.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:42:37.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:42:37.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:37.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:38 smithi135 ceph-mon[93152]: pgmap v9475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:38 smithi194 ceph-mon[104785]: pgmap v9475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:38.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:38.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:39.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:39.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:40 smithi135 ceph-mon[93152]: pgmap v9476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:42:40.576 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:40 smithi194 ceph-mon[104785]: pgmap v9476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:42:40.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:40.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:41.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:41.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:42 smithi194 ceph-mon[104785]: pgmap v9477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:42 smithi135 ceph-mon[93152]: pgmap v9477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:42.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:42.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:43.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:43.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:44 smithi194 ceph-mon[104785]: pgmap v9478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:44 smithi135 ceph-mon[93152]: pgmap v9478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:44.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:44.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:45.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:45.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:46 smithi194 ceph-mon[104785]: pgmap v9479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:46 smithi135 ceph-mon[93152]: pgmap v9479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:46.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:46.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:47.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:47.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:48 smithi194 ceph-mon[104785]: pgmap v9480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:48 smithi135 ceph-mon[93152]: pgmap v9480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:48.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:48.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:49.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:49.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:50 smithi135 ceph-mon[93152]: pgmap v9481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:42:50.683 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:50 smithi194 ceph-mon[104785]: pgmap v9481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:42:50.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:50.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:51.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:51.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:52 smithi194 ceph-mon[104785]: pgmap v9482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:52 smithi135 ceph-mon[93152]: pgmap v9482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:52.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:52.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:53.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:53.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:54 smithi194 ceph-mon[104785]: pgmap v9483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:54 smithi135 ceph-mon[93152]: pgmap v9483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:54.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:54.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:55.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:55.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:56 smithi194 ceph-mon[104785]: pgmap v9484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:56 smithi135 ceph-mon[93152]: pgmap v9484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:42:56.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:56.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:57.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:57.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:42:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:42:58 smithi194 ceph-mon[104785]: pgmap v9485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:58.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:42:58 smithi135 ceph-mon[93152]: pgmap v9485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:42:59.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:42:59.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:00.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:00.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:00 smithi135 ceph-mon[93152]: pgmap v9486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:43:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:00 smithi194 ceph-mon[104785]: pgmap v9486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:43:01.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:01.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:02.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:02.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:02 smithi194 ceph-mon[104785]: pgmap v9487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:02 smithi135 ceph-mon[93152]: pgmap v9487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:03.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:03.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:04.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:04.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:04 smithi194 ceph-mon[104785]: pgmap v9488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:04 smithi135 ceph-mon[93152]: pgmap v9488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:05.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:05.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:06.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:06.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:06 smithi194 ceph-mon[104785]: pgmap v9489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:06 smithi135 ceph-mon[93152]: pgmap v9489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:07.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:07.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:08.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:08.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:08 smithi194 ceph-mon[104785]: pgmap v9490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:08 smithi135 ceph-mon[93152]: pgmap v9490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:09.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:09.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:10.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:10.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:10 smithi135 ceph-mon[93152]: pgmap v9491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:43:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:10 smithi194 ceph-mon[104785]: pgmap v9491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:43:11.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:11.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:12.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:12.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:12 smithi194 ceph-mon[104785]: pgmap v9492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:12 smithi135 ceph-mon[93152]: pgmap v9492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:13.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:13.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:14.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:14.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:14 smithi194 ceph-mon[104785]: pgmap v9493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:14 smithi135 ceph-mon[93152]: pgmap v9493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:15.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:15.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:16.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:16.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:16 smithi135 ceph-mon[93152]: pgmap v9494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:16 smithi194 ceph-mon[104785]: pgmap v9494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:17.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:17.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:18.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:18.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:18 smithi194 ceph-mon[104785]: pgmap v9495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:18 smithi135 ceph-mon[93152]: pgmap v9495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:19.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:19.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:20.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:20.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:20 smithi135 ceph-mon[93152]: pgmap v9496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:43:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:20 smithi194 ceph-mon[104785]: pgmap v9496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:43:21.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:21.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:22.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:22.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:22 smithi194 ceph-mon[104785]: pgmap v9497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:22 smithi135 ceph-mon[93152]: pgmap v9497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:23.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:23.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:24.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:24.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:24 smithi194 ceph-mon[104785]: pgmap v9498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:24 smithi135 ceph-mon[93152]: pgmap v9498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:25.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:25.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:26.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:26.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:26 smithi135 ceph-mon[93152]: pgmap v9499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:27.312 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:27.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:26 smithi194 ceph-mon[104785]: pgmap v9499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:27.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:27.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:27.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:28.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:28.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:28 smithi194 ceph-mon[104785]: pgmap v9500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:28 smithi135 ceph-mon[93152]: pgmap v9500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:29.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:29.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:30.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:30.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:30 smithi194 ceph-mon[104785]: pgmap v9501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:43:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:30 smithi135 ceph-mon[93152]: pgmap v9501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:43:31.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:31.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:32.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:32.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:32 smithi194 ceph-mon[104785]: pgmap v9502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:32 smithi135 ceph-mon[93152]: pgmap v9502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:33.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:33.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:34.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:34.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:34 smithi194 ceph-mon[104785]: pgmap v9503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:34 smithi135 ceph-mon[93152]: pgmap v9503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:35.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:35.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:36.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:36.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:36 smithi194 ceph-mon[104785]: pgmap v9504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:36 smithi135 ceph-mon[93152]: pgmap v9504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:37.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:37.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:43:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:43:38.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:38.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:38 smithi194 ceph-mon[104785]: pgmap v9505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:38 smithi135 ceph-mon[93152]: pgmap v9505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:39.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:39.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:40.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:40.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:40 smithi194 ceph-mon[104785]: pgmap v9506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:43:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:40 smithi135 ceph-mon[93152]: pgmap v9506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:43:41.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:41.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:42.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:42.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:42 smithi194 ceph-mon[104785]: pgmap v9507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:43:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:43:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:43:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:43:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:43:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:43:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:43:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:42 smithi135 ceph-mon[93152]: pgmap v9507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:43:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:43:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:43:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:43:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:43:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:43:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:43:43.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:43.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:44.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:44.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:44 smithi194 ceph-mon[104785]: pgmap v9508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:44 smithi135 ceph-mon[93152]: pgmap v9508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:45.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:45.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:46.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:46.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:46 smithi194 ceph-mon[104785]: pgmap v9509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:46 smithi135 ceph-mon[93152]: pgmap v9509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:47.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:47.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:48.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:48.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:48 smithi194 ceph-mon[104785]: pgmap v9510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:48 smithi135 ceph-mon[93152]: pgmap v9510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:49.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:49.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:50.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:50.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:50 smithi194 ceph-mon[104785]: pgmap v9511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:43:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:50 smithi135 ceph-mon[93152]: pgmap v9511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:43:51.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:51.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:52.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:52.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:52 smithi194 ceph-mon[104785]: pgmap v9512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:52 smithi135 ceph-mon[93152]: pgmap v9512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:53.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:53.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:54.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:54.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:54 smithi194 ceph-mon[104785]: pgmap v9513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:54 smithi135 ceph-mon[93152]: pgmap v9513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:55.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:55.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:56.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:56.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:56 smithi194 ceph-mon[104785]: pgmap v9514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:56 smithi135 ceph-mon[93152]: pgmap v9514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:43:57.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:57.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:58.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:58.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:43:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:43:58 smithi194 ceph-mon[104785]: pgmap v9515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:43:58 smithi135 ceph-mon[93152]: pgmap v9515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:43:59.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:43:59.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:00.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:00.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:00 smithi194 ceph-mon[104785]: pgmap v9516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:44:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:00 smithi135 ceph-mon[93152]: pgmap v9516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:44:01.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:01.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:02.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:02.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:02 smithi194 ceph-mon[104785]: pgmap v9517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:02 smithi135 ceph-mon[93152]: pgmap v9517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:03.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:03.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:04.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:04.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:04 smithi194 ceph-mon[104785]: pgmap v9518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:04 smithi135 ceph-mon[93152]: pgmap v9518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:05.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:05.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:06.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:06.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:06 smithi194 ceph-mon[104785]: pgmap v9519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:07.476 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:06 smithi135 ceph-mon[93152]: pgmap v9519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:07.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:07.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:08.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:08.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:08 smithi194 ceph-mon[104785]: pgmap v9520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:08 smithi135 ceph-mon[93152]: pgmap v9520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:09.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:09.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:10.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:10.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:10 smithi194 ceph-mon[104785]: pgmap v9521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:44:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:10 smithi135 ceph-mon[93152]: pgmap v9521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:44:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:11.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:11.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:12.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:12.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:12 smithi194 ceph-mon[104785]: pgmap v9522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:12.912 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:12 smithi135 ceph-mon[93152]: pgmap v9522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:13.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:13.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:14.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:14.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:14 smithi194 ceph-mon[104785]: pgmap v9523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:14 smithi135 ceph-mon[93152]: pgmap v9523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:15.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:15.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:16.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:16.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:16 smithi194 ceph-mon[104785]: pgmap v9524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:16.715 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:16 smithi135 ceph-mon[93152]: pgmap v9524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:17.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:17.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:18.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:18.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:18 smithi194 ceph-mon[104785]: pgmap v9525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:18 smithi135 ceph-mon[93152]: pgmap v9525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:19.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:19.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:20.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:20.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:20 smithi194 ceph-mon[104785]: pgmap v9526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:44:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:20 smithi135 ceph-mon[93152]: pgmap v9526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:44:21.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:21.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:22.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:22.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:22 smithi194 ceph-mon[104785]: pgmap v9527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:22 smithi135 ceph-mon[93152]: pgmap v9527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:23.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:23.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:24.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:24.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:24 smithi194 ceph-mon[104785]: pgmap v9528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:24 smithi135 ceph-mon[93152]: pgmap v9528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:25.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:25.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:26.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:26.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:26 smithi194 ceph-mon[104785]: pgmap v9529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:26 smithi135 ceph-mon[93152]: pgmap v9529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:27.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:27.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:28.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:28.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:28 smithi194 ceph-mon[104785]: pgmap v9530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:28 smithi135 ceph-mon[93152]: pgmap v9530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:29.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:29.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:30.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:30.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:30 smithi194 ceph-mon[104785]: pgmap v9531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:44:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:30 smithi135 ceph-mon[93152]: pgmap v9531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:44:31.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:31.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:32.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:32.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:32 smithi135 ceph-mon[93152]: pgmap v9532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:32 smithi194 ceph-mon[104785]: pgmap v9532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:33.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:33.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:34.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:34.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:34 smithi194 ceph-mon[104785]: pgmap v9533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:34 smithi135 ceph-mon[93152]: pgmap v9533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:35.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:35.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:36.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:36.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:36 smithi194 ceph-mon[104785]: pgmap v9534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:36 smithi135 ceph-mon[93152]: pgmap v9534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:37.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:37.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:38.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:38.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:38 smithi194 ceph-mon[104785]: pgmap v9535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:38 smithi135 ceph-mon[93152]: pgmap v9535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:39.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:39.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:40.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:40.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:40 smithi194 ceph-mon[104785]: pgmap v9536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:40 smithi135 ceph-mon[93152]: pgmap v9536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:44:41.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:41.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:42.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:42.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:42 smithi194 ceph-mon[104785]: pgmap v9537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:42 smithi135 ceph-mon[93152]: pgmap v9537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:43.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:43.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:43.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:44:43.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:44:43.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:44:43.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:44:43.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:44:43.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:44:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:44:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:44:43.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:44:43.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:44:43.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:44:43.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:44:44.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:44.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:44 smithi194 ceph-mon[104785]: pgmap v9538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:44 smithi135 ceph-mon[93152]: pgmap v9538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:45.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:45.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:46.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:46.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:46 smithi194 ceph-mon[104785]: pgmap v9539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:46 smithi135 ceph-mon[93152]: pgmap v9539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:47.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:47.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:48.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:48.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:48 smithi194 ceph-mon[104785]: pgmap v9540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:48 smithi135 ceph-mon[93152]: pgmap v9540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:49.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:49.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:50.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:50.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:50 smithi194 ceph-mon[104785]: pgmap v9541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:44:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:50 smithi135 ceph-mon[93152]: pgmap v9541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:44:51.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:51.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:52.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:52.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:52 smithi194 ceph-mon[104785]: pgmap v9542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:52 smithi135 ceph-mon[93152]: pgmap v9542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:53.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:53.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:54.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:54.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:54 smithi194 ceph-mon[104785]: pgmap v9543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:54 smithi135 ceph-mon[93152]: pgmap v9543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:55.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:55.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:56.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:56.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:56 smithi194 ceph-mon[104785]: pgmap v9544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:56 smithi135 ceph-mon[93152]: pgmap v9544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:44:57.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:57.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:58.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:58.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:44:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:44:58 smithi194 ceph-mon[104785]: pgmap v9545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:44:58 smithi135 ceph-mon[93152]: pgmap v9545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:44:59.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:44:59.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:00.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:00.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:00 smithi194 ceph-mon[104785]: pgmap v9546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:45:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:00 smithi135 ceph-mon[93152]: pgmap v9546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:45:01.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:01.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:02.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:02.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:02 smithi194 ceph-mon[104785]: pgmap v9547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:02 smithi135 ceph-mon[93152]: pgmap v9547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:03.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:03.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:04.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:04.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:04 smithi194 ceph-mon[104785]: pgmap v9548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:04 smithi135 ceph-mon[93152]: pgmap v9548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:05.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:05.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:06.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:06.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:06 smithi194 ceph-mon[104785]: pgmap v9549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:06 smithi135 ceph-mon[93152]: pgmap v9549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:07.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:07.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:08.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:08.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:08 smithi194 ceph-mon[104785]: pgmap v9550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:08 smithi135 ceph-mon[93152]: pgmap v9550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:09.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:09.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:10.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:10.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:10.750 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:10 smithi194 ceph-mon[104785]: pgmap v9551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:45:10.751 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:10 smithi135 ceph-mon[93152]: pgmap v9551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:45:11.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:11.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:12.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:12.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:12 smithi194 ceph-mon[104785]: pgmap v9552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:12 smithi135 ceph-mon[93152]: pgmap v9552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:13.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:13.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:14.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:14.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:14 smithi194 ceph-mon[104785]: pgmap v9553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:14 smithi135 ceph-mon[93152]: pgmap v9553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:15.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:15.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:16.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:16.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:16 smithi194 ceph-mon[104785]: pgmap v9554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:16 smithi135 ceph-mon[93152]: pgmap v9554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:17.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:17.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:18.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:18.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:18 smithi194 ceph-mon[104785]: pgmap v9555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:18 smithi135 ceph-mon[93152]: pgmap v9555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:19.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:19.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:20.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:20.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:20 smithi194 ceph-mon[104785]: pgmap v9556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:45:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:20 smithi135 ceph-mon[93152]: pgmap v9556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:45:21.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:21.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:22.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:22.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:22 smithi194 ceph-mon[104785]: pgmap v9557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:22 smithi135 ceph-mon[93152]: pgmap v9557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:23.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:23.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:24.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:24.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:24 smithi194 ceph-mon[104785]: pgmap v9558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:24 smithi135 ceph-mon[93152]: pgmap v9558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:25.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:25.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:26.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:26.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:26 smithi194 ceph-mon[104785]: pgmap v9559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:26 smithi135 ceph-mon[93152]: pgmap v9559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:27.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:27.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:28.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:28.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:28.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:28 smithi194 ceph-mon[104785]: pgmap v9560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:28 smithi135 ceph-mon[93152]: pgmap v9560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:29.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:29.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:30.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:30.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:30 smithi194 ceph-mon[104785]: pgmap v9561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:45:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:30 smithi135 ceph-mon[93152]: pgmap v9561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:45:31.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:31.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:32.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:32.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:32.456 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:32 smithi135 ceph-mon[93152]: pgmap v9562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:32 smithi194 ceph-mon[104785]: pgmap v9562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:33.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:33.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:34.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:34.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:34 smithi194 ceph-mon[104785]: pgmap v9563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:34 smithi135 ceph-mon[93152]: pgmap v9563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:35.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:35.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:36.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:36.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:36 smithi194 ceph-mon[104785]: pgmap v9564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:36 smithi135 ceph-mon[93152]: pgmap v9564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:37.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:37.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:38.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:38.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:38 smithi194 ceph-mon[104785]: pgmap v9565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:38 smithi135 ceph-mon[93152]: pgmap v9565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:39.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:39.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:40.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:40.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:40 smithi194 ceph-mon[104785]: pgmap v9566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:45:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:40 smithi135 ceph-mon[93152]: pgmap v9566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:45:41.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:41.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:42.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:42.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:42 smithi194 ceph-mon[104785]: pgmap v9567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:42 smithi135 ceph-mon[93152]: pgmap v9567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:43.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:43.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:45:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:45:44.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:44.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:44 smithi194 ceph-mon[104785]: pgmap v9568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:44 smithi135 ceph-mon[93152]: pgmap v9568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:45.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:45.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:46.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:46.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:46 smithi194 ceph-mon[104785]: pgmap v9569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:46 smithi135 ceph-mon[93152]: pgmap v9569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:47.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:47.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:48.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:48.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:48 smithi194 ceph-mon[104785]: pgmap v9570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:48 smithi135 ceph-mon[93152]: pgmap v9570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:49.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:49.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:50.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:50.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:50 smithi194 ceph-mon[104785]: pgmap v9571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:45:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:45:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:45:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:50 smithi135 ceph-mon[93152]: pgmap v9571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:45:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:45:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:45:51.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:51.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:45:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:45:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:45:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:45:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:45:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:45:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:45:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:45:51.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:45:51.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:45:52.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:52.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:52 smithi194 ceph-mon[104785]: pgmap v9572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:52 smithi135 ceph-mon[93152]: pgmap v9572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:53.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:53.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:54.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:54.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:54 smithi194 ceph-mon[104785]: pgmap v9573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:54 smithi135 ceph-mon[93152]: pgmap v9573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:55.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:55.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:56.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:56.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:56 smithi194 ceph-mon[104785]: pgmap v9574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:56 smithi135 ceph-mon[93152]: pgmap v9574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:45:57.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:57.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:58.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:58.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:45:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:45:58 smithi194 ceph-mon[104785]: pgmap v9575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:45:58 smithi135 ceph-mon[93152]: pgmap v9575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:45:59.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:45:59.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:00.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:00.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:00 smithi194 ceph-mon[104785]: pgmap v9576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:46:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:00 smithi135 ceph-mon[93152]: pgmap v9576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:46:01.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:01.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:02.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:02.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:02 smithi194 ceph-mon[104785]: pgmap v9577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:02 smithi135 ceph-mon[93152]: pgmap v9577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:03.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:03.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:04.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:04.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:04 smithi194 ceph-mon[104785]: pgmap v9578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:04 smithi135 ceph-mon[93152]: pgmap v9578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:05.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:05.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:06.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:06.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:06 smithi194 ceph-mon[104785]: pgmap v9579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:06 smithi135 ceph-mon[93152]: pgmap v9579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:07.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:07.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:08.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:08.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:08 smithi194 ceph-mon[104785]: pgmap v9580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:08 smithi135 ceph-mon[93152]: pgmap v9580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:09.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:09.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:10.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:10.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:10 smithi194 ceph-mon[104785]: pgmap v9581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:46:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:10 smithi135 ceph-mon[93152]: pgmap v9581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:46:11.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:11.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:12.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:12.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:12 smithi194 ceph-mon[104785]: pgmap v9582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:12 smithi135 ceph-mon[93152]: pgmap v9582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:13.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:13.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:14.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:14.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:14 smithi194 ceph-mon[104785]: pgmap v9583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:14 smithi135 ceph-mon[93152]: pgmap v9583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:15.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:15.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:16.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:16.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:16 smithi194 ceph-mon[104785]: pgmap v9584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:16 smithi135 ceph-mon[93152]: pgmap v9584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:17.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:17.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:18 smithi135 ceph-mon[93152]: pgmap v9585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:18.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:18.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:18 smithi194 ceph-mon[104785]: pgmap v9585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:19.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:19.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:20.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:20.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:20 smithi194 ceph-mon[104785]: pgmap v9586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:46:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:20 smithi135 ceph-mon[93152]: pgmap v9586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:46:21.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:21.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:22.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:22.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:22 smithi194 ceph-mon[104785]: pgmap v9587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:22.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:22 smithi135 ceph-mon[93152]: pgmap v9587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:23.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:23.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:24.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:24.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:24 smithi194 ceph-mon[104785]: pgmap v9588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:24 smithi135 ceph-mon[93152]: pgmap v9588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:25.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:25.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:26.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:26.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:26 smithi194 ceph-mon[104785]: pgmap v9589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:26 smithi135 ceph-mon[93152]: pgmap v9589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:27.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:27.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:28 smithi194 ceph-mon[104785]: pgmap v9590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:28 smithi135 ceph-mon[93152]: pgmap v9590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:28.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:28.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:29.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:29.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:30.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:30.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:30 smithi194 ceph-mon[104785]: pgmap v9591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:46:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:30 smithi135 ceph-mon[93152]: pgmap v9591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:46:31.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:31.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:32.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:32.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:32 smithi194 ceph-mon[104785]: pgmap v9592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:32 smithi135 ceph-mon[93152]: pgmap v9592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:33.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:33.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:34.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:34.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:34 smithi194 ceph-mon[104785]: pgmap v9593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:34 smithi135 ceph-mon[93152]: pgmap v9593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:35.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:35.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:36.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:36.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:36 smithi194 ceph-mon[104785]: pgmap v9594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:36 smithi135 ceph-mon[93152]: pgmap v9594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:37.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:37.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:38.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:38.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:38 smithi194 ceph-mon[104785]: pgmap v9595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:38 smithi135 ceph-mon[93152]: pgmap v9595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:39.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:39.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:40.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:40.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:40 smithi194 ceph-mon[104785]: pgmap v9596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:46:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:40 smithi135 ceph-mon[93152]: pgmap v9596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:46:41.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:41.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:42.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:42.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:42 smithi194 ceph-mon[104785]: pgmap v9597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:42 smithi135 ceph-mon[93152]: pgmap v9597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:43.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:43.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:44.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:44.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:44 smithi194 ceph-mon[104785]: pgmap v9598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:44 smithi135 ceph-mon[93152]: pgmap v9598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:45.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:45.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:46.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:46.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:46 smithi194 ceph-mon[104785]: pgmap v9599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:46 smithi135 ceph-mon[93152]: pgmap v9599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:47.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:47.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:48.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:48.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:48 smithi194 ceph-mon[104785]: pgmap v9600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:48 smithi135 ceph-mon[93152]: pgmap v9600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:49.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:49.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:50.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:50.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:50 smithi194 ceph-mon[104785]: pgmap v9601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:46:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:50 smithi135 ceph-mon[93152]: pgmap v9601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:46:51.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:51.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:46:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:46:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:46:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:46:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:46:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:46:52.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:52.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:52 smithi194 ceph-mon[104785]: pgmap v9602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:46:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:46:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:46:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:46:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:46:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:52 smithi135 ceph-mon[93152]: pgmap v9602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:46:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:46:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:46:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:46:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:46:53.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:53.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:54.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:54.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:54 smithi194 ceph-mon[104785]: pgmap v9603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:54 smithi135 ceph-mon[93152]: pgmap v9603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:55.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:55.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:56.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:56.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:56 smithi194 ceph-mon[104785]: pgmap v9604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:56 smithi135 ceph-mon[93152]: pgmap v9604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:46:57.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:57.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:58.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:58.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:46:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:46:58 smithi194 ceph-mon[104785]: pgmap v9605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:46:58 smithi135 ceph-mon[93152]: pgmap v9605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:46:59.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:46:59.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:00.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:00.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:00 smithi194 ceph-mon[104785]: pgmap v9606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:47:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:00 smithi135 ceph-mon[93152]: pgmap v9606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:47:01.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:01.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:02.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:02.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:02 smithi194 ceph-mon[104785]: pgmap v9607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:02 smithi135 ceph-mon[93152]: pgmap v9607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:03.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:03.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:04.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:04.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:04 smithi194 ceph-mon[104785]: pgmap v9608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:04 smithi135 ceph-mon[93152]: pgmap v9608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:05.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:05.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:06.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:06.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:06 smithi194 ceph-mon[104785]: pgmap v9609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:06 smithi135 ceph-mon[93152]: pgmap v9609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:07.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:07.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:08.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:08.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:08 smithi194 ceph-mon[104785]: pgmap v9610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:08 smithi135 ceph-mon[93152]: pgmap v9610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:09.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:09.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:10.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:10.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:10 smithi194 ceph-mon[104785]: pgmap v9611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:47:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:10 smithi135 ceph-mon[93152]: pgmap v9611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:47:11.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:11.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:12.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:12.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:12.475 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:12 smithi194 ceph-mon[104785]: pgmap v9612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:12 smithi135 ceph-mon[93152]: pgmap v9612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:13.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:13.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:14.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:14.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:14 smithi194 ceph-mon[104785]: pgmap v9613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:14.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:14 smithi135 ceph-mon[93152]: pgmap v9613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:15.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:15.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:16.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:16.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:16 smithi135 ceph-mon[93152]: pgmap v9614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:16 smithi194 ceph-mon[104785]: pgmap v9614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:17.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:17.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:18.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:18.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:18.477 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:18 smithi194 ceph-mon[104785]: pgmap v9615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:18.488 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:18 smithi135 ceph-mon[93152]: pgmap v9615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:19.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:20.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:20.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:20.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:20 smithi135 ceph-mon[93152]: pgmap v9616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:47:23.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:20 smithi194 ceph-mon[104785]: pgmap v9616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:47:23.399 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:22 smithi194 ceph-mon[104785]: pgmap v9617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:23.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:23.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:23.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:23.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:23.400 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:22 smithi135 ceph-mon[93152]: pgmap v9617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:23.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:23.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:24.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:24.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:24 smithi135 ceph-mon[93152]: pgmap v9618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:24 smithi194 ceph-mon[104785]: pgmap v9618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:25.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:25.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:26.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:27.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:26 smithi194 ceph-mon[104785]: pgmap v9619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:27.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:26 smithi135 ceph-mon[93152]: pgmap v9619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:27.959 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:27.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:27.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:28.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:31.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:31.247 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:28 smithi135 ceph-mon[93152]: pgmap v9620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:31.247 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:28 smithi194 ceph-mon[104785]: pgmap v9620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:31.247 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:30 smithi194 ceph-mon[104785]: pgmap v9621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:47:31.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:31.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:31.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:31.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:31.263 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:30 smithi135 ceph-mon[93152]: pgmap v9621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:47:31.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:31.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:32.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:32.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:32.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:32 smithi135 ceph-mon[93152]: pgmap v9622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:32 smithi194 ceph-mon[104785]: pgmap v9622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:33.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:33.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:34.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:34.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:34 smithi135 ceph-mon[93152]: pgmap v9623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:34 smithi194 ceph-mon[104785]: pgmap v9623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:35.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:35.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:36.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:36.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:36 smithi135 ceph-mon[93152]: pgmap v9624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:36 smithi194 ceph-mon[104785]: pgmap v9624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:37.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:37.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:38.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:38.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:38 smithi135 ceph-mon[93152]: pgmap v9625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:38.688 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:38 smithi194 ceph-mon[104785]: pgmap v9625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:39.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:39.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:40.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:40.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:40 smithi135 ceph-mon[93152]: pgmap v9626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:47:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:40 smithi194 ceph-mon[104785]: pgmap v9626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:47:41.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:41.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:42.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:42.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:42 smithi135 ceph-mon[93152]: pgmap v9627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:42 smithi194 ceph-mon[104785]: pgmap v9627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:43.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:43.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:44.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:44.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:44 smithi135 ceph-mon[93152]: pgmap v9628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:44 smithi194 ceph-mon[104785]: pgmap v9628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:45.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:45.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:46.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:46.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:46 smithi135 ceph-mon[93152]: pgmap v9629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:46 smithi194 ceph-mon[104785]: pgmap v9629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:47.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:47.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:48.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:48.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:48 smithi194 ceph-mon[104785]: pgmap v9630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:48 smithi135 ceph-mon[93152]: pgmap v9630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:49.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:49.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:50.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:50.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:50 smithi135 ceph-mon[93152]: pgmap v9631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:47:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:50 smithi194 ceph-mon[104785]: pgmap v9631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:47:51.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:51.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:52.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:52.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:52 smithi194 ceph-mon[104785]: pgmap v9632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:47:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:47:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:52 smithi135 ceph-mon[93152]: pgmap v9632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:47:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:47:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:47:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:47:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:47:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:47:53.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:53.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:54.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:54.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:54 smithi194 ceph-mon[104785]: pgmap v9633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:54 smithi135 ceph-mon[93152]: pgmap v9633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:55.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:55.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:56.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:56.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:56 smithi194 ceph-mon[104785]: pgmap v9634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:56 smithi135 ceph-mon[93152]: pgmap v9634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:47:57.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:57.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:58.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:58.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:47:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:47:58 smithi194 ceph-mon[104785]: pgmap v9635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:47:58 smithi135 ceph-mon[93152]: pgmap v9635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:47:59.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:47:59.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:00.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:00.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:00 smithi135 ceph-mon[93152]: pgmap v9636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:48:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:00 smithi194 ceph-mon[104785]: pgmap v9636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:48:01.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:01.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:02.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:02.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:02 smithi194 ceph-mon[104785]: pgmap v9637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:02 smithi135 ceph-mon[93152]: pgmap v9637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:03.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:03.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:04.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:04.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:04 smithi194 ceph-mon[104785]: pgmap v9638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:04 smithi135 ceph-mon[93152]: pgmap v9638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:05.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:05.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:06.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:06.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:06 smithi194 ceph-mon[104785]: pgmap v9639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:06 smithi135 ceph-mon[93152]: pgmap v9639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:07.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:07.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:08.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:08.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:08 smithi194 ceph-mon[104785]: pgmap v9640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:08 smithi135 ceph-mon[93152]: pgmap v9640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:09.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:09.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:10.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:10.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:10 smithi135 ceph-mon[93152]: pgmap v9641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:48:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:10 smithi194 ceph-mon[104785]: pgmap v9641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:48:11.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:11.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:12.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:12.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:12 smithi194 ceph-mon[104785]: pgmap v9642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:12 smithi135 ceph-mon[93152]: pgmap v9642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:13.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:13.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:14 smithi194 ceph-mon[104785]: pgmap v9643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:14.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:14.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:14 smithi135 ceph-mon[93152]: pgmap v9643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:15.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:15.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:16.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:16.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:16 smithi194 ceph-mon[104785]: pgmap v9644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:16 smithi135 ceph-mon[93152]: pgmap v9644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:17.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:17.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:18.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:18.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:18 smithi194 ceph-mon[104785]: pgmap v9645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:18 smithi135 ceph-mon[93152]: pgmap v9645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:19.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:19.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:20.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:20.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:20 smithi135 ceph-mon[93152]: pgmap v9646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:48:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:20 smithi194 ceph-mon[104785]: pgmap v9646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:48:21.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:21.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:22.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:22.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:22 smithi194 ceph-mon[104785]: pgmap v9647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:22 smithi135 ceph-mon[93152]: pgmap v9647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:23.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:23.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:24 smithi194 ceph-mon[104785]: pgmap v9648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:24.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:24 smithi135 ceph-mon[93152]: pgmap v9648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:24.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:24.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:25.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:25.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:26.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:26.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:26 smithi194 ceph-mon[104785]: pgmap v9649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:26 smithi135 ceph-mon[93152]: pgmap v9649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:27.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:27.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:28.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:28.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:28 smithi194 ceph-mon[104785]: pgmap v9650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:28 smithi135 ceph-mon[93152]: pgmap v9650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:29.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:29.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:30.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:30.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:30 smithi194 ceph-mon[104785]: pgmap v9651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:48:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:30 smithi135 ceph-mon[93152]: pgmap v9651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:48:31.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:31.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:32.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:32.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:32 smithi194 ceph-mon[104785]: pgmap v9652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:32 smithi135 ceph-mon[93152]: pgmap v9652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:33.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:33.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:34 smithi135 ceph-mon[93152]: pgmap v9653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:34.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:34.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:34 smithi194 ceph-mon[104785]: pgmap v9653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:35.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:35.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:36.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:36.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:36 smithi194 ceph-mon[104785]: pgmap v9654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:36 smithi135 ceph-mon[93152]: pgmap v9654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:37.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:37.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:38.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:38.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:38 smithi194 ceph-mon[104785]: pgmap v9655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:38 smithi135 ceph-mon[93152]: pgmap v9655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:39.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:39.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:40.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:40.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:40 smithi194 ceph-mon[104785]: pgmap v9656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:48:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:40 smithi135 ceph-mon[93152]: pgmap v9656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:48:41.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:41.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:42.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:42.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:42 smithi194 ceph-mon[104785]: pgmap v9657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:42 smithi135 ceph-mon[93152]: pgmap v9657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:43.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:43.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:44.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:44.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:44 smithi194 ceph-mon[104785]: pgmap v9658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:44 smithi135 ceph-mon[93152]: pgmap v9658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:45.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:45.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:46.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:46.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:46 smithi194 ceph-mon[104785]: pgmap v9659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:46 smithi135 ceph-mon[93152]: pgmap v9659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:47.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:47.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:48.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:48.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:48 smithi194 ceph-mon[104785]: pgmap v9660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:48 smithi135 ceph-mon[93152]: pgmap v9660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:49.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:49.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:50.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:50.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:50 smithi194 ceph-mon[104785]: pgmap v9661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:48:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:50 smithi135 ceph-mon[93152]: pgmap v9661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:48:51.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:51.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:52.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:52.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:52 smithi194 ceph-mon[104785]: pgmap v9662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:48:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:52 smithi135 ceph-mon[93152]: pgmap v9662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:48:53.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:53.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:48:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:48:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:53 smithi194 ceph-mon[104785]: pgmap v9663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:48:53.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:48:53.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:48:53.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:48:53.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:48:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:48:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:48:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:53 smithi135 ceph-mon[93152]: pgmap v9663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:48:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:48:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:48:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:48:54.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:48:54.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:54.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:55.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:55.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:56 smithi194 ceph-mon[104785]: pgmap v9664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:56 smithi135 ceph-mon[93152]: pgmap v9664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:48:56.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:56.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:57.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:57.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:48:58 smithi194 ceph-mon[104785]: pgmap v9665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:48:58 smithi135 ceph-mon[93152]: pgmap v9665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:48:58.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:58.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:48:59.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:48:59.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:00 smithi194 ceph-mon[104785]: pgmap v9666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:49:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:00 smithi135 ceph-mon[93152]: pgmap v9666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:49:00.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:00.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:01.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:01.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:02 smithi194 ceph-mon[104785]: pgmap v9667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:02 smithi135 ceph-mon[93152]: pgmap v9667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:02.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:02.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:03.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:03.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:04 smithi194 ceph-mon[104785]: pgmap v9668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:04 smithi135 ceph-mon[93152]: pgmap v9668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:04.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:04.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:05.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:05.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:06 smithi194 ceph-mon[104785]: pgmap v9669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:06 smithi135 ceph-mon[93152]: pgmap v9669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:06.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:06.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:07.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:07.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:08.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:08 smithi194 ceph-mon[104785]: pgmap v9670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:08 smithi135 ceph-mon[93152]: pgmap v9670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:08.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:08.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:09.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:09.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:10 smithi194 ceph-mon[104785]: pgmap v9671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:49:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:10 smithi135 ceph-mon[93152]: pgmap v9671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:49:10.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:10.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:11.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:11.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:11.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:12 smithi194 ceph-mon[104785]: pgmap v9672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:12 smithi135 ceph-mon[93152]: pgmap v9672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:12.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:12.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:13.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:13.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:14 smithi194 ceph-mon[104785]: pgmap v9673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:14 smithi135 ceph-mon[93152]: pgmap v9673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:14.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:14.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:15.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:15.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:16 smithi194 ceph-mon[104785]: pgmap v9674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:16 smithi135 ceph-mon[93152]: pgmap v9674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:16.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:16.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:17.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:17.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:18 smithi194 ceph-mon[104785]: pgmap v9675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:18 smithi135 ceph-mon[93152]: pgmap v9675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:18.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:18.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:19.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:19.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:20 smithi194 ceph-mon[104785]: pgmap v9676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:49:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:20 smithi135 ceph-mon[93152]: pgmap v9676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:49:20.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:20.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:21.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:21.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:22 smithi194 ceph-mon[104785]: pgmap v9677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:22 smithi135 ceph-mon[93152]: pgmap v9677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:22.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:22.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:23.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:23.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:24 smithi194 ceph-mon[104785]: pgmap v9678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:24 smithi135 ceph-mon[93152]: pgmap v9678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:24.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:24.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:25.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:25.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:26 smithi194 ceph-mon[104785]: pgmap v9679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:26 smithi135 ceph-mon[93152]: pgmap v9679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:26.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:26.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:27.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:27.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:28 smithi194 ceph-mon[104785]: pgmap v9680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:28 smithi135 ceph-mon[93152]: pgmap v9680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:28.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:28.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:29.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:29.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:30 smithi194 ceph-mon[104785]: pgmap v9681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:49:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:30 smithi135 ceph-mon[93152]: pgmap v9681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:49:30.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:30.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:31.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:31.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:32 smithi194 ceph-mon[104785]: pgmap v9682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:32 smithi135 ceph-mon[93152]: pgmap v9682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:32.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:32.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:33.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:33.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:34 smithi194 ceph-mon[104785]: pgmap v9683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:34 smithi135 ceph-mon[93152]: pgmap v9683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:34.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:34.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:35.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:35.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:36 smithi194 ceph-mon[104785]: pgmap v9684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:36 smithi135 ceph-mon[93152]: pgmap v9684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:36.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:36.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:37.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:37.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:38 smithi194 ceph-mon[104785]: pgmap v9685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:38 smithi135 ceph-mon[93152]: pgmap v9685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:38.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:38.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:39.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:39.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:40 smithi194 ceph-mon[104785]: pgmap v9686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:49:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:40 smithi135 ceph-mon[93152]: pgmap v9686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:49:40.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:40.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:41.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:41.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:42 smithi194 ceph-mon[104785]: pgmap v9687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:42 smithi135 ceph-mon[93152]: pgmap v9687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:42.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:42.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:43.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:43.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:44 smithi194 ceph-mon[104785]: pgmap v9688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:44 smithi135 ceph-mon[93152]: pgmap v9688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:44.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:44.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:45.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:45.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:46 smithi194 ceph-mon[104785]: pgmap v9689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:46 smithi135 ceph-mon[93152]: pgmap v9689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:46.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:46.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:47.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:47.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:48 smithi194 ceph-mon[104785]: pgmap v9690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:48 smithi135 ceph-mon[93152]: pgmap v9690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:48.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:48.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:49.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:49.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:50 smithi135 ceph-mon[93152]: pgmap v9691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:49:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:50 smithi194 ceph-mon[104785]: pgmap v9691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:49:50.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:50.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:51.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:51.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:52 smithi194 ceph-mon[104785]: pgmap v9692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:52 smithi135 ceph-mon[93152]: pgmap v9692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:52.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:52.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:53.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:53.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:54 smithi194 ceph-mon[104785]: pgmap v9693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:49:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:49:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:49:54.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:49:54.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:49:54.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:49:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:54 smithi135 ceph-mon[93152]: pgmap v9693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:54.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:49:54.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:49:54.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:49:54.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:49:54.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:49:54.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:49:54.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:54.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:55.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:55.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:56 smithi194 ceph-mon[104785]: pgmap v9694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:56 smithi135 ceph-mon[93152]: pgmap v9694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:49:56.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:56.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:57.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:57.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:49:58 smithi194 ceph-mon[104785]: pgmap v9695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:49:58 smithi135 ceph-mon[93152]: pgmap v9695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:49:58.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:58.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:49:59.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:49:59.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:00 smithi194 ceph-mon[104785]: pgmap v9696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:50:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T09:50:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:00 smithi135 ceph-mon[93152]: pgmap v9696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:50:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T09:50:00.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:00.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:01.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:01.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:02 smithi135 ceph-mon[93152]: pgmap v9697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:02.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:02.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:02 smithi194 ceph-mon[104785]: pgmap v9697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:03.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:03.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:04.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:04 smithi135 ceph-mon[93152]: pgmap v9698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:04.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:04.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:04 smithi194 ceph-mon[104785]: pgmap v9698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:05.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:05.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:06 smithi135 ceph-mon[93152]: pgmap v9699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:06.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:06.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:06 smithi194 ceph-mon[104785]: pgmap v9699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:07.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:07.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:08 smithi135 ceph-mon[93152]: pgmap v9700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:08.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:08.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:08 smithi194 ceph-mon[104785]: pgmap v9700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:09.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:09.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:10 smithi135 ceph-mon[93152]: pgmap v9701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:50:10.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:10.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:10 smithi194 ceph-mon[104785]: pgmap v9701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:50:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:11.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:11.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:12 smithi135 ceph-mon[93152]: pgmap v9702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:12 smithi194 ceph-mon[104785]: pgmap v9702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:12.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:12.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:13.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:13.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:14 smithi135 ceph-mon[93152]: pgmap v9703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:14 smithi194 ceph-mon[104785]: pgmap v9703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:14.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:14.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:15.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:15.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:16 smithi135 ceph-mon[93152]: pgmap v9704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:16 smithi194 ceph-mon[104785]: pgmap v9704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:16.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:16.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:17.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:17.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:18 smithi135 ceph-mon[93152]: pgmap v9705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:18 smithi194 ceph-mon[104785]: pgmap v9705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:18.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:18.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:19.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:19.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:20 smithi135 ceph-mon[93152]: pgmap v9706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:50:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:20 smithi194 ceph-mon[104785]: pgmap v9706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:50:20.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:20.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:21.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:21.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:22 smithi135 ceph-mon[93152]: pgmap v9707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:22 smithi194 ceph-mon[104785]: pgmap v9707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:22.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:22.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:23.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:23.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:24 smithi135 ceph-mon[93152]: pgmap v9708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:24 smithi194 ceph-mon[104785]: pgmap v9708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:24.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:24.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:25.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:25.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:26 smithi135 ceph-mon[93152]: pgmap v9709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:26 smithi194 ceph-mon[104785]: pgmap v9709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:26.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:26.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:27.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:27.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:28 smithi194 ceph-mon[104785]: pgmap v9710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:28.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:28.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:28 smithi135 ceph-mon[93152]: pgmap v9710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:29.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:29.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:30 smithi135 ceph-mon[93152]: pgmap v9711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:50:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:30 smithi194 ceph-mon[104785]: pgmap v9711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:50:30.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:30.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:31.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:31.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:32 smithi194 ceph-mon[104785]: pgmap v9712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:32.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:32.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:32 smithi135 ceph-mon[93152]: pgmap v9712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:33.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:33.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:34 smithi194 ceph-mon[104785]: pgmap v9713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:34.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:34.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:34 smithi135 ceph-mon[93152]: pgmap v9713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:35.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:35.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:36 smithi194 ceph-mon[104785]: pgmap v9714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:36.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:36.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:36 smithi135 ceph-mon[93152]: pgmap v9714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:37.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:37.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:38 smithi194 ceph-mon[104785]: pgmap v9715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:38.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:38.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:38 smithi135 ceph-mon[93152]: pgmap v9715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:39.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:39.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:40 smithi135 ceph-mon[93152]: pgmap v9716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:50:40.590 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:40 smithi194 ceph-mon[104785]: pgmap v9716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:50:40.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:40.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:41.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:41.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:42 smithi194 ceph-mon[104785]: pgmap v9717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:42 smithi135 ceph-mon[93152]: pgmap v9717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:42.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:42.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:43.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:43.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:44 smithi194 ceph-mon[104785]: pgmap v9718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:44 smithi135 ceph-mon[93152]: pgmap v9718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:44.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:44.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:45.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:45.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:46 smithi194 ceph-mon[104785]: pgmap v9719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:46.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:46 smithi135 ceph-mon[93152]: pgmap v9719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:46.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:46.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:47.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:47.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:48 smithi194 ceph-mon[104785]: pgmap v9720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:48 smithi135 ceph-mon[93152]: pgmap v9720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:48.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:48.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:49.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:49.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:50.566 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:50 smithi135 ceph-mon[93152]: pgmap v9721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:50:50.696 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:50 smithi194 ceph-mon[104785]: pgmap v9721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:50:50.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:50.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:51.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:51.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:52 smithi194 ceph-mon[104785]: pgmap v9722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:52 smithi135 ceph-mon[93152]: pgmap v9722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:52.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:52.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:53.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:53.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:54 smithi194 ceph-mon[104785]: pgmap v9723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:50:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:54 smithi135 ceph-mon[93152]: pgmap v9723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:50:54.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:54.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:55.616 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:50:55.616 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:50:55.616 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:50:55.616 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:50:55.616 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:55 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1622M 2023-10-08T09:50:55.616 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:50:55.616 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:50:55.616 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:50:55.616 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:50:55.616 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:50:55.617 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:50:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:50:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:50:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:50:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T09:50:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:55 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1622M 2023-10-08T09:50:55.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:50:55.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:50:55.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:50:55.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:50:55.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:50:55.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:50:55.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:55.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:56 smithi194 ceph-mon[104785]: pgmap v9724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:56 smithi135 ceph-mon[93152]: pgmap v9724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:50:56.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:56.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:57.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:57.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:50:58 smithi194 ceph-mon[104785]: pgmap v9725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:50:58 smithi135 ceph-mon[93152]: pgmap v9725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:50:58.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:58.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:50:59.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:50:59.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:00 smithi135 ceph-mon[93152]: pgmap v9726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:51:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:00 smithi194 ceph-mon[104785]: pgmap v9726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:51:00.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:00.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:01.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:01.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:02 smithi194 ceph-mon[104785]: pgmap v9727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:02 smithi135 ceph-mon[93152]: pgmap v9727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:02.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:02.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:03.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:03.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:04 smithi194 ceph-mon[104785]: pgmap v9728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:04 smithi135 ceph-mon[93152]: pgmap v9728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:04.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:04.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:05.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:05.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:06 smithi194 ceph-mon[104785]: pgmap v9729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:06 smithi135 ceph-mon[93152]: pgmap v9729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:06.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:06.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:07.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:07.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:08 smithi194 ceph-mon[104785]: pgmap v9730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:08 smithi135 ceph-mon[93152]: pgmap v9730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:08.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:08.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:09.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:09.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:10 smithi194 ceph-mon[104785]: pgmap v9731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:51:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:10 smithi135 ceph-mon[93152]: pgmap v9731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:51:10.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:10.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:11.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:11.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:12 smithi194 ceph-mon[104785]: pgmap v9732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:12 smithi135 ceph-mon[93152]: pgmap v9732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:12.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:12.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:13.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:13.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:14 smithi194 ceph-mon[104785]: pgmap v9733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:14 smithi135 ceph-mon[93152]: pgmap v9733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:14.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:14.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:15.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:15.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:16 smithi194 ceph-mon[104785]: pgmap v9734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:16 smithi135 ceph-mon[93152]: pgmap v9734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:16.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:16.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:17.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:17.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:18 smithi194 ceph-mon[104785]: pgmap v9735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:18 smithi135 ceph-mon[93152]: pgmap v9735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:18.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:18.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:19.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:19.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:20 smithi194 ceph-mon[104785]: pgmap v9736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:51:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:20 smithi135 ceph-mon[93152]: pgmap v9736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:51:20.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:20.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:21.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:21.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:22 smithi194 ceph-mon[104785]: pgmap v9737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:22 smithi135 ceph-mon[93152]: pgmap v9737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:22.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:22.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:23.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:23.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:24 smithi194 ceph-mon[104785]: pgmap v9738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:24 smithi135 ceph-mon[93152]: pgmap v9738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:24.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:24.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:25.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:25.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:26 smithi194 ceph-mon[104785]: pgmap v9739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:26 smithi135 ceph-mon[93152]: pgmap v9739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:26.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:26.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:27.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:27.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:28 smithi194 ceph-mon[104785]: pgmap v9740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:28 smithi135 ceph-mon[93152]: pgmap v9740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:28.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:28.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:29.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:29.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:30 smithi194 ceph-mon[104785]: pgmap v9741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:51:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:30 smithi135 ceph-mon[93152]: pgmap v9741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:51:30.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:30.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:31.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:31.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:32 smithi194 ceph-mon[104785]: pgmap v9742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:32 smithi135 ceph-mon[93152]: pgmap v9742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:32.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:32.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:33.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:33.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:34 smithi194 ceph-mon[104785]: pgmap v9743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:34 smithi135 ceph-mon[93152]: pgmap v9743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:34.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:34.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:35.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:35.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:36 smithi194 ceph-mon[104785]: pgmap v9744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:36 smithi135 ceph-mon[93152]: pgmap v9744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:36.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:36.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:37.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:37.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:38 smithi194 ceph-mon[104785]: pgmap v9745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:38 smithi135 ceph-mon[93152]: pgmap v9745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:38.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:38.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:39.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:39.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:40 smithi194 ceph-mon[104785]: pgmap v9746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:51:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:40 smithi135 ceph-mon[93152]: pgmap v9746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:51:40.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:40.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:41.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:41.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:42 smithi194 ceph-mon[104785]: pgmap v9747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:42 smithi135 ceph-mon[93152]: pgmap v9747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:42.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:42.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:43.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:43.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:44 smithi194 ceph-mon[104785]: pgmap v9748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:44 smithi135 ceph-mon[93152]: pgmap v9748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:44.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:44.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:45.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:45.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:46 smithi194 ceph-mon[104785]: pgmap v9749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:46 smithi135 ceph-mon[93152]: pgmap v9749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:46.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:46.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:47.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:47.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:48 smithi194 ceph-mon[104785]: pgmap v9750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:48 smithi135 ceph-mon[93152]: pgmap v9750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:48.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:48.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:49.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:49.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:50 smithi194 ceph-mon[104785]: pgmap v9751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:51:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:50 smithi135 ceph-mon[93152]: pgmap v9751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:51:50.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:50.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:51.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:51.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:52 smithi194 ceph-mon[104785]: pgmap v9752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:52.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:52 smithi135 ceph-mon[93152]: pgmap v9752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:52.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:52.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:53.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:53.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:54 smithi194 ceph-mon[104785]: pgmap v9753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:54 smithi135 ceph-mon[93152]: pgmap v9753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:54.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:54.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:51:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:51:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:51:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:51:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:51:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:51:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:51:55.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:51:55.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:51:55.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:51:55.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:51:55.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:51:55.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:51:55.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:55.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:56 smithi135 ceph-mon[93152]: pgmap v9754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:56 smithi194 ceph-mon[104785]: pgmap v9754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:56.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:56.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:57.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:57.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:51:58 smithi194 ceph-mon[104785]: pgmap v9755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:51:58 smithi135 ceph-mon[93152]: pgmap v9755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:51:58.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:58.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:51:59.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:51:59.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:00 smithi194 ceph-mon[104785]: pgmap v9756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:52:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:00 smithi135 ceph-mon[93152]: pgmap v9756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:52:00.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:00.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:01.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:01.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:02 smithi194 ceph-mon[104785]: pgmap v9757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:02 smithi135 ceph-mon[93152]: pgmap v9757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:02.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:02.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:03.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:03.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:04 smithi194 ceph-mon[104785]: pgmap v9758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:04 smithi135 ceph-mon[93152]: pgmap v9758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:04.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:04.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:05.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:05.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:06 smithi194 ceph-mon[104785]: pgmap v9759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:06 smithi135 ceph-mon[93152]: pgmap v9759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:06.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:06.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:07.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:07.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:08 smithi194 ceph-mon[104785]: pgmap v9760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:08 smithi135 ceph-mon[93152]: pgmap v9760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:08.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:08.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:09.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:09.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:10 smithi194 ceph-mon[104785]: pgmap v9761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:52:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:10 smithi135 ceph-mon[93152]: pgmap v9761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:52:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:10.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:10.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:11.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:11.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:12 smithi194 ceph-mon[104785]: pgmap v9762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:12 smithi135 ceph-mon[93152]: pgmap v9762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:12.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:12.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:13.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:13.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:14 smithi135 ceph-mon[93152]: pgmap v9763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:14.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:14.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:14 smithi194 ceph-mon[104785]: pgmap v9763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:15.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:15.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:16 smithi135 ceph-mon[93152]: pgmap v9764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:16.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:16.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:16 smithi194 ceph-mon[104785]: pgmap v9764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:17.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:17.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:18 smithi135 ceph-mon[93152]: pgmap v9765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:18.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:18.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:18 smithi194 ceph-mon[104785]: pgmap v9765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:19.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:20.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:20 smithi135 ceph-mon[93152]: pgmap v9766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:52:20.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:20.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:20 smithi194 ceph-mon[104785]: pgmap v9766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:52:21.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:21.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:22 smithi135 ceph-mon[93152]: pgmap v9767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:22.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:22.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:22 smithi194 ceph-mon[104785]: pgmap v9767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:23.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:23.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:24 smithi135 ceph-mon[93152]: pgmap v9768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:24.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:24.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:24 smithi194 ceph-mon[104785]: pgmap v9768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:25.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:25.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:26 smithi194 ceph-mon[104785]: pgmap v9769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:26 smithi135 ceph-mon[93152]: pgmap v9769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:26.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:26.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:27.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:27.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:28 smithi194 ceph-mon[104785]: pgmap v9770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:28 smithi135 ceph-mon[93152]: pgmap v9770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:28.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:28.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:29.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:29.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:30 smithi194 ceph-mon[104785]: pgmap v9771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:52:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:30 smithi135 ceph-mon[93152]: pgmap v9771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:52:30.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:30.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:31.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:31.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:32 smithi194 ceph-mon[104785]: pgmap v9772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:32 smithi135 ceph-mon[93152]: pgmap v9772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:32.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:32.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:33.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:33.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:34 smithi194 ceph-mon[104785]: pgmap v9773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:34 smithi135 ceph-mon[93152]: pgmap v9773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:34.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:34.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:35.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:35.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:36 smithi194 ceph-mon[104785]: pgmap v9774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:36 smithi135 ceph-mon[93152]: pgmap v9774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:36.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:36.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:37.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:37.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:38 smithi194 ceph-mon[104785]: pgmap v9775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:38 smithi135 ceph-mon[93152]: pgmap v9775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:38.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:38.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:39.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:39.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:40 smithi194 ceph-mon[104785]: pgmap v9776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:52:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:40 smithi135 ceph-mon[93152]: pgmap v9776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:52:40.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:40.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:41.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:41.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:42 smithi194 ceph-mon[104785]: pgmap v9777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:42 smithi135 ceph-mon[93152]: pgmap v9777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:42.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:42.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:43.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:43.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:44 smithi194 ceph-mon[104785]: pgmap v9778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:44 smithi135 ceph-mon[93152]: pgmap v9778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:44.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:44.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:45.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:45.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:46 smithi194 ceph-mon[104785]: pgmap v9779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:46 smithi135 ceph-mon[93152]: pgmap v9779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:46.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:46.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:47.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:47.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:48 smithi194 ceph-mon[104785]: pgmap v9780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:48 smithi135 ceph-mon[93152]: pgmap v9780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:48.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:48.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:49.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:49.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:50 smithi194 ceph-mon[104785]: pgmap v9781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:52:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:50 smithi135 ceph-mon[93152]: pgmap v9781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:52:50.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:50.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:51.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:51.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:52 smithi194 ceph-mon[104785]: pgmap v9782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:52 smithi135 ceph-mon[93152]: pgmap v9782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:52.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:52.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:53.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:53.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:54 smithi194 ceph-mon[104785]: pgmap v9783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:54 smithi135 ceph-mon[93152]: pgmap v9783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:54.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:54.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:52:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:52:55.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:55.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:56 smithi194 ceph-mon[104785]: pgmap v9784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:52:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:52:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:52:56.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:52:56.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:52:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:56 smithi135 ceph-mon[93152]: pgmap v9784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:52:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:52:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:52:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:52:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:52:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:52:56.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:56.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:57.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:57.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:52:58 smithi194 ceph-mon[104785]: pgmap v9785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:52:58 smithi135 ceph-mon[93152]: pgmap v9785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:52:58.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:58.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:52:59.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:52:59.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:00 smithi135 ceph-mon[93152]: pgmap v9786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:53:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:00 smithi194 ceph-mon[104785]: pgmap v9786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:53:00.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:00.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:01.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:01.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:02.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:02 smithi194 ceph-mon[104785]: pgmap v9787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:02 smithi135 ceph-mon[93152]: pgmap v9787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:02.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:02.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:03.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:03.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:04 smithi135 ceph-mon[93152]: pgmap v9788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:04 smithi194 ceph-mon[104785]: pgmap v9788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:04.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:04.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:05.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:05.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:06 smithi135 ceph-mon[93152]: pgmap v9789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:06 smithi194 ceph-mon[104785]: pgmap v9789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:06.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:06.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:07.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:07.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:08 smithi135 ceph-mon[93152]: pgmap v9790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:08 smithi194 ceph-mon[104785]: pgmap v9790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:09.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:09.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:10.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:10.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:10 smithi135 ceph-mon[93152]: pgmap v9791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:53:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:10 smithi194 ceph-mon[104785]: pgmap v9791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:53:11.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:11.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:12.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:12.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:12 smithi194 ceph-mon[104785]: pgmap v9792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:12 smithi135 ceph-mon[93152]: pgmap v9792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:13.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:13.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:14.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:14.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:14 smithi135 ceph-mon[93152]: pgmap v9793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:14 smithi194 ceph-mon[104785]: pgmap v9793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:15.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:15.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:16.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:16.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:16.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:16 smithi135 ceph-mon[93152]: pgmap v9794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:16 smithi194 ceph-mon[104785]: pgmap v9794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:17.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:17.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:18.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:18.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:18 smithi135 ceph-mon[93152]: pgmap v9795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:18 smithi194 ceph-mon[104785]: pgmap v9795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:19.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:19.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:20.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:20.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:20 smithi135 ceph-mon[93152]: pgmap v9796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:53:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:20 smithi194 ceph-mon[104785]: pgmap v9796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:53:21.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:21.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:22.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:22.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:22 smithi135 ceph-mon[93152]: pgmap v9797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:22 smithi194 ceph-mon[104785]: pgmap v9797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:23.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:23.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:24.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:24.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:24 smithi135 ceph-mon[93152]: pgmap v9798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:24 smithi194 ceph-mon[104785]: pgmap v9798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:25.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:25.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:26.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:26.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:26 smithi194 ceph-mon[104785]: pgmap v9799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:26 smithi135 ceph-mon[93152]: pgmap v9799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:27.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:27.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:28.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:28.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:28 smithi194 ceph-mon[104785]: pgmap v9800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:28 smithi135 ceph-mon[93152]: pgmap v9800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:29.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:29.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:30.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:30.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:30 smithi135 ceph-mon[93152]: pgmap v9801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:53:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:30 smithi194 ceph-mon[104785]: pgmap v9801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:53:31.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:31.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:32.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:32.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:32 smithi135 ceph-mon[93152]: pgmap v9802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:32 smithi194 ceph-mon[104785]: pgmap v9802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:33.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:33.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:34.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:34.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:34 smithi194 ceph-mon[104785]: pgmap v9803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:34 smithi135 ceph-mon[93152]: pgmap v9803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:35.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:35.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:36.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:36.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:36 smithi194 ceph-mon[104785]: pgmap v9804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:36 smithi135 ceph-mon[93152]: pgmap v9804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:37.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:37.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:38.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:38.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:38 smithi194 ceph-mon[104785]: pgmap v9805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:38 smithi135 ceph-mon[93152]: pgmap v9805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:39.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:39.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:40.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:40.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:40 smithi135 ceph-mon[93152]: pgmap v9806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:53:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:40 smithi194 ceph-mon[104785]: pgmap v9806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:53:41.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:41.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:42.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:42.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:42 smithi135 ceph-mon[93152]: pgmap v9807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:42 smithi194 ceph-mon[104785]: pgmap v9807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:43.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:43.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:44.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:44.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:44 smithi194 ceph-mon[104785]: pgmap v9808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:44 smithi135 ceph-mon[93152]: pgmap v9808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:45.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:45.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:46.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:46.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:46 smithi194 ceph-mon[104785]: pgmap v9809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:46 smithi135 ceph-mon[93152]: pgmap v9809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:47.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:47.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:48.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:48.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:48 smithi194 ceph-mon[104785]: pgmap v9810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:48 smithi135 ceph-mon[93152]: pgmap v9810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:49.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:49.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:50.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:50.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:50 smithi135 ceph-mon[93152]: pgmap v9811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:53:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:50 smithi194 ceph-mon[104785]: pgmap v9811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:53:51.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:51.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:52.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:52.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:52.588 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:52 smithi194 ceph-mon[104785]: pgmap v9812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:52 smithi135 ceph-mon[93152]: pgmap v9812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:53.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:53.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:54.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:54.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:54 smithi194 ceph-mon[104785]: pgmap v9813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:54 smithi135 ceph-mon[93152]: pgmap v9813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:55.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:55.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:56.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:56.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:56 smithi194 ceph-mon[104785]: pgmap v9814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:53:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:56 smithi135 ceph-mon[93152]: pgmap v9814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:53:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:53:57.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:57.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:58.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:58.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:53:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:53:58 smithi194 ceph-mon[104785]: pgmap v9815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:53:58 smithi135 ceph-mon[93152]: pgmap v9815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:53:59.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:53:59.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:00.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:00.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:00.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:00 smithi135 ceph-mon[93152]: pgmap v9816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:54:00.587 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:54:00.587 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:54:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:00 smithi194 ceph-mon[104785]: pgmap v9816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:54:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:54:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:54:01.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:01.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:54:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:54:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:54:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:54:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:54:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:54:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:54:01.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:54:01.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:54:01.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:54:02.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:02.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:02 smithi135 ceph-mon[93152]: pgmap v9817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:02 smithi194 ceph-mon[104785]: pgmap v9817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:03.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:03.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:04.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:04.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:04 smithi194 ceph-mon[104785]: pgmap v9818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:04 smithi135 ceph-mon[93152]: pgmap v9818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:05.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:05.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:06.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:06.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:06 smithi194 ceph-mon[104785]: pgmap v9819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:06 smithi135 ceph-mon[93152]: pgmap v9819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:07.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:07.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:08.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:08.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:08 smithi194 ceph-mon[104785]: pgmap v9820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:08 smithi135 ceph-mon[93152]: pgmap v9820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:09.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:09.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:10.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:10.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:10 smithi194 ceph-mon[104785]: pgmap v9821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:54:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:10 smithi135 ceph-mon[93152]: pgmap v9821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:54:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:11.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:11.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:12.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:12.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:12 smithi194 ceph-mon[104785]: pgmap v9822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:12 smithi135 ceph-mon[93152]: pgmap v9822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:13.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:13.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:14.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:14.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:14 smithi194 ceph-mon[104785]: pgmap v9823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:14 smithi135 ceph-mon[93152]: pgmap v9823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:15.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:15.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:16.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:16.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:16 smithi194 ceph-mon[104785]: pgmap v9824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:16 smithi135 ceph-mon[93152]: pgmap v9824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:17.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:17.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:18.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:18.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:18 smithi194 ceph-mon[104785]: pgmap v9825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:18 smithi135 ceph-mon[93152]: pgmap v9825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:19.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:19.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:20.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:20.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:20 smithi194 ceph-mon[104785]: pgmap v9826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:54:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:20 smithi135 ceph-mon[93152]: pgmap v9826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:54:21.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:21.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:22.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:22.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:22.901 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:22 smithi194 ceph-mon[104785]: pgmap v9827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:22 smithi135 ceph-mon[93152]: pgmap v9827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:23.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:23.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:24.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:24.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:24 smithi194 ceph-mon[104785]: pgmap v9828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:24 smithi135 ceph-mon[93152]: pgmap v9828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:25.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:25.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:26.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:26.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:26 smithi194 ceph-mon[104785]: pgmap v9829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:26 smithi135 ceph-mon[93152]: pgmap v9829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:27.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:27.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:28.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:28.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:28 smithi194 ceph-mon[104785]: pgmap v9830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:28 smithi135 ceph-mon[93152]: pgmap v9830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:29.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:29.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:30.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:30.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:30 smithi194 ceph-mon[104785]: pgmap v9831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:54:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:30 smithi135 ceph-mon[93152]: pgmap v9831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:54:31.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:31.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:32.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:32.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:32 smithi194 ceph-mon[104785]: pgmap v9832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:32 smithi135 ceph-mon[93152]: pgmap v9832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:33.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:33.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:34.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:34.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:34 smithi194 ceph-mon[104785]: pgmap v9833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:34 smithi135 ceph-mon[93152]: pgmap v9833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:35.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:35.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:36.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:36.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:36 smithi194 ceph-mon[104785]: pgmap v9834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:36 smithi135 ceph-mon[93152]: pgmap v9834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:37.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:37.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:38.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:38.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:38 smithi194 ceph-mon[104785]: pgmap v9835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:38 smithi135 ceph-mon[93152]: pgmap v9835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:39.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:39.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:40.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:40.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:40 smithi194 ceph-mon[104785]: pgmap v9836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:54:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:40 smithi135 ceph-mon[93152]: pgmap v9836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:54:41.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:41.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:42.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:42.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:42 smithi135 ceph-mon[93152]: pgmap v9837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:42 smithi194 ceph-mon[104785]: pgmap v9837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:43.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:43.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:44.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:44.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:44 smithi135 ceph-mon[93152]: pgmap v9838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:44 smithi194 ceph-mon[104785]: pgmap v9838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:45.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:45.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:46.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:46.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:46 smithi135 ceph-mon[93152]: pgmap v9839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:46 smithi194 ceph-mon[104785]: pgmap v9839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:47.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:47.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:48.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:48.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:48 smithi194 ceph-mon[104785]: pgmap v9840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:48.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:48 smithi135 ceph-mon[93152]: pgmap v9840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:49.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:49.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:50.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:50.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:50 smithi135 ceph-mon[93152]: pgmap v9841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:54:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:50 smithi194 ceph-mon[104785]: pgmap v9841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:54:51.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:51.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:52.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:52.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:52 smithi135 ceph-mon[93152]: pgmap v9842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:52 smithi194 ceph-mon[104785]: pgmap v9842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:53.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:53.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:54.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:54.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:54 smithi135 ceph-mon[93152]: pgmap v9843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:54 smithi194 ceph-mon[104785]: pgmap v9843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:55.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:55.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:56.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:56.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:56 smithi135 ceph-mon[93152]: pgmap v9844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:56 smithi194 ceph-mon[104785]: pgmap v9844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:56.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:54:57.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:57.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:58.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:58.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:54:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:54:58 smithi135 ceph-mon[93152]: pgmap v9845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:54:58 smithi194 ceph-mon[104785]: pgmap v9845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:54:59.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:54:59.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:00.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:00.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:00 smithi135 ceph-mon[93152]: pgmap v9846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:55:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:00 smithi194 ceph-mon[104785]: pgmap v9846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:55:01.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:01.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:55:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:55:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:55:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:55:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:55:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:55:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:55:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:55:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:55:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:55:01.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:55:01.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:55:02.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:02.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:02 smithi135 ceph-mon[93152]: pgmap v9847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:02 smithi194 ceph-mon[104785]: pgmap v9847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:03.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:03.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:04.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:04.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:04.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:04 smithi135 ceph-mon[93152]: pgmap v9848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:04 smithi194 ceph-mon[104785]: pgmap v9848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:05.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:05.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:06.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:06.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:06 smithi135 ceph-mon[93152]: pgmap v9849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:06 smithi194 ceph-mon[104785]: pgmap v9849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:07.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:07.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:08.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:08.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:08 smithi135 ceph-mon[93152]: pgmap v9850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:08 smithi194 ceph-mon[104785]: pgmap v9850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:09.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:09.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:10.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:10.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:10 smithi135 ceph-mon[93152]: pgmap v9851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:55:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:10 smithi194 ceph-mon[104785]: pgmap v9851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:55:11.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:11.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:12.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:12.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:12 smithi194 ceph-mon[104785]: pgmap v9852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:12 smithi135 ceph-mon[93152]: pgmap v9852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:13.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:13.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:14.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:14.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:14 smithi194 ceph-mon[104785]: pgmap v9853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:14 smithi135 ceph-mon[93152]: pgmap v9853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:15.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:15.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:16.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:16.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:16 smithi194 ceph-mon[104785]: pgmap v9854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:16 smithi135 ceph-mon[93152]: pgmap v9854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:17.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:17.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:18.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:18.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:18 smithi135 ceph-mon[93152]: pgmap v9855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:18 smithi194 ceph-mon[104785]: pgmap v9855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:19.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:19.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:20.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:20.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:20 smithi135 ceph-mon[93152]: pgmap v9856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:55:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:20 smithi194 ceph-mon[104785]: pgmap v9856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:55:21.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:21.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:22.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:22.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:22 smithi194 ceph-mon[104785]: pgmap v9857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:22.760 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:22 smithi135 ceph-mon[93152]: pgmap v9857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:23.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:23.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:24.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:24.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:24 smithi194 ceph-mon[104785]: pgmap v9858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:24 smithi135 ceph-mon[93152]: pgmap v9858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:25.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:25.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:26.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:26.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:26 smithi194 ceph-mon[104785]: pgmap v9859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:26 smithi135 ceph-mon[93152]: pgmap v9859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:27.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:27.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:28.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:28.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:28.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:28 smithi194 ceph-mon[104785]: pgmap v9860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:28 smithi135 ceph-mon[93152]: pgmap v9860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:29.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:29.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:30.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:30.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:30 smithi135 ceph-mon[93152]: pgmap v9861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:55:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:30 smithi194 ceph-mon[104785]: pgmap v9861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:55:31.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:31.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:32.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:32.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:32 smithi194 ceph-mon[104785]: pgmap v9862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:32 smithi135 ceph-mon[93152]: pgmap v9862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:33.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:33.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:34.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:34.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:34 smithi194 ceph-mon[104785]: pgmap v9863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:34 smithi135 ceph-mon[93152]: pgmap v9863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:35.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:35.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:36.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:36.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:36 smithi194 ceph-mon[104785]: pgmap v9864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:36 smithi135 ceph-mon[93152]: pgmap v9864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:37.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:37.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:38.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:38.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:38.691 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:38 smithi194 ceph-mon[104785]: pgmap v9865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:38 smithi135 ceph-mon[93152]: pgmap v9865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:39.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:39.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:40.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:40.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:40 smithi135 ceph-mon[93152]: pgmap v9866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:55:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:40 smithi194 ceph-mon[104785]: pgmap v9866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:55:41.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:41.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:42.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:42.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:42 smithi194 ceph-mon[104785]: pgmap v9867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:42 smithi135 ceph-mon[93152]: pgmap v9867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:43.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:43.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:44.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:44.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:44 smithi194 ceph-mon[104785]: pgmap v9868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:44 smithi135 ceph-mon[93152]: pgmap v9868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:45.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:45.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:46.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:46.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:46 smithi194 ceph-mon[104785]: pgmap v9869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:46 smithi135 ceph-mon[93152]: pgmap v9869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:47.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:47.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:48.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:48.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:48 smithi194 ceph-mon[104785]: pgmap v9870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:48 smithi135 ceph-mon[93152]: pgmap v9870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:49.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:49.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:50.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:50.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:50 smithi194 ceph-mon[104785]: pgmap v9871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:55:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:50 smithi135 ceph-mon[93152]: pgmap v9871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:55:51.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:51.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:52.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:52.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:52 smithi194 ceph-mon[104785]: pgmap v9872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:52 smithi135 ceph-mon[93152]: pgmap v9872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:53.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:53.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:54.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:54.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:54 smithi194 ceph-mon[104785]: pgmap v9873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:54 smithi135 ceph-mon[93152]: pgmap v9873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:55.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:55.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:56.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:56.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:56 smithi194 ceph-mon[104785]: pgmap v9874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:56 smithi135 ceph-mon[93152]: pgmap v9874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:55:57.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:57.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:58.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:58.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:55:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:55:58 smithi194 ceph-mon[104785]: pgmap v9875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:55:58 smithi135 ceph-mon[93152]: pgmap v9875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:55:59.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:55:59.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:00.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:00.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:00 smithi194 ceph-mon[104785]: pgmap v9876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:56:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:00 smithi135 ceph-mon[93152]: pgmap v9876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:56:01.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:01.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:56:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:56:02.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:02.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:02 smithi194 ceph-mon[104785]: pgmap v9877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:02 smithi135 ceph-mon[93152]: pgmap v9877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:03.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:03.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:04.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:04.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:04 smithi194 ceph-mon[104785]: pgmap v9878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:04 smithi135 ceph-mon[93152]: pgmap v9878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:05.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:05.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:06.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:06.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:06 smithi194 ceph-mon[104785]: pgmap v9879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:06 smithi135 ceph-mon[93152]: pgmap v9879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:07.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:07.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:08.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:08.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:08.672 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:08 smithi135 ceph-mon[93152]: pgmap v9880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:08 smithi194 ceph-mon[104785]: pgmap v9880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:09.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:09.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:56:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:56:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:56:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:56:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:56:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:56:09.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:56:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:56:10.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:56:10.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:56:10.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:56:10.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:56:10.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:56:10.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:56:10.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:10.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:10 smithi194 ceph-mon[104785]: pgmap v9881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:56:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:10 smithi135 ceph-mon[93152]: pgmap v9881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:56:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:11.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:11.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:12.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:12.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:12 smithi194 ceph-mon[104785]: pgmap v9882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:13.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:12 smithi135 ceph-mon[93152]: pgmap v9882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:13.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:13.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:14.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:14.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:14 smithi194 ceph-mon[104785]: pgmap v9883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:14 smithi135 ceph-mon[93152]: pgmap v9883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:15.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:15.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:16.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:16.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:16 smithi194 ceph-mon[104785]: pgmap v9884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:16 smithi135 ceph-mon[93152]: pgmap v9884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:17.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:17.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:18.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:18.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:18 smithi194 ceph-mon[104785]: pgmap v9885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:18 smithi135 ceph-mon[93152]: pgmap v9885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:19.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:19.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:20.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:20.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:20.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:20 smithi194 ceph-mon[104785]: pgmap v9886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:56:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:20 smithi135 ceph-mon[93152]: pgmap v9886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:56:21.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:21.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:22.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:22.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:22 smithi194 ceph-mon[104785]: pgmap v9887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:22 smithi135 ceph-mon[93152]: pgmap v9887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:23.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:23.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:24.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:24.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:24 smithi194 ceph-mon[104785]: pgmap v9888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:24 smithi135 ceph-mon[93152]: pgmap v9888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:25.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:25.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:26.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:26.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:26 smithi194 ceph-mon[104785]: pgmap v9889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:26 smithi135 ceph-mon[93152]: pgmap v9889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:27.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:27.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:28.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:28.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:28.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:28 smithi194 ceph-mon[104785]: pgmap v9890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:28 smithi135 ceph-mon[93152]: pgmap v9890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:29.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:29.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:30.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:30.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:30 smithi194 ceph-mon[104785]: pgmap v9891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:56:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:30 smithi135 ceph-mon[93152]: pgmap v9891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:56:31.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:31.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:32.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:32.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:32 smithi135 ceph-mon[93152]: pgmap v9892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:32 smithi194 ceph-mon[104785]: pgmap v9892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:33.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:33.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:34.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:34.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:34.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:34 smithi135 ceph-mon[93152]: pgmap v9893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:34.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:34 smithi194 ceph-mon[104785]: pgmap v9893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:35.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:35.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:36.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:36.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:36 smithi135 ceph-mon[93152]: pgmap v9894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:36 smithi194 ceph-mon[104785]: pgmap v9894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:37.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:37.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:38.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:38.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:38 smithi135 ceph-mon[93152]: pgmap v9895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:38 smithi194 ceph-mon[104785]: pgmap v9895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:39.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:39.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:40.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:40.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:40 smithi135 ceph-mon[93152]: pgmap v9896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:56:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:40 smithi194 ceph-mon[104785]: pgmap v9896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:56:41.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:41.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:42.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:42.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:42 smithi135 ceph-mon[93152]: pgmap v9897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:42 smithi194 ceph-mon[104785]: pgmap v9897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:43.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:43.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:44.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:44.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:44 smithi135 ceph-mon[93152]: pgmap v9898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:44 smithi194 ceph-mon[104785]: pgmap v9898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:45.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:45.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:46.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:46.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:46 smithi135 ceph-mon[93152]: pgmap v9899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:46 smithi194 ceph-mon[104785]: pgmap v9899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:47.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:47.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:48.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:48.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:48 smithi135 ceph-mon[93152]: pgmap v9900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:48 smithi194 ceph-mon[104785]: pgmap v9900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:49.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:49.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:50.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:50.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:50 smithi135 ceph-mon[93152]: pgmap v9901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:56:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:50 smithi194 ceph-mon[104785]: pgmap v9901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:56:51.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:51.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:52.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:52.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:52 smithi135 ceph-mon[93152]: pgmap v9902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:52 smithi194 ceph-mon[104785]: pgmap v9902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:53.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:53.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:54.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:54.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:54 smithi135 ceph-mon[93152]: pgmap v9903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:54 smithi194 ceph-mon[104785]: pgmap v9903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:55.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:55.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:56.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:56.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:56 smithi135 ceph-mon[93152]: pgmap v9904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:56 smithi194 ceph-mon[104785]: pgmap v9904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:56:57.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:57.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:58.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:58.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:56:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:56:58 smithi135 ceph-mon[93152]: pgmap v9905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:56:58 smithi194 ceph-mon[104785]: pgmap v9905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:56:59.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:56:59.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:00.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:00.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:00 smithi135 ceph-mon[93152]: pgmap v9906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:57:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:00 smithi194 ceph-mon[104785]: pgmap v9906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:57:01.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:01.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:02.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:02.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:02 smithi194 ceph-mon[104785]: pgmap v9907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:02 smithi135 ceph-mon[93152]: pgmap v9907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:03.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:03.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:04.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:04.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:04 smithi135 ceph-mon[93152]: pgmap v9908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:04.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:04 smithi194 ceph-mon[104785]: pgmap v9908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:05.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:05.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:06.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:06.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:06.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:06 smithi194 ceph-mon[104785]: pgmap v9909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:06.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:06 smithi135 ceph-mon[93152]: pgmap v9909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:07.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:07.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:08.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:08.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:08 smithi194 ceph-mon[104785]: pgmap v9910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:08 smithi135 ceph-mon[93152]: pgmap v9910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:09.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:09.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:09.637 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:57:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:57:10.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:10.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:10 smithi194 ceph-mon[104785]: pgmap v9911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:57:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:57:10.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:57:10.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:57:10.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:10 smithi135 ceph-mon[93152]: pgmap v9911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:57:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:57:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:57:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:57:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:57:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:57:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:57:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:57:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:11.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:11.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:12.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:12.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:12 smithi194 ceph-mon[104785]: pgmap v9912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:12 smithi135 ceph-mon[93152]: pgmap v9912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:13.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:13.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:14.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:14.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:14 smithi194 ceph-mon[104785]: pgmap v9913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:14 smithi135 ceph-mon[93152]: pgmap v9913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:15.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:15.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:16.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:16.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:16 smithi194 ceph-mon[104785]: pgmap v9914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:16 smithi135 ceph-mon[93152]: pgmap v9914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:17.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:17.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:18.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:18.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:18 smithi194 ceph-mon[104785]: pgmap v9915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:18 smithi135 ceph-mon[93152]: pgmap v9915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:19.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:19.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:20.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:20.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:20 smithi194 ceph-mon[104785]: pgmap v9916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:57:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:20 smithi135 ceph-mon[93152]: pgmap v9916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:57:21.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:21.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:22.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:22.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:22 smithi194 ceph-mon[104785]: pgmap v9917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:22 smithi135 ceph-mon[93152]: pgmap v9917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:23.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:23.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:24.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:24.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:24 smithi194 ceph-mon[104785]: pgmap v9918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:24 smithi135 ceph-mon[93152]: pgmap v9918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:25.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:25.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:26.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:26.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:26 smithi135 ceph-mon[93152]: pgmap v9919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:26 smithi194 ceph-mon[104785]: pgmap v9919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:27.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:27.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:28.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:28.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:28 smithi135 ceph-mon[93152]: pgmap v9920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:28 smithi194 ceph-mon[104785]: pgmap v9920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:29.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:29.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:30.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:30.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:30.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:30 smithi135 ceph-mon[93152]: pgmap v9921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:57:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:30 smithi194 ceph-mon[104785]: pgmap v9921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:57:31.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:31.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:32.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:32.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:32 smithi135 ceph-mon[93152]: pgmap v9922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:32 smithi194 ceph-mon[104785]: pgmap v9922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:33.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:33.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:34.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:34.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:34 smithi135 ceph-mon[93152]: pgmap v9923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:34 smithi194 ceph-mon[104785]: pgmap v9923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:35.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:35.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:36.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:36.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:36 smithi135 ceph-mon[93152]: pgmap v9924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:36 smithi194 ceph-mon[104785]: pgmap v9924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:37.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:37.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:38.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:38.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:38 smithi135 ceph-mon[93152]: pgmap v9925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:38 smithi194 ceph-mon[104785]: pgmap v9925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:39.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:39.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:40.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:40.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:40 smithi135 ceph-mon[93152]: pgmap v9926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:57:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:40 smithi194 ceph-mon[104785]: pgmap v9926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:57:41.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:41.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:42.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:42.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:42 smithi135 ceph-mon[93152]: pgmap v9927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:42 smithi194 ceph-mon[104785]: pgmap v9927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:43.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:43.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:44.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:44.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:44 smithi135 ceph-mon[93152]: pgmap v9928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:44 smithi194 ceph-mon[104785]: pgmap v9928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:45.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:45.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:46.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:46.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:46 smithi135 ceph-mon[93152]: pgmap v9929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:46 smithi194 ceph-mon[104785]: pgmap v9929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:47.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:47.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:48.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:48.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:48 smithi194 ceph-mon[104785]: pgmap v9930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:48 smithi135 ceph-mon[93152]: pgmap v9930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:49.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:49.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:50 smithi194 ceph-mon[104785]: pgmap v9931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:57:50.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:50.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:50 smithi135 ceph-mon[93152]: pgmap v9931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:57:51.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:51.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:52.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:52.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:52 smithi194 ceph-mon[104785]: pgmap v9932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:52 smithi135 ceph-mon[93152]: pgmap v9932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:53.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:53.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:54.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:54.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:54 smithi194 ceph-mon[104785]: pgmap v9933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:54.711 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:54 smithi135 ceph-mon[93152]: pgmap v9933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:55.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:55.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:56.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:56.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:56 smithi194 ceph-mon[104785]: pgmap v9934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:56 smithi135 ceph-mon[93152]: pgmap v9934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:57:57.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:57.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:58.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:58.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:57:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:57:58 smithi194 ceph-mon[104785]: pgmap v9935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:57:58 smithi135 ceph-mon[93152]: pgmap v9935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:57:59.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:57:59.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:00 smithi194 ceph-mon[104785]: pgmap v9936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:58:00.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:00.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:00 smithi135 ceph-mon[93152]: pgmap v9936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:58:01.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:01.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:02.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:02.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:02 smithi194 ceph-mon[104785]: pgmap v9937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:02 smithi135 ceph-mon[93152]: pgmap v9937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:03.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:03.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:04.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:04.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:04 smithi194 ceph-mon[104785]: pgmap v9938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:04 smithi135 ceph-mon[93152]: pgmap v9938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:05.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:05.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:06.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:06.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:06 smithi194 ceph-mon[104785]: pgmap v9939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:06 smithi135 ceph-mon[93152]: pgmap v9939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:07.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:07.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:08.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:08.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:08 smithi194 ceph-mon[104785]: pgmap v9940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:08 smithi135 ceph-mon[93152]: pgmap v9940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:09.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:09.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:10.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:10.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:10 smithi135 ceph-mon[93152]: pgmap v9941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:58:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:58:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:10 smithi194 ceph-mon[104785]: pgmap v9941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:58:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:58:11.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:11.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:58:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:58:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:58:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:58:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:58:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:58:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:58:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:58:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:58:11.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:58:12.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:12.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:12 smithi194 ceph-mon[104785]: pgmap v9942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:12 smithi135 ceph-mon[93152]: pgmap v9942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:13.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:13.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:14.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:14.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:14 smithi194 ceph-mon[104785]: pgmap v9943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:14 smithi135 ceph-mon[93152]: pgmap v9943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:15.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:15.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:16.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:16.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:16 smithi194 ceph-mon[104785]: pgmap v9944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:16 smithi135 ceph-mon[93152]: pgmap v9944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:17.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:17.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:18.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:18.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:18 smithi194 ceph-mon[104785]: pgmap v9945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:18 smithi135 ceph-mon[93152]: pgmap v9945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:19.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:19.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:20.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:20.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:20 smithi135 ceph-mon[93152]: pgmap v9946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:58:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:20 smithi194 ceph-mon[104785]: pgmap v9946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:58:21.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:21.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:22.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:22.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:22 smithi194 ceph-mon[104785]: pgmap v9947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:22 smithi135 ceph-mon[93152]: pgmap v9947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:23.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:23.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:24.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:24.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:24 smithi194 ceph-mon[104785]: pgmap v9948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:24 smithi135 ceph-mon[93152]: pgmap v9948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:25.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:25.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:26.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:26.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:26 smithi194 ceph-mon[104785]: pgmap v9949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:26 smithi135 ceph-mon[93152]: pgmap v9949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:27.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:27.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:28.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:28.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:28 smithi194 ceph-mon[104785]: pgmap v9950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:28 smithi135 ceph-mon[93152]: pgmap v9950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:29.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:29.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:30.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:30.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:30 smithi194 ceph-mon[104785]: pgmap v9951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:58:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:30 smithi135 ceph-mon[93152]: pgmap v9951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:58:31.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:31.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:32.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:32.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:32 smithi194 ceph-mon[104785]: pgmap v9952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:32 smithi135 ceph-mon[93152]: pgmap v9952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:33.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:33.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:34.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:34.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:34 smithi194 ceph-mon[104785]: pgmap v9953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:34 smithi135 ceph-mon[93152]: pgmap v9953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:35.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:35.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:36.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:36.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:36 smithi194 ceph-mon[104785]: pgmap v9954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:36 smithi135 ceph-mon[93152]: pgmap v9954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:37.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:37.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:38.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:38.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:38 smithi194 ceph-mon[104785]: pgmap v9955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:38 smithi135 ceph-mon[93152]: pgmap v9955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:39.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:39.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:40.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:40.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:40 smithi194 ceph-mon[104785]: pgmap v9956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:58:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:40 smithi135 ceph-mon[93152]: pgmap v9956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:58:41.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:41.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:42.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:42.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:42 smithi194 ceph-mon[104785]: pgmap v9957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:42 smithi135 ceph-mon[93152]: pgmap v9957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:43.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:43.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:44.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:44.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:44 smithi194 ceph-mon[104785]: pgmap v9958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:44 smithi135 ceph-mon[93152]: pgmap v9958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:45.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:45.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:46.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:46.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:46 smithi194 ceph-mon[104785]: pgmap v9959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:46 smithi135 ceph-mon[93152]: pgmap v9959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:47.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:47.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:48.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:48.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:48 smithi194 ceph-mon[104785]: pgmap v9960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:48 smithi135 ceph-mon[93152]: pgmap v9960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:49.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:49.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:50 smithi135 ceph-mon[93152]: pgmap v9961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:58:50.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:50.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:50.685 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:50 smithi194 ceph-mon[104785]: pgmap v9961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:58:51.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:51.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:52.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:52.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:52 smithi194 ceph-mon[104785]: pgmap v9962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:52 smithi135 ceph-mon[93152]: pgmap v9962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:53.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:53.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:54.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:54.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:54 smithi194 ceph-mon[104785]: pgmap v9963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:54 smithi135 ceph-mon[93152]: pgmap v9963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:55.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:55.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:56.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:56.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:56 smithi194 ceph-mon[104785]: pgmap v9964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:56 smithi135 ceph-mon[93152]: pgmap v9964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:58:57.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:57.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:58.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:58.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:58:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:58:58 smithi194 ceph-mon[104785]: pgmap v9965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:58:58 smithi135 ceph-mon[93152]: pgmap v9965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:58:59.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:58:59.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:00.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:00.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:00 smithi194 ceph-mon[104785]: pgmap v9966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:59:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:00 smithi135 ceph-mon[93152]: pgmap v9966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:59:01.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:01.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:02.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:02.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:02 smithi194 ceph-mon[104785]: pgmap v9967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:02 smithi135 ceph-mon[93152]: pgmap v9967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:03.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:03.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:04.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:04.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:04.715 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:04 smithi194 ceph-mon[104785]: pgmap v9968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:04 smithi135 ceph-mon[93152]: pgmap v9968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:05.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:05.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:06.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:06.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:06 smithi194 ceph-mon[104785]: pgmap v9969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:06.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:06 smithi135 ceph-mon[93152]: pgmap v9969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:07.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:07.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:08.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:08.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:08 smithi194 ceph-mon[104785]: pgmap v9970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:08 smithi135 ceph-mon[93152]: pgmap v9970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:09.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:09.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:10.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:10.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:10 smithi194 ceph-mon[104785]: pgmap v9971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:59:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:10 smithi135 ceph-mon[93152]: pgmap v9971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:59:11.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:11.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:59:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:59:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:59:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T09:59:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:59:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:59:12.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:12.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:12 smithi194 ceph-mon[104785]: pgmap v9972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:59:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:59:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:59:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:59:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:59:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:12 smithi135 ceph-mon[93152]: pgmap v9972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:12.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T09:59:12.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T09:59:12.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:59:12.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T09:59:12.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T09:59:13.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:13.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:14.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:14.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:14 smithi194 ceph-mon[104785]: pgmap v9973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:14 smithi135 ceph-mon[93152]: pgmap v9973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:15.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:15.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:16.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:16.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:16 smithi194 ceph-mon[104785]: pgmap v9974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:16 smithi135 ceph-mon[93152]: pgmap v9974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:17.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:17.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:18.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:18.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:18 smithi194 ceph-mon[104785]: pgmap v9975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:18 smithi135 ceph-mon[93152]: pgmap v9975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:19.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:19.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:20.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:20.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:20 smithi194 ceph-mon[104785]: pgmap v9976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:59:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:20 smithi135 ceph-mon[93152]: pgmap v9976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:59:21.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:21.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:22.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:22.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:22 smithi194 ceph-mon[104785]: pgmap v9977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:22 smithi135 ceph-mon[93152]: pgmap v9977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:23.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:23.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:24.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:24.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:24 smithi194 ceph-mon[104785]: pgmap v9978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:24 smithi135 ceph-mon[93152]: pgmap v9978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:25.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:25.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:26.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:26 smithi194 ceph-mon[104785]: pgmap v9979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:26.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:26 smithi135 ceph-mon[93152]: pgmap v9979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:26.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:26.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:27.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:27.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:28 smithi135 ceph-mon[93152]: pgmap v9980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:28.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:28.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:28 smithi194 ceph-mon[104785]: pgmap v9980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:29.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:29.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:30 smithi135 ceph-mon[93152]: pgmap v9981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:59:30.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:30.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:30 smithi194 ceph-mon[104785]: pgmap v9981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:59:31.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:31.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:32 smithi135 ceph-mon[93152]: pgmap v9982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:32.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:32.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:32 smithi194 ceph-mon[104785]: pgmap v9982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:33.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:33.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:34.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:34.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:34 smithi194 ceph-mon[104785]: pgmap v9983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:34 smithi135 ceph-mon[93152]: pgmap v9983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:35.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:35.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:36 smithi194 ceph-mon[104785]: pgmap v9984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:36.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:36.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:36 smithi135 ceph-mon[93152]: pgmap v9984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:37.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:37.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:38.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:38.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:38 smithi194 ceph-mon[104785]: pgmap v9985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:38 smithi135 ceph-mon[93152]: pgmap v9985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:39.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:39.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:40 smithi135 ceph-mon[93152]: pgmap v9986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:59:40.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:40.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:40 smithi194 ceph-mon[104785]: pgmap v9986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:59:41.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:41.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:42.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:42.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:42 smithi194 ceph-mon[104785]: pgmap v9987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:42 smithi135 ceph-mon[93152]: pgmap v9987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:43.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:43.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:44.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:44.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:44 smithi194 ceph-mon[104785]: pgmap v9988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:44 smithi135 ceph-mon[93152]: pgmap v9988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:45.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:45.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:46.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:46.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:46 smithi194 ceph-mon[104785]: pgmap v9989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:46 smithi135 ceph-mon[93152]: pgmap v9989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:47.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:47.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:48.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:48.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:48 smithi194 ceph-mon[104785]: pgmap v9990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:48 smithi135 ceph-mon[93152]: pgmap v9990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:49.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:49.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:50 smithi135 ceph-mon[93152]: pgmap v9991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:59:50.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:50.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:50 smithi194 ceph-mon[104785]: pgmap v9991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T09:59:51.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:51.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:52.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:52.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:52 smithi194 ceph-mon[104785]: pgmap v9992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:52 smithi135 ceph-mon[93152]: pgmap v9992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:53.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:53.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:54.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:54.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:54 smithi194 ceph-mon[104785]: pgmap v9993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:54 smithi135 ceph-mon[93152]: pgmap v9993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:55.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:55.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:56.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:56.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:56 smithi194 ceph-mon[104785]: pgmap v9994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:56 smithi135 ceph-mon[93152]: pgmap v9994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T09:59:57.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:57.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:58.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:58.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T09:59:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 09:59:58 smithi194 ceph-mon[104785]: pgmap v9995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 09:59:58 smithi135 ceph-mon[93152]: pgmap v9995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T09:59:59.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T09:59:59.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:00 smithi135 ceph-mon[93152]: pgmap v9996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:00:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T10:00:00.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:00.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:00 smithi194 ceph-mon[104785]: pgmap v9996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:00:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T10:00:01.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:01.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:02.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:02.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:02 smithi194 ceph-mon[104785]: pgmap v9997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:02 smithi135 ceph-mon[93152]: pgmap v9997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:03.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:03.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:04.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:04.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:04 smithi194 ceph-mon[104785]: pgmap v9998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:04 smithi135 ceph-mon[93152]: pgmap v9998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:05.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:05.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:06.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:06.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:06 smithi194 ceph-mon[104785]: pgmap v9999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:06 smithi135 ceph-mon[93152]: pgmap v9999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:07.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:07.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:08.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:08.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:08 smithi194 ceph-mon[104785]: pgmap v10000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:08 smithi135 ceph-mon[93152]: pgmap v10000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:09.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:09.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:10 smithi135 ceph-mon[93152]: pgmap v10001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:00:10.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:10.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:10 smithi194 ceph-mon[104785]: pgmap v10001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:00:11.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:11.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:12 smithi135 ceph-mon[93152]: pgmap v10002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:00:12.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:12.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:12 smithi194 ceph-mon[104785]: pgmap v10002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:00:13.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:13.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:00:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:00:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:00:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:00:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:00:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:00:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:00:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:00:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:00:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:00:14.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:14.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:14 smithi135 ceph-mon[93152]: pgmap v10003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:14 smithi194 ceph-mon[104785]: pgmap v10003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:15.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:15.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:16.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:16.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:16 smithi135 ceph-mon[93152]: pgmap v10004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:16 smithi194 ceph-mon[104785]: pgmap v10004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:17.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:17.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:18.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:18.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:18 smithi135 ceph-mon[93152]: pgmap v10005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:18 smithi194 ceph-mon[104785]: pgmap v10005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:19.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:19.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:20.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:20.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:20 smithi135 ceph-mon[93152]: pgmap v10006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:00:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:20 smithi194 ceph-mon[104785]: pgmap v10006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:00:21.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:21.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:22.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:22.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:22 smithi135 ceph-mon[93152]: pgmap v10007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:22 smithi194 ceph-mon[104785]: pgmap v10007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:23.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:23.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:24.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:24.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:24 smithi135 ceph-mon[93152]: pgmap v10008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:24 smithi194 ceph-mon[104785]: pgmap v10008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:25.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:25.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:26 smithi135 ceph-mon[93152]: pgmap v10009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:26.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:26.694 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:26 smithi194 ceph-mon[104785]: pgmap v10009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:26.694 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:26.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:26.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:27.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:27.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:28 smithi194 ceph-mon[104785]: pgmap v10010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:28.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:28.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:28 smithi135 ceph-mon[93152]: pgmap v10010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:29.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:29.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:30 smithi135 ceph-mon[93152]: pgmap v10011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:00:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:30 smithi194 ceph-mon[104785]: pgmap v10011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:00:30.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:30.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:31.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:31.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:32 smithi194 ceph-mon[104785]: pgmap v10012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:32.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:32.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:32 smithi135 ceph-mon[93152]: pgmap v10012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:33.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:33.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:34 smithi194 ceph-mon[104785]: pgmap v10013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:34.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:34.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:34 smithi135 ceph-mon[93152]: pgmap v10013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:35.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:35.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:36 smithi194 ceph-mon[104785]: pgmap v10014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:36.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:36.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:36 smithi135 ceph-mon[93152]: pgmap v10014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:37.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:37.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:38 smithi194 ceph-mon[104785]: pgmap v10015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:38.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:38.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:38 smithi135 ceph-mon[93152]: pgmap v10015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:39.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:39.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:40 smithi135 ceph-mon[93152]: pgmap v10016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:00:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:40 smithi194 ceph-mon[104785]: pgmap v10016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:00:40.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:40.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:41.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:41.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:42 smithi194 ceph-mon[104785]: pgmap v10017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:42.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:42.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:42 smithi135 ceph-mon[93152]: pgmap v10017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:43.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:43.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:44 smithi194 ceph-mon[104785]: pgmap v10018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:44.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:44.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:44 smithi135 ceph-mon[93152]: pgmap v10018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:45.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:45.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:46 smithi194 ceph-mon[104785]: pgmap v10019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:46.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:46.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:46 smithi135 ceph-mon[93152]: pgmap v10019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:47.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:47.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:48 smithi194 ceph-mon[104785]: pgmap v10020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:48.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:48.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:48 smithi135 ceph-mon[93152]: pgmap v10020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:49.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:49.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:50 smithi135 ceph-mon[93152]: pgmap v10021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:00:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:50 smithi194 ceph-mon[104785]: pgmap v10021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:00:50.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:50.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:51.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:51.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:52 smithi194 ceph-mon[104785]: pgmap v10022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:52.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:52.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:52 smithi135 ceph-mon[93152]: pgmap v10022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:53.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:53.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:54 smithi194 ceph-mon[104785]: pgmap v10023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:54 smithi135 ceph-mon[93152]: pgmap v10023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:54.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:54.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:55.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:55.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:56 smithi194 ceph-mon[104785]: pgmap v10024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:56 smithi135 ceph-mon[93152]: pgmap v10024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:00:56.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:56.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:57.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:57.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:00:58 smithi194 ceph-mon[104785]: pgmap v10025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:00:58 smithi135 ceph-mon[93152]: pgmap v10025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:00:58.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:58.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:00:59.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:00:59.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:00 smithi135 ceph-mon[93152]: pgmap v10026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:01:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:00 smithi194 ceph-mon[104785]: pgmap v10026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:01:00.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:00.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:01.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:01.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:02 smithi194 ceph-mon[104785]: pgmap v10027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:02 smithi135 ceph-mon[93152]: pgmap v10027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:02.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:02.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:03.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:03.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:04 smithi194 ceph-mon[104785]: pgmap v10028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:04 smithi135 ceph-mon[93152]: pgmap v10028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:04.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:04.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:05.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:05.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:06.614 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:06 smithi135 ceph-mon[93152]: pgmap v10029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:06 smithi194 ceph-mon[104785]: pgmap v10029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:06.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:06.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:07.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:07.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:08 smithi194 ceph-mon[104785]: pgmap v10030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:08 smithi135 ceph-mon[93152]: pgmap v10030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:08.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:08.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:09.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:09.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:10 smithi194 ceph-mon[104785]: pgmap v10031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:01:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:10 smithi135 ceph-mon[93152]: pgmap v10031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:01:10.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:10.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:11.662 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:11.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:11.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:12 smithi194 ceph-mon[104785]: pgmap v10032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:12 smithi135 ceph-mon[93152]: pgmap v10032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:12.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:12.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:01:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:13.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:01:13.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:01:13.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:01:13.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:01:13.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:01:13.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:01:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:01:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:01:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:01:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:01:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:01:13.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:01:13.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:01:13.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:01:13.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:13.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:14 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1614M 2023-10-08T10:01:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:14 smithi194 ceph-mon[104785]: pgmap v10033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:14 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1614M 2023-10-08T10:01:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:14 smithi135 ceph-mon[93152]: pgmap v10033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:14.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:14.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:15.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:15.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:16 smithi194 ceph-mon[104785]: pgmap v10034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:16.711 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:16 smithi135 ceph-mon[93152]: pgmap v10034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:16.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:16.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:17.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:17.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:18 smithi194 ceph-mon[104785]: pgmap v10035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:18 smithi135 ceph-mon[93152]: pgmap v10035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:18.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:18.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:19.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:19.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:20 smithi194 ceph-mon[104785]: pgmap v10036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:01:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:20 smithi135 ceph-mon[93152]: pgmap v10036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:01:20.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:20.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:21.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:21.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:22 smithi194 ceph-mon[104785]: pgmap v10037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:22 smithi135 ceph-mon[93152]: pgmap v10037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:22.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:22.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:23.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:23.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:24 smithi194 ceph-mon[104785]: pgmap v10038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:24 smithi135 ceph-mon[93152]: pgmap v10038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:24.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:24.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:25.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:25.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:26 smithi194 ceph-mon[104785]: pgmap v10039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:26 smithi135 ceph-mon[93152]: pgmap v10039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:26.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:26.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:27.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:27.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:28 smithi194 ceph-mon[104785]: pgmap v10040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:28 smithi135 ceph-mon[93152]: pgmap v10040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:28.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:28.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:29.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:29.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:30 smithi194 ceph-mon[104785]: pgmap v10041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:01:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:30 smithi135 ceph-mon[93152]: pgmap v10041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:01:30.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:30.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:31.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:31.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:32 smithi194 ceph-mon[104785]: pgmap v10042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:32 smithi135 ceph-mon[93152]: pgmap v10042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:32.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:32.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:33.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:33.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:34 smithi194 ceph-mon[104785]: pgmap v10043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:34 smithi135 ceph-mon[93152]: pgmap v10043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:34.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:34.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:35.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:35.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:36 smithi194 ceph-mon[104785]: pgmap v10044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:36 smithi135 ceph-mon[93152]: pgmap v10044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:36.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:36.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:37.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:37.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:38 smithi194 ceph-mon[104785]: pgmap v10045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:38 smithi135 ceph-mon[93152]: pgmap v10045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:38.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:38.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:39.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:39.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:40 smithi194 ceph-mon[104785]: pgmap v10046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:01:40.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:40 smithi135 ceph-mon[93152]: pgmap v10046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:01:40.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:40.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:41.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:41.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:42 smithi194 ceph-mon[104785]: pgmap v10047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:42 smithi135 ceph-mon[93152]: pgmap v10047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:42.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:42.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:43.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:43.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:44 smithi194 ceph-mon[104785]: pgmap v10048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:44 smithi135 ceph-mon[93152]: pgmap v10048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:44.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:44.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:45.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:45.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:46 smithi194 ceph-mon[104785]: pgmap v10049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:46 smithi135 ceph-mon[93152]: pgmap v10049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:46.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:46.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:47.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:47.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:48 smithi194 ceph-mon[104785]: pgmap v10050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:48 smithi135 ceph-mon[93152]: pgmap v10050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:48.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:48.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:49.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:49.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:50 smithi194 ceph-mon[104785]: pgmap v10051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:01:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:50 smithi135 ceph-mon[93152]: pgmap v10051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:01:50.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:50.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:51.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:51.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:52 smithi194 ceph-mon[104785]: pgmap v10052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:52 smithi135 ceph-mon[93152]: pgmap v10052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:52.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:52.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:53.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:53.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:54 smithi194 ceph-mon[104785]: pgmap v10053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:54 smithi135 ceph-mon[93152]: pgmap v10053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:54.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:54.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:55.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:55.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:56 smithi194 ceph-mon[104785]: pgmap v10054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:56 smithi135 ceph-mon[93152]: pgmap v10054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:01:56.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:56.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:57.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:57.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:01:58 smithi194 ceph-mon[104785]: pgmap v10055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:01:58 smithi135 ceph-mon[93152]: pgmap v10055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:01:58.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:58.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:01:59.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:01:59.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:00 smithi135 ceph-mon[93152]: pgmap v10056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:02:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:00 smithi194 ceph-mon[104785]: pgmap v10056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:02:00.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:00.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:01.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:01.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:02 smithi135 ceph-mon[93152]: pgmap v10057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:02.693 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:02 smithi194 ceph-mon[104785]: pgmap v10057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:02.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:02.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:03.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:03.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:04 smithi194 ceph-mon[104785]: pgmap v10058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:04 smithi135 ceph-mon[93152]: pgmap v10058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:04.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:04.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:05.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:05.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:06 smithi194 ceph-mon[104785]: pgmap v10059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:06 smithi135 ceph-mon[93152]: pgmap v10059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:06.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:06.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:07.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:07.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:08 smithi194 ceph-mon[104785]: pgmap v10060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:08 smithi135 ceph-mon[93152]: pgmap v10060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:08.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:08.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:09.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:09.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:10 smithi135 ceph-mon[93152]: pgmap v10061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:02:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:10 smithi194 ceph-mon[104785]: pgmap v10061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:02:10.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:10.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:11.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:11.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:12.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:12 smithi135 ceph-mon[93152]: pgmap v10062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:12 smithi194 ceph-mon[104785]: pgmap v10062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:12.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:12.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:02:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:02:13.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:13.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:14 smithi194 ceph-mon[104785]: pgmap v10063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:02:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:02:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:02:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:02:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:02:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:14 smithi135 ceph-mon[93152]: pgmap v10063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:02:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:02:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:02:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:02:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:02:14.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:14.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:15.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:15.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:16 smithi194 ceph-mon[104785]: pgmap v10064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:16 smithi135 ceph-mon[93152]: pgmap v10064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:16.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:16.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:17.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:17.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:18 smithi194 ceph-mon[104785]: pgmap v10065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:18 smithi135 ceph-mon[93152]: pgmap v10065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:18.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:18.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:19.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:19.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:20 smithi135 ceph-mon[93152]: pgmap v10066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:02:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:20 smithi194 ceph-mon[104785]: pgmap v10066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:02:20.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:20.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:21.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:21.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:22 smithi194 ceph-mon[104785]: pgmap v10067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:22 smithi135 ceph-mon[93152]: pgmap v10067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:22.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:22.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:23.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:23.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:24 smithi194 ceph-mon[104785]: pgmap v10068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:24 smithi135 ceph-mon[93152]: pgmap v10068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:24.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:24.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:25.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:25.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:26 smithi194 ceph-mon[104785]: pgmap v10069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:26 smithi135 ceph-mon[93152]: pgmap v10069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:26.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:26.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:27.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:27.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:28 smithi194 ceph-mon[104785]: pgmap v10070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:28 smithi135 ceph-mon[93152]: pgmap v10070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:28.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:28.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:29.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:29.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:30 smithi194 ceph-mon[104785]: pgmap v10071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:02:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:30 smithi135 ceph-mon[93152]: pgmap v10071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:02:30.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:30.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:31.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:31.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:32 smithi194 ceph-mon[104785]: pgmap v10072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:32 smithi135 ceph-mon[93152]: pgmap v10072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:32.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:32.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:33.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:33.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:34 smithi194 ceph-mon[104785]: pgmap v10073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:34 smithi135 ceph-mon[93152]: pgmap v10073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:34.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:34.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:35.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:35.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:36 smithi194 ceph-mon[104785]: pgmap v10074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:36 smithi135 ceph-mon[93152]: pgmap v10074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:36.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:36.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:37.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:37.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:38 smithi194 ceph-mon[104785]: pgmap v10075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:38 smithi135 ceph-mon[93152]: pgmap v10075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:38.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:38.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:39.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:39.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:40 smithi194 ceph-mon[104785]: pgmap v10076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:02:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:40 smithi135 ceph-mon[93152]: pgmap v10076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:02:40.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:40.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:41.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:41.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:42 smithi194 ceph-mon[104785]: pgmap v10077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:42 smithi135 ceph-mon[93152]: pgmap v10077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:42.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:42.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:43.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:43.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:44 smithi194 ceph-mon[104785]: pgmap v10078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:44 smithi135 ceph-mon[93152]: pgmap v10078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:44.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:44.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:45.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:45.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:46 smithi194 ceph-mon[104785]: pgmap v10079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:46 smithi135 ceph-mon[93152]: pgmap v10079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:46.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:46.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:47.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:47.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:48.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:48 smithi194 ceph-mon[104785]: pgmap v10080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:48 smithi135 ceph-mon[93152]: pgmap v10080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:48.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:48.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:49.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:49.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:50 smithi194 ceph-mon[104785]: pgmap v10081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:02:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:50 smithi135 ceph-mon[93152]: pgmap v10081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:02:50.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:50.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:51.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:51.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:52.649 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:52 smithi135 ceph-mon[93152]: pgmap v10082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:52 smithi194 ceph-mon[104785]: pgmap v10082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:52.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:52.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:53.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:53.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:54 smithi194 ceph-mon[104785]: pgmap v10083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:54 smithi135 ceph-mon[93152]: pgmap v10083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:54.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:54.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:55.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:55.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:56 smithi194 ceph-mon[104785]: pgmap v10084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:56 smithi135 ceph-mon[93152]: pgmap v10084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:02:56.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:56.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:57.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:57.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:02:58 smithi194 ceph-mon[104785]: pgmap v10085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:02:58 smithi135 ceph-mon[93152]: pgmap v10085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:02:58.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:58.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:02:59.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:02:59.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:00 smithi194 ceph-mon[104785]: pgmap v10086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:03:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:00 smithi135 ceph-mon[93152]: pgmap v10086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:03:00.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:00.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:01.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:01.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:02 smithi194 ceph-mon[104785]: pgmap v10087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:02.746 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:02 smithi135 ceph-mon[93152]: pgmap v10087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:02.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:02.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:03.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:03.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:04 smithi194 ceph-mon[104785]: pgmap v10088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:04 smithi135 ceph-mon[93152]: pgmap v10088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:04.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:04.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:05.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:05.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:06 smithi194 ceph-mon[104785]: pgmap v10089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:06 smithi135 ceph-mon[93152]: pgmap v10089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:06.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:06.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:07.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:07.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:08 smithi194 ceph-mon[104785]: pgmap v10090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:08.761 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:08 smithi135 ceph-mon[93152]: pgmap v10090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:08.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:08.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:09.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:09.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:10 smithi194 ceph-mon[104785]: pgmap v10091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:03:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:10 smithi135 ceph-mon[93152]: pgmap v10091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:03:10.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:10.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:11.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:11.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:12 smithi194 ceph-mon[104785]: pgmap v10092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:12 smithi135 ceph-mon[93152]: pgmap v10092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:12.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:12.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:13.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:13.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:14 smithi194 ceph-mon[104785]: pgmap v10093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:03:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:03:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:03:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:03:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:03:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:03:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:14 smithi135 ceph-mon[93152]: pgmap v10093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:03:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:03:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:03:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:03:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:03:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:03:14.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:14.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:15.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:15.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:16 smithi194 ceph-mon[104785]: pgmap v10094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:16 smithi135 ceph-mon[93152]: pgmap v10094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:16.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:16.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:17.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:17.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:18 smithi194 ceph-mon[104785]: pgmap v10095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:18 smithi135 ceph-mon[93152]: pgmap v10095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:18.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:18.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:19.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:19.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:20 smithi194 ceph-mon[104785]: pgmap v10096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:03:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:20 smithi135 ceph-mon[93152]: pgmap v10096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:03:20.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:20.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:21.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:21.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:22 smithi194 ceph-mon[104785]: pgmap v10097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:22 smithi135 ceph-mon[93152]: pgmap v10097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:22.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:23.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:24.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:24.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:24 smithi194 ceph-mon[104785]: pgmap v10098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:24 smithi135 ceph-mon[93152]: pgmap v10098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:25.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:25.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:26.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:26.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:26 smithi194 ceph-mon[104785]: pgmap v10099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:26 smithi135 ceph-mon[93152]: pgmap v10099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:27.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:27.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:28.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:28.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:28.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:28 smithi194 ceph-mon[104785]: pgmap v10100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:28 smithi135 ceph-mon[93152]: pgmap v10100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:29.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:29.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:30.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:30.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:30 smithi135 ceph-mon[93152]: pgmap v10101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:03:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:30 smithi194 ceph-mon[104785]: pgmap v10101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:03:31.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:31.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:32.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:32.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:32 smithi194 ceph-mon[104785]: pgmap v10102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:32 smithi135 ceph-mon[93152]: pgmap v10102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:33.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:33.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:34.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:34.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:34 smithi194 ceph-mon[104785]: pgmap v10103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:34 smithi135 ceph-mon[93152]: pgmap v10103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:35.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:35.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:36.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:36.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:36 smithi194 ceph-mon[104785]: pgmap v10104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:36 smithi135 ceph-mon[93152]: pgmap v10104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:37.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:37.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:38.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:38.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:38 smithi135 ceph-mon[93152]: pgmap v10105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:38.690 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:38 smithi194 ceph-mon[104785]: pgmap v10105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:39.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:39.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:40.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:40.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:40 smithi135 ceph-mon[93152]: pgmap v10106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:03:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:40 smithi194 ceph-mon[104785]: pgmap v10106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:03:41.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:41.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:42.018 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:42.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:42.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:42 smithi194 ceph-mon[104785]: pgmap v10107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:42 smithi135 ceph-mon[93152]: pgmap v10107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:43.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:43.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:44.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:44.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:44 smithi194 ceph-mon[104785]: pgmap v10108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:44 smithi135 ceph-mon[93152]: pgmap v10108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:45.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:45.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:46.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:46.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:46 smithi194 ceph-mon[104785]: pgmap v10109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:46 smithi135 ceph-mon[93152]: pgmap v10109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:47.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:47.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:48.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:48.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:48 smithi135 ceph-mon[93152]: pgmap v10110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:48 smithi194 ceph-mon[104785]: pgmap v10110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:49.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:49.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:50.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:50.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:50 smithi194 ceph-mon[104785]: pgmap v10111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:03:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:50 smithi135 ceph-mon[93152]: pgmap v10111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:03:51.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:51.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:52.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:52.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:52 smithi194 ceph-mon[104785]: pgmap v10112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:52 smithi135 ceph-mon[93152]: pgmap v10112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:53.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:53.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:54.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:54.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:54 smithi194 ceph-mon[104785]: pgmap v10113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:54 smithi135 ceph-mon[93152]: pgmap v10113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:55.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:55.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:56.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:56.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:56 smithi194 ceph-mon[104785]: pgmap v10114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:56 smithi135 ceph-mon[93152]: pgmap v10114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:03:57.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:57.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:58.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:58.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:03:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:03:58 smithi194 ceph-mon[104785]: pgmap v10115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:03:58 smithi135 ceph-mon[93152]: pgmap v10115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:03:59.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:03:59.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:00.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:00.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:00 smithi194 ceph-mon[104785]: pgmap v10116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:04:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:00 smithi135 ceph-mon[93152]: pgmap v10116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:04:01.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:01.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:02.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:02.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:02 smithi194 ceph-mon[104785]: pgmap v10117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:02 smithi135 ceph-mon[93152]: pgmap v10117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:03.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:03.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:04.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:04.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:04 smithi194 ceph-mon[104785]: pgmap v10118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:04 smithi135 ceph-mon[93152]: pgmap v10118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:05.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:05.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:06.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:06.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:06 smithi194 ceph-mon[104785]: pgmap v10119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:06.788 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:06 smithi135 ceph-mon[93152]: pgmap v10119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:07.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:07.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:08.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:08.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:08 smithi194 ceph-mon[104785]: pgmap v10120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:08 smithi135 ceph-mon[93152]: pgmap v10120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:09.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:09.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:10.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:10.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:10 smithi194 ceph-mon[104785]: pgmap v10121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:04:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:10 smithi135 ceph-mon[93152]: pgmap v10121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:04:11.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:11.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:12.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:12.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:12 smithi194 ceph-mon[104785]: pgmap v10122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:12 smithi135 ceph-mon[93152]: pgmap v10122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:13.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:13.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:14.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:14.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:14 smithi194 ceph-mon[104785]: pgmap v10123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:04:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:14 smithi135 ceph-mon[93152]: pgmap v10123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:14.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:04:15.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:15.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:16.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:16.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:16 smithi194 ceph-mon[104785]: pgmap v10124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:16 smithi135 ceph-mon[93152]: pgmap v10124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:17.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:17.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:18.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:18.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:18 smithi194 ceph-mon[104785]: pgmap v10125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:18 smithi135 ceph-mon[93152]: pgmap v10125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:19.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:19.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:20.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:20.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:04:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:04:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:19 smithi194 ceph-mon[104785]: pgmap v10126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:04:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:04:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:04:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:04:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:04:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:04:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:04:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:04:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:19 smithi135 ceph-mon[93152]: pgmap v10126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:04:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:04:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:04:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:04:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:04:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:04:21.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:21.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:22.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:22.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:22 smithi194 ceph-mon[104785]: pgmap v10127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:22 smithi135 ceph-mon[93152]: pgmap v10127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:23.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:23.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:24.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:24.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:24 smithi194 ceph-mon[104785]: pgmap v10128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:24 smithi135 ceph-mon[93152]: pgmap v10128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:25.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:25.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:26.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:26.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:26 smithi194 ceph-mon[104785]: pgmap v10129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:26 smithi135 ceph-mon[93152]: pgmap v10129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:27.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:27.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:28.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:28.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:28.577 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:28 smithi135 ceph-mon[93152]: pgmap v10130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:28 smithi194 ceph-mon[104785]: pgmap v10130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:29.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:29.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:30.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:30.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:30 smithi135 ceph-mon[93152]: pgmap v10131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:04:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:30 smithi194 ceph-mon[104785]: pgmap v10131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:04:31.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:31.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:32.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:32.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:32 smithi194 ceph-mon[104785]: pgmap v10132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:32 smithi135 ceph-mon[93152]: pgmap v10132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:33.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:33.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:34.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:34.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:34 smithi194 ceph-mon[104785]: pgmap v10133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:34 smithi135 ceph-mon[93152]: pgmap v10133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:35.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:35.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:36.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:36.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:36 smithi194 ceph-mon[104785]: pgmap v10134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:36 smithi135 ceph-mon[93152]: pgmap v10134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:37.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:37.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:38.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:38.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:38.677 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:38 smithi135 ceph-mon[93152]: pgmap v10135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:38 smithi194 ceph-mon[104785]: pgmap v10135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:39.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:39.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:40.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:40.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:40 smithi194 ceph-mon[104785]: pgmap v10136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:04:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:40 smithi135 ceph-mon[93152]: pgmap v10136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:04:41.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:41.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:42.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:42.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:42 smithi194 ceph-mon[104785]: pgmap v10137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:42 smithi135 ceph-mon[93152]: pgmap v10137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:43.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:43.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:44.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:44.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:44 smithi194 ceph-mon[104785]: pgmap v10138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:44 smithi135 ceph-mon[93152]: pgmap v10138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:45.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:45.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:46.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:46.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:46 smithi194 ceph-mon[104785]: pgmap v10139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:46 smithi135 ceph-mon[93152]: pgmap v10139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:47.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:47.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:48.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:48.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:48 smithi194 ceph-mon[104785]: pgmap v10140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:48 smithi135 ceph-mon[93152]: pgmap v10140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:49.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:49.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:50.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:50.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:50 smithi194 ceph-mon[104785]: pgmap v10141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:04:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:50 smithi135 ceph-mon[93152]: pgmap v10141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:04:51.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:51.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:52.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:52.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:52 smithi194 ceph-mon[104785]: pgmap v10142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:52 smithi135 ceph-mon[93152]: pgmap v10142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:53.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:53.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:54.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:54.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:54 smithi194 ceph-mon[104785]: pgmap v10143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:54 smithi135 ceph-mon[93152]: pgmap v10143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:55.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:55.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:56.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:56.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:56 smithi194 ceph-mon[104785]: pgmap v10144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:56 smithi135 ceph-mon[93152]: pgmap v10144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:04:57.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:57.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:58.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:58.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:04:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:04:58 smithi194 ceph-mon[104785]: pgmap v10145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:58.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:04:58 smithi135 ceph-mon[93152]: pgmap v10145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:04:59.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:04:59.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:00.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:00.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:00 smithi194 ceph-mon[104785]: pgmap v10146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:05:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:00 smithi135 ceph-mon[93152]: pgmap v10146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:05:01.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:01.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:02.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:02.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:02 smithi194 ceph-mon[104785]: pgmap v10147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:02 smithi135 ceph-mon[93152]: pgmap v10147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:03.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:03.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:04.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:04.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:04 smithi194 ceph-mon[104785]: pgmap v10148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:04 smithi135 ceph-mon[93152]: pgmap v10148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:05.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:05.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:06.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:06.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:06 smithi194 ceph-mon[104785]: pgmap v10149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:06 smithi135 ceph-mon[93152]: pgmap v10149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:07.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:07.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:08.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:08.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:08 smithi194 ceph-mon[104785]: pgmap v10150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:08 smithi135 ceph-mon[93152]: pgmap v10150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:09.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:09.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:10.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:10.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:10 smithi194 ceph-mon[104785]: pgmap v10151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:05:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:10 smithi135 ceph-mon[93152]: pgmap v10151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:05:11.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:11.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:12.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:12.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:12 smithi194 ceph-mon[104785]: pgmap v10152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:12 smithi135 ceph-mon[93152]: pgmap v10152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:13.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:13.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:14.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:14.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:14.685 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:14 smithi194 ceph-mon[104785]: pgmap v10153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:14 smithi135 ceph-mon[93152]: pgmap v10153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:15.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:15.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:16.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:16.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:16 smithi194 ceph-mon[104785]: pgmap v10154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:16 smithi135 ceph-mon[93152]: pgmap v10154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:17.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:17.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:18.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:18.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:18 smithi194 ceph-mon[104785]: pgmap v10155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:18 smithi135 ceph-mon[93152]: pgmap v10155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:19.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:19.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:20.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:20.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:20 smithi194 ceph-mon[104785]: pgmap v10156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:05:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:05:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:05:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:05:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:05:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:05:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:05:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:20 smithi135 ceph-mon[93152]: pgmap v10156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:05:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:05:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:05:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:05:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:05:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:05:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:05:21.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:21.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:22.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:22.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:22 smithi194 ceph-mon[104785]: pgmap v10157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:22 smithi135 ceph-mon[93152]: pgmap v10157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:23.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:23.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:24.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:24.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:24 smithi194 ceph-mon[104785]: pgmap v10158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:24 smithi135 ceph-mon[93152]: pgmap v10158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:25.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:25.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:26.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:26.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:26 smithi194 ceph-mon[104785]: pgmap v10159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:26 smithi135 ceph-mon[93152]: pgmap v10159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:27.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:27.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:28.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:28.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:28 smithi194 ceph-mon[104785]: pgmap v10160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:28 smithi135 ceph-mon[93152]: pgmap v10160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:29.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:29.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:30.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:30.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:30 smithi194 ceph-mon[104785]: pgmap v10161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:05:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:30 smithi135 ceph-mon[93152]: pgmap v10161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:05:31.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:31.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:32.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:32.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:32 smithi194 ceph-mon[104785]: pgmap v10162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:32 smithi135 ceph-mon[93152]: pgmap v10162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:33.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:33.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:34.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:34.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:34 smithi135 ceph-mon[93152]: pgmap v10163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:34 smithi194 ceph-mon[104785]: pgmap v10163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:35.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:35.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:36.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:36.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:36 smithi194 ceph-mon[104785]: pgmap v10164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:36 smithi135 ceph-mon[93152]: pgmap v10164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:37.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:37.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:38.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:38.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:38 smithi194 ceph-mon[104785]: pgmap v10165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:38.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:38 smithi135 ceph-mon[93152]: pgmap v10165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:39.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:39.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:40.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:40.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:40 smithi194 ceph-mon[104785]: pgmap v10166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:05:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:40 smithi135 ceph-mon[93152]: pgmap v10166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:05:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:41.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:41.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:42.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:42.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:42 smithi194 ceph-mon[104785]: pgmap v10167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:42 smithi135 ceph-mon[93152]: pgmap v10167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:43.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:43.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:44.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:44.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:44 smithi194 ceph-mon[104785]: pgmap v10168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:44 smithi135 ceph-mon[93152]: pgmap v10168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:45.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:45.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:46.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:46.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:46 smithi135 ceph-mon[93152]: pgmap v10169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:46 smithi194 ceph-mon[104785]: pgmap v10169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:47.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:47.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:48.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:48.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:48 smithi135 ceph-mon[93152]: pgmap v10170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:48 smithi194 ceph-mon[104785]: pgmap v10170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:49.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:49.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:50.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:50.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:50 smithi135 ceph-mon[93152]: pgmap v10171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:05:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:50 smithi194 ceph-mon[104785]: pgmap v10171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:05:51.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:51.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:52.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:52.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:52 smithi135 ceph-mon[93152]: pgmap v10172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:52 smithi194 ceph-mon[104785]: pgmap v10172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:53.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:53.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:54.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:54.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:54 smithi135 ceph-mon[93152]: pgmap v10173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:54 smithi194 ceph-mon[104785]: pgmap v10173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:55.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:55.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:56.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:56.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:56 smithi194 ceph-mon[104785]: pgmap v10174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:56 smithi135 ceph-mon[93152]: pgmap v10174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:05:57.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:57.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:58.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:58.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:05:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:05:58 smithi194 ceph-mon[104785]: pgmap v10175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:05:58 smithi135 ceph-mon[93152]: pgmap v10175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:05:59.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:05:59.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:00.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:00.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:00 smithi194 ceph-mon[104785]: pgmap v10176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:06:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:00 smithi135 ceph-mon[93152]: pgmap v10176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:06:01.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:01.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:02.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:02.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:02 smithi194 ceph-mon[104785]: pgmap v10177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:02 smithi135 ceph-mon[93152]: pgmap v10177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:03.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:03.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:04.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:04.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:04 smithi194 ceph-mon[104785]: pgmap v10178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:04 smithi135 ceph-mon[93152]: pgmap v10178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:05.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:05.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:06.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:06.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:06 smithi194 ceph-mon[104785]: pgmap v10179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:06 smithi135 ceph-mon[93152]: pgmap v10179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:07.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:07.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:08.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:08.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:08 smithi194 ceph-mon[104785]: pgmap v10180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:08 smithi135 ceph-mon[93152]: pgmap v10180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:09.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:09.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:10.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:10.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:10 smithi194 ceph-mon[104785]: pgmap v10181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:06:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:10 smithi135 ceph-mon[93152]: pgmap v10181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:06:11.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:11.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:12.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:12.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:12 smithi194 ceph-mon[104785]: pgmap v10182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:12 smithi135 ceph-mon[93152]: pgmap v10182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:13.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:13.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:14.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:14.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:14 smithi194 ceph-mon[104785]: pgmap v10183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:14 smithi135 ceph-mon[93152]: pgmap v10183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:15.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:15.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:16.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:16.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:16 smithi194 ceph-mon[104785]: pgmap v10184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:16 smithi135 ceph-mon[93152]: pgmap v10184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:17.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:17.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:18.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:18.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:18 smithi194 ceph-mon[104785]: pgmap v10185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:18 smithi135 ceph-mon[93152]: pgmap v10185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:19.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:19.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:20.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:20.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:20 smithi194 ceph-mon[104785]: pgmap v10186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:06:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:06:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:20 smithi135 ceph-mon[93152]: pgmap v10186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:06:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:06:21.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:21.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:22.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:22.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:22 smithi194 ceph-mon[104785]: pgmap v10187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:22 smithi135 ceph-mon[93152]: pgmap v10187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:23.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:23.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:24.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:24.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:24.708 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:24 smithi135 ceph-mon[93152]: pgmap v10188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:24 smithi194 ceph-mon[104785]: pgmap v10188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:25.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:25.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:26.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:26.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:26 smithi194 ceph-mon[104785]: pgmap v10189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:26 smithi135 ceph-mon[93152]: pgmap v10189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:27.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:27.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:28.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:28.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:28 smithi194 ceph-mon[104785]: pgmap v10190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:06:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:06:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:06:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:06:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:06:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:06:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:06:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:28 smithi135 ceph-mon[93152]: pgmap v10190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:06:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:06:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:06:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:06:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:06:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:06:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:06:29.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:29.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:30.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:30.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:30 smithi194 ceph-mon[104785]: pgmap v10191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:06:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:30 smithi135 ceph-mon[93152]: pgmap v10191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:06:31.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:31.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:32.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:32.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:32 smithi194 ceph-mon[104785]: pgmap v10192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:32 smithi135 ceph-mon[93152]: pgmap v10192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:33.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:33.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:34.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:34.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:34 smithi194 ceph-mon[104785]: pgmap v10193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:34 smithi135 ceph-mon[93152]: pgmap v10193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:35.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:35.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:36.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:36.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:36 smithi194 ceph-mon[104785]: pgmap v10194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:36 smithi135 ceph-mon[93152]: pgmap v10194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:37.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:37.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:38.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:38.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:38 smithi194 ceph-mon[104785]: pgmap v10195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:38 smithi135 ceph-mon[93152]: pgmap v10195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:39.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:39.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:40.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:40.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:40 smithi194 ceph-mon[104785]: pgmap v10196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:06:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:40 smithi135 ceph-mon[93152]: pgmap v10196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:06:41.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:41.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:42.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:42.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:42 smithi194 ceph-mon[104785]: pgmap v10197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:42 smithi135 ceph-mon[93152]: pgmap v10197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:43.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:43.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:44.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:44.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:44 smithi194 ceph-mon[104785]: pgmap v10198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:44 smithi135 ceph-mon[93152]: pgmap v10198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:45.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:45.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:46.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:46.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:46 smithi194 ceph-mon[104785]: pgmap v10199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:46 smithi135 ceph-mon[93152]: pgmap v10199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:47.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:47.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:48.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:48.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:48 smithi194 ceph-mon[104785]: pgmap v10200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:48 smithi135 ceph-mon[93152]: pgmap v10200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:49.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:49.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:50.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:50.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:50 smithi194 ceph-mon[104785]: pgmap v10201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:06:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:50 smithi135 ceph-mon[93152]: pgmap v10201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:06:51.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:51.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:52.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:52.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:52 smithi194 ceph-mon[104785]: pgmap v10202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:52 smithi135 ceph-mon[93152]: pgmap v10202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:53.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:53.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:54.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:54.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:54 smithi194 ceph-mon[104785]: pgmap v10203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:54 smithi135 ceph-mon[93152]: pgmap v10203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:55.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:55.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:56.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:56.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:56 smithi194 ceph-mon[104785]: pgmap v10204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:56 smithi135 ceph-mon[93152]: pgmap v10204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:06:57.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:57.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:58.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:58.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:06:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:06:58 smithi194 ceph-mon[104785]: pgmap v10205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:06:58 smithi135 ceph-mon[93152]: pgmap v10205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:06:59.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:06:59.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:00.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:00.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:00 smithi194 ceph-mon[104785]: pgmap v10206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:07:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:00 smithi135 ceph-mon[93152]: pgmap v10206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:07:01.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:01.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:02.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:02.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:02 smithi194 ceph-mon[104785]: pgmap v10207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:02 smithi135 ceph-mon[93152]: pgmap v10207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:03.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:03.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:04.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:04.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:04 smithi194 ceph-mon[104785]: pgmap v10208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:04 smithi135 ceph-mon[93152]: pgmap v10208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:05.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:05.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:06.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:06.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:06 smithi194 ceph-mon[104785]: pgmap v10209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:06.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:06 smithi135 ceph-mon[93152]: pgmap v10209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:07.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:07.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:08.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:08.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:08 smithi194 ceph-mon[104785]: pgmap v10210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:08 smithi135 ceph-mon[93152]: pgmap v10210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:09.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:09.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:10.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:10.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:10 smithi135 ceph-mon[93152]: pgmap v10211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:07:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:10 smithi194 ceph-mon[104785]: pgmap v10211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:07:11.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:11.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:12.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:12.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:12 smithi194 ceph-mon[104785]: pgmap v10212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:12 smithi135 ceph-mon[93152]: pgmap v10212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:13.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:13.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:14.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:14.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:14 smithi194 ceph-mon[104785]: pgmap v10213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:14 smithi135 ceph-mon[93152]: pgmap v10213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:15.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:15.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:16.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:16.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:16 smithi194 ceph-mon[104785]: pgmap v10214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:16 smithi135 ceph-mon[93152]: pgmap v10214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:17.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:17.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:18.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:18.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:18 smithi194 ceph-mon[104785]: pgmap v10215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:18 smithi135 ceph-mon[93152]: pgmap v10215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:19.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:19.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:20.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:20.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:20 smithi135 ceph-mon[93152]: pgmap v10216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:07:20.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:20 smithi194 ceph-mon[104785]: pgmap v10216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:07:21.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:21.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:22.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:22.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:22 smithi194 ceph-mon[104785]: pgmap v10217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:22 smithi135 ceph-mon[93152]: pgmap v10217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:23.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:23.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:24.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:24.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:24 smithi194 ceph-mon[104785]: pgmap v10218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:24 smithi135 ceph-mon[93152]: pgmap v10218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:25.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:25.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:26.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:26.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:26 smithi194 ceph-mon[104785]: pgmap v10219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:26 smithi135 ceph-mon[93152]: pgmap v10219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:27.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:27.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:28.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:28.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:28 smithi194 ceph-mon[104785]: pgmap v10220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:07:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:28 smithi135 ceph-mon[93152]: pgmap v10220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:07:29.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:29.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:07:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:07:29.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:07:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:07:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:07:29.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:07:29.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:07:29.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:07:29.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:07:29.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:07:30.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:30.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:30 smithi194 ceph-mon[104785]: pgmap v10221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:07:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:30 smithi135 ceph-mon[93152]: pgmap v10221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:07:31.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:31.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:32.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:32.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:32 smithi194 ceph-mon[104785]: pgmap v10222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:32 smithi135 ceph-mon[93152]: pgmap v10222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:33.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:33.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:34.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:34.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:34 smithi194 ceph-mon[104785]: pgmap v10223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:34 smithi135 ceph-mon[93152]: pgmap v10223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:35.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:35.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:36.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:36.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:36 smithi194 ceph-mon[104785]: pgmap v10224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:36 smithi135 ceph-mon[93152]: pgmap v10224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:37.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:37.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:38.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:38.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:38 smithi194 ceph-mon[104785]: pgmap v10225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:38 smithi135 ceph-mon[93152]: pgmap v10225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:39.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:39.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:40.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:40.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:40 smithi194 ceph-mon[104785]: pgmap v10226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:07:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:40 smithi135 ceph-mon[93152]: pgmap v10226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:07:41.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:41.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:42.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:42.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:42 smithi194 ceph-mon[104785]: pgmap v10227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:42 smithi135 ceph-mon[93152]: pgmap v10227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:43.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:43.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:44.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:44.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:44 smithi194 ceph-mon[104785]: pgmap v10228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:44 smithi135 ceph-mon[93152]: pgmap v10228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:45.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:45.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:46.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:46.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:46 smithi194 ceph-mon[104785]: pgmap v10229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:46 smithi135 ceph-mon[93152]: pgmap v10229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:47.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:47.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:48.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:48.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:48 smithi194 ceph-mon[104785]: pgmap v10230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:48 smithi135 ceph-mon[93152]: pgmap v10230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:49.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:49.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:50.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:50.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:50 smithi194 ceph-mon[104785]: pgmap v10231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:07:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:50 smithi135 ceph-mon[93152]: pgmap v10231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:07:51.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:51.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:52.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:52.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:52 smithi194 ceph-mon[104785]: pgmap v10232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:52 smithi135 ceph-mon[93152]: pgmap v10232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:53.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:53.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:54.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:54.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:54 smithi194 ceph-mon[104785]: pgmap v10233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:54 smithi135 ceph-mon[93152]: pgmap v10233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:55.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:55.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:56.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:56.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:56 smithi194 ceph-mon[104785]: pgmap v10234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:56 smithi135 ceph-mon[93152]: pgmap v10234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:07:57.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:57.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:58.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:58.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:07:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:07:58 smithi194 ceph-mon[104785]: pgmap v10235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:07:58 smithi135 ceph-mon[93152]: pgmap v10235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:07:59.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:07:59.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:00.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:00.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:00.645 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:00 smithi135 ceph-mon[93152]: pgmap v10236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:08:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:00 smithi194 ceph-mon[104785]: pgmap v10236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:08:01.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:01.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:02.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:02.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:02 smithi194 ceph-mon[104785]: pgmap v10237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:02 smithi135 ceph-mon[93152]: pgmap v10237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:03.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:03.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:04.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:04.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:04 smithi194 ceph-mon[104785]: pgmap v10238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:04 smithi135 ceph-mon[93152]: pgmap v10238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:05.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:05.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:06.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:06.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:06 smithi194 ceph-mon[104785]: pgmap v10239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:06 smithi135 ceph-mon[93152]: pgmap v10239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:07.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:07.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:08.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:08.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:08 smithi194 ceph-mon[104785]: pgmap v10240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:08 smithi135 ceph-mon[93152]: pgmap v10240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:09.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:09.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:10.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:10.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:10 smithi194 ceph-mon[104785]: pgmap v10241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:08:10.745 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:10 smithi135 ceph-mon[93152]: pgmap v10241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:08:11.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:11.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:12.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:12.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:12 smithi194 ceph-mon[104785]: pgmap v10242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:12 smithi135 ceph-mon[93152]: pgmap v10242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:13.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:13.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:14.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:14.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:14 smithi194 ceph-mon[104785]: pgmap v10243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:14 smithi135 ceph-mon[93152]: pgmap v10243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:15.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:15.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:16.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:16.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:16 smithi194 ceph-mon[104785]: pgmap v10244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:16 smithi135 ceph-mon[93152]: pgmap v10244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:17.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:17.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:18.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:18.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:18 smithi194 ceph-mon[104785]: pgmap v10245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:18 smithi135 ceph-mon[93152]: pgmap v10245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:19.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:19.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:20.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:20.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:20 smithi194 ceph-mon[104785]: pgmap v10246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:08:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:20 smithi135 ceph-mon[93152]: pgmap v10246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:08:21.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:21.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:22.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:22.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:22 smithi194 ceph-mon[104785]: pgmap v10247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:22 smithi135 ceph-mon[93152]: pgmap v10247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:23.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:23.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:24.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:24.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:24 smithi194 ceph-mon[104785]: pgmap v10248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:24 smithi135 ceph-mon[93152]: pgmap v10248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:25.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:25.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:26.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:26.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:26.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:26 smithi194 ceph-mon[104785]: pgmap v10249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:26.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:26 smithi135 ceph-mon[93152]: pgmap v10249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:27.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:27.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:28.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:28.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:28 smithi194 ceph-mon[104785]: pgmap v10250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:28 smithi135 ceph-mon[93152]: pgmap v10250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:29.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:29.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:08:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:08:30.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:30.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:30 smithi194 ceph-mon[104785]: pgmap v10251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:08:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:08:30.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:08:30.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:08:30.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:08:30.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:08:30.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:08:30.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:08:30.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:08:30.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:08:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:30 smithi135 ceph-mon[93152]: pgmap v10251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:08:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:08:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:08:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:08:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:08:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:08:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:08:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:08:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:08:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:08:31.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:31.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:32.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:32.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:32 smithi194 ceph-mon[104785]: pgmap v10252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:32 smithi135 ceph-mon[93152]: pgmap v10252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:33.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:33.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:34.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:34.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:34 smithi194 ceph-mon[104785]: pgmap v10253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:34 smithi135 ceph-mon[93152]: pgmap v10253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:35.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:35.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:36.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:36.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:36 smithi194 ceph-mon[104785]: pgmap v10254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:36 smithi135 ceph-mon[93152]: pgmap v10254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:37.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:37.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:38.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:38.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:38 smithi194 ceph-mon[104785]: pgmap v10255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:38 smithi135 ceph-mon[93152]: pgmap v10255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:39.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:39.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:40.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:40.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:40 smithi194 ceph-mon[104785]: pgmap v10256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:08:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:40 smithi135 ceph-mon[93152]: pgmap v10256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:08:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:41.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:41.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:42.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:42.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:42 smithi194 ceph-mon[104785]: pgmap v10257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:42 smithi135 ceph-mon[93152]: pgmap v10257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:43.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:43.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:44.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:44.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:44 smithi194 ceph-mon[104785]: pgmap v10258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:44 smithi135 ceph-mon[93152]: pgmap v10258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:45.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:45.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:46.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:46.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:46 smithi194 ceph-mon[104785]: pgmap v10259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:46 smithi135 ceph-mon[93152]: pgmap v10259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:47.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:47.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:48.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:48.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:48 smithi194 ceph-mon[104785]: pgmap v10260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:48 smithi135 ceph-mon[93152]: pgmap v10260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:49.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:49.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:50.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:50.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:50 smithi194 ceph-mon[104785]: pgmap v10261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:08:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:50 smithi135 ceph-mon[93152]: pgmap v10261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:08:51.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:51.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:52.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:52.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:52 smithi194 ceph-mon[104785]: pgmap v10262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:52 smithi135 ceph-mon[93152]: pgmap v10262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:53.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:53.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:54.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:54.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:54 smithi194 ceph-mon[104785]: pgmap v10263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:54 smithi135 ceph-mon[93152]: pgmap v10263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:55.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:55.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:56 smithi135 ceph-mon[93152]: pgmap v10264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:56.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:56.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:56 smithi194 ceph-mon[104785]: pgmap v10264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:08:57.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:57.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:58.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:58.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:08:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:08:58 smithi194 ceph-mon[104785]: pgmap v10265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:08:58 smithi135 ceph-mon[93152]: pgmap v10265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:08:59.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:08:59.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:00.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:00.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:00 smithi194 ceph-mon[104785]: pgmap v10266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:09:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:00 smithi135 ceph-mon[93152]: pgmap v10266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:09:01.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:01.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:02.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:02.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:02 smithi194 ceph-mon[104785]: pgmap v10267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:02 smithi135 ceph-mon[93152]: pgmap v10267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:03.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:03.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:04.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:04.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:04 smithi194 ceph-mon[104785]: pgmap v10268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:04 smithi135 ceph-mon[93152]: pgmap v10268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:05.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:05.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:06.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:06.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:06 smithi194 ceph-mon[104785]: pgmap v10269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:07.041 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:06 smithi135 ceph-mon[93152]: pgmap v10269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:07.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:07.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:08.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:08.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:08 smithi194 ceph-mon[104785]: pgmap v10270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:08.911 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:08 smithi135 ceph-mon[93152]: pgmap v10270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:09.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:09.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:10.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:10.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:10.757 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:10 smithi194 ceph-mon[104785]: pgmap v10271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:09:10.758 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:10 smithi135 ceph-mon[93152]: pgmap v10271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:09:10.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:11.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:11.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:12.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:12.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:12 smithi194 ceph-mon[104785]: pgmap v10272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:12 smithi135 ceph-mon[93152]: pgmap v10272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:13.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:13.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:14.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:14.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:14 smithi194 ceph-mon[104785]: pgmap v10273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:14 smithi135 ceph-mon[93152]: pgmap v10273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:15.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:15.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:16.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:16.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:16 smithi194 ceph-mon[104785]: pgmap v10274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:16.766 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:16 smithi135 ceph-mon[93152]: pgmap v10274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:17.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:17.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:18.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:18.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:18 smithi194 ceph-mon[104785]: pgmap v10275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:18.763 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:18 smithi135 ceph-mon[93152]: pgmap v10275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:19.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:19.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:20.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:20.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:20 smithi194 ceph-mon[104785]: pgmap v10276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:09:20.917 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:20 smithi135 ceph-mon[93152]: pgmap v10276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:09:21.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:21.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:22.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:22.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:22 smithi194 ceph-mon[104785]: pgmap v10277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:22 smithi135 ceph-mon[93152]: pgmap v10277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:23.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:23.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:24.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:24.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:24 smithi194 ceph-mon[104785]: pgmap v10278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:24.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:24 smithi135 ceph-mon[93152]: pgmap v10278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:25.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:25.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:26.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:26.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:26 smithi194 ceph-mon[104785]: pgmap v10279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:26 smithi135 ceph-mon[93152]: pgmap v10279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:27.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:27.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:28.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:28.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:28 smithi194 ceph-mon[104785]: pgmap v10280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:28 smithi135 ceph-mon[93152]: pgmap v10280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:29.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:29.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:30.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:30.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:30 smithi194 ceph-mon[104785]: pgmap v10281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:09:30.744 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:09:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:30 smithi135 ceph-mon[93152]: pgmap v10281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:09:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:09:31.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:31.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:09:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:09:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:09:31.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:09:31.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:09:31.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:09:31.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:09:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:09:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:09:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:09:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:09:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:09:31.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:09:31.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:09:32.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:32.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:32 smithi194 ceph-mon[104785]: pgmap v10282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:32 smithi135 ceph-mon[93152]: pgmap v10282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:33.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:33.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:34.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:34.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:34 smithi135 ceph-mon[93152]: pgmap v10283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:34 smithi194 ceph-mon[104785]: pgmap v10283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:35.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:35.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:36.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:36.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:36 smithi194 ceph-mon[104785]: pgmap v10284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:36 smithi135 ceph-mon[93152]: pgmap v10284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:37.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:37.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:38.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:38.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:38 smithi194 ceph-mon[104785]: pgmap v10285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:38 smithi135 ceph-mon[93152]: pgmap v10285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:39.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:39.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:40.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:40.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:40 smithi194 ceph-mon[104785]: pgmap v10286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:09:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:40 smithi135 ceph-mon[93152]: pgmap v10286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:09:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:41.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:41.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:42.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:42.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:42 smithi194 ceph-mon[104785]: pgmap v10287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:42 smithi135 ceph-mon[93152]: pgmap v10287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:43.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:43.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:44.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:44.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:44 smithi135 ceph-mon[93152]: pgmap v10288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:44 smithi194 ceph-mon[104785]: pgmap v10288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:45.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:45.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:46.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:46.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:46.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:46 smithi135 ceph-mon[93152]: pgmap v10289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:46 smithi194 ceph-mon[104785]: pgmap v10289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:47.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:47.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:48.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:48.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:48 smithi194 ceph-mon[104785]: pgmap v10290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:48 smithi135 ceph-mon[93152]: pgmap v10290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:49.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:49.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:50.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:50.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:50 smithi194 ceph-mon[104785]: pgmap v10291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:09:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:50 smithi135 ceph-mon[93152]: pgmap v10291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:09:51.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:51.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:52.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:52.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:52 smithi135 ceph-mon[93152]: pgmap v10292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:52 smithi194 ceph-mon[104785]: pgmap v10292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:53.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:53.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:54.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:54.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:54 smithi135 ceph-mon[93152]: pgmap v10293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:54 smithi194 ceph-mon[104785]: pgmap v10293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:55.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:55.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:56.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:56.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:56 smithi194 ceph-mon[104785]: pgmap v10294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:56 smithi135 ceph-mon[93152]: pgmap v10294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:09:57.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:57.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:58.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:58.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:09:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:09:58 smithi194 ceph-mon[104785]: pgmap v10295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:09:58 smithi135 ceph-mon[93152]: pgmap v10295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:09:59.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:09:59.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:00.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:00.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:00 smithi135 ceph-mon[93152]: pgmap v10296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:10:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T10:10:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:00 smithi194 ceph-mon[104785]: pgmap v10296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:10:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T10:10:01.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:01.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:02.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:02.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:02 smithi135 ceph-mon[93152]: pgmap v10297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:02 smithi194 ceph-mon[104785]: pgmap v10297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:03.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:03.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:04.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:04.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:04 smithi135 ceph-mon[93152]: pgmap v10298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:04 smithi194 ceph-mon[104785]: pgmap v10298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:05.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:05.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:06.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:06.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:06 smithi194 ceph-mon[104785]: pgmap v10299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:06 smithi135 ceph-mon[93152]: pgmap v10299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:07.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:07.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:08.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:08.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:08 smithi135 ceph-mon[93152]: pgmap v10300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:08.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:08 smithi194 ceph-mon[104785]: pgmap v10300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:09.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:09.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:10.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:10.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:10 smithi135 ceph-mon[93152]: pgmap v10301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:10:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:10 smithi194 ceph-mon[104785]: pgmap v10301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:10:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:11.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:11.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:12.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:12.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:12 smithi135 ceph-mon[93152]: pgmap v10302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:12.777 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:12 smithi194 ceph-mon[104785]: pgmap v10302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:13.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:13.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:14.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:14.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:14 smithi135 ceph-mon[93152]: pgmap v10303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:14 smithi194 ceph-mon[104785]: pgmap v10303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:15.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:15.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:16.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:16.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:16 smithi194 ceph-mon[104785]: pgmap v10304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:16 smithi135 ceph-mon[93152]: pgmap v10304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:17.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:17.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:18.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:18.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:18 smithi135 ceph-mon[93152]: pgmap v10305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:18 smithi194 ceph-mon[104785]: pgmap v10305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:19.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:19.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:20.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:20.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:20 smithi135 ceph-mon[93152]: pgmap v10306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:10:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:20 smithi194 ceph-mon[104785]: pgmap v10306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:10:21.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:21.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:22.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:22.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:22 smithi135 ceph-mon[93152]: pgmap v10307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:22.881 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:22 smithi194 ceph-mon[104785]: pgmap v10307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:23.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:23.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:24.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:24.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:24 smithi135 ceph-mon[93152]: pgmap v10308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:24 smithi194 ceph-mon[104785]: pgmap v10308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:25.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:25.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:26.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:26.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:26 smithi194 ceph-mon[104785]: pgmap v10309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:26 smithi135 ceph-mon[93152]: pgmap v10309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:27.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:27.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:28.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:28.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:28 smithi135 ceph-mon[93152]: pgmap v10310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:28 smithi194 ceph-mon[104785]: pgmap v10310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:29.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:29.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:30.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:30.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:30 smithi135 ceph-mon[93152]: pgmap v10311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:10:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:30 smithi194 ceph-mon[104785]: pgmap v10311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:10:31.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:31.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:10:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:10:32.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:32.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:32 smithi135 ceph-mon[93152]: pgmap v10312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:10:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:10:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:10:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:10:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:10:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:32 smithi194 ceph-mon[104785]: pgmap v10312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:10:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:10:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:10:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:10:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:10:33.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:33.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:34.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:34.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:34 smithi135 ceph-mon[93152]: pgmap v10313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:34 smithi194 ceph-mon[104785]: pgmap v10313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:35.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:35.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:36.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:36.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:36 smithi194 ceph-mon[104785]: pgmap v10314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:36 smithi135 ceph-mon[93152]: pgmap v10314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:37.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:37.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:38.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:38.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:38 smithi135 ceph-mon[93152]: pgmap v10315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:38 smithi194 ceph-mon[104785]: pgmap v10315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:39.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:39.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:40.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:40.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:40 smithi135 ceph-mon[93152]: pgmap v10316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:10:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:40 smithi194 ceph-mon[104785]: pgmap v10316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:10:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:41.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:41.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:42 smithi135 ceph-mon[93152]: pgmap v10317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:42.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:42.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:42 smithi194 ceph-mon[104785]: pgmap v10317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:43.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:43.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:44.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:44.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:44 smithi135 ceph-mon[93152]: pgmap v10318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:44 smithi194 ceph-mon[104785]: pgmap v10318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:45.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:45.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:46 smithi194 ceph-mon[104785]: pgmap v10319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:46.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:46.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:46 smithi135 ceph-mon[93152]: pgmap v10319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:47.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:47.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:48.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:48.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:48 smithi135 ceph-mon[93152]: pgmap v10320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:48 smithi194 ceph-mon[104785]: pgmap v10320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:49.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:49.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:50.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:50.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:50 smithi135 ceph-mon[93152]: pgmap v10321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:10:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:50 smithi194 ceph-mon[104785]: pgmap v10321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:10:51.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:51.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:52.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:52.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:52 smithi135 ceph-mon[93152]: pgmap v10322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:52 smithi194 ceph-mon[104785]: pgmap v10322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:53.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:53.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:54.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:54.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:54 smithi135 ceph-mon[93152]: pgmap v10323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:54 smithi194 ceph-mon[104785]: pgmap v10323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:55.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:55.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:56 smithi194 ceph-mon[104785]: pgmap v10324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:56.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:56.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:56 smithi135 ceph-mon[93152]: pgmap v10324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:10:57.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:57.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:10:58 smithi194 ceph-mon[104785]: pgmap v10325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:58.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:58.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:10:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:10:58 smithi135 ceph-mon[93152]: pgmap v10325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:10:59.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:10:59.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:00.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:00.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:00 smithi135 ceph-mon[93152]: pgmap v10326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:11:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:00 smithi194 ceph-mon[104785]: pgmap v10326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:11:01.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:01.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:02.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:02.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:02 smithi135 ceph-mon[93152]: pgmap v10327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:02 smithi194 ceph-mon[104785]: pgmap v10327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:03.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:03.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:04.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:04.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:04 smithi135 ceph-mon[93152]: pgmap v10328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:04 smithi194 ceph-mon[104785]: pgmap v10328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:05.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:05.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:06 smithi194 ceph-mon[104785]: pgmap v10329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:06.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:06.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:06 smithi135 ceph-mon[93152]: pgmap v10329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:07.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:07.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:08 smithi194 ceph-mon[104785]: pgmap v10330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:08 smithi135 ceph-mon[93152]: pgmap v10330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:08.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:08.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:09.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:09.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:10 smithi135 ceph-mon[93152]: pgmap v10331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:11:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:10.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:10.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:10 smithi194 ceph-mon[104785]: pgmap v10331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:11:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:11.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:11.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:12 smithi135 ceph-mon[93152]: pgmap v10332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:12.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:12.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:12 smithi194 ceph-mon[104785]: pgmap v10332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:13.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:13.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:14 smithi135 ceph-mon[93152]: pgmap v10333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:14.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:14.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:14 smithi194 ceph-mon[104785]: pgmap v10333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:15.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:15.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:16 smithi194 ceph-mon[104785]: pgmap v10334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:16 smithi135 ceph-mon[93152]: pgmap v10334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:16.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:16.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:17.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:17.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:18 smithi135 ceph-mon[93152]: pgmap v10335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:18.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:18.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:18 smithi194 ceph-mon[104785]: pgmap v10335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:19.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:19.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:20 smithi135 ceph-mon[93152]: pgmap v10336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:11:20.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:20.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:20 smithi194 ceph-mon[104785]: pgmap v10336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:11:21.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:21.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:22 smithi135 ceph-mon[93152]: pgmap v10337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:22.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:22.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:22 smithi194 ceph-mon[104785]: pgmap v10337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:23.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:23.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:24 smithi135 ceph-mon[93152]: pgmap v10338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:24.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:24.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:24 smithi194 ceph-mon[104785]: pgmap v10338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:25.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:25.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:26 smithi194 ceph-mon[104785]: pgmap v10339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:26 smithi135 ceph-mon[93152]: pgmap v10339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:26.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:26.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:27.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:27.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:28 smithi135 ceph-mon[93152]: pgmap v10340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:28.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:28.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:28 smithi194 ceph-mon[104785]: pgmap v10340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:29.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:29.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:30 smithi135 ceph-mon[93152]: pgmap v10341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:11:30.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:30.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:30 smithi194 ceph-mon[104785]: pgmap v10341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:11:31.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:31.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:32 smithi135 ceph-mon[93152]: pgmap v10342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:11:32.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:32.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:32 smithi194 ceph-mon[104785]: pgmap v10342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:32.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:11:33.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:33.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:34 smithi135 ceph-mon[93152]: pgmap v10343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:34.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:34.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:34 smithi194 ceph-mon[104785]: pgmap v10343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:35.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:35.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:36.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:36.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: pgmap v10344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:36.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:36.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:36.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:36.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:36.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:36.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:11:36.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:11:36.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:36.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:11:36.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: pgmap v10344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:11:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:11:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:11:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:37.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:11:37.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:11:37.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:37.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:37.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:37 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1606M 2023-10-08T10:11:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:37 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1606M 2023-10-08T10:11:38.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:38.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:38 smithi194 ceph-mon[104785]: pgmap v10345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:38 smithi135 ceph-mon[93152]: pgmap v10345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:39.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:39.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:40.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:40.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:40 smithi194 ceph-mon[104785]: pgmap v10346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:11:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:40 smithi135 ceph-mon[93152]: pgmap v10346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:11:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:41.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:41.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:42.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:42.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:42 smithi194 ceph-mon[104785]: pgmap v10347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:42 smithi135 ceph-mon[93152]: pgmap v10347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:43.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:43.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:44.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:44.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:44 smithi194 ceph-mon[104785]: pgmap v10348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:44 smithi135 ceph-mon[93152]: pgmap v10348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:45.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:45.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:46 smithi194 ceph-mon[104785]: pgmap v10349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:46 smithi135 ceph-mon[93152]: pgmap v10349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:46.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:46.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:47.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:47.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:48 smithi135 ceph-mon[93152]: pgmap v10350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:48.784 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:48 smithi194 ceph-mon[104785]: pgmap v10350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:48.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:48.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:49.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:49.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:50 smithi135 ceph-mon[93152]: pgmap v10351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:11:50.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:50.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:50 smithi194 ceph-mon[104785]: pgmap v10351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:11:51.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:51.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:52 smithi135 ceph-mon[93152]: pgmap v10352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:52.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:52.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:52 smithi194 ceph-mon[104785]: pgmap v10352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:53.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:53.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:54 smithi135 ceph-mon[93152]: pgmap v10353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:54.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:54.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:54 smithi194 ceph-mon[104785]: pgmap v10353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:55.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:55.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:56 smithi194 ceph-mon[104785]: pgmap v10354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:11:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:56 smithi135 ceph-mon[93152]: pgmap v10354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:56.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:56.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:57.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:57.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:11:58 smithi135 ceph-mon[93152]: pgmap v10355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:58.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:58.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:11:58.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:11:58 smithi194 ceph-mon[104785]: pgmap v10355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:11:59.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:11:59.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:00 smithi135 ceph-mon[93152]: pgmap v10356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:12:00.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:00.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:00 smithi194 ceph-mon[104785]: pgmap v10356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:12:01.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:01.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:02 smithi135 ceph-mon[93152]: pgmap v10357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:02.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:02.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:02 smithi194 ceph-mon[104785]: pgmap v10357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:03.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:03.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:04 smithi135 ceph-mon[93152]: pgmap v10358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:04.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:04.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:04 smithi194 ceph-mon[104785]: pgmap v10358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:05.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:05.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:06 smithi194 ceph-mon[104785]: pgmap v10359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:06 smithi135 ceph-mon[93152]: pgmap v10359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:06.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:06.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:07.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:07.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:08 smithi135 ceph-mon[93152]: pgmap v10360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:08.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:08.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:08 smithi194 ceph-mon[104785]: pgmap v10360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:09.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:09.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:10 smithi135 ceph-mon[93152]: pgmap v10361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:12:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:10.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:10.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:10 smithi194 ceph-mon[104785]: pgmap v10361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:12:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:11.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:11.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:12 smithi135 ceph-mon[93152]: pgmap v10362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:12.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:12.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:12 smithi194 ceph-mon[104785]: pgmap v10362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:13.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:13.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:14 smithi135 ceph-mon[93152]: pgmap v10363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:14.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:14.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:14 smithi194 ceph-mon[104785]: pgmap v10363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:15.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:15.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:16 smithi194 ceph-mon[104785]: pgmap v10364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:16 smithi135 ceph-mon[93152]: pgmap v10364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:16.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:16.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:17.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:17.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:18 smithi135 ceph-mon[93152]: pgmap v10365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:18.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:18.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:18 smithi194 ceph-mon[104785]: pgmap v10365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:19.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:19.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:20 smithi135 ceph-mon[93152]: pgmap v10366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:12:20.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:20.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:20 smithi194 ceph-mon[104785]: pgmap v10366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:12:21.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:21.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:22 smithi135 ceph-mon[93152]: pgmap v10367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:22.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:22.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:22 smithi194 ceph-mon[104785]: pgmap v10367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:23.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:23.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:24.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:24.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:24 smithi194 ceph-mon[104785]: pgmap v10368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:24 smithi135 ceph-mon[93152]: pgmap v10368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:25.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:25.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:26 smithi194 ceph-mon[104785]: pgmap v10369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:26 smithi135 ceph-mon[93152]: pgmap v10369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:26.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:26.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:27.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:27.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:28 smithi135 ceph-mon[93152]: pgmap v10370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:28.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:28.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:28 smithi194 ceph-mon[104785]: pgmap v10370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:29.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:29.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:30.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:30.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:30 smithi194 ceph-mon[104785]: pgmap v10371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:12:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:30 smithi135 ceph-mon[93152]: pgmap v10371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:12:31.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:31.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:32.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:32.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:32 smithi194 ceph-mon[104785]: pgmap v10372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:32 smithi135 ceph-mon[93152]: pgmap v10372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:33.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:33.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:34.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:34.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:34 smithi194 ceph-mon[104785]: pgmap v10373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:34 smithi135 ceph-mon[93152]: pgmap v10373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:35.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:35.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:36 smithi194 ceph-mon[104785]: pgmap v10374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:12:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:36 smithi135 ceph-mon[93152]: pgmap v10374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:12:36.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:36.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:12:37.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:12:37.712 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:12:37.712 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:12:37.712 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:12:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:12:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:12:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:12:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:12:37.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:12:37.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:37.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:38 smithi194 ceph-mon[104785]: pgmap v10375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:38.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:38 smithi135 ceph-mon[93152]: pgmap v10375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:38.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:38.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:39.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:39.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:40.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:40.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:40 smithi194 ceph-mon[104785]: pgmap v10376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:12:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:40 smithi135 ceph-mon[93152]: pgmap v10376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:12:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:41.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:41.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:42.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:42.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:42 smithi194 ceph-mon[104785]: pgmap v10377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:42 smithi135 ceph-mon[93152]: pgmap v10377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:43.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:43.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:44 smithi194 ceph-mon[104785]: pgmap v10378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:44.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:44.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:44 smithi135 ceph-mon[93152]: pgmap v10378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:45.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:45.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:46 smithi194 ceph-mon[104785]: pgmap v10379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:46 smithi135 ceph-mon[93152]: pgmap v10379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:46.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:46.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:47.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:47.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:48 smithi135 ceph-mon[93152]: pgmap v10380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:48.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:48.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:48 smithi194 ceph-mon[104785]: pgmap v10380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:49.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:49.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:50.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:50.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:50 smithi194 ceph-mon[104785]: pgmap v10381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:12:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:50 smithi135 ceph-mon[93152]: pgmap v10381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:12:51.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:51.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:52.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:52.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:52 smithi194 ceph-mon[104785]: pgmap v10382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:52 smithi135 ceph-mon[93152]: pgmap v10382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:53.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:53.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:54.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:54.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:54 smithi194 ceph-mon[104785]: pgmap v10383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:54 smithi135 ceph-mon[93152]: pgmap v10383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:55.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:55.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:12:56.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:56.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:56 smithi194 ceph-mon[104785]: pgmap v10384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:56 smithi135 ceph-mon[93152]: pgmap v10384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:57.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:57.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:58.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:58.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:12:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:12:58 smithi194 ceph-mon[104785]: pgmap v10385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:12:58 smithi135 ceph-mon[93152]: pgmap v10385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:12:59.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:12:59.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:00.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:00.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:00 smithi194 ceph-mon[104785]: pgmap v10386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:13:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:00 smithi135 ceph-mon[93152]: pgmap v10386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:13:01.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:01.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:02.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:02.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:02 smithi194 ceph-mon[104785]: pgmap v10387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:02 smithi135 ceph-mon[93152]: pgmap v10387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:03.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:03.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:04.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:04.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:04 smithi194 ceph-mon[104785]: pgmap v10388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:04 smithi135 ceph-mon[93152]: pgmap v10388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:05.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:05.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:06 smithi194 ceph-mon[104785]: pgmap v10389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:06 smithi135 ceph-mon[93152]: pgmap v10389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:06.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:06.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:07.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:07.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:08.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:08.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:08 smithi194 ceph-mon[104785]: pgmap v10390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:08 smithi135 ceph-mon[93152]: pgmap v10390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:09.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:09.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:10.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:10.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:10 smithi194 ceph-mon[104785]: pgmap v10391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:13:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:10 smithi135 ceph-mon[93152]: pgmap v10391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:13:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:11.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:11.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:12 smithi194 ceph-mon[104785]: pgmap v10392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:12.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:12.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:12 smithi135 ceph-mon[93152]: pgmap v10392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:13.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:13.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:14 smithi194 ceph-mon[104785]: pgmap v10393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:14.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:14.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:14 smithi135 ceph-mon[93152]: pgmap v10393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:15.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:15.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:16 smithi194 ceph-mon[104785]: pgmap v10394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:16 smithi135 ceph-mon[93152]: pgmap v10394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:16.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:16.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:17.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:17.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:18 smithi194 ceph-mon[104785]: pgmap v10395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:18.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:18.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:18 smithi135 ceph-mon[93152]: pgmap v10395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:19.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:19.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:20 smithi194 ceph-mon[104785]: pgmap v10396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:13:20.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:20.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:20 smithi135 ceph-mon[93152]: pgmap v10396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:13:21.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:21.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:22 smithi194 ceph-mon[104785]: pgmap v10397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:22.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:22.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:22 smithi135 ceph-mon[93152]: pgmap v10397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:23.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:23.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:24.788 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:24 smithi194 ceph-mon[104785]: pgmap v10398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:24.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:24.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:24 smithi135 ceph-mon[93152]: pgmap v10398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:25.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:25.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:26 smithi194 ceph-mon[104785]: pgmap v10399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:26.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:26.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:26 smithi135 ceph-mon[93152]: pgmap v10399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:27.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:27.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:28.857 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:28 smithi135 ceph-mon[93152]: pgmap v10400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:28 smithi194 ceph-mon[104785]: pgmap v10400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:28.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:28.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:29.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:29.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:30 smithi194 ceph-mon[104785]: pgmap v10401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:13:30.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:30.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:30 smithi135 ceph-mon[93152]: pgmap v10401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:13:31.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:31.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:32 smithi194 ceph-mon[104785]: pgmap v10402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:32.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:32.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:32 smithi135 ceph-mon[93152]: pgmap v10402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:33.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:33.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:34.892 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:34 smithi194 ceph-mon[104785]: pgmap v10403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:34.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:34.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:34 smithi135 ceph-mon[93152]: pgmap v10403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:35.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:35.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:36 smithi194 ceph-mon[104785]: pgmap v10404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:36 smithi135 ceph-mon[93152]: pgmap v10404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:36.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:37.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:13:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:13:38.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:38.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:38 smithi194 ceph-mon[104785]: pgmap v10405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:13:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:13:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:13:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:13:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:13:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:38 smithi135 ceph-mon[93152]: pgmap v10405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:13:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:13:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:13:38.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:13:38.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:13:39.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:39.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:40.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:40.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:40 smithi194 ceph-mon[104785]: pgmap v10406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:13:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:41.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:41.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:40 smithi135 ceph-mon[93152]: pgmap v10406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:13:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:42.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:42.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:42 smithi194 ceph-mon[104785]: pgmap v10407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:42 smithi135 ceph-mon[93152]: pgmap v10407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:43.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:43.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:44.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:44.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:44 smithi194 ceph-mon[104785]: pgmap v10408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:44 smithi135 ceph-mon[93152]: pgmap v10408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:45.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:45.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:46.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:46.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:46 smithi194 ceph-mon[104785]: pgmap v10409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:46.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:46 smithi135 ceph-mon[93152]: pgmap v10409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:47.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:47.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:48.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:48.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:48 smithi194 ceph-mon[104785]: pgmap v10410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:48 smithi135 ceph-mon[93152]: pgmap v10410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:49.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:49.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:50.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:50.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:50 smithi194 ceph-mon[104785]: pgmap v10411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:13:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:50 smithi135 ceph-mon[93152]: pgmap v10411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:13:51.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:51.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:52.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:52.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:52 smithi194 ceph-mon[104785]: pgmap v10412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:52 smithi135 ceph-mon[93152]: pgmap v10412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:53.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:53.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:54.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:54.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:54 smithi194 ceph-mon[104785]: pgmap v10413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:54 smithi135 ceph-mon[93152]: pgmap v10413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:55.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:55.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:13:56.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:56.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:56 smithi194 ceph-mon[104785]: pgmap v10414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:56 smithi135 ceph-mon[93152]: pgmap v10414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:57.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:57.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:58.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:58.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:13:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:13:58 smithi194 ceph-mon[104785]: pgmap v10415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:13:58 smithi135 ceph-mon[93152]: pgmap v10415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:13:59.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:13:59.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:00.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:00.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:00 smithi194 ceph-mon[104785]: pgmap v10416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:14:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:00 smithi135 ceph-mon[93152]: pgmap v10416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:14:01.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:01.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:02.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:02.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:02 smithi194 ceph-mon[104785]: pgmap v10417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:02 smithi135 ceph-mon[93152]: pgmap v10417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:03.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:03.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:04.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:04.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:04 smithi194 ceph-mon[104785]: pgmap v10418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:04 smithi135 ceph-mon[93152]: pgmap v10418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:05.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:05.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:06.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:06.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:06 smithi135 ceph-mon[93152]: pgmap v10419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:06 smithi194 ceph-mon[104785]: pgmap v10419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:07.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:07.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:08.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:08.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:08 smithi194 ceph-mon[104785]: pgmap v10420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:08 smithi135 ceph-mon[93152]: pgmap v10420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:09.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:09.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:10.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:10.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:10 smithi194 ceph-mon[104785]: pgmap v10421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:14:11.145 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:11.145 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:10 smithi135 ceph-mon[93152]: pgmap v10421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:14:11.145 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:11.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:11.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:12.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:12.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:12 smithi194 ceph-mon[104785]: pgmap v10422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:12 smithi135 ceph-mon[93152]: pgmap v10422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:13.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:13.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:14.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:14.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:14 smithi135 ceph-mon[93152]: pgmap v10423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:14 smithi194 ceph-mon[104785]: pgmap v10423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:15.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:15.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:16.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:16.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:16 smithi135 ceph-mon[93152]: pgmap v10424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:16 smithi194 ceph-mon[104785]: pgmap v10424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:17.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:17.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:18.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:18.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:18 smithi194 ceph-mon[104785]: pgmap v10425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:18 smithi135 ceph-mon[93152]: pgmap v10425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:19.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:19.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:20.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:20.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:20 smithi194 ceph-mon[104785]: pgmap v10426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:14:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:20 smithi135 ceph-mon[93152]: pgmap v10426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:14:21.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:21.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:22.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:22.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:22 smithi194 ceph-mon[104785]: pgmap v10427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:22 smithi135 ceph-mon[93152]: pgmap v10427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:23.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:23.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:24.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:24.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:24 smithi135 ceph-mon[93152]: pgmap v10428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:24 smithi194 ceph-mon[104785]: pgmap v10428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:25.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:25.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:26.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:26.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:26 smithi194 ceph-mon[104785]: pgmap v10429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:26 smithi135 ceph-mon[93152]: pgmap v10429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:27.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:27.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:28.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:28.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:28 smithi194 ceph-mon[104785]: pgmap v10430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:28 smithi135 ceph-mon[93152]: pgmap v10430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:29.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:29.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:30.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:30.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:30 smithi194 ceph-mon[104785]: pgmap v10431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:14:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:30 smithi135 ceph-mon[93152]: pgmap v10431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:14:31.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:31.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:32.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:32.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:32 smithi194 ceph-mon[104785]: pgmap v10432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:32 smithi135 ceph-mon[93152]: pgmap v10432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:33.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:33.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:34.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:34.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:34 smithi135 ceph-mon[93152]: pgmap v10433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:34 smithi194 ceph-mon[104785]: pgmap v10433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:35.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:35.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:36.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:36.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:36 smithi135 ceph-mon[93152]: pgmap v10434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:36 smithi194 ceph-mon[104785]: pgmap v10434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:37.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:37.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:38.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:38.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:38 smithi194 ceph-mon[104785]: pgmap v10435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:14:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:38 smithi135 ceph-mon[93152]: pgmap v10435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:14:39.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:39.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:40.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:40.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:40 smithi194 ceph-mon[104785]: pgmap v10436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:14:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:40 smithi135 ceph-mon[93152]: pgmap v10436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:14:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:41.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:41.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:42.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:42.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:42 smithi194 ceph-mon[104785]: pgmap v10437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:14:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:14:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:42 smithi135 ceph-mon[93152]: pgmap v10437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:14:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:14:43.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:43.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:14:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:14:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:14:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:14:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:14:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:14:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:14:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:14:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:14:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:14:44.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:44.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:44 smithi194 ceph-mon[104785]: pgmap v10438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:44 smithi135 ceph-mon[93152]: pgmap v10438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:45.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:45.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:46.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:46.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:46 smithi135 ceph-mon[93152]: pgmap v10439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:46 smithi194 ceph-mon[104785]: pgmap v10439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:47.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:47.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:48.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:48.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:48 smithi194 ceph-mon[104785]: pgmap v10440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:48 smithi135 ceph-mon[93152]: pgmap v10440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:49.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:49.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:50.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:50.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:50 smithi194 ceph-mon[104785]: pgmap v10441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:14:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:50 smithi135 ceph-mon[93152]: pgmap v10441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:14:51.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:51.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:52.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:52.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:52 smithi194 ceph-mon[104785]: pgmap v10442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:52 smithi135 ceph-mon[93152]: pgmap v10442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:53.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:53.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:54.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:54.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:54 smithi194 ceph-mon[104785]: pgmap v10443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:54 smithi135 ceph-mon[93152]: pgmap v10443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:55.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:55.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:14:56.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:56.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:56 smithi194 ceph-mon[104785]: pgmap v10444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:56 smithi135 ceph-mon[93152]: pgmap v10444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:57.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:57.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:58.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:58.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:14:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:14:58 smithi194 ceph-mon[104785]: pgmap v10445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:14:58 smithi135 ceph-mon[93152]: pgmap v10445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:14:59.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:14:59.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:00.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:00.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:00 smithi194 ceph-mon[104785]: pgmap v10446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:15:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:00 smithi135 ceph-mon[93152]: pgmap v10446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:15:01.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:01.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:02.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:02.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:02 smithi194 ceph-mon[104785]: pgmap v10447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:02 smithi135 ceph-mon[93152]: pgmap v10447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:03.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:03.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:04.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:04.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:04 smithi194 ceph-mon[104785]: pgmap v10448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:04 smithi135 ceph-mon[93152]: pgmap v10448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:05.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:05.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:06.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:06.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:06 smithi135 ceph-mon[93152]: pgmap v10449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:06 smithi194 ceph-mon[104785]: pgmap v10449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:07.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:07.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:08.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:08.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:08 smithi194 ceph-mon[104785]: pgmap v10450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:08 smithi135 ceph-mon[93152]: pgmap v10450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:09.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:09.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:10.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:10.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:10.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:10 smithi135 ceph-mon[93152]: pgmap v10451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:15:10.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:10.888 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:10 smithi194 ceph-mon[104785]: pgmap v10451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:15:10.888 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:11.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:11.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:12.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:12.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:12 smithi194 ceph-mon[104785]: pgmap v10452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:13.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:12 smithi135 ceph-mon[93152]: pgmap v10452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:13.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:13.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:14.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:14.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:14.894 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:14 smithi135 ceph-mon[93152]: pgmap v10453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:14 smithi194 ceph-mon[104785]: pgmap v10453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:15.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:15.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:16.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:16.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:16 smithi135 ceph-mon[93152]: pgmap v10454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:16 smithi194 ceph-mon[104785]: pgmap v10454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:17.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:17.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:18.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:18.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:18 smithi194 ceph-mon[104785]: pgmap v10455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:18 smithi135 ceph-mon[93152]: pgmap v10455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:19.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:19.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:20.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:20.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:20 smithi194 ceph-mon[104785]: pgmap v10456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:15:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:20 smithi135 ceph-mon[93152]: pgmap v10456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:15:21.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:21.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:22.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:22.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:22 smithi194 ceph-mon[104785]: pgmap v10457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:22 smithi135 ceph-mon[93152]: pgmap v10457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:23.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:23.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:24.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:24.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:24 smithi194 ceph-mon[104785]: pgmap v10458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:24.991 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:24 smithi135 ceph-mon[93152]: pgmap v10458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:25.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:25.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:26.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:26.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:26 smithi194 ceph-mon[104785]: pgmap v10459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:26 smithi135 ceph-mon[93152]: pgmap v10459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:27.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:27.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:28.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:28.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:28 smithi194 ceph-mon[104785]: pgmap v10460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:28 smithi135 ceph-mon[93152]: pgmap v10460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:29.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:29.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:30.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:30.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:30 smithi194 ceph-mon[104785]: pgmap v10461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:15:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:30 smithi135 ceph-mon[93152]: pgmap v10461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:15:31.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:31.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:32.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:32.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:32 smithi194 ceph-mon[104785]: pgmap v10462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:32 smithi135 ceph-mon[93152]: pgmap v10462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:33.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:33.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:34.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:34.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:34 smithi194 ceph-mon[104785]: pgmap v10463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:35.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:34 smithi135 ceph-mon[93152]: pgmap v10463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:35.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:35.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:36.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:36.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:36 smithi135 ceph-mon[93152]: pgmap v10464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:36 smithi194 ceph-mon[104785]: pgmap v10464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:37.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:37.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:38.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:38.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:38 smithi194 ceph-mon[104785]: pgmap v10465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:38 smithi135 ceph-mon[93152]: pgmap v10465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:39.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:39.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:40.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:40.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:40 smithi194 ceph-mon[104785]: pgmap v10466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:15:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:40 smithi135 ceph-mon[93152]: pgmap v10466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:15:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:41.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:41.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:42.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:42.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:42 smithi194 ceph-mon[104785]: pgmap v10467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:42 smithi135 ceph-mon[93152]: pgmap v10467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:43.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:43.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:15:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:15:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:15:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:15:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:15:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:15:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:15:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:15:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:15:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:15:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:15:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:15:44.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:44.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:44 smithi194 ceph-mon[104785]: pgmap v10468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:44 smithi135 ceph-mon[93152]: pgmap v10468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:45.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:45.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:46.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:46.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:46 smithi194 ceph-mon[104785]: pgmap v10469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:46 smithi135 ceph-mon[93152]: pgmap v10469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:47.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:47.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:48.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:48.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:48 smithi194 ceph-mon[104785]: pgmap v10470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:48 smithi135 ceph-mon[93152]: pgmap v10470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:49.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:49.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:50.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:50.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:50 smithi194 ceph-mon[104785]: pgmap v10471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:15:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:50 smithi135 ceph-mon[93152]: pgmap v10471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:15:51.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:51.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:52.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:52.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:52 smithi194 ceph-mon[104785]: pgmap v10472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:52 smithi135 ceph-mon[93152]: pgmap v10472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:53.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:53.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:54.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:54.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:54 smithi194 ceph-mon[104785]: pgmap v10473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:54 smithi135 ceph-mon[93152]: pgmap v10473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:55.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:55.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:15:56.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:56.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:56 smithi194 ceph-mon[104785]: pgmap v10474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:56 smithi135 ceph-mon[93152]: pgmap v10474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:57.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:57.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:58.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:58.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:15:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:15:58 smithi194 ceph-mon[104785]: pgmap v10475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:15:58 smithi135 ceph-mon[93152]: pgmap v10475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:15:59.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:15:59.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:00.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:00.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:00 smithi135 ceph-mon[93152]: pgmap v10476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:16:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:00 smithi194 ceph-mon[104785]: pgmap v10476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:16:01.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:01.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:02.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:02.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:02 smithi194 ceph-mon[104785]: pgmap v10477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:02 smithi135 ceph-mon[93152]: pgmap v10477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:03.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:03.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:04.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:04.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:04 smithi194 ceph-mon[104785]: pgmap v10478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:04 smithi135 ceph-mon[93152]: pgmap v10478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:05.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:05.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:06.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:06.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:06 smithi135 ceph-mon[93152]: pgmap v10479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:06 smithi194 ceph-mon[104785]: pgmap v10479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:07.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:07.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:08.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:08.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:08 smithi194 ceph-mon[104785]: pgmap v10480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:08 smithi135 ceph-mon[93152]: pgmap v10480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:09.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:09.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:10.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:10.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:10 smithi135 ceph-mon[93152]: pgmap v10481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:16:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:10 smithi194 ceph-mon[104785]: pgmap v10481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:16:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:11.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:11.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:12.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:12.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:12 smithi194 ceph-mon[104785]: pgmap v10482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:12 smithi135 ceph-mon[93152]: pgmap v10482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:13.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:13.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:14.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:14.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:14 smithi194 ceph-mon[104785]: pgmap v10483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:14 smithi135 ceph-mon[93152]: pgmap v10483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:15.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:15.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:16.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:16.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:16 smithi135 ceph-mon[93152]: pgmap v10484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:16 smithi194 ceph-mon[104785]: pgmap v10484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:17.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:17.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:18.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:18.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:18 smithi194 ceph-mon[104785]: pgmap v10485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:18 smithi135 ceph-mon[93152]: pgmap v10485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:19.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:19.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:20.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:20.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:20 smithi194 ceph-mon[104785]: pgmap v10486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:16:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:20 smithi135 ceph-mon[93152]: pgmap v10486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:16:21.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:21.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:22.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:22.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:22 smithi194 ceph-mon[104785]: pgmap v10487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:22 smithi135 ceph-mon[93152]: pgmap v10487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:23.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:23.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:24.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:24.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:24 smithi194 ceph-mon[104785]: pgmap v10488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:24 smithi135 ceph-mon[93152]: pgmap v10488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:25.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:25.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:26.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:26.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:26 smithi194 ceph-mon[104785]: pgmap v10489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:26 smithi135 ceph-mon[93152]: pgmap v10489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:27.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:27.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:28.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:28.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:28 smithi194 ceph-mon[104785]: pgmap v10490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:28 smithi135 ceph-mon[93152]: pgmap v10490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:29.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:29.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:30.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:30.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:30 smithi194 ceph-mon[104785]: pgmap v10491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:16:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:30 smithi135 ceph-mon[93152]: pgmap v10491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:16:31.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:31.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:32.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:32.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:32 smithi194 ceph-mon[104785]: pgmap v10492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:32 smithi135 ceph-mon[93152]: pgmap v10492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:33.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:33.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:34.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:34.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:34 smithi194 ceph-mon[104785]: pgmap v10493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:34 smithi135 ceph-mon[93152]: pgmap v10493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:35.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:35.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:36.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:36.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:36 smithi135 ceph-mon[93152]: pgmap v10494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:36.789 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:36 smithi194 ceph-mon[104785]: pgmap v10494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:37.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:37.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:38.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:38.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:38 smithi194 ceph-mon[104785]: pgmap v10495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:38 smithi135 ceph-mon[93152]: pgmap v10495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:39.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:39.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:40.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:40.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:40 smithi194 ceph-mon[104785]: pgmap v10496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:16:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:40 smithi135 ceph-mon[93152]: pgmap v10496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:16:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:41.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:41.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:42.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:42.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:42 smithi194 ceph-mon[104785]: pgmap v10497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:42 smithi135 ceph-mon[93152]: pgmap v10497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:43.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:43.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:16:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:16:44.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:44.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:44 smithi194 ceph-mon[104785]: pgmap v10498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:44 smithi135 ceph-mon[93152]: pgmap v10498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:45.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:45.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:46.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:46.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:46 smithi135 ceph-mon[93152]: pgmap v10499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:46.895 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:46 smithi194 ceph-mon[104785]: pgmap v10499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:47.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:47.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:48.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:48.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:48 smithi194 ceph-mon[104785]: pgmap v10500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:48 smithi135 ceph-mon[93152]: pgmap v10500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:49.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:49.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:50.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:50.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:50 smithi194 ceph-mon[104785]: pgmap v10501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:16:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:50 smithi135 ceph-mon[93152]: pgmap v10501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:16:51.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:51.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:16:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:16:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:16:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:16:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:16:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:16:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:52 smithi194 ceph-mon[104785]: pgmap v10502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:52.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:16:52.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:52.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:16:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:16:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:16:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:16:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:16:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:16:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:52 smithi135 ceph-mon[93152]: pgmap v10502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:16:53.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:53.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:54.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:54.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:54 smithi194 ceph-mon[104785]: pgmap v10503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:54 smithi135 ceph-mon[93152]: pgmap v10503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:55.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:55.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:55.872 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:16:56.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:56.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:56 smithi194 ceph-mon[104785]: pgmap v10504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:56 smithi135 ceph-mon[93152]: pgmap v10504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:57.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:57.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:58.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:58.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:16:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:16:58 smithi194 ceph-mon[104785]: pgmap v10505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:16:58 smithi135 ceph-mon[93152]: pgmap v10505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:16:59.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:16:59.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:00.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:00.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:00.922 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:00 smithi135 ceph-mon[93152]: pgmap v10506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:17:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:00 smithi194 ceph-mon[104785]: pgmap v10506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:17:01.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:01.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:02.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:02.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:02 smithi194 ceph-mon[104785]: pgmap v10507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:02 smithi135 ceph-mon[93152]: pgmap v10507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:03.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:03.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:04.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:04.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:04 smithi194 ceph-mon[104785]: pgmap v10508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:04 smithi135 ceph-mon[93152]: pgmap v10508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:05.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:05.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:06.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:06.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:06 smithi135 ceph-mon[93152]: pgmap v10509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:06 smithi194 ceph-mon[104785]: pgmap v10509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:07.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:07.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:08.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:08.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:08 smithi194 ceph-mon[104785]: pgmap v10510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:08 smithi135 ceph-mon[93152]: pgmap v10510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:09.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:09.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:10.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:10.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:10 smithi194 ceph-mon[104785]: pgmap v10511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:17:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:10 smithi135 ceph-mon[93152]: pgmap v10511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:17:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:11.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:11.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:12.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:12.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:12 smithi194 ceph-mon[104785]: pgmap v10512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:12 smithi135 ceph-mon[93152]: pgmap v10512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:13.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:13.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:14.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:14.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:14 smithi194 ceph-mon[104785]: pgmap v10513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:14 smithi135 ceph-mon[93152]: pgmap v10513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:15.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:15.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:16.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:16.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:16 smithi135 ceph-mon[93152]: pgmap v10514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:16 smithi194 ceph-mon[104785]: pgmap v10514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:17.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:17.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:18.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:18.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:18 smithi194 ceph-mon[104785]: pgmap v10515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:18 smithi135 ceph-mon[93152]: pgmap v10515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:19.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:19.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:20.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:20.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:20 smithi194 ceph-mon[104785]: pgmap v10516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:17:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:20 smithi135 ceph-mon[93152]: pgmap v10516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:17:21.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:21.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:22.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:22.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:22 smithi194 ceph-mon[104785]: pgmap v10517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:22 smithi135 ceph-mon[93152]: pgmap v10517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:23.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:23.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:24.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:24.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:24 smithi194 ceph-mon[104785]: pgmap v10518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:24 smithi135 ceph-mon[93152]: pgmap v10518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:25.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:25.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:26.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:26.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:26 smithi194 ceph-mon[104785]: pgmap v10519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:26 smithi135 ceph-mon[93152]: pgmap v10519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:27.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:27.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:28.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:28.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:28 smithi194 ceph-mon[104785]: pgmap v10520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:28 smithi135 ceph-mon[93152]: pgmap v10520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:29.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:29.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:30.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:30.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:30 smithi194 ceph-mon[104785]: pgmap v10521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:17:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:30 smithi135 ceph-mon[93152]: pgmap v10521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:17:31.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:31.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:32.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:32.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:32 smithi194 ceph-mon[104785]: pgmap v10522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:32 smithi135 ceph-mon[93152]: pgmap v10522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:33.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:33.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:34.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:34.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:34 smithi194 ceph-mon[104785]: pgmap v10523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:34 smithi135 ceph-mon[93152]: pgmap v10523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:35.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:35.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:36.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:36.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:36 smithi135 ceph-mon[93152]: pgmap v10524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:36 smithi194 ceph-mon[104785]: pgmap v10524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:37.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:37.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:38.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:38.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:38 smithi194 ceph-mon[104785]: pgmap v10525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:38 smithi135 ceph-mon[93152]: pgmap v10525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:39.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:39.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:40.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:40.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:40 smithi194 ceph-mon[104785]: pgmap v10526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:17:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:40 smithi135 ceph-mon[93152]: pgmap v10526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:17:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:41.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:41.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:42.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:42.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:42 smithi194 ceph-mon[104785]: pgmap v10527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:42 smithi135 ceph-mon[93152]: pgmap v10527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:43.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:43.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:44.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:44.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:44 smithi194 ceph-mon[104785]: pgmap v10528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:44 smithi135 ceph-mon[93152]: pgmap v10528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:45.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:45.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:46.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:46.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:46 smithi135 ceph-mon[93152]: pgmap v10529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:46 smithi194 ceph-mon[104785]: pgmap v10529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:47.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:47.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:48.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:48.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:48 smithi194 ceph-mon[104785]: pgmap v10530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:48 smithi135 ceph-mon[93152]: pgmap v10530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:49.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:49.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:50.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:50.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:50 smithi194 ceph-mon[104785]: pgmap v10531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:17:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:50 smithi135 ceph-mon[93152]: pgmap v10531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:17:51.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:51.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:52.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:52.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:52 smithi194 ceph-mon[104785]: pgmap v10532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:17:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:17:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:17:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:17:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:17:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:17:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:17:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:52 smithi135 ceph-mon[93152]: pgmap v10532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:17:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:17:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:17:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:17:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:17:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:17:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:17:53.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:53.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:17:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:17:54.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:54.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:54 smithi194 ceph-mon[104785]: pgmap v10533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:54 smithi135 ceph-mon[93152]: pgmap v10533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:55.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:55.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:17:56.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:56.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:56 smithi135 ceph-mon[93152]: pgmap v10534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:56 smithi194 ceph-mon[104785]: pgmap v10534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:57.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:57.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:58.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:58.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:17:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:17:58 smithi194 ceph-mon[104785]: pgmap v10535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:17:58 smithi135 ceph-mon[93152]: pgmap v10535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:17:59.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:17:59.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:00.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:00.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:00 smithi194 ceph-mon[104785]: pgmap v10536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:18:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:00 smithi135 ceph-mon[93152]: pgmap v10536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:18:01.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:01.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:02.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:02.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:02 smithi194 ceph-mon[104785]: pgmap v10537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:02 smithi135 ceph-mon[93152]: pgmap v10537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:03.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:03.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:04.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:04.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:04 smithi194 ceph-mon[104785]: pgmap v10538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:04 smithi135 ceph-mon[93152]: pgmap v10538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:05.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:05.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:06.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:06.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:06 smithi194 ceph-mon[104785]: pgmap v10539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:07.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:06 smithi135 ceph-mon[93152]: pgmap v10539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:07.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:07.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:08.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:08.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:08 smithi194 ceph-mon[104785]: pgmap v10540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:08 smithi135 ceph-mon[93152]: pgmap v10540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:09.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:09.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:10.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:10.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:10 smithi194 ceph-mon[104785]: pgmap v10541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:18:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:10 smithi135 ceph-mon[93152]: pgmap v10541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:18:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:11.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:11.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:12.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:12.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:12 smithi194 ceph-mon[104785]: pgmap v10542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:12 smithi135 ceph-mon[93152]: pgmap v10542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:13.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:13.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:14.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:14.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:14 smithi194 ceph-mon[104785]: pgmap v10543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:14 smithi135 ceph-mon[93152]: pgmap v10543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:15.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:15.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:16.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:16.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:16 smithi194 ceph-mon[104785]: pgmap v10544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:16 smithi135 ceph-mon[93152]: pgmap v10544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:17.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:17.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:18.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:18.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:18 smithi194 ceph-mon[104785]: pgmap v10545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:18 smithi135 ceph-mon[93152]: pgmap v10545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:19.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:19.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:20.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:20.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:20 smithi194 ceph-mon[104785]: pgmap v10546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:18:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:20 smithi135 ceph-mon[93152]: pgmap v10546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:18:21.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:21.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:22.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:22.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:22.898 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:22 smithi194 ceph-mon[104785]: pgmap v10547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:22 smithi135 ceph-mon[93152]: pgmap v10547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:23.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:23.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:24.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:24.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:24 smithi194 ceph-mon[104785]: pgmap v10548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:24 smithi135 ceph-mon[93152]: pgmap v10548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:25.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:25.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:26.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:26.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:26 smithi194 ceph-mon[104785]: pgmap v10549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:26 smithi135 ceph-mon[93152]: pgmap v10549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:27.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:27.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:28.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:28.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:28 smithi194 ceph-mon[104785]: pgmap v10550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:28 smithi135 ceph-mon[93152]: pgmap v10550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:29.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:29.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:30.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:30.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:30 smithi194 ceph-mon[104785]: pgmap v10551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:18:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:30 smithi135 ceph-mon[93152]: pgmap v10551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:18:31.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:31.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:32.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:32.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:32 smithi194 ceph-mon[104785]: pgmap v10552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:32 smithi135 ceph-mon[93152]: pgmap v10552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:33.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:33.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:34.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:34.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:34 smithi194 ceph-mon[104785]: pgmap v10553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:34 smithi135 ceph-mon[93152]: pgmap v10553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:35.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:35.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:36.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:36.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:36.854 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:36 smithi135 ceph-mon[93152]: pgmap v10554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:36 smithi194 ceph-mon[104785]: pgmap v10554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:37.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:37.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:38.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:38.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:38 smithi194 ceph-mon[104785]: pgmap v10555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:38 smithi135 ceph-mon[93152]: pgmap v10555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:39.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:39.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:40.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:40.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:40 smithi194 ceph-mon[104785]: pgmap v10556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:18:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:40 smithi135 ceph-mon[93152]: pgmap v10556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:18:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:41.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:41.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:42.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:42.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:42 smithi194 ceph-mon[104785]: pgmap v10557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:42 smithi135 ceph-mon[93152]: pgmap v10557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:43.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:43.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:44.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:44.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:44 smithi194 ceph-mon[104785]: pgmap v10558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:44 smithi135 ceph-mon[93152]: pgmap v10558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:45.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:45.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:46.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:46.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:46.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:46 smithi135 ceph-mon[93152]: pgmap v10559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:46 smithi194 ceph-mon[104785]: pgmap v10559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:47.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:47.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:48.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:48.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:48 smithi194 ceph-mon[104785]: pgmap v10560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:48 smithi135 ceph-mon[93152]: pgmap v10560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:49.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:49.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:50.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:50.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:50 smithi194 ceph-mon[104785]: pgmap v10561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:18:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:50 smithi135 ceph-mon[93152]: pgmap v10561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:18:51.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:51.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:52.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:52.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:52 smithi194 ceph-mon[104785]: pgmap v10562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:52 smithi135 ceph-mon[93152]: pgmap v10562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:53.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:53.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:18:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:18:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:18:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:18:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:18:53.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:18:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:18:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:18:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:18:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:18:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:18:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:18:54.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:54.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:54 smithi194 ceph-mon[104785]: pgmap v10563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:54 smithi135 ceph-mon[93152]: pgmap v10563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:55.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:55.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:18:56.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:56.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:56 smithi194 ceph-mon[104785]: pgmap v10564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:56 smithi135 ceph-mon[93152]: pgmap v10564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:57.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:57.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:58.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:58.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:18:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:18:58 smithi194 ceph-mon[104785]: pgmap v10565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:18:58 smithi135 ceph-mon[93152]: pgmap v10565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:18:59.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:18:59.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:00.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:00.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:00 smithi194 ceph-mon[104785]: pgmap v10566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:19:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:00 smithi135 ceph-mon[93152]: pgmap v10566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:19:01.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:01.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:02.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:02.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:02 smithi194 ceph-mon[104785]: pgmap v10567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:02 smithi135 ceph-mon[93152]: pgmap v10567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:03.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:03.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:04.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:04.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:04 smithi194 ceph-mon[104785]: pgmap v10568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:04 smithi135 ceph-mon[93152]: pgmap v10568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:05.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:05.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:06.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:06.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:06 smithi194 ceph-mon[104785]: pgmap v10569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:06 smithi135 ceph-mon[93152]: pgmap v10569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:07.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:07.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:08.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:08.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:08 smithi194 ceph-mon[104785]: pgmap v10570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:08 smithi135 ceph-mon[93152]: pgmap v10570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:09.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:09.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:10.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:10.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:10 smithi194 ceph-mon[104785]: pgmap v10571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:19:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:10 smithi135 ceph-mon[93152]: pgmap v10571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:19:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:11.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:11.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:12.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:12.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:12 smithi194 ceph-mon[104785]: pgmap v10572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:12 smithi135 ceph-mon[93152]: pgmap v10572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:13.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:13.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:14.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:14.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:14 smithi194 ceph-mon[104785]: pgmap v10573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:14 smithi135 ceph-mon[93152]: pgmap v10573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:15.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:15.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:16.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:16.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:16 smithi194 ceph-mon[104785]: pgmap v10574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:16 smithi135 ceph-mon[93152]: pgmap v10574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:17.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:17.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:18.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:18.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:18 smithi194 ceph-mon[104785]: pgmap v10575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:18 smithi135 ceph-mon[93152]: pgmap v10575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:19.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:19.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:20.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:20.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:20 smithi194 ceph-mon[104785]: pgmap v10576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:19:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:20 smithi135 ceph-mon[93152]: pgmap v10576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:19:21.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:21.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:22.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:22.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:22 smithi194 ceph-mon[104785]: pgmap v10577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:22 smithi135 ceph-mon[93152]: pgmap v10577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:23.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:23.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:24.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:24.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:24 smithi194 ceph-mon[104785]: pgmap v10578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:24 smithi135 ceph-mon[93152]: pgmap v10578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:25.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:25.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:26.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:26.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:26 smithi194 ceph-mon[104785]: pgmap v10579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:26 smithi135 ceph-mon[93152]: pgmap v10579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:27.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:27.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:28.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:28.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:28 smithi194 ceph-mon[104785]: pgmap v10580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:28 smithi135 ceph-mon[93152]: pgmap v10580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:29.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:29.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:30.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:30.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:30 smithi194 ceph-mon[104785]: pgmap v10581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:19:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:30 smithi135 ceph-mon[93152]: pgmap v10581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:19:31.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:31.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:32.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:32.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:32 smithi194 ceph-mon[104785]: pgmap v10582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:32 smithi135 ceph-mon[93152]: pgmap v10582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:33.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:33.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:34.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:34.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:34 smithi194 ceph-mon[104785]: pgmap v10583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:34 smithi135 ceph-mon[93152]: pgmap v10583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:35.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:35.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:36.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:36.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:36 smithi194 ceph-mon[104785]: pgmap v10584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:36 smithi135 ceph-mon[93152]: pgmap v10584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:37.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:37.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:38.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:38.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:38 smithi194 ceph-mon[104785]: pgmap v10585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:38 smithi135 ceph-mon[93152]: pgmap v10585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:39.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:39.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:40.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:40.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:40 smithi194 ceph-mon[104785]: pgmap v10586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:19:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:40 smithi135 ceph-mon[93152]: pgmap v10586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:19:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:41.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:41.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:42.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:42.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:42 smithi135 ceph-mon[93152]: pgmap v10587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:42 smithi194 ceph-mon[104785]: pgmap v10587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:43.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:43.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:44.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:44.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:44 smithi194 ceph-mon[104785]: pgmap v10588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:44 smithi135 ceph-mon[93152]: pgmap v10588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:45.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:45.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:46.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:46.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:46 smithi194 ceph-mon[104785]: pgmap v10589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:46 smithi135 ceph-mon[93152]: pgmap v10589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:47.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:47.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:48.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:48.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:48 smithi194 ceph-mon[104785]: pgmap v10590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:48 smithi135 ceph-mon[93152]: pgmap v10590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:49.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:49.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:50.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:50.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:50 smithi194 ceph-mon[104785]: pgmap v10591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:19:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:50 smithi135 ceph-mon[93152]: pgmap v10591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:19:51.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:51.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:52.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:52.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:52 smithi194 ceph-mon[104785]: pgmap v10592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:52 smithi135 ceph-mon[93152]: pgmap v10592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:53.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:53.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:19:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:19:54.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:54.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:54 smithi194 ceph-mon[104785]: pgmap v10593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:19:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:19:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:19:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:19:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:19:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:19:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:19:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:54 smithi135 ceph-mon[93152]: pgmap v10593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:19:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:19:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:19:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:19:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:19:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:19:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:19:55.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:55.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:19:56.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:56.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:56 smithi194 ceph-mon[104785]: pgmap v10594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:56 smithi135 ceph-mon[93152]: pgmap v10594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:57.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:57.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:58.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:58.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:19:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:19:58 smithi194 ceph-mon[104785]: pgmap v10595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:19:58 smithi135 ceph-mon[93152]: pgmap v10595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:19:59.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:19:59.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:00.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:00.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:00 smithi135 ceph-mon[93152]: pgmap v10596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:20:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T10:20:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:00 smithi194 ceph-mon[104785]: pgmap v10596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:20:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T10:20:01.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:01.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:02.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:02.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:02 smithi135 ceph-mon[93152]: pgmap v10597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:02 smithi194 ceph-mon[104785]: pgmap v10597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:03.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:03.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:04.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:04.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:04 smithi194 ceph-mon[104785]: pgmap v10598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:04 smithi135 ceph-mon[93152]: pgmap v10598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:05.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:05.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:06.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:06.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:06 smithi194 ceph-mon[104785]: pgmap v10599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:06 smithi135 ceph-mon[93152]: pgmap v10599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:07.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:07.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:08.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:08.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:08 smithi194 ceph-mon[104785]: pgmap v10600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:08 smithi135 ceph-mon[93152]: pgmap v10600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:09.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:09.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:10.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:10.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:10 smithi194 ceph-mon[104785]: pgmap v10601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:20:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:10 smithi135 ceph-mon[93152]: pgmap v10601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:20:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:11.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:11.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:12.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:12.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:12 smithi194 ceph-mon[104785]: pgmap v10602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:12 smithi135 ceph-mon[93152]: pgmap v10602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:13.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:13.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:14.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:14.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:14 smithi194 ceph-mon[104785]: pgmap v10603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:14 smithi135 ceph-mon[93152]: pgmap v10603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:15.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:15.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:16.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:16.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:16 smithi194 ceph-mon[104785]: pgmap v10604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:16 smithi135 ceph-mon[93152]: pgmap v10604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:17.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:17.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:18.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:18.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:18 smithi194 ceph-mon[104785]: pgmap v10605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:18 smithi135 ceph-mon[93152]: pgmap v10605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:19.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:19.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:20.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:20.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:20 smithi194 ceph-mon[104785]: pgmap v10606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:20:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:20 smithi135 ceph-mon[93152]: pgmap v10606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:20:21.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:21.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:22.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:22.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:22 smithi194 ceph-mon[104785]: pgmap v10607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:22 smithi135 ceph-mon[93152]: pgmap v10607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:23.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:23.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:24.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:24.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:24 smithi194 ceph-mon[104785]: pgmap v10608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:24 smithi135 ceph-mon[93152]: pgmap v10608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:25.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:25.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:26.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:26.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:26 smithi194 ceph-mon[104785]: pgmap v10609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:26 smithi135 ceph-mon[93152]: pgmap v10609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:27.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:27.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:28.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:28.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:28 smithi194 ceph-mon[104785]: pgmap v10610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:28 smithi135 ceph-mon[93152]: pgmap v10610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:29.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:29.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:30.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:30.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:30 smithi194 ceph-mon[104785]: pgmap v10611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:20:31.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:30 smithi135 ceph-mon[93152]: pgmap v10611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:20:31.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:31.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:32.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:32.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:32 smithi194 ceph-mon[104785]: pgmap v10612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:32.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:32 smithi135 ceph-mon[93152]: pgmap v10612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:33.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:33.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:34.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:34.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:34 smithi194 ceph-mon[104785]: pgmap v10613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:34 smithi135 ceph-mon[93152]: pgmap v10613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:35.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:35.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:36.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:36.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:36 smithi194 ceph-mon[104785]: pgmap v10614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:36 smithi135 ceph-mon[93152]: pgmap v10614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:37.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:37.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:38.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:38.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:38 smithi194 ceph-mon[104785]: pgmap v10615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:38 smithi135 ceph-mon[93152]: pgmap v10615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:39.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:39.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:40.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:40.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:40 smithi194 ceph-mon[104785]: pgmap v10616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:20:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:40 smithi135 ceph-mon[93152]: pgmap v10616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:20:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:41.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:41.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:42.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:42.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:42 smithi194 ceph-mon[104785]: pgmap v10617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:42 smithi135 ceph-mon[93152]: pgmap v10617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:43.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:43.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:44.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:44.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:44 smithi194 ceph-mon[104785]: pgmap v10618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:44 smithi135 ceph-mon[93152]: pgmap v10618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:45.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:45.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:46.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:46.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:46 smithi194 ceph-mon[104785]: pgmap v10619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:46 smithi135 ceph-mon[93152]: pgmap v10619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:47.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:47.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:48.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:48.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:48 smithi194 ceph-mon[104785]: pgmap v10620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:48 smithi135 ceph-mon[93152]: pgmap v10620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:49.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:49.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:50.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:50.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:50 smithi194 ceph-mon[104785]: pgmap v10621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:20:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:50 smithi135 ceph-mon[93152]: pgmap v10621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:20:51.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:51.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:52.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:52.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:52 smithi194 ceph-mon[104785]: pgmap v10622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:52 smithi135 ceph-mon[93152]: pgmap v10622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:53.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:53.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:54.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:54.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:54 smithi194 ceph-mon[104785]: pgmap v10623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:20:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:54 smithi135 ceph-mon[93152]: pgmap v10623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:20:55.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:55.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:20:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:20:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:20:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:20:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:20:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:20:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:20:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:20:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:20:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:20:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:20:56.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:56.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:56 smithi194 ceph-mon[104785]: pgmap v10624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:56 smithi135 ceph-mon[93152]: pgmap v10624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:57.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:57.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:58.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:58.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:20:58.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:20:58 smithi194 ceph-mon[104785]: pgmap v10625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:20:58 smithi135 ceph-mon[93152]: pgmap v10625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:20:59.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:20:59.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:00.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:00.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:00 smithi194 ceph-mon[104785]: pgmap v10626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:21:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:00 smithi135 ceph-mon[93152]: pgmap v10626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:21:01.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:01.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:02.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:02.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:02 smithi194 ceph-mon[104785]: pgmap v10627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:02 smithi135 ceph-mon[93152]: pgmap v10627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:03.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:03.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:04.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:04.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:04 smithi194 ceph-mon[104785]: pgmap v10628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:04 smithi135 ceph-mon[93152]: pgmap v10628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:05.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:05.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:06.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:06.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:06 smithi194 ceph-mon[104785]: pgmap v10629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:06 smithi135 ceph-mon[93152]: pgmap v10629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:07.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:07.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:08.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:08.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:08 smithi194 ceph-mon[104785]: pgmap v10630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:08 smithi135 ceph-mon[93152]: pgmap v10630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:09.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:09.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:10.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:10.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:10 smithi194 ceph-mon[104785]: pgmap v10631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:21:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:10 smithi135 ceph-mon[93152]: pgmap v10631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:21:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:11.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:11.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:12.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:12.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:12 smithi194 ceph-mon[104785]: pgmap v10632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:12 smithi135 ceph-mon[93152]: pgmap v10632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:13.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:13.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:14.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:14.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:14 smithi194 ceph-mon[104785]: pgmap v10633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:14 smithi135 ceph-mon[93152]: pgmap v10633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:15.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:15.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:16.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:16.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:16 smithi194 ceph-mon[104785]: pgmap v10634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:16 smithi135 ceph-mon[93152]: pgmap v10634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:17.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:17.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:18.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:18.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:18 smithi135 ceph-mon[93152]: pgmap v10635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:18 smithi194 ceph-mon[104785]: pgmap v10635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:19.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:19.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:20.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:20.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:20 smithi194 ceph-mon[104785]: pgmap v10636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:21:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:20 smithi135 ceph-mon[93152]: pgmap v10636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:21:21.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:21.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:22.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:22.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:22 smithi194 ceph-mon[104785]: pgmap v10637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:22 smithi135 ceph-mon[93152]: pgmap v10637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:23.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:23.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:24.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:24.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:24 smithi194 ceph-mon[104785]: pgmap v10638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:24 smithi135 ceph-mon[93152]: pgmap v10638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:25.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:25.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:26.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:26.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:26 smithi194 ceph-mon[104785]: pgmap v10639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:26 smithi135 ceph-mon[93152]: pgmap v10639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:27.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:27.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:28.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:28.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:28 smithi194 ceph-mon[104785]: pgmap v10640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:28 smithi135 ceph-mon[93152]: pgmap v10640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:29.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:29.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:30.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:30.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:30 smithi194 ceph-mon[104785]: pgmap v10641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:21:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:30 smithi135 ceph-mon[93152]: pgmap v10641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:21:31.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:31.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:32.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:32.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:32 smithi194 ceph-mon[104785]: pgmap v10642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:32 smithi135 ceph-mon[93152]: pgmap v10642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:33.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:33.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:34.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:34.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:34 smithi194 ceph-mon[104785]: pgmap v10643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:34 smithi135 ceph-mon[93152]: pgmap v10643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:35.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:35.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:36.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:36.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:36 smithi194 ceph-mon[104785]: pgmap v10644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:36 smithi135 ceph-mon[93152]: pgmap v10644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:37.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:37.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:38.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:38.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:38 smithi194 ceph-mon[104785]: pgmap v10645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:38 smithi135 ceph-mon[93152]: pgmap v10645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:39.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:39.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:40.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:40.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:40 smithi194 ceph-mon[104785]: pgmap v10646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:21:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:40 smithi135 ceph-mon[93152]: pgmap v10646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:21:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:41.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:41.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:42.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:42.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:42 smithi194 ceph-mon[104785]: pgmap v10647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:42 smithi135 ceph-mon[93152]: pgmap v10647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:43.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:43.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:44.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:44.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:44 smithi194 ceph-mon[104785]: pgmap v10648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:44 smithi135 ceph-mon[93152]: pgmap v10648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:45.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:45.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:46.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:46.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:46 smithi194 ceph-mon[104785]: pgmap v10649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:46 smithi135 ceph-mon[93152]: pgmap v10649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:47.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:47.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:48.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:48.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:48 smithi194 ceph-mon[104785]: pgmap v10650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:48 smithi135 ceph-mon[93152]: pgmap v10650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:49.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:49.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:50.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:50.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:50 smithi194 ceph-mon[104785]: pgmap v10651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:21:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:50 smithi135 ceph-mon[93152]: pgmap v10651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:21:51.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:51.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:52.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:52.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:52 smithi194 ceph-mon[104785]: pgmap v10652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:52 smithi135 ceph-mon[93152]: pgmap v10652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:53.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:53.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:54.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:54.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:54 smithi194 ceph-mon[104785]: pgmap v10653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:54 smithi135 ceph-mon[93152]: pgmap v10653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:55.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:55.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:21:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:21:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:21:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:21:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:21:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:21:55.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:21:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:21:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:21:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:21:56.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:21:56.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:21:56.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:21:56.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:21:56.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:21:56.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:21:56.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:56.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:56 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1598M 2023-10-08T10:21:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:56 smithi194 ceph-mon[104785]: pgmap v10654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:56 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1598M 2023-10-08T10:21:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:56 smithi135 ceph-mon[93152]: pgmap v10654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:57.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:57.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:58.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:58.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:21:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:21:58 smithi194 ceph-mon[104785]: pgmap v10655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:21:58 smithi135 ceph-mon[93152]: pgmap v10655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:21:59.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:21:59.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:00.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:00.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:00 smithi194 ceph-mon[104785]: pgmap v10656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:22:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:00 smithi135 ceph-mon[93152]: pgmap v10656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:22:01.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:01.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:02.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:02.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:02 smithi194 ceph-mon[104785]: pgmap v10657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:02 smithi135 ceph-mon[93152]: pgmap v10657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:03.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:03.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:04.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:04.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:04 smithi194 ceph-mon[104785]: pgmap v10658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:04 smithi135 ceph-mon[93152]: pgmap v10658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:05.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:05.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:06.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:06.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:06 smithi194 ceph-mon[104785]: pgmap v10659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:06 smithi135 ceph-mon[93152]: pgmap v10659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:07.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:07.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:08.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:08.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:08.931 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:08 smithi135 ceph-mon[93152]: pgmap v10660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:08 smithi194 ceph-mon[104785]: pgmap v10660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:09.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:09.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:10.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:10.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:10 smithi194 ceph-mon[104785]: pgmap v10661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:22:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:10 smithi135 ceph-mon[93152]: pgmap v10661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:22:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:11.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:11.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:12.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:12.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:12 smithi194 ceph-mon[104785]: pgmap v10662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:12 smithi135 ceph-mon[93152]: pgmap v10662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:13.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:13.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:14.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:14.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:14 smithi194 ceph-mon[104785]: pgmap v10663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:14 smithi135 ceph-mon[93152]: pgmap v10663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:15.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:15.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:16.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:16.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:16 smithi194 ceph-mon[104785]: pgmap v10664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:16 smithi135 ceph-mon[93152]: pgmap v10664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:17.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:17.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:18.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:18.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:18 smithi194 ceph-mon[104785]: pgmap v10665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:19.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:18 smithi135 ceph-mon[93152]: pgmap v10665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:19.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:19.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:20.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:20.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:20 smithi194 ceph-mon[104785]: pgmap v10666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:22:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:20 smithi135 ceph-mon[93152]: pgmap v10666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:22:21.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:21.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:22.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:22.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:22 smithi194 ceph-mon[104785]: pgmap v10667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:22 smithi135 ceph-mon[93152]: pgmap v10667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:23.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:23.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:24.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:24.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:24 smithi194 ceph-mon[104785]: pgmap v10668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:24 smithi135 ceph-mon[93152]: pgmap v10668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:25.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:25.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:26.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:26.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:26 smithi194 ceph-mon[104785]: pgmap v10669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:26 smithi135 ceph-mon[93152]: pgmap v10669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:27.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:27.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:28.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:28.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:28 smithi194 ceph-mon[104785]: pgmap v10670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:28 smithi135 ceph-mon[93152]: pgmap v10670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:29.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:29.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:30.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:30.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:30 smithi194 ceph-mon[104785]: pgmap v10671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:22:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:30 smithi135 ceph-mon[93152]: pgmap v10671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:22:31.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:31.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:32.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:32.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:32 smithi194 ceph-mon[104785]: pgmap v10672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:33.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:32 smithi135 ceph-mon[93152]: pgmap v10672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:33.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:33.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:34.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:34.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:34 smithi194 ceph-mon[104785]: pgmap v10673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:34 smithi135 ceph-mon[93152]: pgmap v10673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:35.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:35.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:36.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:36.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:36 smithi194 ceph-mon[104785]: pgmap v10674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:36 smithi135 ceph-mon[93152]: pgmap v10674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:37.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:37.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:38.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:38.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:38 smithi194 ceph-mon[104785]: pgmap v10675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:38 smithi135 ceph-mon[93152]: pgmap v10675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:39.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:39.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:40.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:40.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:40 smithi194 ceph-mon[104785]: pgmap v10676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:22:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:40 smithi135 ceph-mon[93152]: pgmap v10676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:22:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:41.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:41.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:42.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:42.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:42 smithi194 ceph-mon[104785]: pgmap v10677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:42 smithi135 ceph-mon[93152]: pgmap v10677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:43.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:43.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:44.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:44.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:44 smithi194 ceph-mon[104785]: pgmap v10678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:44 smithi135 ceph-mon[93152]: pgmap v10678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:45.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:45.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:46.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:46.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:46 smithi194 ceph-mon[104785]: pgmap v10679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:46 smithi135 ceph-mon[93152]: pgmap v10679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:47.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:47.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:48.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:48.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:48 smithi194 ceph-mon[104785]: pgmap v10680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:48 smithi135 ceph-mon[93152]: pgmap v10680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:49.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:49.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:50.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:50.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:50 smithi194 ceph-mon[104785]: pgmap v10681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:22:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:50 smithi135 ceph-mon[93152]: pgmap v10681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:22:51.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:51.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:52.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:52.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:52 smithi194 ceph-mon[104785]: pgmap v10682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:52 smithi135 ceph-mon[93152]: pgmap v10682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:53.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:53.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:54.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:54.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:54 smithi194 ceph-mon[104785]: pgmap v10683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:54 smithi135 ceph-mon[93152]: pgmap v10683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:55.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:55.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:22:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:22:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:22:56.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:56.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:56 smithi194 ceph-mon[104785]: pgmap v10684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:22:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:22:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:22:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:22:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:22:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:56 smithi135 ceph-mon[93152]: pgmap v10684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:22:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:22:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:22:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:22:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:22:57.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:57.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:58.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:58.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:22:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:22:58 smithi194 ceph-mon[104785]: pgmap v10685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:22:58 smithi135 ceph-mon[93152]: pgmap v10685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:22:59.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:22:59.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:00.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:00.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:00 smithi135 ceph-mon[93152]: pgmap v10686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:23:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:00 smithi194 ceph-mon[104785]: pgmap v10686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:23:01.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:01.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:02.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:02.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:02 smithi135 ceph-mon[93152]: pgmap v10687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:02 smithi194 ceph-mon[104785]: pgmap v10687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:03.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:03.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:04 smithi135 ceph-mon[93152]: pgmap v10688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:04.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:04.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:04 smithi194 ceph-mon[104785]: pgmap v10688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:05.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:05.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:06.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:06.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:06 smithi194 ceph-mon[104785]: pgmap v10689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:06 smithi135 ceph-mon[93152]: pgmap v10689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:07.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:07.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:08.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:08.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:08 smithi194 ceph-mon[104785]: pgmap v10690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:08 smithi135 ceph-mon[93152]: pgmap v10690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:09.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:09.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:10.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:10.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:10 smithi194 ceph-mon[104785]: pgmap v10691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:23:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:10 smithi135 ceph-mon[93152]: pgmap v10691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:23:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:11.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:11.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:12.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:12.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:12 smithi194 ceph-mon[104785]: pgmap v10692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:12 smithi135 ceph-mon[93152]: pgmap v10692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:13.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:13.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:14.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:14.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:14 smithi194 ceph-mon[104785]: pgmap v10693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:14 smithi135 ceph-mon[93152]: pgmap v10693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:15.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:15.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:16.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:16.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:16 smithi194 ceph-mon[104785]: pgmap v10694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:16 smithi135 ceph-mon[93152]: pgmap v10694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:17.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:17.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:18.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:18.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:18 smithi194 ceph-mon[104785]: pgmap v10695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:18 smithi135 ceph-mon[93152]: pgmap v10695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:19.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:19.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:20.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:20.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:20 smithi194 ceph-mon[104785]: pgmap v10696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:23:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:20 smithi135 ceph-mon[93152]: pgmap v10696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:23:21.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:21.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:22 smithi194 ceph-mon[104785]: pgmap v10697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:22.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:22.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:22 smithi135 ceph-mon[93152]: pgmap v10697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:23.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:23.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:24.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:24.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:24 smithi135 ceph-mon[93152]: pgmap v10698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:24 smithi194 ceph-mon[104785]: pgmap v10698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:25.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:25.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:26.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:26.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:26.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:26 smithi135 ceph-mon[93152]: pgmap v10699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:26 smithi194 ceph-mon[104785]: pgmap v10699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:27.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:27.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:28.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:28.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:28 smithi135 ceph-mon[93152]: pgmap v10700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:28 smithi194 ceph-mon[104785]: pgmap v10700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:29.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:29.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:30.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:30.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:30 smithi135 ceph-mon[93152]: pgmap v10701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:23:31.107 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:30 smithi194 ceph-mon[104785]: pgmap v10701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:23:31.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:31.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:32.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:32.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:32 smithi135 ceph-mon[93152]: pgmap v10702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:32 smithi194 ceph-mon[104785]: pgmap v10702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:33.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:33.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:34.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:34.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:34 smithi135 ceph-mon[93152]: pgmap v10703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:34 smithi194 ceph-mon[104785]: pgmap v10703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:35.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:35.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:36 smithi194 ceph-mon[104785]: pgmap v10704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:36.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:36.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:36 smithi135 ceph-mon[93152]: pgmap v10704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:37.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:37.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:38 smithi194 ceph-mon[104785]: pgmap v10705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:38.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:38.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:38 smithi135 ceph-mon[93152]: pgmap v10705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:39.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:39.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:40 smithi194 ceph-mon[104785]: pgmap v10706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:23:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:40.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:40.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:40 smithi135 ceph-mon[93152]: pgmap v10706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:23:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:41.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:41.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:42.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:42.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:42 smithi135 ceph-mon[93152]: pgmap v10707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:42 smithi194 ceph-mon[104785]: pgmap v10707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:43.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:43.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:44.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:44.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:44 smithi135 ceph-mon[93152]: pgmap v10708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:44 smithi194 ceph-mon[104785]: pgmap v10708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:45.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:45.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:46 smithi194 ceph-mon[104785]: pgmap v10709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:47.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:47.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:46 smithi135 ceph-mon[93152]: pgmap v10709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:48.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:48.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:49.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:49.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:48 smithi135 ceph-mon[93152]: pgmap v10710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:48 smithi194 ceph-mon[104785]: pgmap v10710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:50.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:50.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:51.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:51.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:50 smithi135 ceph-mon[93152]: pgmap v10711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:23:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:50 smithi194 ceph-mon[104785]: pgmap v10711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:23:52.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:52.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:52 smithi135 ceph-mon[93152]: pgmap v10712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:53.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:53.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:52 smithi194 ceph-mon[104785]: pgmap v10712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:54.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:54.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:54.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:54 smithi135 ceph-mon[93152]: pgmap v10713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:55.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:55.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:54 smithi194 ceph-mon[104785]: pgmap v10713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:56.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:56.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:23:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:56 smithi135 ceph-mon[93152]: pgmap v10714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:23:57.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:57.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:56 smithi194 ceph-mon[104785]: pgmap v10714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:23:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:23:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:23:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:23:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:23:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:23:58.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:58.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:23:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:23:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:23:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:23:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:23:59.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:23:59.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:23:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:23:58 smithi194 ceph-mon[104785]: pgmap v10715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:23:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:23:58 smithi135 ceph-mon[93152]: pgmap v10715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:00.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:00.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:01.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:01.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:00 smithi194 ceph-mon[104785]: pgmap v10716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:24:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:00 smithi135 ceph-mon[93152]: pgmap v10716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:24:02.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:02.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:03.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:03.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:02 smithi194 ceph-mon[104785]: pgmap v10717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:02 smithi135 ceph-mon[93152]: pgmap v10717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:04.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:04.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:05.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:05.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:04 smithi194 ceph-mon[104785]: pgmap v10718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:04 smithi135 ceph-mon[93152]: pgmap v10718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:06.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:06.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:06 smithi194 ceph-mon[104785]: pgmap v10719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:06 smithi135 ceph-mon[93152]: pgmap v10719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:07.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:07.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:08.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:08.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:08 smithi135 ceph-mon[93152]: pgmap v10720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:09.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:09.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:08 smithi194 ceph-mon[104785]: pgmap v10720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:10.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:10.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:10 smithi135 ceph-mon[93152]: pgmap v10721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:24:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:11.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:11.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:10 smithi194 ceph-mon[104785]: pgmap v10721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:24:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:12.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:12.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:12 smithi135 ceph-mon[93152]: pgmap v10722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:13.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:13.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:12 smithi194 ceph-mon[104785]: pgmap v10722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:14.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:14.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:14 smithi135 ceph-mon[93152]: pgmap v10723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:15.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:15.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:14 smithi194 ceph-mon[104785]: pgmap v10723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:16.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:16.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:16 smithi194 ceph-mon[104785]: pgmap v10724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:16 smithi135 ceph-mon[93152]: pgmap v10724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:17.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:17.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:18.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:18.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:18 smithi135 ceph-mon[93152]: pgmap v10725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:19.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:19.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:18 smithi194 ceph-mon[104785]: pgmap v10725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:20.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:20.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:20 smithi135 ceph-mon[93152]: pgmap v10726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:24:21.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:21.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:20 smithi194 ceph-mon[104785]: pgmap v10726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:24:22.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:22.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:22 smithi135 ceph-mon[93152]: pgmap v10727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:23.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:23.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:22 smithi194 ceph-mon[104785]: pgmap v10727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:24.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:24.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:24 smithi135 ceph-mon[93152]: pgmap v10728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:25.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:25.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:24 smithi194 ceph-mon[104785]: pgmap v10728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:26.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:26.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:26 smithi194 ceph-mon[104785]: pgmap v10729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:26 smithi135 ceph-mon[93152]: pgmap v10729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:27.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:27.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:28.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:28.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:28 smithi135 ceph-mon[93152]: pgmap v10730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:29.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:29.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:28 smithi194 ceph-mon[104785]: pgmap v10730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:30.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:30.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:30 smithi135 ceph-mon[93152]: pgmap v10731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:24:31.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:31.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:30 smithi194 ceph-mon[104785]: pgmap v10731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:24:32.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:32.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:32 smithi135 ceph-mon[93152]: pgmap v10732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:33.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:33.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:32 smithi194 ceph-mon[104785]: pgmap v10732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:34.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:34.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:34 smithi135 ceph-mon[93152]: pgmap v10733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:35.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:35.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:34 smithi194 ceph-mon[104785]: pgmap v10733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:36.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:36.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:36.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:36 smithi194 ceph-mon[104785]: pgmap v10734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:36 smithi135 ceph-mon[93152]: pgmap v10734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:37.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:37.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:38.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:38.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:38 smithi135 ceph-mon[93152]: pgmap v10735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:39.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:39.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:38 smithi194 ceph-mon[104785]: pgmap v10735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:40.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:40.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:40 smithi135 ceph-mon[93152]: pgmap v10736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:24:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:41.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:41.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:40 smithi194 ceph-mon[104785]: pgmap v10736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:24:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:42.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:42.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:42 smithi135 ceph-mon[93152]: pgmap v10737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:43.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:43.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:42 smithi194 ceph-mon[104785]: pgmap v10737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:44.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:44.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:44 smithi135 ceph-mon[93152]: pgmap v10738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:45.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:45.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:44 smithi194 ceph-mon[104785]: pgmap v10738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:46.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:46.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:46.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:46 smithi194 ceph-mon[104785]: pgmap v10739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:46 smithi135 ceph-mon[93152]: pgmap v10739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:47.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:47.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:48.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:48.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:48 smithi135 ceph-mon[93152]: pgmap v10740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:49.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:49.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:48 smithi194 ceph-mon[104785]: pgmap v10740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:50.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:50.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:50 smithi135 ceph-mon[93152]: pgmap v10741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:24:51.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:51.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:50 smithi194 ceph-mon[104785]: pgmap v10741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:24:52.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:52.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:52 smithi135 ceph-mon[93152]: pgmap v10742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:53.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:53.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:52 smithi194 ceph-mon[104785]: pgmap v10742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:54.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:54.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:54 smithi135 ceph-mon[93152]: pgmap v10743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:55.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:55.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:54 smithi194 ceph-mon[104785]: pgmap v10743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:56.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:56.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:24:57.006 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:56 smithi194 ceph-mon[104785]: pgmap v10744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:56 smithi135 ceph-mon[93152]: pgmap v10744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:57.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:57.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:24:58.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:58.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:24:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:24:58 smithi135 ceph-mon[93152]: pgmap v10745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:24:59.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:24:59.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:24:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:24:58 smithi194 ceph-mon[104785]: pgmap v10745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:00.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:00.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:00 smithi135 ceph-mon[93152]: pgmap v10746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:25:01.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:01.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:00 smithi194 ceph-mon[104785]: pgmap v10746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:25:02.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:02.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:25:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:25:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:02 smithi194 ceph-mon[104785]: pgmap v10747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:25:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:25:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:25:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:25:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:25:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:25:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:25:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:02 smithi135 ceph-mon[93152]: pgmap v10747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:25:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:25:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:25:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:25:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:25:03.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:03.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:04.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:04.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:04 smithi135 ceph-mon[93152]: pgmap v10748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:05.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:05.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:04 smithi194 ceph-mon[104785]: pgmap v10748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:06.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:06.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:06 smithi194 ceph-mon[104785]: pgmap v10749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:06 smithi135 ceph-mon[93152]: pgmap v10749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:07.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:07.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:08.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:08.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:08 smithi135 ceph-mon[93152]: pgmap v10750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:09.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:09.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:08 smithi194 ceph-mon[104785]: pgmap v10750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:10.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:10.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:10 smithi135 ceph-mon[93152]: pgmap v10751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:25:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:11.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:11.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:10 smithi194 ceph-mon[104785]: pgmap v10751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:25:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:12.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:12.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:12 smithi135 ceph-mon[93152]: pgmap v10752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:13.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:13.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:12 smithi194 ceph-mon[104785]: pgmap v10752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:14.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:14.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:14 smithi135 ceph-mon[93152]: pgmap v10753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:15.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:15.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:14 smithi194 ceph-mon[104785]: pgmap v10753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:16.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:16.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:16 smithi194 ceph-mon[104785]: pgmap v10754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:16 smithi135 ceph-mon[93152]: pgmap v10754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:17.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:17.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:18.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:18.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:18 smithi135 ceph-mon[93152]: pgmap v10755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:19.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:19.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:18 smithi194 ceph-mon[104785]: pgmap v10755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:20.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:20.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:20 smithi135 ceph-mon[93152]: pgmap v10756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:25:21.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:21.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:20 smithi194 ceph-mon[104785]: pgmap v10756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:25:22.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:22.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:22 smithi135 ceph-mon[93152]: pgmap v10757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:23.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:23.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:22 smithi194 ceph-mon[104785]: pgmap v10757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:24.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:24.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:24 smithi135 ceph-mon[93152]: pgmap v10758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:25.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:25.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:24 smithi194 ceph-mon[104785]: pgmap v10758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:26.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:26.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:26 smithi135 ceph-mon[93152]: pgmap v10759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:27.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:27.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:26 smithi194 ceph-mon[104785]: pgmap v10759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:28.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:28.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:28 smithi135 ceph-mon[93152]: pgmap v10760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:29.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:29.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:28 smithi194 ceph-mon[104785]: pgmap v10760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:30.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:30.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:30.911 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:30 smithi135 ceph-mon[93152]: pgmap v10761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:25:31.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:31.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:30 smithi194 ceph-mon[104785]: pgmap v10761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:25:32.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:32.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:33.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:33.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:32 smithi194 ceph-mon[104785]: pgmap v10762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:32 smithi135 ceph-mon[93152]: pgmap v10762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:34.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:34.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:35.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:35.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:34 smithi194 ceph-mon[104785]: pgmap v10763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:34 smithi135 ceph-mon[93152]: pgmap v10763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:36.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:36.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:36 smithi194 ceph-mon[104785]: pgmap v10764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:36 smithi135 ceph-mon[93152]: pgmap v10764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:37.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:37.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:38.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:38.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:38 smithi135 ceph-mon[93152]: pgmap v10765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:39.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:39.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:38 smithi194 ceph-mon[104785]: pgmap v10765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:40.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:40.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:40 smithi135 ceph-mon[93152]: pgmap v10766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:25:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:41.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:41.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:40 smithi194 ceph-mon[104785]: pgmap v10766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:25:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:42.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:42.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:42 smithi135 ceph-mon[93152]: pgmap v10767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:43.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:43.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:42 smithi194 ceph-mon[104785]: pgmap v10767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:44.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:44.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:44 smithi135 ceph-mon[93152]: pgmap v10768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:45.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:45.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:44 smithi194 ceph-mon[104785]: pgmap v10768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:46.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:46.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:46 smithi194 ceph-mon[104785]: pgmap v10769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:46 smithi135 ceph-mon[93152]: pgmap v10769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:47.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:47.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:48.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:48.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:48 smithi135 ceph-mon[93152]: pgmap v10770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:49.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:49.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:48 smithi194 ceph-mon[104785]: pgmap v10770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:50.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:50.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:50 smithi135 ceph-mon[93152]: pgmap v10771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:25:51.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:51.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:50 smithi194 ceph-mon[104785]: pgmap v10771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:25:52.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:52.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:52 smithi194 ceph-mon[104785]: pgmap v10772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:52 smithi135 ceph-mon[93152]: pgmap v10772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:53.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:53.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:54.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:54.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:54 smithi135 ceph-mon[93152]: pgmap v10773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:54 smithi194 ceph-mon[104785]: pgmap v10773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:55.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:55.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:25:56.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:56.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:56 smithi194 ceph-mon[104785]: pgmap v10774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:57.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:57.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:56 smithi135 ceph-mon[93152]: pgmap v10774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:58.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:58.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:25:58 smithi194 ceph-mon[104785]: pgmap v10775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:25:59.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:25:59.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:25:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:25:58 smithi135 ceph-mon[93152]: pgmap v10775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:00.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:00.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:00 smithi135 ceph-mon[93152]: pgmap v10776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:26:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:00 smithi194 ceph-mon[104785]: pgmap v10776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:26:01.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:01.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:02.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:02.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:02 smithi194 ceph-mon[104785]: pgmap v10777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:26:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:26:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:26:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:26:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:26:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:26:03.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:03.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:02 smithi135 ceph-mon[93152]: pgmap v10777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:26:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:26:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:26:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:26:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:26:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:26:04.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:04.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:04 smithi194 ceph-mon[104785]: pgmap v10778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:05.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:05.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:04 smithi135 ceph-mon[93152]: pgmap v10778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:06.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:06.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:06 smithi194 ceph-mon[104785]: pgmap v10779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:06 smithi135 ceph-mon[93152]: pgmap v10779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:07.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:07.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:08.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:08.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:08 smithi135 ceph-mon[93152]: pgmap v10780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:08 smithi194 ceph-mon[104785]: pgmap v10780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:09.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:09.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:10.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:10.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:10 smithi135 ceph-mon[93152]: pgmap v10781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:26:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:10 smithi194 ceph-mon[104785]: pgmap v10781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:26:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:11.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:11.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:12.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:12.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:12 smithi194 ceph-mon[104785]: pgmap v10782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:13.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:13.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:12 smithi135 ceph-mon[93152]: pgmap v10782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:14.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:14.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:14 smithi194 ceph-mon[104785]: pgmap v10783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:15.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:15.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:14 smithi135 ceph-mon[93152]: pgmap v10783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:16.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:16.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:16 smithi194 ceph-mon[104785]: pgmap v10784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:16 smithi135 ceph-mon[93152]: pgmap v10784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:17.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:17.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:18.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:18.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:18 smithi135 ceph-mon[93152]: pgmap v10785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:18 smithi194 ceph-mon[104785]: pgmap v10785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:19.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:19.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:20.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:20.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:20 smithi135 ceph-mon[93152]: pgmap v10786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:26:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:20 smithi194 ceph-mon[104785]: pgmap v10786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:26:21.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:21.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:22.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:22.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:22 smithi194 ceph-mon[104785]: pgmap v10787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:22 smithi135 ceph-mon[93152]: pgmap v10787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:23.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:23.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:24.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:24.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:24 smithi194 ceph-mon[104785]: pgmap v10788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:24 smithi135 ceph-mon[93152]: pgmap v10788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:25.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:25.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:26.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:26.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:26 smithi194 ceph-mon[104785]: pgmap v10789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:26 smithi135 ceph-mon[93152]: pgmap v10789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:27.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:27.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:28.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:28.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:28 smithi194 ceph-mon[104785]: pgmap v10790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:28 smithi135 ceph-mon[93152]: pgmap v10790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:29.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:29.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:30.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:30.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:30 smithi135 ceph-mon[93152]: pgmap v10791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:26:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:30 smithi194 ceph-mon[104785]: pgmap v10791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:26:31.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:31.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:32.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:32.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:32 smithi194 ceph-mon[104785]: pgmap v10792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:32 smithi135 ceph-mon[93152]: pgmap v10792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:33.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:33.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:34.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:34.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:34 smithi194 ceph-mon[104785]: pgmap v10793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:34 smithi135 ceph-mon[93152]: pgmap v10793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:35.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:35.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:36.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:36.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:36 smithi194 ceph-mon[104785]: pgmap v10794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:36 smithi135 ceph-mon[93152]: pgmap v10794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:37.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:37.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:38.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:38.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:38 smithi194 ceph-mon[104785]: pgmap v10795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:38 smithi135 ceph-mon[93152]: pgmap v10795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:39.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:39.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:40.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:40.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:40 smithi135 ceph-mon[93152]: pgmap v10796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:26:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:40 smithi194 ceph-mon[104785]: pgmap v10796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:26:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:41.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:41.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:42.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:42.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:43.119 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:42 smithi194 ceph-mon[104785]: pgmap v10797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:42 smithi135 ceph-mon[93152]: pgmap v10797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:43.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:43.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:44.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:44.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:44 smithi194 ceph-mon[104785]: pgmap v10798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:44 smithi135 ceph-mon[93152]: pgmap v10798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:45.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:45.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:46.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:46.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:46 smithi194 ceph-mon[104785]: pgmap v10799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:46 smithi135 ceph-mon[93152]: pgmap v10799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:47.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:47.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:48.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:48.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:48 smithi194 ceph-mon[104785]: pgmap v10800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:48 smithi135 ceph-mon[93152]: pgmap v10800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:49.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:49.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:50.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:50.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:50 smithi135 ceph-mon[93152]: pgmap v10801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:26:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:50 smithi194 ceph-mon[104785]: pgmap v10801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:26:51.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:51.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:52.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:52.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:52 smithi194 ceph-mon[104785]: pgmap v10802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:52 smithi135 ceph-mon[93152]: pgmap v10802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:53.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:53.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:54.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:54.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:54 smithi194 ceph-mon[104785]: pgmap v10803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:54 smithi135 ceph-mon[93152]: pgmap v10803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:55.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:55.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:26:56.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:56.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:56 smithi135 ceph-mon[93152]: pgmap v10804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:56 smithi194 ceph-mon[104785]: pgmap v10804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:57.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:57.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:58.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:58.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:26:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:26:58 smithi194 ceph-mon[104785]: pgmap v10805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:26:58 smithi135 ceph-mon[93152]: pgmap v10805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:26:59.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:26:59.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:00.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:00.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:00 smithi135 ceph-mon[93152]: pgmap v10806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:27:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:00 smithi194 ceph-mon[104785]: pgmap v10806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:27:01.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:01.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:02.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:02.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:02 smithi194 ceph-mon[104785]: pgmap v10807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:27:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:02 smithi135 ceph-mon[93152]: pgmap v10807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:27:03.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:03.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:04.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:04.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:04 smithi194 ceph-mon[104785]: pgmap v10808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:04 smithi135 ceph-mon[93152]: pgmap v10808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:05.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:05.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:06.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:06.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:06 smithi194 ceph-mon[104785]: pgmap v10809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:06 smithi135 ceph-mon[93152]: pgmap v10809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:07.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:07.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:08.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:08.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:08 smithi194 ceph-mon[104785]: pgmap v10810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:08 smithi135 ceph-mon[93152]: pgmap v10810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:09.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:09.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:10.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:10.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:11.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:10 smithi135 ceph-mon[93152]: pgmap v10811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:27:11.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:27:11.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:27:11.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:11.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:27:11.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:27:11.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:27:11.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:27:11.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:27:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:10 smithi194 ceph-mon[104785]: pgmap v10811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:27:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:27:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:27:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:27:11.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:27:11.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:27:11.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:27:11.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:27:11.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:11.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:12.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:12.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:12 smithi135 ceph-mon[93152]: pgmap v10812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:12 smithi194 ceph-mon[104785]: pgmap v10812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:13.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:13.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:14.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:14.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:14 smithi194 ceph-mon[104785]: pgmap v10813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:14 smithi135 ceph-mon[93152]: pgmap v10813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:15.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:15.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:16.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:16.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:16.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:16 smithi135 ceph-mon[93152]: pgmap v10814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:16 smithi194 ceph-mon[104785]: pgmap v10814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:17.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:17.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:18.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:18.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:18 smithi194 ceph-mon[104785]: pgmap v10815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:18 smithi135 ceph-mon[93152]: pgmap v10815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:19.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:19.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:20.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:20.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:20 smithi135 ceph-mon[93152]: pgmap v10816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:27:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:20 smithi194 ceph-mon[104785]: pgmap v10816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:27:21.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:21.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:22.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:22.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:22 smithi194 ceph-mon[104785]: pgmap v10817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:22 smithi135 ceph-mon[93152]: pgmap v10817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:23.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:23.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:24.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:24.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:24 smithi194 ceph-mon[104785]: pgmap v10818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:24 smithi135 ceph-mon[93152]: pgmap v10818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:25.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:25.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:26.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:26.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:27.054 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:26 smithi135 ceph-mon[93152]: pgmap v10819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:26 smithi194 ceph-mon[104785]: pgmap v10819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:27.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:27.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:28.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:28.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:28 smithi194 ceph-mon[104785]: pgmap v10820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:28 smithi135 ceph-mon[93152]: pgmap v10820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:29.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:29.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:30.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:30.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:30 smithi135 ceph-mon[93152]: pgmap v10821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:27:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:30 smithi194 ceph-mon[104785]: pgmap v10821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:27:31.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:31.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:32.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:32.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:32 smithi194 ceph-mon[104785]: pgmap v10822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:32 smithi135 ceph-mon[93152]: pgmap v10822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:33.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:33.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:34.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:34.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:34 smithi194 ceph-mon[104785]: pgmap v10823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:34 smithi135 ceph-mon[93152]: pgmap v10823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:35.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:35.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:36.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:36.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:36 smithi194 ceph-mon[104785]: pgmap v10824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:36 smithi135 ceph-mon[93152]: pgmap v10824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:37.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:37.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:38.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:38.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:38 smithi194 ceph-mon[104785]: pgmap v10825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:38 smithi135 ceph-mon[93152]: pgmap v10825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:39.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:39.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:40.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:40.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:40 smithi135 ceph-mon[93152]: pgmap v10826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:27:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:40 smithi194 ceph-mon[104785]: pgmap v10826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:27:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:41.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:41.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:42.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:42.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:42 smithi194 ceph-mon[104785]: pgmap v10827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:42 smithi135 ceph-mon[93152]: pgmap v10827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:43.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:43.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:44.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:44.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:44 smithi194 ceph-mon[104785]: pgmap v10828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:44 smithi135 ceph-mon[93152]: pgmap v10828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:45.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:45.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:46.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:46.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:46 smithi194 ceph-mon[104785]: pgmap v10829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:46 smithi135 ceph-mon[93152]: pgmap v10829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:47.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:47.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:48.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:48.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:48 smithi194 ceph-mon[104785]: pgmap v10830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:48 smithi135 ceph-mon[93152]: pgmap v10830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:49.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:49.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:50.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:50.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:50 smithi135 ceph-mon[93152]: pgmap v10831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:27:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:50 smithi194 ceph-mon[104785]: pgmap v10831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:27:51.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:51.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:52.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:52.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:52 smithi194 ceph-mon[104785]: pgmap v10832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:52 smithi135 ceph-mon[93152]: pgmap v10832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:53.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:53.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:54.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:54.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:54 smithi194 ceph-mon[104785]: pgmap v10833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:54 smithi135 ceph-mon[93152]: pgmap v10833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:55.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:55.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:27:56.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:56.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:56 smithi194 ceph-mon[104785]: pgmap v10834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:56 smithi135 ceph-mon[93152]: pgmap v10834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:57.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:57.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:58.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:58.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:27:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:27:58 smithi194 ceph-mon[104785]: pgmap v10835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:27:58 smithi135 ceph-mon[93152]: pgmap v10835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:27:59.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:27:59.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:00.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:00.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:00 smithi135 ceph-mon[93152]: pgmap v10836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:28:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:00 smithi194 ceph-mon[104785]: pgmap v10836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:28:01.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:01.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:02.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:02.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:02 smithi194 ceph-mon[104785]: pgmap v10837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:02 smithi135 ceph-mon[93152]: pgmap v10837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:03.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:03.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:04.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:04.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:04 smithi194 ceph-mon[104785]: pgmap v10838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:04 smithi135 ceph-mon[93152]: pgmap v10838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:05.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:05.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:06.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:06.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:06 smithi194 ceph-mon[104785]: pgmap v10839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:06 smithi135 ceph-mon[93152]: pgmap v10839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:07.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:07.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:08.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:08.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:08 smithi194 ceph-mon[104785]: pgmap v10840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:08 smithi135 ceph-mon[93152]: pgmap v10840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:09.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:09.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:10.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:10.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:10 smithi135 ceph-mon[93152]: pgmap v10841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:28:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:28:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:10 smithi194 ceph-mon[104785]: pgmap v10841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:28:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:28:11.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:11.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:12.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:12.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:28:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:28:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:28:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:28:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:28:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:28:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:28:12.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:12 smithi194 ceph-mon[104785]: pgmap v10842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:12.496 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:28:12.496 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:28:12.496 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:28:12.497 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:28:12.497 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:28:12.497 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:28:12.497 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:28:12.497 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:12 smithi135 ceph-mon[93152]: pgmap v10842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:13.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:13.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:14.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:14.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:14 smithi194 ceph-mon[104785]: pgmap v10843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:14 smithi135 ceph-mon[93152]: pgmap v10843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:15.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:15.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:16.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:16.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:16 smithi194 ceph-mon[104785]: pgmap v10844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:16 smithi135 ceph-mon[93152]: pgmap v10844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:17.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:17.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:18.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:18.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:18 smithi194 ceph-mon[104785]: pgmap v10845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:18 smithi135 ceph-mon[93152]: pgmap v10845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:19.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:19.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:20.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:20.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:20 smithi135 ceph-mon[93152]: pgmap v10846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:28:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:20 smithi194 ceph-mon[104785]: pgmap v10846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:28:21.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:21.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:22.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:22.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:22 smithi135 ceph-mon[93152]: pgmap v10847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:22 smithi194 ceph-mon[104785]: pgmap v10847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:23.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:23.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:24.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:24.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:24 smithi194 ceph-mon[104785]: pgmap v10848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:24 smithi135 ceph-mon[93152]: pgmap v10848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:25.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:25.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:26.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:26.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:26 smithi194 ceph-mon[104785]: pgmap v10849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:26 smithi135 ceph-mon[93152]: pgmap v10849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:27.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:27.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:28.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:28.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:28 smithi194 ceph-mon[104785]: pgmap v10850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:29.277 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:28 smithi135 ceph-mon[93152]: pgmap v10850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:29.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:29.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:30.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:30.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:30 smithi135 ceph-mon[93152]: pgmap v10851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:28:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:30 smithi194 ceph-mon[104785]: pgmap v10851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:28:31.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:31.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:32.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:32.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:32 smithi135 ceph-mon[93152]: pgmap v10852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:32 smithi194 ceph-mon[104785]: pgmap v10852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:33.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:33.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:34.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:34.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:34 smithi194 ceph-mon[104785]: pgmap v10853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:34 smithi135 ceph-mon[93152]: pgmap v10853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:35.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:35.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:36.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:36.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:36 smithi194 ceph-mon[104785]: pgmap v10854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:36 smithi135 ceph-mon[93152]: pgmap v10854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:37.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:37.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:38.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:38.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:38 smithi194 ceph-mon[104785]: pgmap v10855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:38 smithi135 ceph-mon[93152]: pgmap v10855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:39.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:39.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:40.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:40.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:40 smithi135 ceph-mon[93152]: pgmap v10856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:28:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:40 smithi194 ceph-mon[104785]: pgmap v10856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:28:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:41.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:41.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:42.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:42.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:42 smithi194 ceph-mon[104785]: pgmap v10857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:42 smithi135 ceph-mon[93152]: pgmap v10857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:43.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:43.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:44.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:44.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:44 smithi194 ceph-mon[104785]: pgmap v10858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:44 smithi135 ceph-mon[93152]: pgmap v10858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:45.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:45.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:46.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:46.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:46 smithi194 ceph-mon[104785]: pgmap v10859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:46 smithi135 ceph-mon[93152]: pgmap v10859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:47.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:47.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:48.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:48.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:48 smithi194 ceph-mon[104785]: pgmap v10860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:48 smithi135 ceph-mon[93152]: pgmap v10860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:49.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:49.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:50.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:50.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:50 smithi135 ceph-mon[93152]: pgmap v10861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:28:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:50 smithi194 ceph-mon[104785]: pgmap v10861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:28:51.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:51.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:52.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:52.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:52 smithi194 ceph-mon[104785]: pgmap v10862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:52 smithi135 ceph-mon[93152]: pgmap v10862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:53.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:53.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:54.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:54.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:54 smithi194 ceph-mon[104785]: pgmap v10863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:54 smithi135 ceph-mon[93152]: pgmap v10863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:55.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:55.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:28:56.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:56.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:56 smithi194 ceph-mon[104785]: pgmap v10864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:56 smithi135 ceph-mon[93152]: pgmap v10864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:57.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:57.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:58.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:58.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:28:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:28:58 smithi194 ceph-mon[104785]: pgmap v10865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:28:58 smithi135 ceph-mon[93152]: pgmap v10865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:28:59.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:28:59.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:00.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:00.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:00 smithi135 ceph-mon[93152]: pgmap v10866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:29:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:00 smithi194 ceph-mon[104785]: pgmap v10866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:29:01.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:01.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:02.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:02.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:02 smithi194 ceph-mon[104785]: pgmap v10867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:02 smithi135 ceph-mon[93152]: pgmap v10867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:03.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:03.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:04.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:04.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:04 smithi194 ceph-mon[104785]: pgmap v10868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:04 smithi135 ceph-mon[93152]: pgmap v10868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:05.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:05.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:06.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:06.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:06 smithi194 ceph-mon[104785]: pgmap v10869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:06 smithi135 ceph-mon[93152]: pgmap v10869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:07.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:07.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:08.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:08.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:08 smithi194 ceph-mon[104785]: pgmap v10870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:08 smithi135 ceph-mon[93152]: pgmap v10870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:09.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:09.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:10.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:10.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:10 smithi135 ceph-mon[93152]: pgmap v10871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:29:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:10 smithi194 ceph-mon[104785]: pgmap v10871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:29:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:11.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:11.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:29:12.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:29:12.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:12.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:13.084 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:12 smithi135 ceph-mon[93152]: pgmap v10872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:13.084 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:29:13.084 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:29:13.084 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:29:13.084 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:29:13.084 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:29:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:12 smithi194 ceph-mon[104785]: pgmap v10872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:29:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:29:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:29:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:29:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:29:13.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:13.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:14.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:14.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:14 smithi194 ceph-mon[104785]: pgmap v10873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:14 smithi135 ceph-mon[93152]: pgmap v10873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:15.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:15.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:16.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:16.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:16 smithi194 ceph-mon[104785]: pgmap v10874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:16 smithi135 ceph-mon[93152]: pgmap v10874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:17.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:17.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:18.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:18.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:18 smithi194 ceph-mon[104785]: pgmap v10875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:18 smithi135 ceph-mon[93152]: pgmap v10875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:19.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:19.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:20.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:20.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:20 smithi135 ceph-mon[93152]: pgmap v10876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:29:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:20 smithi194 ceph-mon[104785]: pgmap v10876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:29:21.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:21.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:22.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:22.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:23.180 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:22 smithi135 ceph-mon[93152]: pgmap v10877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:22 smithi194 ceph-mon[104785]: pgmap v10877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:23.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:23.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:24.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:24.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:24 smithi194 ceph-mon[104785]: pgmap v10878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:24 smithi135 ceph-mon[93152]: pgmap v10878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:25.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:25.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:26.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:26.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:26 smithi194 ceph-mon[104785]: pgmap v10879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:26 smithi135 ceph-mon[93152]: pgmap v10879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:27.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:27.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:28.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:28.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:28 smithi194 ceph-mon[104785]: pgmap v10880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:28 smithi135 ceph-mon[93152]: pgmap v10880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:29.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:29.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:30.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:30.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:30 smithi194 ceph-mon[104785]: pgmap v10881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:29:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:30 smithi135 ceph-mon[93152]: pgmap v10881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:29:31.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:31.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:32.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:32.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:32 smithi194 ceph-mon[104785]: pgmap v10882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:32 smithi135 ceph-mon[93152]: pgmap v10882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:33.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:33.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:34.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:34.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:34 smithi194 ceph-mon[104785]: pgmap v10883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:34 smithi135 ceph-mon[93152]: pgmap v10883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:35.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:35.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:36.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:36.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:36 smithi194 ceph-mon[104785]: pgmap v10884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:36 smithi135 ceph-mon[93152]: pgmap v10884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:37.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:37.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:38.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:38.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:38 smithi194 ceph-mon[104785]: pgmap v10885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:38 smithi135 ceph-mon[93152]: pgmap v10885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:39.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:39.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:40.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:40.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:40 smithi135 ceph-mon[93152]: pgmap v10886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:29:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:40 smithi194 ceph-mon[104785]: pgmap v10886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:29:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:41.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:41.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:42.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:42.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:42 smithi194 ceph-mon[104785]: pgmap v10887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:42 smithi135 ceph-mon[93152]: pgmap v10887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:43.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:43.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:44.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:44.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:44 smithi194 ceph-mon[104785]: pgmap v10888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:44 smithi135 ceph-mon[93152]: pgmap v10888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:45.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:45.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:46.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:46.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:46 smithi194 ceph-mon[104785]: pgmap v10889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:47.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:46 smithi135 ceph-mon[93152]: pgmap v10889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:47.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:47.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:48.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:48.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:48 smithi194 ceph-mon[104785]: pgmap v10890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:48 smithi135 ceph-mon[93152]: pgmap v10890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:49.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:49.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:50.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:50.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:50 smithi135 ceph-mon[93152]: pgmap v10891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:29:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:50 smithi194 ceph-mon[104785]: pgmap v10891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:29:51.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:51.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:52.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:52.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:52 smithi194 ceph-mon[104785]: pgmap v10892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:52 smithi135 ceph-mon[93152]: pgmap v10892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:53.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:53.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:54.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:54.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:55.123 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:54 smithi194 ceph-mon[104785]: pgmap v10893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:54 smithi135 ceph-mon[93152]: pgmap v10893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:55.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:55.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:29:56.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:56.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:56 smithi194 ceph-mon[104785]: pgmap v10894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:56 smithi135 ceph-mon[93152]: pgmap v10894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:57.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:57.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:58.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:58.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:29:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:29:58 smithi194 ceph-mon[104785]: pgmap v10895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:29:58 smithi135 ceph-mon[93152]: pgmap v10895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:29:59.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:29:59.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:00.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:00.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:00 smithi194 ceph-mon[104785]: pgmap v10896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:30:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T10:30:01.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:00 smithi135 ceph-mon[93152]: pgmap v10896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:30:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T10:30:01.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:01.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:02.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:02.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:02 smithi194 ceph-mon[104785]: pgmap v10897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:02 smithi135 ceph-mon[93152]: pgmap v10897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:03.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:03.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:04.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:04.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:04 smithi194 ceph-mon[104785]: pgmap v10898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:04 smithi135 ceph-mon[93152]: pgmap v10898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:05.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:05.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:06.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:06.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:06 smithi194 ceph-mon[104785]: pgmap v10899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:06 smithi135 ceph-mon[93152]: pgmap v10899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:07.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:07.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:08.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:08.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:08 smithi135 ceph-mon[93152]: pgmap v10900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:08 smithi194 ceph-mon[104785]: pgmap v10900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:09.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:09.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:10.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:10.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:10 smithi135 ceph-mon[93152]: pgmap v10901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:30:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:10 smithi194 ceph-mon[104785]: pgmap v10901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:30:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:11.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:11.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:12.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:12.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:12 smithi135 ceph-mon[93152]: pgmap v10902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:30:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:30:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:30:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:12 smithi194 ceph-mon[104785]: pgmap v10902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:30:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:30:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:30:13.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:13.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:14.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:30:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:30:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:30:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:30:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:30:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:30:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:30:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:30:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:30:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:30:14.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:14.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:14 smithi194 ceph-mon[104785]: pgmap v10903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:14 smithi135 ceph-mon[93152]: pgmap v10903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:15.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:15.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:16.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:16.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:16 smithi194 ceph-mon[104785]: pgmap v10904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:16 smithi135 ceph-mon[93152]: pgmap v10904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:17.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:17.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:18.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:18.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:18 smithi135 ceph-mon[93152]: pgmap v10905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:18 smithi194 ceph-mon[104785]: pgmap v10905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:19.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:19.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:20.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:20.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:20 smithi194 ceph-mon[104785]: pgmap v10906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:30:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:20 smithi135 ceph-mon[93152]: pgmap v10906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:30:21.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:21.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:22.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:22.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:22 smithi194 ceph-mon[104785]: pgmap v10907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:22 smithi135 ceph-mon[93152]: pgmap v10907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:23.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:23.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:24.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:24.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:24 smithi194 ceph-mon[104785]: pgmap v10908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:24 smithi135 ceph-mon[93152]: pgmap v10908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:25.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:25.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:26.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:26.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:26 smithi194 ceph-mon[104785]: pgmap v10909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:26 smithi135 ceph-mon[93152]: pgmap v10909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:27.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:27.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:28.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:28.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:28 smithi194 ceph-mon[104785]: pgmap v10910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:28 smithi135 ceph-mon[93152]: pgmap v10910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:29.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:29.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:30.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:30.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:31.214 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:30 smithi194 ceph-mon[104785]: pgmap v10911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:30:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:30 smithi135 ceph-mon[93152]: pgmap v10911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:30:31.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:31.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:32.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:32.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:32 smithi194 ceph-mon[104785]: pgmap v10912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:32 smithi135 ceph-mon[93152]: pgmap v10912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:33.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:33.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:34.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:34.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:34 smithi194 ceph-mon[104785]: pgmap v10913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:34 smithi135 ceph-mon[93152]: pgmap v10913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:35.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:35.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:36.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:36.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:36 smithi194 ceph-mon[104785]: pgmap v10914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:36 smithi135 ceph-mon[93152]: pgmap v10914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:37.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:37.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:38.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:38.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:38 smithi194 ceph-mon[104785]: pgmap v10915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:38 smithi135 ceph-mon[93152]: pgmap v10915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:39.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:39.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:40.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:40.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:40 smithi194 ceph-mon[104785]: pgmap v10916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:30:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:41.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:40 smithi135 ceph-mon[93152]: pgmap v10916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:30:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:41.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:41.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:42.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:42.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:42 smithi194 ceph-mon[104785]: pgmap v10917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:42 smithi135 ceph-mon[93152]: pgmap v10917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:43.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:43.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:44.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:44.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:44 smithi194 ceph-mon[104785]: pgmap v10918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:44 smithi135 ceph-mon[93152]: pgmap v10918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:45.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:45.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:46.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:46.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:46 smithi194 ceph-mon[104785]: pgmap v10919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:46 smithi135 ceph-mon[93152]: pgmap v10919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:47.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:47.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:48.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:48.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:48 smithi194 ceph-mon[104785]: pgmap v10920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:48 smithi135 ceph-mon[93152]: pgmap v10920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:49.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:49.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:50.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:50.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:50 smithi194 ceph-mon[104785]: pgmap v10921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:30:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:50 smithi135 ceph-mon[93152]: pgmap v10921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:30:51.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:51.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:52.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:52.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:52 smithi194 ceph-mon[104785]: pgmap v10922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:52 smithi135 ceph-mon[93152]: pgmap v10922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:53.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:53.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:54.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:54.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:54 smithi194 ceph-mon[104785]: pgmap v10923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:54 smithi135 ceph-mon[93152]: pgmap v10923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:55.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:55.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:30:56.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:56.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:56 smithi194 ceph-mon[104785]: pgmap v10924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:56 smithi135 ceph-mon[93152]: pgmap v10924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:57.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:57.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:58.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:58.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:30:59.113 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:30:58 smithi135 ceph-mon[93152]: pgmap v10925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:30:58 smithi194 ceph-mon[104785]: pgmap v10925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:30:59.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:30:59.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:00.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:00.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:00 smithi194 ceph-mon[104785]: pgmap v10926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:31:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:00 smithi135 ceph-mon[93152]: pgmap v10926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:31:01.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:01.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:02.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:02.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:02 smithi194 ceph-mon[104785]: pgmap v10927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:02 smithi135 ceph-mon[93152]: pgmap v10927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:03.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:03.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:04.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:04.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:04 smithi194 ceph-mon[104785]: pgmap v10928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:04 smithi135 ceph-mon[93152]: pgmap v10928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:05.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:05.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:06.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:06.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:06 smithi194 ceph-mon[104785]: pgmap v10929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:06 smithi135 ceph-mon[93152]: pgmap v10929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:07.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:07.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:08.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:08.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:08 smithi194 ceph-mon[104785]: pgmap v10930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:09.211 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:08 smithi135 ceph-mon[93152]: pgmap v10930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:09.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:09.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:10.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:10.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:10 smithi194 ceph-mon[104785]: pgmap v10931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:31:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:10 smithi135 ceph-mon[93152]: pgmap v10931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:31:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:11.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:11.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:12.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:12.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:12 smithi194 ceph-mon[104785]: pgmap v10932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:12 smithi135 ceph-mon[93152]: pgmap v10932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:13.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:13.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:31:14.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:31:14.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:14.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:14 smithi194 ceph-mon[104785]: pgmap v10933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:31:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:31:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:31:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:31:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:31:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:14 smithi135 ceph-mon[93152]: pgmap v10933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:31:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:31:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:31:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:31:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:31:15.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:15.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:16.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:16.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:16 smithi194 ceph-mon[104785]: pgmap v10934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:16 smithi135 ceph-mon[93152]: pgmap v10934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:17.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:17.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:18.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:18.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:18 smithi194 ceph-mon[104785]: pgmap v10935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:18 smithi135 ceph-mon[93152]: pgmap v10935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:19.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:19.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:20.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:20.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:20 smithi194 ceph-mon[104785]: pgmap v10936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:31:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:20 smithi135 ceph-mon[93152]: pgmap v10936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:31:21.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:21.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:22.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:22.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:22 smithi194 ceph-mon[104785]: pgmap v10937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:22 smithi135 ceph-mon[93152]: pgmap v10937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:23.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:23.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:24.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:24.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:24 smithi194 ceph-mon[104785]: pgmap v10938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:24 smithi135 ceph-mon[93152]: pgmap v10938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:25.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:25.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:26.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:26.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:26 smithi194 ceph-mon[104785]: pgmap v10939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:26 smithi135 ceph-mon[93152]: pgmap v10939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:27.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:27.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:28.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:28.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:28 smithi194 ceph-mon[104785]: pgmap v10940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:28 smithi135 ceph-mon[93152]: pgmap v10940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:29.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:29.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:30.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:30.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:30 smithi194 ceph-mon[104785]: pgmap v10941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:31:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:30 smithi135 ceph-mon[93152]: pgmap v10941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:31:31.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:31.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:32.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:32.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:32 smithi194 ceph-mon[104785]: pgmap v10942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:32 smithi135 ceph-mon[93152]: pgmap v10942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:33.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:33.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:34.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:34.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:34 smithi194 ceph-mon[104785]: pgmap v10943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:34 smithi135 ceph-mon[93152]: pgmap v10943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:35.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:35.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:36.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:36.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:36 smithi194 ceph-mon[104785]: pgmap v10944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:36 smithi135 ceph-mon[93152]: pgmap v10944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:37.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:37.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:38.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:38.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:38 smithi194 ceph-mon[104785]: pgmap v10945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:38 smithi135 ceph-mon[93152]: pgmap v10945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:39.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:39.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:40.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:40.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:40 smithi194 ceph-mon[104785]: pgmap v10946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:31:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:40 smithi135 ceph-mon[93152]: pgmap v10946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:31:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:41.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:41.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:42.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:42.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:42 smithi194 ceph-mon[104785]: pgmap v10947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:42 smithi135 ceph-mon[93152]: pgmap v10947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:43.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:43.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:44.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:44.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:44 smithi194 ceph-mon[104785]: pgmap v10948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:44 smithi135 ceph-mon[93152]: pgmap v10948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:45.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:45.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:46.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:46.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:46 smithi194 ceph-mon[104785]: pgmap v10949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:46 smithi135 ceph-mon[93152]: pgmap v10949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:47.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:47.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:48.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:48.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:48 smithi194 ceph-mon[104785]: pgmap v10950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:48 smithi135 ceph-mon[93152]: pgmap v10950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:49.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:49.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:50.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:50.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:50 smithi194 ceph-mon[104785]: pgmap v10951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:31:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:50 smithi135 ceph-mon[93152]: pgmap v10951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:31:51.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:51.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:52.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:52.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:52 smithi194 ceph-mon[104785]: pgmap v10952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:52 smithi135 ceph-mon[93152]: pgmap v10952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:53.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:53.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:54.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:54.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:54 smithi135 ceph-mon[93152]: pgmap v10953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:54 smithi194 ceph-mon[104785]: pgmap v10953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:55.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:55.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:31:56.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:56.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:56 smithi194 ceph-mon[104785]: pgmap v10954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:56 smithi135 ceph-mon[93152]: pgmap v10954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:57.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:57.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:58.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:58.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:31:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:31:58 smithi194 ceph-mon[104785]: pgmap v10955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:31:58 smithi135 ceph-mon[93152]: pgmap v10955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:31:59.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:31:59.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:00.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:00.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:00 smithi194 ceph-mon[104785]: pgmap v10956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:32:01.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:00 smithi135 ceph-mon[93152]: pgmap v10956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:32:01.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:01.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:02.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:02.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:02 smithi194 ceph-mon[104785]: pgmap v10957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:02 smithi135 ceph-mon[93152]: pgmap v10957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:03.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:03.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:04.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:04.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:04 smithi135 ceph-mon[93152]: pgmap v10958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:04 smithi194 ceph-mon[104785]: pgmap v10958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:05.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:05.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:06.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:06.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:06 smithi194 ceph-mon[104785]: pgmap v10959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:06 smithi135 ceph-mon[93152]: pgmap v10959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:07.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:07.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:08.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:08.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:08 smithi194 ceph-mon[104785]: pgmap v10960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:08 smithi135 ceph-mon[93152]: pgmap v10960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:09.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:09.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:10.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:10.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:10 smithi194 ceph-mon[104785]: pgmap v10961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:32:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:10 smithi135 ceph-mon[93152]: pgmap v10961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:32:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:11.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:11.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:12.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:12.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:12 smithi194 ceph-mon[104785]: pgmap v10962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:12 smithi135 ceph-mon[93152]: pgmap v10962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:13.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:13.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:14.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:14.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:14 smithi194 ceph-mon[104785]: pgmap v10963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:32:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:32:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:32:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:32:15.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:32:15.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:32:15.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:32:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:14 smithi135 ceph-mon[93152]: pgmap v10963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:32:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:32:15.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:32:15.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:32:15.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:32:15.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:32:15.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:32:15.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:32:15.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:15.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:15 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1590M 2023-10-08T10:32:16.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:15 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1590M 2023-10-08T10:32:16.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:16.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:16 smithi194 ceph-mon[104785]: pgmap v10964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:16 smithi135 ceph-mon[93152]: pgmap v10964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:17.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:17.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:18.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:18.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:18 smithi194 ceph-mon[104785]: pgmap v10965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:18 smithi135 ceph-mon[93152]: pgmap v10965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:19.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:19.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:20.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:20.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:20 smithi194 ceph-mon[104785]: pgmap v10966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:32:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:20 smithi135 ceph-mon[93152]: pgmap v10966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:32:21.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:21.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:22.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:22.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:22 smithi194 ceph-mon[104785]: pgmap v10967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:22 smithi135 ceph-mon[93152]: pgmap v10967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:23.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:23.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:24.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:24.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:24 smithi194 ceph-mon[104785]: pgmap v10968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:24 smithi135 ceph-mon[93152]: pgmap v10968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:25.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:25.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:26.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:26.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:26 smithi194 ceph-mon[104785]: pgmap v10969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:26 smithi135 ceph-mon[93152]: pgmap v10969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:27.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:27.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:28.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:28.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:28 smithi194 ceph-mon[104785]: pgmap v10970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:28 smithi135 ceph-mon[93152]: pgmap v10970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:29.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:30.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:30.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:30 smithi194 ceph-mon[104785]: pgmap v10971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:32:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:30 smithi135 ceph-mon[93152]: pgmap v10971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:32:31.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:31.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:32.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:32.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:32 smithi194 ceph-mon[104785]: pgmap v10972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:32 smithi135 ceph-mon[93152]: pgmap v10972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:33.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:33.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:34.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:34.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:34 smithi194 ceph-mon[104785]: pgmap v10973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:34 smithi135 ceph-mon[93152]: pgmap v10973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:35.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:35.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:36.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:36.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:36 smithi135 ceph-mon[93152]: pgmap v10974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:36 smithi194 ceph-mon[104785]: pgmap v10974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:37.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:37.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:38.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:38.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:38 smithi194 ceph-mon[104785]: pgmap v10975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:38 smithi135 ceph-mon[93152]: pgmap v10975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:39.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:39.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:40.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:40.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:40 smithi194 ceph-mon[104785]: pgmap v10976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:32:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:40 smithi135 ceph-mon[93152]: pgmap v10976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:32:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:41.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:41.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:42.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:42.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:42 smithi194 ceph-mon[104785]: pgmap v10977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:42 smithi135 ceph-mon[93152]: pgmap v10977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:43.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:43.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:44.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:44.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:45.143 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:44 smithi135 ceph-mon[93152]: pgmap v10978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:44 smithi194 ceph-mon[104785]: pgmap v10978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:45.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:45.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:46.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:46.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:46 smithi135 ceph-mon[93152]: pgmap v10979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:46 smithi194 ceph-mon[104785]: pgmap v10979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:47.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:47.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:48.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:48.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:48 smithi194 ceph-mon[104785]: pgmap v10980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:48 smithi135 ceph-mon[93152]: pgmap v10980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:49.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:49.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:50.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:50.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:50 smithi194 ceph-mon[104785]: pgmap v10981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:32:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:50 smithi135 ceph-mon[93152]: pgmap v10981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:32:51.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:51.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:52.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:52.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:52 smithi194 ceph-mon[104785]: pgmap v10982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:52 smithi135 ceph-mon[93152]: pgmap v10982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:53.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:53.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:54.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:54.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:54 smithi194 ceph-mon[104785]: pgmap v10983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:55.241 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:54 smithi135 ceph-mon[93152]: pgmap v10983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:55.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:55.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:32:56.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:56.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:56 smithi194 ceph-mon[104785]: pgmap v10984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:56 smithi135 ceph-mon[93152]: pgmap v10984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:57.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:57.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:58.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:58.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:32:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:32:58 smithi194 ceph-mon[104785]: pgmap v10985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:59.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:32:58 smithi135 ceph-mon[93152]: pgmap v10985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:32:59.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:32:59.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:00.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:00.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:00 smithi194 ceph-mon[104785]: pgmap v10986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:33:01.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:00 smithi135 ceph-mon[93152]: pgmap v10986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:33:01.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:01.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:02.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:02.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:02 smithi194 ceph-mon[104785]: pgmap v10987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:02 smithi135 ceph-mon[93152]: pgmap v10987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:03.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:03.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:04.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:04.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:04 smithi194 ceph-mon[104785]: pgmap v10988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:04 smithi135 ceph-mon[93152]: pgmap v10988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:05.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:05.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:06.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:06.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:06 smithi135 ceph-mon[93152]: pgmap v10989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:07.105 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:06 smithi194 ceph-mon[104785]: pgmap v10989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:07.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:07.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:08.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:08.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:08 smithi194 ceph-mon[104785]: pgmap v10990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:08 smithi135 ceph-mon[93152]: pgmap v10990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:09.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:09.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:10.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:10.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:10 smithi194 ceph-mon[104785]: pgmap v10991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:33:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:10 smithi135 ceph-mon[93152]: pgmap v10991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:33:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:11.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:11.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:12.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:12.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:12 smithi194 ceph-mon[104785]: pgmap v10992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:12 smithi135 ceph-mon[93152]: pgmap v10992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:13.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:13.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:14.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:14.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:14 smithi194 ceph-mon[104785]: pgmap v10993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:33:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:14 smithi135 ceph-mon[93152]: pgmap v10993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:33:15.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:15.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:33:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:33:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:33:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:33:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:33:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:33:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:33:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:33:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:33:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:33:16.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:16.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:16 smithi194 ceph-mon[104785]: pgmap v10994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:16 smithi135 ceph-mon[93152]: pgmap v10994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:17.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:17.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:18.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:18.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:18 smithi194 ceph-mon[104785]: pgmap v10995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:18 smithi135 ceph-mon[93152]: pgmap v10995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:19.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:19.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:20.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:20.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:20 smithi194 ceph-mon[104785]: pgmap v10996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:33:21.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:20 smithi135 ceph-mon[93152]: pgmap v10996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:33:21.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:21.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:22.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:22.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:22 smithi194 ceph-mon[104785]: pgmap v10997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:22 smithi135 ceph-mon[93152]: pgmap v10997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:23.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:23.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:24.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:24.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:24 smithi194 ceph-mon[104785]: pgmap v10998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:24 smithi135 ceph-mon[93152]: pgmap v10998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:25.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:25.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:26.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:26.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:26 smithi194 ceph-mon[104785]: pgmap v10999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:26 smithi135 ceph-mon[93152]: pgmap v10999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:27.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:27.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:28.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:28.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:28 smithi194 ceph-mon[104785]: pgmap v11000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:28 smithi135 ceph-mon[93152]: pgmap v11000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:29.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:29.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:30.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:30.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:30 smithi194 ceph-mon[104785]: pgmap v11001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:33:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:30 smithi135 ceph-mon[93152]: pgmap v11001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:33:31.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:31.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:32.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:32.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:32 smithi194 ceph-mon[104785]: pgmap v11002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:32 smithi135 ceph-mon[93152]: pgmap v11002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:33.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:33.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:34.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:34.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:34 smithi194 ceph-mon[104785]: pgmap v11003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:34 smithi135 ceph-mon[93152]: pgmap v11003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:35.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:35.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:36.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:36.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:36 smithi135 ceph-mon[93152]: pgmap v11004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:37.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:36 smithi194 ceph-mon[104785]: pgmap v11004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:37.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:37.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:38.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:38.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:38 smithi194 ceph-mon[104785]: pgmap v11005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:39.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:38 smithi135 ceph-mon[93152]: pgmap v11005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:39.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:39.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:40.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:40.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:40 smithi194 ceph-mon[104785]: pgmap v11006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:33:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:40 smithi135 ceph-mon[93152]: pgmap v11006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:33:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:41.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:41.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:42.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:42.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:42 smithi194 ceph-mon[104785]: pgmap v11007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:42 smithi135 ceph-mon[93152]: pgmap v11007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:43.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:43.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:44.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:44.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:44 smithi194 ceph-mon[104785]: pgmap v11008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:44 smithi135 ceph-mon[93152]: pgmap v11008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:45.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:45.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:46.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:46.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:46 smithi135 ceph-mon[93152]: pgmap v11009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:46 smithi194 ceph-mon[104785]: pgmap v11009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:47.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:47.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:48.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:48.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:48 smithi194 ceph-mon[104785]: pgmap v11010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:48 smithi135 ceph-mon[93152]: pgmap v11010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:49.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:49.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:50.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:50.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:50 smithi194 ceph-mon[104785]: pgmap v11011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:33:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:50 smithi135 ceph-mon[93152]: pgmap v11011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:33:51.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:51.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:52.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:52.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:52 smithi194 ceph-mon[104785]: pgmap v11012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:52 smithi135 ceph-mon[93152]: pgmap v11012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:53.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:53.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:54.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:54.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:54 smithi194 ceph-mon[104785]: pgmap v11013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:54 smithi135 ceph-mon[93152]: pgmap v11013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:55.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:55.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:33:56.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:56.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:56 smithi194 ceph-mon[104785]: pgmap v11014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:56 smithi135 ceph-mon[93152]: pgmap v11014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:57.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:58.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:59.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:33:59.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:33:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:33:58 smithi194 ceph-mon[104785]: pgmap v11015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:33:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:33:58 smithi135 ceph-mon[93152]: pgmap v11015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:00.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:00.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:01.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:01.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:00 smithi194 ceph-mon[104785]: pgmap v11016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:34:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:00 smithi135 ceph-mon[93152]: pgmap v11016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:34:02.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:02.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:02 smithi194 ceph-mon[104785]: pgmap v11017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:03.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:03.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:02 smithi135 ceph-mon[93152]: pgmap v11017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:04.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:04.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:05.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:05.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:04 smithi194 ceph-mon[104785]: pgmap v11018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:04 smithi135 ceph-mon[93152]: pgmap v11018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:06.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:06.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:06 smithi135 ceph-mon[93152]: pgmap v11019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:07.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:07.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:06 smithi194 ceph-mon[104785]: pgmap v11019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:08.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:08.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:09.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:09.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:08 smithi194 ceph-mon[104785]: pgmap v11020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:08 smithi135 ceph-mon[93152]: pgmap v11020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:10.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:10.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:11.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:11.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:10 smithi194 ceph-mon[104785]: pgmap v11021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:34:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:10 smithi135 ceph-mon[93152]: pgmap v11021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:34:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:12.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:12.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:13.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:13.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:12 smithi194 ceph-mon[104785]: pgmap v11022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:12 smithi135 ceph-mon[93152]: pgmap v11022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:14.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:14.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:15.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:15.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:14 smithi194 ceph-mon[104785]: pgmap v11023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:14 smithi135 ceph-mon[93152]: pgmap v11023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:16.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:16.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:34:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:34:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:34:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:34:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:34:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:34:16.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:34:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:34:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:34:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:34:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:34:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:34:17.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:17.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:16 smithi194 ceph-mon[104785]: pgmap v11024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:16 smithi135 ceph-mon[93152]: pgmap v11024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:18.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:18.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:19.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:19.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:18 smithi194 ceph-mon[104785]: pgmap v11025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:19.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:18 smithi135 ceph-mon[93152]: pgmap v11025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:20.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:20.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:21.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:21.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:20 smithi194 ceph-mon[104785]: pgmap v11026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:34:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:20 smithi135 ceph-mon[93152]: pgmap v11026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:34:22.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:22.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:23.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:23.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:22 smithi194 ceph-mon[104785]: pgmap v11027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:22 smithi135 ceph-mon[93152]: pgmap v11027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:24.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:24.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:25.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:25.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:24 smithi194 ceph-mon[104785]: pgmap v11028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:24 smithi135 ceph-mon[93152]: pgmap v11028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:26.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:26.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:27.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:27.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:26 smithi194 ceph-mon[104785]: pgmap v11029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:26 smithi135 ceph-mon[93152]: pgmap v11029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:28.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:28.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:29.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:29.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:28 smithi194 ceph-mon[104785]: pgmap v11030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:28 smithi135 ceph-mon[93152]: pgmap v11030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:30.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:30.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:31.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:31.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:30 smithi194 ceph-mon[104785]: pgmap v11031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:34:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:30 smithi135 ceph-mon[93152]: pgmap v11031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:34:32.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:32.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:33.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:33.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:32 smithi194 ceph-mon[104785]: pgmap v11032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:32 smithi135 ceph-mon[93152]: pgmap v11032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:34.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:34.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:35.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:35.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:34 smithi194 ceph-mon[104785]: pgmap v11033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:34 smithi135 ceph-mon[93152]: pgmap v11033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:36.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:36.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:36 smithi135 ceph-mon[93152]: pgmap v11034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:37.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:37.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:36 smithi194 ceph-mon[104785]: pgmap v11034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:38.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:38.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:39.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:39.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:38 smithi194 ceph-mon[104785]: pgmap v11035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:39.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:38 smithi135 ceph-mon[93152]: pgmap v11035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:40.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:40.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:41.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:41.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:40 smithi194 ceph-mon[104785]: pgmap v11036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:34:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:40 smithi135 ceph-mon[93152]: pgmap v11036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:34:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:42.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:42.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:43.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:43.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:42 smithi194 ceph-mon[104785]: pgmap v11037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:42 smithi135 ceph-mon[93152]: pgmap v11037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:44.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:44.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:45.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:45.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:44 smithi194 ceph-mon[104785]: pgmap v11038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:44 smithi135 ceph-mon[93152]: pgmap v11038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:46.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:46.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:46 smithi135 ceph-mon[93152]: pgmap v11039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:47.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:47.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:46 smithi194 ceph-mon[104785]: pgmap v11039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:48.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:48.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:49.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:49.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:48 smithi194 ceph-mon[104785]: pgmap v11040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:48 smithi135 ceph-mon[93152]: pgmap v11040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:50.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:50.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:51.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:51.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:51.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:50 smithi194 ceph-mon[104785]: pgmap v11041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:34:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:50 smithi135 ceph-mon[93152]: pgmap v11041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:34:52.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:52.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:53.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:53.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:52 smithi194 ceph-mon[104785]: pgmap v11042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:52 smithi135 ceph-mon[93152]: pgmap v11042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:54.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:54.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:55.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:55.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:54 smithi194 ceph-mon[104785]: pgmap v11043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:54 smithi135 ceph-mon[93152]: pgmap v11043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:56.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:56.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:34:57.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:57.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:56 smithi194 ceph-mon[104785]: pgmap v11044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:56 smithi135 ceph-mon[93152]: pgmap v11044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:58.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:58.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:59.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:34:59.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:34:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:34:58 smithi194 ceph-mon[104785]: pgmap v11045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:34:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:34:58 smithi135 ceph-mon[93152]: pgmap v11045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:00.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:00.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:01.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:01.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:00 smithi194 ceph-mon[104785]: pgmap v11046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:35:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:00 smithi135 ceph-mon[93152]: pgmap v11046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:35:02.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:02.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:03.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:03.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:02 smithi194 ceph-mon[104785]: pgmap v11047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:02 smithi135 ceph-mon[93152]: pgmap v11047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:04.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:04.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:05.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:05.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:04 smithi194 ceph-mon[104785]: pgmap v11048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:04 smithi135 ceph-mon[93152]: pgmap v11048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:06.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:06.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:06 smithi135 ceph-mon[93152]: pgmap v11049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:07.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:07.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:06 smithi194 ceph-mon[104785]: pgmap v11049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:08.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:08.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:09.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:09.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:08 smithi194 ceph-mon[104785]: pgmap v11050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:08 smithi135 ceph-mon[93152]: pgmap v11050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:10.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:10.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:11.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:11.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:10 smithi194 ceph-mon[104785]: pgmap v11051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:35:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:10 smithi135 ceph-mon[93152]: pgmap v11051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:35:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:12.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:12.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:13.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:13.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:12 smithi194 ceph-mon[104785]: pgmap v11052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:12 smithi135 ceph-mon[93152]: pgmap v11052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:14.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:14.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:15.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:15.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:14 smithi194 ceph-mon[104785]: pgmap v11053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:14 smithi135 ceph-mon[93152]: pgmap v11053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:16.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:16.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:16 smithi135 ceph-mon[93152]: pgmap v11054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:35:17.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:17.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:16 smithi194 ceph-mon[104785]: pgmap v11054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:35:18.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:18.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:19.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:19.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:18 smithi194 ceph-mon[104785]: pgmap v11055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:18 smithi135 ceph-mon[93152]: pgmap v11055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:20.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:20.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:21.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:21.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:20 smithi194 ceph-mon[104785]: pgmap v11056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:35:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:35:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:35:21.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:20 smithi135 ceph-mon[93152]: pgmap v11056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:35:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:35:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:35:22.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:22.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:35:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:35:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:35:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:35:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:35:22.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:35:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:35:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:35:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:35:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:35:23.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:23.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:22 smithi135 ceph-mon[93152]: pgmap v11057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:22 smithi194 ceph-mon[104785]: pgmap v11057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:24.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:24.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:25.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:25.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:24 smithi135 ceph-mon[93152]: pgmap v11058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:25 smithi194 ceph-mon[104785]: pgmap v11058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:26.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:26.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:27.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:27.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:27 smithi135 ceph-mon[93152]: pgmap v11059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:27 smithi194 ceph-mon[104785]: pgmap v11059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:28.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:28.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:29.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:29.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:29 smithi135 ceph-mon[93152]: pgmap v11060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:29 smithi194 ceph-mon[104785]: pgmap v11060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:30.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:30.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:31.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:31.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:31 smithi194 ceph-mon[104785]: pgmap v11061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:35:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:31 smithi135 ceph-mon[93152]: pgmap v11061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:35:32.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:32.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:33.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:33.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:33 smithi194 ceph-mon[104785]: pgmap v11062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:33 smithi135 ceph-mon[93152]: pgmap v11062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:34.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:34.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:35.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:35.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:35 smithi194 ceph-mon[104785]: pgmap v11063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:35 smithi135 ceph-mon[93152]: pgmap v11063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:36.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:36.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:36 smithi135 ceph-mon[93152]: pgmap v11064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:37.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:37.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:36 smithi194 ceph-mon[104785]: pgmap v11064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:38.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:38.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:38 smithi194 ceph-mon[104785]: pgmap v11065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:39.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:39.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:38 smithi135 ceph-mon[93152]: pgmap v11065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:40.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:40.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:41.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:41.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:40 smithi194 ceph-mon[104785]: pgmap v11066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:35:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:41.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:40 smithi135 ceph-mon[93152]: pgmap v11066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:35:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:42.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:42.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:43.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:43.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:42 smithi194 ceph-mon[104785]: pgmap v11067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:42 smithi135 ceph-mon[93152]: pgmap v11067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:44.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:44.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:45.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:45.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:44 smithi194 ceph-mon[104785]: pgmap v11068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:44 smithi135 ceph-mon[93152]: pgmap v11068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:46.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:46.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:47.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:47.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:46 smithi194 ceph-mon[104785]: pgmap v11069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:46 smithi135 ceph-mon[93152]: pgmap v11069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:48.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:48.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:49.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:49.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:48 smithi194 ceph-mon[104785]: pgmap v11070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:48 smithi135 ceph-mon[93152]: pgmap v11070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:50.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:50.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:51.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:51.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:50 smithi194 ceph-mon[104785]: pgmap v11071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:35:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:50 smithi135 ceph-mon[93152]: pgmap v11071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:35:52.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:52.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:53.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:53.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:52 smithi194 ceph-mon[104785]: pgmap v11072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:52 smithi135 ceph-mon[93152]: pgmap v11072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:54.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:54.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:55.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:55.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:54 smithi194 ceph-mon[104785]: pgmap v11073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:54 smithi135 ceph-mon[93152]: pgmap v11073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:56.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:56.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:35:57.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:57.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:56 smithi194 ceph-mon[104785]: pgmap v11074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:56 smithi135 ceph-mon[93152]: pgmap v11074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:58.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:58.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:59.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:35:59.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:35:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:35:58 smithi194 ceph-mon[104785]: pgmap v11075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:35:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:35:58 smithi135 ceph-mon[93152]: pgmap v11075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:00.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:00.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:01.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:01.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:00 smithi194 ceph-mon[104785]: pgmap v11076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:36:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:00 smithi135 ceph-mon[93152]: pgmap v11076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:36:02.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:02.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:03.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:03.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:02 smithi194 ceph-mon[104785]: pgmap v11077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:02 smithi135 ceph-mon[93152]: pgmap v11077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:04.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:04.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:05.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:05.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:04 smithi135 ceph-mon[93152]: pgmap v11078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:04 smithi194 ceph-mon[104785]: pgmap v11078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:06.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:06.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:07.105 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:06 smithi135 ceph-mon[93152]: pgmap v11079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:06 smithi194 ceph-mon[104785]: pgmap v11079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:07.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:07.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:08.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:08.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:08 smithi194 ceph-mon[104785]: pgmap v11080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:09.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:09.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:08 smithi135 ceph-mon[93152]: pgmap v11080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:10.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:10.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:10 smithi194 ceph-mon[104785]: pgmap v11081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:36:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:11.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:11.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:10 smithi135 ceph-mon[93152]: pgmap v11081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:36:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:12.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:12.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:12 smithi194 ceph-mon[104785]: pgmap v11082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:13.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:13.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:12 smithi135 ceph-mon[93152]: pgmap v11082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:14.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:14.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:14 smithi194 ceph-mon[104785]: pgmap v11083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:15.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:15.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:14 smithi135 ceph-mon[93152]: pgmap v11083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:16.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:16.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:17.203 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:16 smithi135 ceph-mon[93152]: pgmap v11084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:16 smithi194 ceph-mon[104785]: pgmap v11084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:17.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:17.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:18.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:18.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:18 smithi194 ceph-mon[104785]: pgmap v11085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:19.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:19.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:18 smithi135 ceph-mon[93152]: pgmap v11085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:20.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:20.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:20 smithi194 ceph-mon[104785]: pgmap v11086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:36:21.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:21.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:21.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:20 smithi135 ceph-mon[93152]: pgmap v11086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:36:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:36:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:36:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:36:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:36:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:36:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:36:22.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:22.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:22.252 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:36:22.252 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:36:22.253 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:36:22.253 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:36:22.253 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:36:22.253 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:36:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:22 smithi194 ceph-mon[104785]: pgmap v11087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:23.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:23.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:22 smithi135 ceph-mon[93152]: pgmap v11087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:24.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:24.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:24 smithi194 ceph-mon[104785]: pgmap v11088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:25.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:25.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:24 smithi135 ceph-mon[93152]: pgmap v11088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:26.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:26.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:26 smithi194 ceph-mon[104785]: pgmap v11089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:27.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:27.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:26 smithi135 ceph-mon[93152]: pgmap v11089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:28.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:28.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:28 smithi194 ceph-mon[104785]: pgmap v11090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:29.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:29.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:28 smithi135 ceph-mon[93152]: pgmap v11090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:30.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:30.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:31.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:31.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:30 smithi135 ceph-mon[93152]: pgmap v11091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:36:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:30 smithi194 ceph-mon[104785]: pgmap v11091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:36:32.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:32.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:33.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:33.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:32 smithi135 ceph-mon[93152]: pgmap v11092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:32 smithi194 ceph-mon[104785]: pgmap v11092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:34.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:34.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:34 smithi135 ceph-mon[93152]: pgmap v11093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:35.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:35.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:34 smithi194 ceph-mon[104785]: pgmap v11093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:36.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:36.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:36 smithi194 ceph-mon[104785]: pgmap v11094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:36 smithi135 ceph-mon[93152]: pgmap v11094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:37.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:37.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:38.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:38.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:38 smithi194 ceph-mon[104785]: pgmap v11095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:38 smithi135 ceph-mon[93152]: pgmap v11095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:39.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:39.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:40.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:40.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:40 smithi194 ceph-mon[104785]: pgmap v11096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:36:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:40 smithi135 ceph-mon[93152]: pgmap v11096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:36:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:41.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:41.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:42.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:42.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:42 smithi194 ceph-mon[104785]: pgmap v11097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:42 smithi135 ceph-mon[93152]: pgmap v11097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:43.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:43.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:44.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:44.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:44 smithi194 ceph-mon[104785]: pgmap v11098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:44 smithi135 ceph-mon[93152]: pgmap v11098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:45.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:45.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:46.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:46.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:46 smithi194 ceph-mon[104785]: pgmap v11099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:46 smithi135 ceph-mon[93152]: pgmap v11099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:47.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:47.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:48.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:48.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:48 smithi194 ceph-mon[104785]: pgmap v11100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:48 smithi135 ceph-mon[93152]: pgmap v11100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:49.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:49.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:50.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:50.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:50 smithi194 ceph-mon[104785]: pgmap v11101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:36:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:50 smithi135 ceph-mon[93152]: pgmap v11101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:36:51.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:51.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:52.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:52.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:52 smithi194 ceph-mon[104785]: pgmap v11102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:52 smithi135 ceph-mon[93152]: pgmap v11102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:53.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:53.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:54.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:54.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:54 smithi194 ceph-mon[104785]: pgmap v11103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:54 smithi135 ceph-mon[93152]: pgmap v11103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:55.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:55.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:56.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:56.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:36:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:56 smithi135 ceph-mon[93152]: pgmap v11104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:57.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:57.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:56 smithi194 ceph-mon[104785]: pgmap v11104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:58.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:58.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:36:58 smithi135 ceph-mon[93152]: pgmap v11105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:36:59.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:36:59.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:36:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:36:58 smithi194 ceph-mon[104785]: pgmap v11105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:00.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:00.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:00 smithi135 ceph-mon[93152]: pgmap v11106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:37:01.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:01.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:00 smithi194 ceph-mon[104785]: pgmap v11106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:37:02.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:02.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:02 smithi135 ceph-mon[93152]: pgmap v11107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:03.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:03.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:02 smithi194 ceph-mon[104785]: pgmap v11107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:04.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:04.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:04 smithi135 ceph-mon[93152]: pgmap v11108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:05.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:05.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:04 smithi194 ceph-mon[104785]: pgmap v11108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:06.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:06.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:06 smithi194 ceph-mon[104785]: pgmap v11109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:06 smithi135 ceph-mon[93152]: pgmap v11109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:07.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:07.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:08.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:08.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:08 smithi194 ceph-mon[104785]: pgmap v11110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:08 smithi135 ceph-mon[93152]: pgmap v11110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:09.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:09.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:10.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:10.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:10 smithi135 ceph-mon[93152]: pgmap v11111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:37:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:11.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:11.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:10 smithi194 ceph-mon[104785]: pgmap v11111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:37:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:12.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:12.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:12 smithi135 ceph-mon[93152]: pgmap v11112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:13.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:13.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:12 smithi194 ceph-mon[104785]: pgmap v11112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:14.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:14.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:14 smithi135 ceph-mon[93152]: pgmap v11113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:15.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:15.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:14 smithi194 ceph-mon[104785]: pgmap v11113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:16.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:16.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:16 smithi194 ceph-mon[104785]: pgmap v11114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:16 smithi135 ceph-mon[93152]: pgmap v11114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:17.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:17.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:18.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:18.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:18 smithi194 ceph-mon[104785]: pgmap v11115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:18 smithi135 ceph-mon[93152]: pgmap v11115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:19.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:19.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:20.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:20.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:20 smithi135 ceph-mon[93152]: pgmap v11116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:37:21.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:21.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:20 smithi194 ceph-mon[104785]: pgmap v11116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:37:22.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:37:22.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:22.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:37:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:22 smithi135 ceph-mon[93152]: pgmap v11117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:23.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:23.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:22 smithi194 ceph-mon[104785]: pgmap v11117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:24.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:24.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:24 smithi194 ceph-mon[104785]: pgmap v11118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:24 smithi135 ceph-mon[93152]: pgmap v11118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:25.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:25.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:26.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:26.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:26 smithi135 ceph-mon[93152]: pgmap v11119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:27.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:27.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:26 smithi194 ceph-mon[104785]: pgmap v11119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:28.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:28.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:28 smithi135 ceph-mon[93152]: pgmap v11120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:37:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:37:29.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:29.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:28 smithi194 ceph-mon[104785]: pgmap v11120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:37:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:37:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:37:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:37:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:37:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:37:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:37:30.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:37:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:37:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:37:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:37:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:37:30.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:30.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:30 smithi135 ceph-mon[93152]: pgmap v11121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:37:31.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:31.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:30 smithi194 ceph-mon[104785]: pgmap v11121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:37:32.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:32.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:32 smithi135 ceph-mon[93152]: pgmap v11122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:33.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:33.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:32 smithi194 ceph-mon[104785]: pgmap v11122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:34.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:34.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:34 smithi194 ceph-mon[104785]: pgmap v11123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:34 smithi135 ceph-mon[93152]: pgmap v11123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:35.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:35.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:36.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:36.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:36 smithi194 ceph-mon[104785]: pgmap v11124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:36 smithi135 ceph-mon[93152]: pgmap v11124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:37.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:37.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:38.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:38.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:39.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:38 smithi135 ceph-mon[93152]: pgmap v11125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:39.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:39.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:38 smithi194 ceph-mon[104785]: pgmap v11125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:40.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:40.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:40 smithi135 ceph-mon[93152]: pgmap v11126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:37:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:41.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:41.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:40 smithi194 ceph-mon[104785]: pgmap v11126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:37:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:42.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:42.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:42 smithi135 ceph-mon[93152]: pgmap v11127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:43.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:43.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:42 smithi194 ceph-mon[104785]: pgmap v11127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:44.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:44.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:44 smithi135 ceph-mon[93152]: pgmap v11128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:45.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:45.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:44 smithi194 ceph-mon[104785]: pgmap v11128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:46.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:46.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:46 smithi194 ceph-mon[104785]: pgmap v11129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:46 smithi135 ceph-mon[93152]: pgmap v11129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:47.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:47.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:48.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:48.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:48 smithi135 ceph-mon[93152]: pgmap v11130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:49.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:49.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:48 smithi194 ceph-mon[104785]: pgmap v11130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:50.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:50.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:50 smithi135 ceph-mon[93152]: pgmap v11131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:37:51.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:51.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:50 smithi194 ceph-mon[104785]: pgmap v11131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:37:52.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:52.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:52 smithi135 ceph-mon[93152]: pgmap v11132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:53.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:53.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:52 smithi194 ceph-mon[104785]: pgmap v11132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:54.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:54.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:54 smithi135 ceph-mon[93152]: pgmap v11133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:55.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:55.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:54 smithi194 ceph-mon[104785]: pgmap v11133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:56.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:56.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:37:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:56 smithi135 ceph-mon[93152]: pgmap v11134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:57.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:57.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:56 smithi194 ceph-mon[104785]: pgmap v11134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:58.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:58.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:37:58 smithi135 ceph-mon[93152]: pgmap v11135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:37:59.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:37:59.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:37:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:37:58 smithi194 ceph-mon[104785]: pgmap v11135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:00.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:00.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:01.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:00 smithi135 ceph-mon[93152]: pgmap v11136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:38:01.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:01.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:00 smithi194 ceph-mon[104785]: pgmap v11136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:38:02.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:02.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:03.240 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:02 smithi135 ceph-mon[93152]: pgmap v11137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:03.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:03.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:02 smithi194 ceph-mon[104785]: pgmap v11137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:04.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:04.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:04 smithi135 ceph-mon[93152]: pgmap v11138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:05.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:05.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:04 smithi194 ceph-mon[104785]: pgmap v11138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:06.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:06.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:06 smithi194 ceph-mon[104785]: pgmap v11139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:06 smithi135 ceph-mon[93152]: pgmap v11139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:07.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:07.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:08.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:08.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:08 smithi135 ceph-mon[93152]: pgmap v11140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:09.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:09.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:08 smithi194 ceph-mon[104785]: pgmap v11140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:10.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:10.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:10 smithi135 ceph-mon[93152]: pgmap v11141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:38:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:11.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:11.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:10 smithi194 ceph-mon[104785]: pgmap v11141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:38:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:12.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:12.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:12 smithi135 ceph-mon[93152]: pgmap v11142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:13.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:13.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:12 smithi194 ceph-mon[104785]: pgmap v11142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:14.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:14.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:14 smithi135 ceph-mon[93152]: pgmap v11143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:15.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:14 smithi194 ceph-mon[104785]: pgmap v11143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:15.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:15.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:16.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:16.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:16 smithi194 ceph-mon[104785]: pgmap v11144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:16 smithi135 ceph-mon[93152]: pgmap v11144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:17.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:17.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:18.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:18.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:18 smithi135 ceph-mon[93152]: pgmap v11145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:19.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:19.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:18 smithi194 ceph-mon[104785]: pgmap v11145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:20.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:20.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:20 smithi135 ceph-mon[93152]: pgmap v11146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:38:21.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:21.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:20 smithi194 ceph-mon[104785]: pgmap v11146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:38:22.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:22.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:22 smithi135 ceph-mon[93152]: pgmap v11147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:23.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:23.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:22 smithi194 ceph-mon[104785]: pgmap v11147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:24.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:24.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:24 smithi135 ceph-mon[93152]: pgmap v11148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:25.420 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:24 smithi194 ceph-mon[104785]: pgmap v11148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:25.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:25.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:26.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:26.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:26 smithi135 ceph-mon[93152]: pgmap v11149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:27.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:27.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:26 smithi194 ceph-mon[104785]: pgmap v11149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:28.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:28.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:28 smithi135 ceph-mon[93152]: pgmap v11150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:29.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:29.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:28 smithi194 ceph-mon[104785]: pgmap v11150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:30.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:38:30.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:30.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:30.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:38:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:30 smithi135 ceph-mon[93152]: pgmap v11151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:38:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:38:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:38:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:38:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:31.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:31.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:30 smithi194 ceph-mon[104785]: pgmap v11151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:38:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:38:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:38:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:38:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:38:32.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:32.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:32 smithi135 ceph-mon[93152]: pgmap v11152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:33.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:33.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:32 smithi194 ceph-mon[104785]: pgmap v11152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:34.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:34.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:34 smithi135 ceph-mon[93152]: pgmap v11153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:35.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:35.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:34 smithi194 ceph-mon[104785]: pgmap v11153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:36.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:36.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:36 smithi194 ceph-mon[104785]: pgmap v11154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:36 smithi135 ceph-mon[93152]: pgmap v11154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:37.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:37.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:38.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:38.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:39.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:38 smithi135 ceph-mon[93152]: pgmap v11155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:38 smithi194 ceph-mon[104785]: pgmap v11155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:39.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:39.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:40.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:40.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:41.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:40 smithi135 ceph-mon[93152]: pgmap v11156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:38:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:40 smithi194 ceph-mon[104785]: pgmap v11156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:38:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:41.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:41.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:42.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:42.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:42 smithi135 ceph-mon[93152]: pgmap v11157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:42 smithi194 ceph-mon[104785]: pgmap v11157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:43.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:43.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:44.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:44.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:44 smithi135 ceph-mon[93152]: pgmap v11158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:44 smithi194 ceph-mon[104785]: pgmap v11158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:45.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:45.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:46.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:46.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:46 smithi194 ceph-mon[104785]: pgmap v11159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:46 smithi135 ceph-mon[93152]: pgmap v11159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:47.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:47.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:48.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:48.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:48 smithi135 ceph-mon[93152]: pgmap v11160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:48 smithi194 ceph-mon[104785]: pgmap v11160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:49.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:49.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:50.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:50.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:50 smithi135 ceph-mon[93152]: pgmap v11161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:38:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:50 smithi194 ceph-mon[104785]: pgmap v11161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:38:51.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:51.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:52.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:52.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:52 smithi135 ceph-mon[93152]: pgmap v11162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:52 smithi194 ceph-mon[104785]: pgmap v11162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:53.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:53.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:54.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:54.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:54 smithi135 ceph-mon[93152]: pgmap v11163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:54 smithi194 ceph-mon[104785]: pgmap v11163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:55.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:55.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:38:56.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:56.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:56 smithi135 ceph-mon[93152]: pgmap v11164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:56 smithi194 ceph-mon[104785]: pgmap v11164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:57.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:57.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:58.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:58.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:38:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:38:58 smithi135 ceph-mon[93152]: pgmap v11165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:38:58 smithi194 ceph-mon[104785]: pgmap v11165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:38:59.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:38:59.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:00.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:00.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:01 smithi194 ceph-mon[104785]: pgmap v11166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:39:01.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:01 smithi135 ceph-mon[93152]: pgmap v11166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:39:01.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:01.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:02.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:02.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:03 smithi135 ceph-mon[93152]: pgmap v11167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:03 smithi194 ceph-mon[104785]: pgmap v11167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:03.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:03.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:04.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:04.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:05 smithi194 ceph-mon[104785]: pgmap v11168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:05.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:05.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:05 smithi135 ceph-mon[93152]: pgmap v11168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:06.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:06.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:06 smithi194 ceph-mon[104785]: pgmap v11169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:06 smithi135 ceph-mon[93152]: pgmap v11169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:07.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:07.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:08.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:08.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:08 smithi135 ceph-mon[93152]: pgmap v11170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:08 smithi194 ceph-mon[104785]: pgmap v11170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:09.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:09.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:10.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:10.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:10 smithi194 ceph-mon[104785]: pgmap v11171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:39:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:10 smithi135 ceph-mon[93152]: pgmap v11171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:39:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:11.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:11.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:12.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:12.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:12 smithi135 ceph-mon[93152]: pgmap v11172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:12 smithi194 ceph-mon[104785]: pgmap v11172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:13.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:13.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:14.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:14.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:14 smithi135 ceph-mon[93152]: pgmap v11173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:14 smithi194 ceph-mon[104785]: pgmap v11173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:15.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:15.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:16.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:16.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:16 smithi194 ceph-mon[104785]: pgmap v11174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:16 smithi135 ceph-mon[93152]: pgmap v11174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:17.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:17.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:18.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:18.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:18 smithi135 ceph-mon[93152]: pgmap v11175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:18 smithi194 ceph-mon[104785]: pgmap v11175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:19.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:19.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:20.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:20.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:21.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:20 smithi135 ceph-mon[93152]: pgmap v11176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:39:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:20 smithi194 ceph-mon[104785]: pgmap v11176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:39:21.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:21.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:22.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:22.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:23 smithi135 ceph-mon[93152]: pgmap v11177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:23 smithi194 ceph-mon[104785]: pgmap v11177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:23.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:23.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:24.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:24.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:25 smithi135 ceph-mon[93152]: pgmap v11178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:25 smithi194 ceph-mon[104785]: pgmap v11178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:25.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:25.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:26.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:26.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:27 smithi194 ceph-mon[104785]: pgmap v11179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:27 smithi135 ceph-mon[93152]: pgmap v11179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:27.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:27.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:28.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:28.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:29 smithi194 ceph-mon[104785]: pgmap v11180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:29 smithi135 ceph-mon[93152]: pgmap v11180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:29.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:29.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:30.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:30.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:31 smithi194 ceph-mon[104785]: pgmap v11181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:39:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:39:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:31 smithi135 ceph-mon[93152]: pgmap v11181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:39:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:39:31.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:31.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:39:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:39:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:39:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:39:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:39:32.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:39:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:39:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:39:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:39:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:39:32.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:32.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:33 smithi194 ceph-mon[104785]: pgmap v11182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:33 smithi135 ceph-mon[93152]: pgmap v11182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:33.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:33.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:34.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:34.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:35 smithi194 ceph-mon[104785]: pgmap v11183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:35 smithi135 ceph-mon[93152]: pgmap v11183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:35.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:35.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:36.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:36.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:36 smithi194 ceph-mon[104785]: pgmap v11184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:36 smithi135 ceph-mon[93152]: pgmap v11184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:37.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:37.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:38.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:38.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:39.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:38 smithi135 ceph-mon[93152]: pgmap v11185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:39 smithi194 ceph-mon[104785]: pgmap v11185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:39.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:39.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:40.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:40.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:41.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:41 smithi135 ceph-mon[93152]: pgmap v11186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:39:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:41 smithi194 ceph-mon[104785]: pgmap v11186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:39:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:41.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:41.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:42.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:42.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:43 smithi194 ceph-mon[104785]: pgmap v11187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:43 smithi135 ceph-mon[93152]: pgmap v11187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:43.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:43.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:44.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:44.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:45 smithi194 ceph-mon[104785]: pgmap v11188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:45 smithi135 ceph-mon[93152]: pgmap v11188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:45.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:45.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:46.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:46.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:46 smithi194 ceph-mon[104785]: pgmap v11189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:46 smithi135 ceph-mon[93152]: pgmap v11189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:47.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:47.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:48.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:48.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:49 smithi135 ceph-mon[93152]: pgmap v11190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:49 smithi194 ceph-mon[104785]: pgmap v11190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:49.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:49.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:50.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:50.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:51 smithi135 ceph-mon[93152]: pgmap v11191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:39:51.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:51 smithi194 ceph-mon[104785]: pgmap v11191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:39:51.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:51.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:52.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:52.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:53 smithi194 ceph-mon[104785]: pgmap v11192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:53 smithi135 ceph-mon[93152]: pgmap v11192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:53.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:53.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:54.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:54.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:55 smithi194 ceph-mon[104785]: pgmap v11193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:55 smithi135 ceph-mon[93152]: pgmap v11193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:55.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:55.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:56.370 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:39:56.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:56.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:57 smithi194 ceph-mon[104785]: pgmap v11194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:57 smithi135 ceph-mon[93152]: pgmap v11194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:57.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:57.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:58.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:58.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:39:59.378 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:39:59 smithi135 ceph-mon[93152]: pgmap v11195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:39:59 smithi194 ceph-mon[104785]: pgmap v11195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:39:59.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:39:59.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T10:40:00.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T10:40:00.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:00.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:01.423 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:01 smithi194 ceph-mon[104785]: pgmap v11196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:40:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:01 smithi135 ceph-mon[93152]: pgmap v11196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:40:01.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:01.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:02.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:02.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:03 smithi194 ceph-mon[104785]: pgmap v11197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:03 smithi135 ceph-mon[93152]: pgmap v11197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:03.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:03.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:04.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:04.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:05 smithi194 ceph-mon[104785]: pgmap v11198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:05 smithi135 ceph-mon[93152]: pgmap v11198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:05.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:05.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:06.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:06.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:06 smithi194 ceph-mon[104785]: pgmap v11199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:06 smithi135 ceph-mon[93152]: pgmap v11199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:07.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:07.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:08.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:08.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:09 smithi194 ceph-mon[104785]: pgmap v11200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:09.477 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:09 smithi135 ceph-mon[93152]: pgmap v11200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:09.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:09.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:10.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:10.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:11 smithi194 ceph-mon[104785]: pgmap v11201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:40:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:11 smithi135 ceph-mon[93152]: pgmap v11201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:40:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:11.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:11.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:12.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:12.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:13 smithi194 ceph-mon[104785]: pgmap v11202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:13 smithi135 ceph-mon[93152]: pgmap v11202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:13.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:13.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:14.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:14.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:15 smithi194 ceph-mon[104785]: pgmap v11203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:15 smithi135 ceph-mon[93152]: pgmap v11203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:15.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:15.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:16.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:16.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:16 smithi194 ceph-mon[104785]: pgmap v11204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:16 smithi135 ceph-mon[93152]: pgmap v11204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:17.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:17.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:18.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:18.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:19 smithi194 ceph-mon[104785]: pgmap v11205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:19 smithi135 ceph-mon[93152]: pgmap v11205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:19.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:19.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:20.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:20.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:21 smithi194 ceph-mon[104785]: pgmap v11206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:40:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:21 smithi135 ceph-mon[93152]: pgmap v11206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:40:21.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:21.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:22.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:22.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:23 smithi194 ceph-mon[104785]: pgmap v11207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:23 smithi135 ceph-mon[93152]: pgmap v11207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:23.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:23.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:24.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:24.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:25 smithi194 ceph-mon[104785]: pgmap v11208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:25 smithi135 ceph-mon[93152]: pgmap v11208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:25.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:25.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:26.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:26.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:27 smithi194 ceph-mon[104785]: pgmap v11209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:27 smithi135 ceph-mon[93152]: pgmap v11209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:27.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:27.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:28.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:28.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:29 smithi194 ceph-mon[104785]: pgmap v11210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:29 smithi135 ceph-mon[93152]: pgmap v11210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:29.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:29.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:30.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:30.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:31 smithi194 ceph-mon[104785]: pgmap v11211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:40:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:31 smithi135 ceph-mon[93152]: pgmap v11211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:40:31.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:31.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:40:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:40:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:40:32.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:40:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:40:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:40:32.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:32.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:33 smithi194 ceph-mon[104785]: pgmap v11212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:40:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:40:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:40:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:40:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:40:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:33 smithi135 ceph-mon[93152]: pgmap v11212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:40:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:40:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:40:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:40:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:40:33.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:33.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:34.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:34.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:35 smithi194 ceph-mon[104785]: pgmap v11213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:35 smithi135 ceph-mon[93152]: pgmap v11213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:35.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:35.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:36.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:36.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:36 smithi194 ceph-mon[104785]: pgmap v11214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:36 smithi135 ceph-mon[93152]: pgmap v11214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:37.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:37.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:38.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:38.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:39 smithi194 ceph-mon[104785]: pgmap v11215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:39 smithi135 ceph-mon[93152]: pgmap v11215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:39.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:39.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:40.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:40.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:41 smithi194 ceph-mon[104785]: pgmap v11216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:40:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:41 smithi135 ceph-mon[93152]: pgmap v11216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:40:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:41.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:41.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:42.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:42.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:43 smithi194 ceph-mon[104785]: pgmap v11217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:43 smithi135 ceph-mon[93152]: pgmap v11217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:43.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:43.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:44.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:44.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:45 smithi135 ceph-mon[93152]: pgmap v11218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:45 smithi194 ceph-mon[104785]: pgmap v11218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:45.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:45.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:46.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:46.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:46 smithi194 ceph-mon[104785]: pgmap v11219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:46 smithi135 ceph-mon[93152]: pgmap v11219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:47.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:47.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:48.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:48.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:49 smithi194 ceph-mon[104785]: pgmap v11220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:49 smithi135 ceph-mon[93152]: pgmap v11220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:49.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:49.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:50.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:50.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:51 smithi194 ceph-mon[104785]: pgmap v11221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:40:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:51 smithi135 ceph-mon[93152]: pgmap v11221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:40:51.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:51.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:52.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:52.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:53 smithi194 ceph-mon[104785]: pgmap v11222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:53 smithi135 ceph-mon[93152]: pgmap v11222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:53.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:53.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:54.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:54.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:55 smithi135 ceph-mon[93152]: pgmap v11223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:55 smithi194 ceph-mon[104785]: pgmap v11223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:55.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:55.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:40:56.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:56.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:57 smithi194 ceph-mon[104785]: pgmap v11224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:57 smithi135 ceph-mon[93152]: pgmap v11224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:57.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:57.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:58.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:58.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:40:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:40:59 smithi194 ceph-mon[104785]: pgmap v11225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:40:59 smithi135 ceph-mon[93152]: pgmap v11225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:40:59.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:40:59.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:00.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:00.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:01 smithi194 ceph-mon[104785]: pgmap v11226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:41:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:01 smithi135 ceph-mon[93152]: pgmap v11226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:41:01.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:01.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:02.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:02.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:03 smithi194 ceph-mon[104785]: pgmap v11227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:03 smithi135 ceph-mon[93152]: pgmap v11227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:03.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:03.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:04.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:04.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:05 smithi194 ceph-mon[104785]: pgmap v11228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:05 smithi135 ceph-mon[93152]: pgmap v11228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:05.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:05.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:06.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:06.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:07.102 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:06 smithi194 ceph-mon[104785]: pgmap v11229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:06 smithi135 ceph-mon[93152]: pgmap v11229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:07.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:07.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:08.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:08.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:09 smithi194 ceph-mon[104785]: pgmap v11230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:09 smithi135 ceph-mon[93152]: pgmap v11230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:09.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:09.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:10.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:10.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:11 smithi194 ceph-mon[104785]: pgmap v11231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:41:12.356 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:12.357 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:11 smithi135 ceph-mon[93152]: pgmap v11231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:41:12.357 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:12.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:12.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:12.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:12.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:13 smithi194 ceph-mon[104785]: pgmap v11232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:13 smithi135 ceph-mon[93152]: pgmap v11232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:13.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:13.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:14.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:14.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:15 smithi194 ceph-mon[104785]: pgmap v11233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:15 smithi135 ceph-mon[93152]: pgmap v11233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:15.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:15.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:16.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:16.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:17.207 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:16 smithi194 ceph-mon[104785]: pgmap v11234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:17.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:16 smithi135 ceph-mon[93152]: pgmap v11234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:17.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:17.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:18.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:18.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:19 smithi194 ceph-mon[104785]: pgmap v11235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:19 smithi135 ceph-mon[93152]: pgmap v11235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:19.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:19.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:20.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:20.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:21 smithi194 ceph-mon[104785]: pgmap v11236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:41:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:21 smithi135 ceph-mon[93152]: pgmap v11236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:41:21.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:21.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:22.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:22.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:23 smithi194 ceph-mon[104785]: pgmap v11237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:23 smithi135 ceph-mon[93152]: pgmap v11237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:23.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:23.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:24.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:24.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:25 smithi194 ceph-mon[104785]: pgmap v11238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:25 smithi135 ceph-mon[93152]: pgmap v11238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:25.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:25.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:26.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:26.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:27.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:27 smithi194 ceph-mon[104785]: pgmap v11239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:27 smithi135 ceph-mon[93152]: pgmap v11239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:27.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:27.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:28.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:28.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:29 smithi194 ceph-mon[104785]: pgmap v11240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:29 smithi135 ceph-mon[93152]: pgmap v11240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:29.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:29.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:30.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:30.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:31 smithi194 ceph-mon[104785]: pgmap v11241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:41:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:31 smithi135 ceph-mon[93152]: pgmap v11241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:41:31.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:31.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:32.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:32.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:33 smithi194 ceph-mon[104785]: pgmap v11242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:41:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:33 smithi135 ceph-mon[93152]: pgmap v11242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:41:33.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:33.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:34.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:41:34.656 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:41:34.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:41:34.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:41:34.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:41:34.657 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:41:34.658 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:41:34.658 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:41:34.658 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:41:34.658 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:41:34.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:34.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:35 smithi194 ceph-mon[104785]: pgmap v11243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:35 smithi135 ceph-mon[93152]: pgmap v11243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:35.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:35.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:36.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:36.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:36 smithi194 ceph-mon[104785]: pgmap v11244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:36 smithi135 ceph-mon[93152]: pgmap v11244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:37.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:37.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:38.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:38.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:39 smithi194 ceph-mon[104785]: pgmap v11245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:39 smithi135 ceph-mon[93152]: pgmap v11245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:39.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:39.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:40.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:40.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:41 smithi194 ceph-mon[104785]: pgmap v11246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:41:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:41 smithi135 ceph-mon[93152]: pgmap v11246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:41:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:41.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:41.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:42.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:42.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:43 smithi194 ceph-mon[104785]: pgmap v11247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:43 smithi135 ceph-mon[93152]: pgmap v11247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:43.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:43.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:44.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:44.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:45.414 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:45 smithi135 ceph-mon[93152]: pgmap v11248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:45 smithi194 ceph-mon[104785]: pgmap v11248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:45.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:45.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:46.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:46.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:46 smithi194 ceph-mon[104785]: pgmap v11249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:46 smithi135 ceph-mon[93152]: pgmap v11249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:47.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:47.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:48.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:48.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:49 smithi194 ceph-mon[104785]: pgmap v11250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:49 smithi135 ceph-mon[93152]: pgmap v11250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:49.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:49.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:50.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:50.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:51 smithi194 ceph-mon[104785]: pgmap v11251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:41:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:51 smithi135 ceph-mon[93152]: pgmap v11251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:41:51.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:51.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:52.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:52.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:53 smithi194 ceph-mon[104785]: pgmap v11252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:53 smithi135 ceph-mon[93152]: pgmap v11252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:53.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:53.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:54.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:54.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:55 smithi194 ceph-mon[104785]: pgmap v11253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:55 smithi135 ceph-mon[93152]: pgmap v11253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:55.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:55.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:41:56.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:56.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:57 smithi194 ceph-mon[104785]: pgmap v11254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:57 smithi135 ceph-mon[93152]: pgmap v11254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:57.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:57.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:58.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:58.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:41:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:41:59 smithi194 ceph-mon[104785]: pgmap v11255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:41:59 smithi135 ceph-mon[93152]: pgmap v11255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:41:59.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:41:59.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:00.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:00.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:01 smithi194 ceph-mon[104785]: pgmap v11256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:42:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:01 smithi135 ceph-mon[93152]: pgmap v11256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:42:01.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:01.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:02.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:02.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:03 smithi194 ceph-mon[104785]: pgmap v11257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:03 smithi135 ceph-mon[93152]: pgmap v11257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:03.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:03.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:04.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:04.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:05 smithi194 ceph-mon[104785]: pgmap v11258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:05 smithi135 ceph-mon[93152]: pgmap v11258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:05.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:05.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:06.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:06.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:06 smithi194 ceph-mon[104785]: pgmap v11259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:06 smithi135 ceph-mon[93152]: pgmap v11259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:07.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:07.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:08.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:08.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:09 smithi194 ceph-mon[104785]: pgmap v11260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:09 smithi135 ceph-mon[93152]: pgmap v11260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:09.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:09.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:10.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:10.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:11 smithi194 ceph-mon[104785]: pgmap v11261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:42:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:11 smithi135 ceph-mon[93152]: pgmap v11261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:42:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:11.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:11.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:12.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:12.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:13 smithi194 ceph-mon[104785]: pgmap v11262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:13 smithi135 ceph-mon[93152]: pgmap v11262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:13.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:13.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:14.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:14.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:15 smithi194 ceph-mon[104785]: pgmap v11263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:15 smithi135 ceph-mon[93152]: pgmap v11263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:15.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:15.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:16.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:16.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:16 smithi194 ceph-mon[104785]: pgmap v11264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:16 smithi135 ceph-mon[93152]: pgmap v11264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:17.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:17.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:18.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:18.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:19 smithi194 ceph-mon[104785]: pgmap v11265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:19 smithi135 ceph-mon[93152]: pgmap v11265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:19.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:19.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:20.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:20.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:21 smithi194 ceph-mon[104785]: pgmap v11266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:42:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:21 smithi135 ceph-mon[93152]: pgmap v11266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:42:21.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:21.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:22.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:22.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:23 smithi194 ceph-mon[104785]: pgmap v11267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:23 smithi135 ceph-mon[93152]: pgmap v11267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:23.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:23.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:24.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:24.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:25 smithi194 ceph-mon[104785]: pgmap v11268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:25 smithi135 ceph-mon[93152]: pgmap v11268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:25.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:25.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:26.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:26.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:27 smithi194 ceph-mon[104785]: pgmap v11269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:27 smithi135 ceph-mon[93152]: pgmap v11269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:27.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:27.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:28.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:28.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:29 smithi194 ceph-mon[104785]: pgmap v11270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:29 smithi135 ceph-mon[93152]: pgmap v11270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:29.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:29.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:30.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:30.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:31 smithi135 ceph-mon[93152]: pgmap v11271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:42:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:31 smithi194 ceph-mon[104785]: pgmap v11271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:42:31.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:31.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:32.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:32.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:33 smithi194 ceph-mon[104785]: pgmap v11272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:33 smithi135 ceph-mon[93152]: pgmap v11272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:33.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:33.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:34.431 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:42:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:42:34.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:34.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:35.295 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:35 smithi135 ceph-mon[93152]: pgmap v11273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:35 smithi194 ceph-mon[104785]: pgmap v11273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:35.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:35.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:36.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:36.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:36.972 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:36 smithi194 ceph-mon[104785]: pgmap v11274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:36 smithi135 ceph-mon[93152]: pgmap v11274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:37.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:37.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:42:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:42:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:42:38.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:42:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:42:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:42:38.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:42:38.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:42:38.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:38.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:39 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1582M 2023-10-08T10:42:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:39 smithi194 ceph-mon[104785]: pgmap v11275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:39 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1582M 2023-10-08T10:42:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:39 smithi135 ceph-mon[93152]: pgmap v11275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:39.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:39.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:40.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:40.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:41.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:41 smithi135 ceph-mon[93152]: pgmap v11276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:42:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:41 smithi194 ceph-mon[104785]: pgmap v11276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:42:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:41.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:41.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:42.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:42.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:43 smithi194 ceph-mon[104785]: pgmap v11277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:43 smithi135 ceph-mon[93152]: pgmap v11277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:43.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:43.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:44.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:44.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:45 smithi194 ceph-mon[104785]: pgmap v11278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:45 smithi135 ceph-mon[93152]: pgmap v11278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:45.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:45.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:46.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:46.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:46 smithi194 ceph-mon[104785]: pgmap v11279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:46 smithi135 ceph-mon[93152]: pgmap v11279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:47.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:47.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:48.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:48.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:49 smithi194 ceph-mon[104785]: pgmap v11280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:49 smithi135 ceph-mon[93152]: pgmap v11280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:49.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:49.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:50.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:50.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:51 smithi194 ceph-mon[104785]: pgmap v11281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:42:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:51 smithi135 ceph-mon[93152]: pgmap v11281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:42:51.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:51.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:52.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:52.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:53 smithi194 ceph-mon[104785]: pgmap v11282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:53 smithi135 ceph-mon[93152]: pgmap v11282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:53.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:53.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:54.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:54.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:55 smithi194 ceph-mon[104785]: pgmap v11283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:55 smithi135 ceph-mon[93152]: pgmap v11283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:55.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:55.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:42:56.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:56.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:57 smithi194 ceph-mon[104785]: pgmap v11284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:57 smithi135 ceph-mon[93152]: pgmap v11284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:57.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:57.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:58.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:58.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:42:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:42:59 smithi194 ceph-mon[104785]: pgmap v11285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:42:59 smithi135 ceph-mon[93152]: pgmap v11285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:42:59.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:42:59.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:00.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:00.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:01 smithi194 ceph-mon[104785]: pgmap v11286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:43:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:01 smithi135 ceph-mon[93152]: pgmap v11286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:43:01.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:01.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:02.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:02.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:03.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:03 smithi194 ceph-mon[104785]: pgmap v11287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:03 smithi135 ceph-mon[93152]: pgmap v11287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:03.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:03.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:04.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:04.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:05 smithi194 ceph-mon[104785]: pgmap v11288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:05 smithi135 ceph-mon[93152]: pgmap v11288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:05.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:05.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:06.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:06.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:06 smithi194 ceph-mon[104785]: pgmap v11289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:06 smithi135 ceph-mon[93152]: pgmap v11289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:07.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:07.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:08.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:08.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:09 smithi194 ceph-mon[104785]: pgmap v11290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:09 smithi135 ceph-mon[93152]: pgmap v11290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:09.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:09.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:10.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:10.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:11 smithi194 ceph-mon[104785]: pgmap v11291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:43:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:11 smithi135 ceph-mon[93152]: pgmap v11291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:43:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:11.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:11.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:12.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:12.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:13.416 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:13 smithi194 ceph-mon[104785]: pgmap v11292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:13 smithi135 ceph-mon[93152]: pgmap v11292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:13.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:13.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:14.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:14.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:15 smithi194 ceph-mon[104785]: pgmap v11293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:15 smithi135 ceph-mon[93152]: pgmap v11293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:15.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:15.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:16.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:16.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:16 smithi194 ceph-mon[104785]: pgmap v11294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:16 smithi135 ceph-mon[93152]: pgmap v11294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:17.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:17.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:18.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:18.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:19 smithi194 ceph-mon[104785]: pgmap v11295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:19 smithi135 ceph-mon[93152]: pgmap v11295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:19.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:19.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:20.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:20.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:21.346 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:21 smithi135 ceph-mon[93152]: pgmap v11296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:43:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:21 smithi194 ceph-mon[104785]: pgmap v11296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:43:21.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:21.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:22.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:22.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:23 smithi194 ceph-mon[104785]: pgmap v11297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:23 smithi135 ceph-mon[93152]: pgmap v11297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:23.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:23.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:24.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:24.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:25 smithi194 ceph-mon[104785]: pgmap v11298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:25 smithi135 ceph-mon[93152]: pgmap v11298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:25.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:25.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:26.395 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:26.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:26.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:27 smithi194 ceph-mon[104785]: pgmap v11299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:27 smithi135 ceph-mon[93152]: pgmap v11299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:27.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:27.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:28.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:28.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:29 smithi194 ceph-mon[104785]: pgmap v11300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:29 smithi135 ceph-mon[93152]: pgmap v11300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:29.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:29.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:30.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:30.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:31.445 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:31 smithi135 ceph-mon[93152]: pgmap v11301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:43:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:31 smithi194 ceph-mon[104785]: pgmap v11301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:43:31.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:31.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:32.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:32.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:33 smithi194 ceph-mon[104785]: pgmap v11302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:33 smithi135 ceph-mon[93152]: pgmap v11302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:33.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:33.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:34.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:34.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:35 smithi194 ceph-mon[104785]: pgmap v11303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:35 smithi135 ceph-mon[93152]: pgmap v11303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:35.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:35.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:36.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:36.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:36 smithi194 ceph-mon[104785]: pgmap v11304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:36 smithi135 ceph-mon[93152]: pgmap v11304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:37.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:37.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:43:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:43:38.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:38.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:39 smithi194 ceph-mon[104785]: pgmap v11305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:43:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:43:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:43:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:43:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:43:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:39 smithi135 ceph-mon[93152]: pgmap v11305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:43:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:43:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:43:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:43:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:43:39.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:39.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:40.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:40.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:41 smithi194 ceph-mon[104785]: pgmap v11306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:43:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:41 smithi135 ceph-mon[93152]: pgmap v11306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:43:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:41.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:41.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:42.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:42.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:43 smithi194 ceph-mon[104785]: pgmap v11307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:43 smithi135 ceph-mon[93152]: pgmap v11307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:43.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:43.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:44.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:44.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:45 smithi194 ceph-mon[104785]: pgmap v11308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:45 smithi135 ceph-mon[93152]: pgmap v11308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:45.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:45.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:46.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:46.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:46 smithi194 ceph-mon[104785]: pgmap v11309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:46 smithi135 ceph-mon[93152]: pgmap v11309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:47.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:47.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:48.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:48.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:49 smithi194 ceph-mon[104785]: pgmap v11310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:49 smithi135 ceph-mon[93152]: pgmap v11310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:49.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:49.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:50.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:50.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:51 smithi194 ceph-mon[104785]: pgmap v11311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:43:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:51 smithi135 ceph-mon[93152]: pgmap v11311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:43:51.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:51.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:52.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:52.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:53 smithi194 ceph-mon[104785]: pgmap v11312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:53 smithi135 ceph-mon[93152]: pgmap v11312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:53.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:53.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:54.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:54.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:55 smithi194 ceph-mon[104785]: pgmap v11313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:55 smithi135 ceph-mon[93152]: pgmap v11313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:55.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:55.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:43:56.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:56.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:57 smithi194 ceph-mon[104785]: pgmap v11314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:57 smithi135 ceph-mon[93152]: pgmap v11314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:57.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:57.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:58.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:58.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:43:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:43:59 smithi194 ceph-mon[104785]: pgmap v11315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:43:59 smithi135 ceph-mon[93152]: pgmap v11315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:43:59.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:43:59.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:00.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:00.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:01 smithi194 ceph-mon[104785]: pgmap v11316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:44:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:01 smithi135 ceph-mon[93152]: pgmap v11316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:44:01.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:01.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:02.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:02.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:03 smithi194 ceph-mon[104785]: pgmap v11317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:03 smithi135 ceph-mon[93152]: pgmap v11317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:03.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:03.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:04.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:04.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:05 smithi194 ceph-mon[104785]: pgmap v11318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:05 smithi135 ceph-mon[93152]: pgmap v11318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:05.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:05.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:06.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:06.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:06 smithi194 ceph-mon[104785]: pgmap v11319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:06 smithi135 ceph-mon[93152]: pgmap v11319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:07.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:07.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:09.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:09.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:09 smithi194 ceph-mon[104785]: pgmap v11320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:09 smithi135 ceph-mon[93152]: pgmap v11320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:10.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:10.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:11.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:11.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:11 smithi194 ceph-mon[104785]: pgmap v11321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:44:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:11 smithi135 ceph-mon[93152]: pgmap v11321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:44:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:12.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:12.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:13.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:13.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:13 smithi194 ceph-mon[104785]: pgmap v11322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:13 smithi135 ceph-mon[93152]: pgmap v11322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:14.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:14.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:15.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:15.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:15 smithi194 ceph-mon[104785]: pgmap v11323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:15 smithi135 ceph-mon[93152]: pgmap v11323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:16.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:16.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:17.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:17.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:16 smithi194 ceph-mon[104785]: pgmap v11324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:16 smithi135 ceph-mon[93152]: pgmap v11324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:18.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:18.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:19.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:19.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:19 smithi194 ceph-mon[104785]: pgmap v11325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:19 smithi135 ceph-mon[93152]: pgmap v11325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:20.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:20.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:21.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:21.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:21 smithi194 ceph-mon[104785]: pgmap v11326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:44:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:21 smithi135 ceph-mon[93152]: pgmap v11326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:44:22.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:22.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:23.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:23.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:23 smithi194 ceph-mon[104785]: pgmap v11327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:23 smithi135 ceph-mon[93152]: pgmap v11327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:24.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:24.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:25.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:25.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:25 smithi194 ceph-mon[104785]: pgmap v11328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:25 smithi135 ceph-mon[93152]: pgmap v11328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:26.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:26.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:27.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:27.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:27 smithi135 ceph-mon[93152]: pgmap v11329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:27 smithi194 ceph-mon[104785]: pgmap v11329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:28.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:28.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:29.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:29.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:29 smithi194 ceph-mon[104785]: pgmap v11330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:29 smithi135 ceph-mon[93152]: pgmap v11330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:30.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:30.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:31.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:31.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:31 smithi194 ceph-mon[104785]: pgmap v11331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:44:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:31 smithi135 ceph-mon[93152]: pgmap v11331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:44:32.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:32.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:33.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:33.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:33 smithi194 ceph-mon[104785]: pgmap v11332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:33 smithi135 ceph-mon[93152]: pgmap v11332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:34.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:34.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:35.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:35.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:35 smithi194 ceph-mon[104785]: pgmap v11333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:35 smithi135 ceph-mon[93152]: pgmap v11333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:36.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:36.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:37.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:37.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:36 smithi194 ceph-mon[104785]: pgmap v11334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:36 smithi135 ceph-mon[93152]: pgmap v11334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:38.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:38.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:39.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:39.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:39 smithi194 ceph-mon[104785]: pgmap v11335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:44:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:44:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:44:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:44:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:39 smithi135 ceph-mon[93152]: pgmap v11335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:44:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:44:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:44:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:44:40.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:40.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:44:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:44:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:44:41.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:41.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:41 smithi194 ceph-mon[104785]: pgmap v11336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:44:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:41 smithi135 ceph-mon[93152]: pgmap v11336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:44:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:42.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:42.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:43.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:43.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:43 smithi194 ceph-mon[104785]: pgmap v11337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:43 smithi135 ceph-mon[93152]: pgmap v11337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:44.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:44.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:45.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:45.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:45 smithi194 ceph-mon[104785]: pgmap v11338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:45 smithi135 ceph-mon[93152]: pgmap v11338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:46.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:46.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:47.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:47.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:47.186 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:46 smithi135 ceph-mon[93152]: pgmap v11339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:46 smithi194 ceph-mon[104785]: pgmap v11339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:48.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:48.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:49.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:49.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:49.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:49 smithi194 ceph-mon[104785]: pgmap v11340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:49 smithi135 ceph-mon[93152]: pgmap v11340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:50.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:50.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:51.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:51.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:51 smithi194 ceph-mon[104785]: pgmap v11341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:44:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:51 smithi135 ceph-mon[93152]: pgmap v11341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:44:52.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:52.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:53.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:53.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:53 smithi194 ceph-mon[104785]: pgmap v11342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:53 smithi135 ceph-mon[93152]: pgmap v11342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:54.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:54.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:55.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:55.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:55 smithi194 ceph-mon[104785]: pgmap v11343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:55 smithi135 ceph-mon[93152]: pgmap v11343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:56.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:56.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:44:57.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:57.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:57 smithi194 ceph-mon[104785]: pgmap v11344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:57 smithi135 ceph-mon[93152]: pgmap v11344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:58.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:58.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:59.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:44:59.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:44:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:44:59 smithi194 ceph-mon[104785]: pgmap v11345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:44:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:44:59 smithi135 ceph-mon[93152]: pgmap v11345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:00.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:00.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:01.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:01.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:01 smithi194 ceph-mon[104785]: pgmap v11346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:45:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:01 smithi135 ceph-mon[93152]: pgmap v11346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:45:02.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:02.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:03.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:03.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:03 smithi194 ceph-mon[104785]: pgmap v11347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:03 smithi135 ceph-mon[93152]: pgmap v11347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:04.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:04.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:05.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:05.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:05 smithi194 ceph-mon[104785]: pgmap v11348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:05 smithi135 ceph-mon[93152]: pgmap v11348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:06.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:06.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:07.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:07.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:06 smithi194 ceph-mon[104785]: pgmap v11349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:06 smithi135 ceph-mon[93152]: pgmap v11349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:08.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:08.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:09.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:09.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:09 smithi194 ceph-mon[104785]: pgmap v11350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:09 smithi135 ceph-mon[93152]: pgmap v11350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:10.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:10.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:11.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:11.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:11 smithi194 ceph-mon[104785]: pgmap v11351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:45:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:11 smithi135 ceph-mon[93152]: pgmap v11351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:45:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:12.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:12.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:13.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:13.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:13 smithi194 ceph-mon[104785]: pgmap v11352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:13 smithi135 ceph-mon[93152]: pgmap v11352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:14.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:14.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:15.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:15.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:15 smithi194 ceph-mon[104785]: pgmap v11353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:15 smithi135 ceph-mon[93152]: pgmap v11353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:16.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:16.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:17.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:17.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:16 smithi194 ceph-mon[104785]: pgmap v11354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:16 smithi135 ceph-mon[93152]: pgmap v11354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:18.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:18.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:19.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:19.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:19 smithi194 ceph-mon[104785]: pgmap v11355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:19 smithi135 ceph-mon[93152]: pgmap v11355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:20.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:20.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:21.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:21.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:21 smithi194 ceph-mon[104785]: pgmap v11356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:45:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:21 smithi135 ceph-mon[93152]: pgmap v11356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:45:22.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:22.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:23.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:23.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:23 smithi194 ceph-mon[104785]: pgmap v11357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:23 smithi135 ceph-mon[93152]: pgmap v11357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:24.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:24.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:25.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:25.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:25 smithi194 ceph-mon[104785]: pgmap v11358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:25 smithi135 ceph-mon[93152]: pgmap v11358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:26.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:26.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:27.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:27.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:27 smithi194 ceph-mon[104785]: pgmap v11359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:27 smithi135 ceph-mon[93152]: pgmap v11359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:28.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:28.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:29.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:29.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:29 smithi194 ceph-mon[104785]: pgmap v11360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:29 smithi135 ceph-mon[93152]: pgmap v11360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:30.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:30.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:31.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:31.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:31 smithi194 ceph-mon[104785]: pgmap v11361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:45:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:31 smithi135 ceph-mon[93152]: pgmap v11361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:45:32.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:32.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:33.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:33.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:33 smithi194 ceph-mon[104785]: pgmap v11362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:33 smithi135 ceph-mon[93152]: pgmap v11362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:34.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:34.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:35.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:35.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:35 smithi194 ceph-mon[104785]: pgmap v11363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:35 smithi135 ceph-mon[93152]: pgmap v11363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:36.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:36.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:37.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:37.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:36 smithi194 ceph-mon[104785]: pgmap v11364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:36 smithi135 ceph-mon[93152]: pgmap v11364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:38.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:38.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:39.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:39.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:39 smithi194 ceph-mon[104785]: pgmap v11365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:39 smithi135 ceph-mon[93152]: pgmap v11365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:40.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:40.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:45:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:45:41.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:41.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:41 smithi194 ceph-mon[104785]: pgmap v11366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:45:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:41 smithi135 ceph-mon[93152]: pgmap v11366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:45:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:42.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:42.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:43.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:43.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:43 smithi194 ceph-mon[104785]: pgmap v11367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:43 smithi135 ceph-mon[93152]: pgmap v11367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:44.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:44.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:45.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:45.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:45:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:45:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:44 smithi194 ceph-mon[104785]: pgmap v11368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:45:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:45:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:45:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:45:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:45:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:45:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:45:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:44 smithi135 ceph-mon[93152]: pgmap v11368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:45:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:45:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:45:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:45:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:45:46.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:46.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:47.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:47.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:46 smithi194 ceph-mon[104785]: pgmap v11369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:46 smithi135 ceph-mon[93152]: pgmap v11369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:48.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:48.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:49.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:49.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:49 smithi194 ceph-mon[104785]: pgmap v11370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:49 smithi135 ceph-mon[93152]: pgmap v11370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:50.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:50.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:51.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:51.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:51 smithi194 ceph-mon[104785]: pgmap v11371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:45:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:51 smithi135 ceph-mon[93152]: pgmap v11371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:45:52.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:52.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:53.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:53.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:53 smithi194 ceph-mon[104785]: pgmap v11372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:53 smithi135 ceph-mon[93152]: pgmap v11372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:54.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:54.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:55.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:55.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:55 smithi194 ceph-mon[104785]: pgmap v11373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:55 smithi135 ceph-mon[93152]: pgmap v11373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:56.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:56.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:45:57.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:57.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:57 smithi194 ceph-mon[104785]: pgmap v11374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:57 smithi135 ceph-mon[93152]: pgmap v11374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:58.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:58.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:59.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:45:59.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:45:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:45:59 smithi194 ceph-mon[104785]: pgmap v11375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:45:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:45:59 smithi135 ceph-mon[93152]: pgmap v11375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:00.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:00.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:01.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:01.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:01 smithi194 ceph-mon[104785]: pgmap v11376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:46:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:01 smithi135 ceph-mon[93152]: pgmap v11376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:46:02.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:02.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:03.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:03.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:03 smithi135 ceph-mon[93152]: pgmap v11377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:03 smithi194 ceph-mon[104785]: pgmap v11377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:04.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:04.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:05.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:05.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:05 smithi194 ceph-mon[104785]: pgmap v11378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:05 smithi135 ceph-mon[93152]: pgmap v11378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:06.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:06.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:07.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:07.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:06 smithi194 ceph-mon[104785]: pgmap v11379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:06 smithi135 ceph-mon[93152]: pgmap v11379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:08.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:08.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:09.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:09.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:09 smithi194 ceph-mon[104785]: pgmap v11380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:09 smithi135 ceph-mon[93152]: pgmap v11380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:10.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:10.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:11.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:11.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:11 smithi194 ceph-mon[104785]: pgmap v11381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:46:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:11 smithi135 ceph-mon[93152]: pgmap v11381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:46:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:12.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:12.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:13.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:13.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:13 smithi194 ceph-mon[104785]: pgmap v11382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:13 smithi135 ceph-mon[93152]: pgmap v11382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:14.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:14.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:15.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:15.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:15 smithi194 ceph-mon[104785]: pgmap v11383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:15 smithi135 ceph-mon[93152]: pgmap v11383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:16.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:16.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:16 smithi194 ceph-mon[104785]: pgmap v11384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:17.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:17.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:16 smithi135 ceph-mon[93152]: pgmap v11384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:18.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:18.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:19.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:19.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:19 smithi194 ceph-mon[104785]: pgmap v11385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:19 smithi135 ceph-mon[93152]: pgmap v11385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:20.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:20.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:21.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:21.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:21 smithi194 ceph-mon[104785]: pgmap v11386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:46:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:21 smithi135 ceph-mon[93152]: pgmap v11386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:46:22.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:22.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:23.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:23.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:23 smithi194 ceph-mon[104785]: pgmap v11387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:23 smithi135 ceph-mon[93152]: pgmap v11387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:24.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:24.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:25.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:25.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:25.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:25 smithi194 ceph-mon[104785]: pgmap v11388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:25 smithi135 ceph-mon[93152]: pgmap v11388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:26.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:26.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:27.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:27.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:27 smithi194 ceph-mon[104785]: pgmap v11389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:27 smithi135 ceph-mon[93152]: pgmap v11389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:28.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:28.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:29.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:29.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:29 smithi194 ceph-mon[104785]: pgmap v11390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:29 smithi135 ceph-mon[93152]: pgmap v11390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:30.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:30.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:31.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:31.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:31 smithi194 ceph-mon[104785]: pgmap v11391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:46:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:31 smithi135 ceph-mon[93152]: pgmap v11391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:46:32.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:32.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:33.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:33.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:33 smithi194 ceph-mon[104785]: pgmap v11392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:33.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:33 smithi135 ceph-mon[93152]: pgmap v11392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:34.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:34.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:35.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:35.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:35 smithi194 ceph-mon[104785]: pgmap v11393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:35 smithi135 ceph-mon[93152]: pgmap v11393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:36.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:36.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:36 smithi194 ceph-mon[104785]: pgmap v11394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:37.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:37.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:36 smithi135 ceph-mon[93152]: pgmap v11394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:38.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:38.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:39.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:39.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:39 smithi194 ceph-mon[104785]: pgmap v11395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:39 smithi135 ceph-mon[93152]: pgmap v11395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:40.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:40.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:41.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:41.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:41 smithi194 ceph-mon[104785]: pgmap v11396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:46:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:41 smithi135 ceph-mon[93152]: pgmap v11396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:46:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:42.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:42.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:43.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:43.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:43 smithi194 ceph-mon[104785]: pgmap v11397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:43 smithi135 ceph-mon[93152]: pgmap v11397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:44.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:44.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:45.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:45.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:45 smithi194 ceph-mon[104785]: pgmap v11398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:46:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:46:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:46:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:46:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:46:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:46:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:45 smithi135 ceph-mon[93152]: pgmap v11398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:46:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:46:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:46:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:46:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:46:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:46:46.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:46.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:46 smithi194 ceph-mon[104785]: pgmap v11399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:46 smithi135 ceph-mon[93152]: pgmap v11399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:47.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:47.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:48.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:48.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:49.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:49.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:49 smithi194 ceph-mon[104785]: pgmap v11400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:49 smithi135 ceph-mon[93152]: pgmap v11400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:50.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:50.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:51.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:51.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:51 smithi194 ceph-mon[104785]: pgmap v11401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:46:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:51 smithi135 ceph-mon[93152]: pgmap v11401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:46:52.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:52.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:53.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:53.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:53.422 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:53 smithi135 ceph-mon[93152]: pgmap v11402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:53 smithi194 ceph-mon[104785]: pgmap v11402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:54.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:54.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:55.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:55.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:55 smithi194 ceph-mon[104785]: pgmap v11403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:55 smithi135 ceph-mon[93152]: pgmap v11403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:56.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:56.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:46:57.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:57.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:57 smithi194 ceph-mon[104785]: pgmap v11404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:57 smithi135 ceph-mon[93152]: pgmap v11404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:58.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:58.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:59.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:46:59.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:46:59.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:46:59 smithi194 ceph-mon[104785]: pgmap v11405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:46:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:46:59 smithi135 ceph-mon[93152]: pgmap v11405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:00.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:00.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:01.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:01.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:01 smithi194 ceph-mon[104785]: pgmap v11406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:47:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:01 smithi135 ceph-mon[93152]: pgmap v11406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:47:02.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:02.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:03.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:03.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:03 smithi194 ceph-mon[104785]: pgmap v11407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:03 smithi135 ceph-mon[93152]: pgmap v11407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:04.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:04.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:05.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:05.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:05 smithi194 ceph-mon[104785]: pgmap v11408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:05 smithi135 ceph-mon[93152]: pgmap v11408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:06.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:06.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:06 smithi194 ceph-mon[104785]: pgmap v11409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:06 smithi135 ceph-mon[93152]: pgmap v11409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:07.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:07.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:08.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:08.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:09.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:09.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:09 smithi194 ceph-mon[104785]: pgmap v11410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:09 smithi135 ceph-mon[93152]: pgmap v11410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:10.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:10.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:11.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:11.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:11 smithi194 ceph-mon[104785]: pgmap v11411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:47:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:11 smithi135 ceph-mon[93152]: pgmap v11411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:47:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:12.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:12.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:13.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:13.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:13 smithi194 ceph-mon[104785]: pgmap v11412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:13 smithi135 ceph-mon[93152]: pgmap v11412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:14.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:14.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:15.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:15.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:15 smithi194 ceph-mon[104785]: pgmap v11413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:15 smithi135 ceph-mon[93152]: pgmap v11413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:16.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:16.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:16 smithi194 ceph-mon[104785]: pgmap v11414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:16 smithi135 ceph-mon[93152]: pgmap v11414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:17.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:17.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:18.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:18.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:19.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:19.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:19 smithi194 ceph-mon[104785]: pgmap v11415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:19 smithi135 ceph-mon[93152]: pgmap v11415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:20.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:20.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:21.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:21.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:21 smithi194 ceph-mon[104785]: pgmap v11416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:47:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:21 smithi135 ceph-mon[93152]: pgmap v11416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:47:22.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:22.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:23.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:23.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:23 smithi194 ceph-mon[104785]: pgmap v11417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:23 smithi135 ceph-mon[93152]: pgmap v11417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:24.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:24.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:25.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:25.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:25 smithi194 ceph-mon[104785]: pgmap v11418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:25 smithi135 ceph-mon[93152]: pgmap v11418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:26.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:26.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:27.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:27.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:27 smithi194 ceph-mon[104785]: pgmap v11419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:27 smithi135 ceph-mon[93152]: pgmap v11419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:28.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:28.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:29.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:29.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:29 smithi194 ceph-mon[104785]: pgmap v11420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:29 smithi135 ceph-mon[93152]: pgmap v11420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:30.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:30.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:31.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:31.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:31 smithi194 ceph-mon[104785]: pgmap v11421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:47:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:31 smithi135 ceph-mon[93152]: pgmap v11421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:47:32.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:32.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:33.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:33.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:33 smithi194 ceph-mon[104785]: pgmap v11422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:33 smithi135 ceph-mon[93152]: pgmap v11422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:34.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:34.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:35.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:35.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:35 smithi194 ceph-mon[104785]: pgmap v11423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:35 smithi135 ceph-mon[93152]: pgmap v11423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:36.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:36.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:36 smithi194 ceph-mon[104785]: pgmap v11424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:36 smithi135 ceph-mon[93152]: pgmap v11424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:37.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:37.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:38.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:38.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:39.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:39.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:39 smithi194 ceph-mon[104785]: pgmap v11425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:39 smithi135 ceph-mon[93152]: pgmap v11425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:40.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:40.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:41.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:41.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:41 smithi194 ceph-mon[104785]: pgmap v11426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:47:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:41 smithi135 ceph-mon[93152]: pgmap v11426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:47:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:42.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:42.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:43.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:43.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:43 smithi194 ceph-mon[104785]: pgmap v11427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:43 smithi135 ceph-mon[93152]: pgmap v11427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:44.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:44.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:45.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:45.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:45 smithi194 ceph-mon[104785]: pgmap v11428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:47:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:45 smithi135 ceph-mon[93152]: pgmap v11428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:47:46.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:46.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:46 smithi194 ceph-mon[104785]: pgmap v11429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:46 smithi135 ceph-mon[93152]: pgmap v11429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:47.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:47.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:48.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:48.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:49 smithi135 ceph-mon[93152]: pgmap v11430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:49.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:49.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:49 smithi194 ceph-mon[104785]: pgmap v11430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:50.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:50.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:51.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:51.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:51 smithi194 ceph-mon[104785]: pgmap v11431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:47:51.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:51 smithi135 ceph-mon[93152]: pgmap v11431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:47:52.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:52.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:53.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:53.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:53 smithi194 ceph-mon[104785]: pgmap v11432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:47:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:47:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:47:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:47:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:47:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:47:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:47:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:53 smithi135 ceph-mon[93152]: pgmap v11432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:47:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:47:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:47:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:47:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:47:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:47:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:47:54.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:54.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:55.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:55.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:55 smithi194 ceph-mon[104785]: pgmap v11433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:55 smithi135 ceph-mon[93152]: pgmap v11433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:56.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:56.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:47:57.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:57.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:57 smithi194 ceph-mon[104785]: pgmap v11434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:57 smithi135 ceph-mon[93152]: pgmap v11434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:58.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:58.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:59.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:47:59.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:47:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:47:59 smithi194 ceph-mon[104785]: pgmap v11435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:47:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:47:59 smithi135 ceph-mon[93152]: pgmap v11435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:00.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:00.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:01.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:01.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:01 smithi194 ceph-mon[104785]: pgmap v11436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:48:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:01 smithi135 ceph-mon[93152]: pgmap v11436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:48:02.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:02.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:03.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:03.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:03 smithi194 ceph-mon[104785]: pgmap v11437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:03 smithi135 ceph-mon[93152]: pgmap v11437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:04.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:04.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:05.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:05.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:05 smithi194 ceph-mon[104785]: pgmap v11438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:05 smithi135 ceph-mon[93152]: pgmap v11438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:06.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:06.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:06 smithi194 ceph-mon[104785]: pgmap v11439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:06 smithi135 ceph-mon[93152]: pgmap v11439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:07.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:07.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:08.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:08.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:09.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:09.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:09 smithi194 ceph-mon[104785]: pgmap v11440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:09 smithi135 ceph-mon[93152]: pgmap v11440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:10.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:10.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:11.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:11.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:11 smithi194 ceph-mon[104785]: pgmap v11441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:48:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:11 smithi135 ceph-mon[93152]: pgmap v11441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:48:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:12.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:12.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:13.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:13.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:13 smithi194 ceph-mon[104785]: pgmap v11442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:13 smithi135 ceph-mon[93152]: pgmap v11442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:14.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:14.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:15.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:15.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:15 smithi194 ceph-mon[104785]: pgmap v11443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:15 smithi135 ceph-mon[93152]: pgmap v11443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:16.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:16.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:16 smithi194 ceph-mon[104785]: pgmap v11444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:16 smithi135 ceph-mon[93152]: pgmap v11444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:17.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:17.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:18.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:18.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:19.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:19.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:19 smithi194 ceph-mon[104785]: pgmap v11445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:19 smithi135 ceph-mon[93152]: pgmap v11445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:20.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:20.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:21.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:21.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:21 smithi194 ceph-mon[104785]: pgmap v11446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:48:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:21 smithi135 ceph-mon[93152]: pgmap v11446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:48:22.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:22.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:23.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:23.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:23 smithi194 ceph-mon[104785]: pgmap v11447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:23 smithi135 ceph-mon[93152]: pgmap v11447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:24.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:24.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:25.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:25.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:25 smithi194 ceph-mon[104785]: pgmap v11448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:25 smithi135 ceph-mon[93152]: pgmap v11448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:26.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:26.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:27.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:27.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:27 smithi194 ceph-mon[104785]: pgmap v11449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:27 smithi135 ceph-mon[93152]: pgmap v11449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:28.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:28.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:29.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:29.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:29 smithi194 ceph-mon[104785]: pgmap v11450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:29 smithi135 ceph-mon[93152]: pgmap v11450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:30.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:30.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:31.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:31.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:31 smithi194 ceph-mon[104785]: pgmap v11451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:48:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:31 smithi135 ceph-mon[93152]: pgmap v11451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:48:32.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:32.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:33.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:33.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:33 smithi194 ceph-mon[104785]: pgmap v11452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:33 smithi135 ceph-mon[93152]: pgmap v11452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:34.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:34.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:35.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:35.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:35 smithi194 ceph-mon[104785]: pgmap v11453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:35 smithi135 ceph-mon[93152]: pgmap v11453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:36.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:36.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:36 smithi194 ceph-mon[104785]: pgmap v11454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:36 smithi135 ceph-mon[93152]: pgmap v11454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:37.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:37.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:38.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:38.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:39.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:39.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:39 smithi194 ceph-mon[104785]: pgmap v11455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:39.460 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:39 smithi135 ceph-mon[93152]: pgmap v11455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:40.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:40.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:41.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:41.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:41 smithi194 ceph-mon[104785]: pgmap v11456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:48:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:41 smithi135 ceph-mon[93152]: pgmap v11456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:48:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:42.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:42.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:43.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:43.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:43 smithi194 ceph-mon[104785]: pgmap v11457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:43 smithi135 ceph-mon[93152]: pgmap v11457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:44.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:44.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:45.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:45.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:45 smithi194 ceph-mon[104785]: pgmap v11458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:45 smithi135 ceph-mon[93152]: pgmap v11458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:46.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:46.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:46 smithi194 ceph-mon[104785]: pgmap v11459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:46 smithi135 ceph-mon[93152]: pgmap v11459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:47.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:47.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:48.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:48.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:49.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:49.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:49 smithi194 ceph-mon[104785]: pgmap v11460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:49 smithi135 ceph-mon[93152]: pgmap v11460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:50.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:50.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:51 smithi194 ceph-mon[104785]: pgmap v11461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:48:51.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:51.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:51 smithi135 ceph-mon[93152]: pgmap v11461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:48:52.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:52.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:53 smithi194 ceph-mon[104785]: pgmap v11462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:48:53.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:53.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:53.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:53 smithi135 ceph-mon[93152]: pgmap v11462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:53.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:48:54.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:54.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:54.606 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:48:54.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:48:54.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:48:54.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:48:54.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:48:54.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:48:54.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:48:54.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:54 smithi135 ceph-mon[93152]: pgmap v11463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:48:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:48:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:48:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:48:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:48:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:48:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:48:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:54 smithi194 ceph-mon[104785]: pgmap v11463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:55.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:55.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:48:56.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:56.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:56 smithi194 ceph-mon[104785]: pgmap v11464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:56 smithi135 ceph-mon[93152]: pgmap v11464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:57.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:57.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:58.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:58.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:48:59 smithi194 ceph-mon[104785]: pgmap v11465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:48:59.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:48:59.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:48:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:48:59 smithi135 ceph-mon[93152]: pgmap v11465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:00.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:00.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:01 smithi194 ceph-mon[104785]: pgmap v11466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:49:01.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:01.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:01 smithi135 ceph-mon[93152]: pgmap v11466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:49:02.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:02.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:03 smithi194 ceph-mon[104785]: pgmap v11467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:03.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:03.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:03 smithi135 ceph-mon[93152]: pgmap v11467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:04.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:04.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:05 smithi194 ceph-mon[104785]: pgmap v11468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:05.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:05.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:05 smithi135 ceph-mon[93152]: pgmap v11468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:06.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:06.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:06 smithi194 ceph-mon[104785]: pgmap v11469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:06 smithi135 ceph-mon[93152]: pgmap v11469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:07.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:07.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:08.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:08.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:09 smithi194 ceph-mon[104785]: pgmap v11470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:09.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:09.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:09 smithi135 ceph-mon[93152]: pgmap v11470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:10.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:10.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:11 smithi194 ceph-mon[104785]: pgmap v11471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:49:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:11.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:11.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:11 smithi135 ceph-mon[93152]: pgmap v11471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:49:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:12.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:12.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:13 smithi194 ceph-mon[104785]: pgmap v11472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:13.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:13.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:13 smithi135 ceph-mon[93152]: pgmap v11472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:14.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:14.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:15 smithi194 ceph-mon[104785]: pgmap v11473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:15.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:15.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:15 smithi135 ceph-mon[93152]: pgmap v11473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:16.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:16.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:16 smithi194 ceph-mon[104785]: pgmap v11474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:16 smithi135 ceph-mon[93152]: pgmap v11474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:17.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:17.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:18.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:18.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:19 smithi194 ceph-mon[104785]: pgmap v11475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:19.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:19.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:19 smithi135 ceph-mon[93152]: pgmap v11475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:20.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:20.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:21 smithi194 ceph-mon[104785]: pgmap v11476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:49:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:21 smithi135 ceph-mon[93152]: pgmap v11476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:49:21.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:21.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:22.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:22.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:23 smithi194 ceph-mon[104785]: pgmap v11477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:23 smithi135 ceph-mon[93152]: pgmap v11477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:23.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:23.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:24.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:24.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:25 smithi194 ceph-mon[104785]: pgmap v11478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:25 smithi135 ceph-mon[93152]: pgmap v11478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:25.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:25.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:26.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:26.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:27 smithi194 ceph-mon[104785]: pgmap v11479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:27 smithi135 ceph-mon[93152]: pgmap v11479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:27.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:27.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:28.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:28.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:29 smithi194 ceph-mon[104785]: pgmap v11480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:29 smithi135 ceph-mon[93152]: pgmap v11480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:29.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:29.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:30.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:30.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:31 smithi194 ceph-mon[104785]: pgmap v11481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:49:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:31 smithi135 ceph-mon[93152]: pgmap v11481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:49:31.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:31.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:32.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:32.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:33 smithi194 ceph-mon[104785]: pgmap v11482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:33 smithi135 ceph-mon[93152]: pgmap v11482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:33.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:33.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:34.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:34.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:35 smithi135 ceph-mon[93152]: pgmap v11483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:35 smithi194 ceph-mon[104785]: pgmap v11483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:35.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:35.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:36.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:36.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:36 smithi194 ceph-mon[104785]: pgmap v11484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:36 smithi135 ceph-mon[93152]: pgmap v11484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:37.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:37.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:38.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:38.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:39 smithi194 ceph-mon[104785]: pgmap v11485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:39 smithi135 ceph-mon[93152]: pgmap v11485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:39.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:39.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:40.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:40.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:41 smithi194 ceph-mon[104785]: pgmap v11486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:49:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:41 smithi135 ceph-mon[93152]: pgmap v11486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:49:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:41.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:41.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:42.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:42.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:43 smithi194 ceph-mon[104785]: pgmap v11487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:43 smithi135 ceph-mon[93152]: pgmap v11487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:43.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:43.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:44.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:44.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:45 smithi194 ceph-mon[104785]: pgmap v11488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:45 smithi135 ceph-mon[93152]: pgmap v11488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:45.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:45.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:46.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:46.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:46 smithi194 ceph-mon[104785]: pgmap v11489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:46 smithi135 ceph-mon[93152]: pgmap v11489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:47.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:47.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:48.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:48.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:49 smithi194 ceph-mon[104785]: pgmap v11490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:49 smithi135 ceph-mon[93152]: pgmap v11490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:49.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:49.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:50.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:50.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:51 smithi194 ceph-mon[104785]: pgmap v11491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:49:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:51 smithi135 ceph-mon[93152]: pgmap v11491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:49:51.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:51.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:52.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:52.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:53 smithi194 ceph-mon[104785]: pgmap v11492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:53 smithi135 ceph-mon[93152]: pgmap v11492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:53.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:53.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:49:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:49:54.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:54.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:55 smithi194 ceph-mon[104785]: pgmap v11493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:49:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:49:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:49:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:49:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:49:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:55 smithi135 ceph-mon[93152]: pgmap v11493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:49:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:49:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:49:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:49:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:49:55.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:55.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:49:56.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:56.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:57 smithi194 ceph-mon[104785]: pgmap v11494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:57 smithi135 ceph-mon[93152]: pgmap v11494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:57.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:57.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:58.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:58.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:49:59 smithi135 ceph-mon[93152]: pgmap v11495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:49:59.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:49:59.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:49:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:49:59 smithi194 ceph-mon[104785]: pgmap v11495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:00.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T10:50:00.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:00.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T10:50:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:01 smithi135 ceph-mon[93152]: pgmap v11496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:50:01.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:01.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:01 smithi194 ceph-mon[104785]: pgmap v11496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:50:02.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:02.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:03 smithi135 ceph-mon[93152]: pgmap v11497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:03.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:03.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:03 smithi194 ceph-mon[104785]: pgmap v11497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:04.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:04.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:05 smithi135 ceph-mon[93152]: pgmap v11498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:05.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:05.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:05 smithi194 ceph-mon[104785]: pgmap v11498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:06.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:06.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:06 smithi135 ceph-mon[93152]: pgmap v11499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:06 smithi194 ceph-mon[104785]: pgmap v11499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:07.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:07.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:08.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:08.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:09 smithi194 ceph-mon[104785]: pgmap v11500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:09 smithi135 ceph-mon[93152]: pgmap v11500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:09.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:09.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:10.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:10.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:11 smithi194 ceph-mon[104785]: pgmap v11501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:50:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:11 smithi135 ceph-mon[93152]: pgmap v11501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:50:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:11.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:11.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:12.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:12.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:13 smithi194 ceph-mon[104785]: pgmap v11502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:13.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:13 smithi135 ceph-mon[93152]: pgmap v11502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:13.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:13.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:14.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:14.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:15 smithi194 ceph-mon[104785]: pgmap v11503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:15 smithi135 ceph-mon[93152]: pgmap v11503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:15.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:15.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:16.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:16.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:16 smithi135 ceph-mon[93152]: pgmap v11504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:16 smithi194 ceph-mon[104785]: pgmap v11504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:17.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:17.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:18.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:18.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:19 smithi194 ceph-mon[104785]: pgmap v11505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:19 smithi135 ceph-mon[93152]: pgmap v11505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:19.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:19.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:20.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:20.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:21 smithi194 ceph-mon[104785]: pgmap v11506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:50:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:21 smithi135 ceph-mon[93152]: pgmap v11506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:50:21.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:21.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:22.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:22.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:23 smithi194 ceph-mon[104785]: pgmap v11507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:23 smithi135 ceph-mon[93152]: pgmap v11507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:23.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:23.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:24.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:24.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:25.489 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:25 smithi135 ceph-mon[93152]: pgmap v11508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:25.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:25.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:25 smithi194 ceph-mon[104785]: pgmap v11508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:26.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:26.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:27 smithi135 ceph-mon[93152]: pgmap v11509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:27.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:27.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:27 smithi194 ceph-mon[104785]: pgmap v11509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:28.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:28.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:29 smithi135 ceph-mon[93152]: pgmap v11510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:29.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:29.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:29 smithi194 ceph-mon[104785]: pgmap v11510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:30.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:30.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:31 smithi135 ceph-mon[93152]: pgmap v11511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:50:31.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:31.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:31 smithi194 ceph-mon[104785]: pgmap v11511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:50:32.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:32.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:33 smithi135 ceph-mon[93152]: pgmap v11512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:33.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:33.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:33 smithi194 ceph-mon[104785]: pgmap v11512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:34.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:34.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:35 smithi135 ceph-mon[93152]: pgmap v11513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:35.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:35.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:35 smithi194 ceph-mon[104785]: pgmap v11513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:36.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:36.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:36 smithi135 ceph-mon[93152]: pgmap v11514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:36 smithi194 ceph-mon[104785]: pgmap v11514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:37.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:37.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:38.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:38.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:39 smithi194 ceph-mon[104785]: pgmap v11515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:39 smithi135 ceph-mon[93152]: pgmap v11515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:39.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:39.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:40.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:40.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:41 smithi135 ceph-mon[93152]: pgmap v11516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:50:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:41.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:41.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:41 smithi194 ceph-mon[104785]: pgmap v11516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:50:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:42.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:42.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:43 smithi194 ceph-mon[104785]: pgmap v11517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:43 smithi135 ceph-mon[93152]: pgmap v11517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:43.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:43.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:44.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:44.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:45 smithi135 ceph-mon[93152]: pgmap v11518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:45.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:45.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:45 smithi194 ceph-mon[104785]: pgmap v11518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:46.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:46.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:46 smithi135 ceph-mon[93152]: pgmap v11519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:46 smithi194 ceph-mon[104785]: pgmap v11519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:47.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:47.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:48.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:48.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:49 smithi135 ceph-mon[93152]: pgmap v11520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:49.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:49.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:49 smithi194 ceph-mon[104785]: pgmap v11520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:50.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:50.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:51 smithi135 ceph-mon[93152]: pgmap v11521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:50:51.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:51.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:51 smithi194 ceph-mon[104785]: pgmap v11521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:50:52.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:52.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:53 smithi194 ceph-mon[104785]: pgmap v11522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:53 smithi135 ceph-mon[93152]: pgmap v11522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:53.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:53.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:54.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:54.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:55 smithi135 ceph-mon[93152]: pgmap v11523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:50:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:50:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:50:55.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:55.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:55 smithi194 ceph-mon[104785]: pgmap v11523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:50:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:50:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:50:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:50:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:50:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:50:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:50:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:50:56.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:56.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:50:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:50:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:50:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:50:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:50:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:50:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:57 smithi135 ceph-mon[93152]: pgmap v11524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:57.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:57.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:57 smithi194 ceph-mon[104785]: pgmap v11524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:58.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:58.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:50:59 smithi135 ceph-mon[93152]: pgmap v11525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:50:59.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:50:59.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:50:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:50:59 smithi194 ceph-mon[104785]: pgmap v11525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:00.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:00.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:01 smithi135 ceph-mon[93152]: pgmap v11526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:51:01.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:01.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:01 smithi194 ceph-mon[104785]: pgmap v11526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:51:02.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:02.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:03 smithi135 ceph-mon[93152]: pgmap v11527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:03.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:03.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:03 smithi194 ceph-mon[104785]: pgmap v11527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:04.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:04.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:05 smithi135 ceph-mon[93152]: pgmap v11528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:05.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:05.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:05 smithi194 ceph-mon[104785]: pgmap v11528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:06.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:06.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:06 smithi135 ceph-mon[93152]: pgmap v11529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:06 smithi194 ceph-mon[104785]: pgmap v11529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:07.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:07.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:08.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:08.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:09 smithi135 ceph-mon[93152]: pgmap v11530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:09.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:09.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:09 smithi194 ceph-mon[104785]: pgmap v11530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:10.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:10.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:11 smithi135 ceph-mon[93152]: pgmap v11531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:51:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:11.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:11.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:11 smithi194 ceph-mon[104785]: pgmap v11531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:51:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:12.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:12.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:13 smithi135 ceph-mon[93152]: pgmap v11532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:13.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:13.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:13 smithi194 ceph-mon[104785]: pgmap v11532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:14.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:14.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:15 smithi135 ceph-mon[93152]: pgmap v11533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:15.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:15.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:15 smithi194 ceph-mon[104785]: pgmap v11533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:16.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:16.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:16 smithi135 ceph-mon[93152]: pgmap v11534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:16 smithi194 ceph-mon[104785]: pgmap v11534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:17.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:17.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:18.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:18.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:19 smithi135 ceph-mon[93152]: pgmap v11535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:19.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:19.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:19 smithi194 ceph-mon[104785]: pgmap v11535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:20.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:20.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:21 smithi135 ceph-mon[93152]: pgmap v11536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:51:21.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:21.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:21 smithi194 ceph-mon[104785]: pgmap v11536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:51:22.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:22.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:23.497 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:23 smithi194 ceph-mon[104785]: pgmap v11537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:23 smithi135 ceph-mon[93152]: pgmap v11537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:23.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:23.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:24.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:24.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:25 smithi135 ceph-mon[93152]: pgmap v11538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:25 smithi194 ceph-mon[104785]: pgmap v11538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:25.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:25.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:26.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:26.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:27 smithi135 ceph-mon[93152]: pgmap v11539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:27 smithi194 ceph-mon[104785]: pgmap v11539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:27.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:27.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:28.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:28.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:29 smithi135 ceph-mon[93152]: pgmap v11540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:29 smithi194 ceph-mon[104785]: pgmap v11540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:29.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:29.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:30.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:30.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:31 smithi135 ceph-mon[93152]: pgmap v11541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:51:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:31 smithi194 ceph-mon[104785]: pgmap v11541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:51:31.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:31.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:32.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:32.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:33 smithi135 ceph-mon[93152]: pgmap v11542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:33.599 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:33 smithi194 ceph-mon[104785]: pgmap v11542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:33.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:33.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:34.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:34.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:35 smithi135 ceph-mon[93152]: pgmap v11543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:35 smithi194 ceph-mon[104785]: pgmap v11543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:35.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:35.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:36.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:36.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:36 smithi135 ceph-mon[93152]: pgmap v11544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:36 smithi194 ceph-mon[104785]: pgmap v11544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:37.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:37.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:38.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:38.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:39 smithi135 ceph-mon[93152]: pgmap v11545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:39 smithi194 ceph-mon[104785]: pgmap v11545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:39.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:39.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:40.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:40.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:41 smithi135 ceph-mon[93152]: pgmap v11546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:51:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:41 smithi194 ceph-mon[104785]: pgmap v11546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:51:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:41.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:41.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:42.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:42.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:43 smithi135 ceph-mon[93152]: pgmap v11547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:43.705 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:43 smithi194 ceph-mon[104785]: pgmap v11547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:43.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:43.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:44.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:44.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:45 smithi135 ceph-mon[93152]: pgmap v11548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:45 smithi194 ceph-mon[104785]: pgmap v11548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:45.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:45.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:46.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:46.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:46 smithi135 ceph-mon[93152]: pgmap v11549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:46 smithi194 ceph-mon[104785]: pgmap v11549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:47.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:47.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:48.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:48.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:49 smithi135 ceph-mon[93152]: pgmap v11550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:49 smithi194 ceph-mon[104785]: pgmap v11550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:49.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:49.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:50.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:50.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:51 smithi135 ceph-mon[93152]: pgmap v11551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:51:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:51 smithi194 ceph-mon[104785]: pgmap v11551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:51:51.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:51.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:52.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:52.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:53 smithi135 ceph-mon[93152]: pgmap v11552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:53 smithi194 ceph-mon[104785]: pgmap v11552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:53.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:53.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:54.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:54.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:55 smithi135 ceph-mon[93152]: pgmap v11553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:55 smithi194 ceph-mon[104785]: pgmap v11553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:55.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:55.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:51:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:51:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:51:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:51:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:51:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:51:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:51:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:51:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:51:56.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:56.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:57 smithi135 ceph-mon[93152]: pgmap v11554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:57 smithi194 ceph-mon[104785]: pgmap v11554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:57.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:57.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:58.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:58.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:51:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:51:59 smithi135 ceph-mon[93152]: pgmap v11555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:51:59 smithi194 ceph-mon[104785]: pgmap v11555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:51:59.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:51:59.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:00.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:00.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:01 smithi135 ceph-mon[93152]: pgmap v11556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:52:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:01 smithi194 ceph-mon[104785]: pgmap v11556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:52:01.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:01.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:02.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:02.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:03 smithi135 ceph-mon[93152]: pgmap v11557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:03 smithi194 ceph-mon[104785]: pgmap v11557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:03.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:03.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:04.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:04.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:05 smithi194 ceph-mon[104785]: pgmap v11558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:05.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:05 smithi135 ceph-mon[93152]: pgmap v11558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:05.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:05.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:06.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:06.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:06 smithi135 ceph-mon[93152]: pgmap v11559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:06 smithi194 ceph-mon[104785]: pgmap v11559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:07.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:07.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:08.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:08.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:09 smithi135 ceph-mon[93152]: pgmap v11560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:09 smithi194 ceph-mon[104785]: pgmap v11560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:09.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:09.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:10.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:10.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:11 smithi135 ceph-mon[93152]: pgmap v11561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:52:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:11 smithi194 ceph-mon[104785]: pgmap v11561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:52:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:11.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:11.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:12.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:12.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:13 smithi135 ceph-mon[93152]: pgmap v11562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:13 smithi194 ceph-mon[104785]: pgmap v11562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:13.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:13.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:14.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:14.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:15 smithi135 ceph-mon[93152]: pgmap v11563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:15 smithi194 ceph-mon[104785]: pgmap v11563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:15.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:15.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:16.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:16.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:16 smithi135 ceph-mon[93152]: pgmap v11564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:16 smithi194 ceph-mon[104785]: pgmap v11564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:17.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:17.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:18.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:18.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:19 smithi194 ceph-mon[104785]: pgmap v11565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:19 smithi135 ceph-mon[93152]: pgmap v11565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:19.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:19.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:20.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:20.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:21 smithi135 ceph-mon[93152]: pgmap v11566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:52:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:21 smithi194 ceph-mon[104785]: pgmap v11566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:52:21.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:21.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:22.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:22.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:23 smithi135 ceph-mon[93152]: pgmap v11567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:23 smithi194 ceph-mon[104785]: pgmap v11567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:23.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:23.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:24.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:24.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:25 smithi135 ceph-mon[93152]: pgmap v11568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:25 smithi194 ceph-mon[104785]: pgmap v11568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:25.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:25.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:26.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:26.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:27 smithi135 ceph-mon[93152]: pgmap v11569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:27 smithi194 ceph-mon[104785]: pgmap v11569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:27.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:27.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:28.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:28.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:29 smithi194 ceph-mon[104785]: pgmap v11570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:29.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:29 smithi135 ceph-mon[93152]: pgmap v11570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:29.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:29.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:30.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:30.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:31 smithi194 ceph-mon[104785]: pgmap v11571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:52:31.720 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:31 smithi135 ceph-mon[93152]: pgmap v11571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:52:31.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:31.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:32.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:32.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:33 smithi194 ceph-mon[104785]: pgmap v11572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:33.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:33 smithi135 ceph-mon[93152]: pgmap v11572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:33.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:33.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:34.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:34.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:35 smithi194 ceph-mon[104785]: pgmap v11573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:35.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:35 smithi135 ceph-mon[93152]: pgmap v11573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:35.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:35.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:36.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:36.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:36 smithi135 ceph-mon[93152]: pgmap v11574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:36 smithi194 ceph-mon[104785]: pgmap v11574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:37.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:37.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:38.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:38.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:39 smithi135 ceph-mon[93152]: pgmap v11575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:39 smithi194 ceph-mon[104785]: pgmap v11575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:39.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:39.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:40.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:40.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:41 smithi135 ceph-mon[93152]: pgmap v11576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:52:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:41 smithi194 ceph-mon[104785]: pgmap v11576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:52:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:41.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:41.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:42.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:42.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:43 smithi135 ceph-mon[93152]: pgmap v11577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:43 smithi194 ceph-mon[104785]: pgmap v11577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:43.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:43.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:44.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:44.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:45 smithi135 ceph-mon[93152]: pgmap v11578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:45.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:45 smithi194 ceph-mon[104785]: pgmap v11578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:45.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:45.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:46.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:46.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:47 smithi135 ceph-mon[93152]: pgmap v11579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:47 smithi194 ceph-mon[104785]: pgmap v11579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:47.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:47.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:48.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:48.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:49 smithi135 ceph-mon[93152]: pgmap v11580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:49 smithi194 ceph-mon[104785]: pgmap v11580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:49.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:49.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:50.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:50.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:51 smithi135 ceph-mon[93152]: pgmap v11581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:52:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:51 smithi194 ceph-mon[104785]: pgmap v11581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:52:51.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:51.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:52.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:52.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:53 smithi135 ceph-mon[93152]: pgmap v11582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:53 smithi194 ceph-mon[104785]: pgmap v11582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:53.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:53.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:54.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:54.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:55 smithi135 ceph-mon[93152]: pgmap v11583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:55 smithi194 ceph-mon[104785]: pgmap v11583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:55.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:55.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:52:56.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:56.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:57 smithi194 ceph-mon[104785]: pgmap v11584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:52:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:57.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:57.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:52:57.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:52:57.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:52:57.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:52:57.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:52:57.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:52:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:57 smithi135 ceph-mon[93152]: pgmap v11584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:52:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:57.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:57.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:57.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T10:52:57.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:52:57.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:52:57.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:52:57.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:52:57.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:52:57.760 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:52:57.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:57.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:58 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1574M 2023-10-08T10:52:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:58 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1574M 2023-10-08T10:52:58.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:58.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:52:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:52:59 smithi194 ceph-mon[104785]: pgmap v11585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:59.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:52:59 smithi135 ceph-mon[93152]: pgmap v11585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:52:59.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:52:59.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:00.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:00.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:01 smithi194 ceph-mon[104785]: pgmap v11586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:53:01.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:01 smithi135 ceph-mon[93152]: pgmap v11586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:53:01.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:01.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:02.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:02.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:03 smithi194 ceph-mon[104785]: pgmap v11587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:03.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:03 smithi135 ceph-mon[93152]: pgmap v11587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:03.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:03.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:04 smithi194 ceph-mon[104785]: pgmap v11588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:04 smithi135 ceph-mon[93152]: pgmap v11588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:04.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:04.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:05.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:05.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:06.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:06.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:07 smithi194 ceph-mon[104785]: pgmap v11589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:07.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:07 smithi135 ceph-mon[93152]: pgmap v11589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:07.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:07.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:08.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:08.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:09 smithi135 ceph-mon[93152]: pgmap v11590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:09.594 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:09 smithi194 ceph-mon[104785]: pgmap v11590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:09.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:09.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:10.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:10.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:11 smithi135 ceph-mon[93152]: pgmap v11591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:53:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:11 smithi194 ceph-mon[104785]: pgmap v11591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:53:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:11.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:11.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:12.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:12.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:13 smithi194 ceph-mon[104785]: pgmap v11592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:13.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:13 smithi135 ceph-mon[93152]: pgmap v11592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:13.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:13.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:14.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:14.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:15 smithi194 ceph-mon[104785]: pgmap v11593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:15.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:15 smithi135 ceph-mon[93152]: pgmap v11593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:15.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:15.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:16.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:16.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:17 smithi135 ceph-mon[93152]: pgmap v11594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:17 smithi194 ceph-mon[104785]: pgmap v11594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:17.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:17.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:18.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:18.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:19 smithi135 ceph-mon[93152]: pgmap v11595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:19.697 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:19 smithi194 ceph-mon[104785]: pgmap v11595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:19.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:19.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:20.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:20.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:21 smithi194 ceph-mon[104785]: pgmap v11596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:53:21.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:21 smithi135 ceph-mon[93152]: pgmap v11596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:53:21.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:21.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:22.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:22.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:23 smithi194 ceph-mon[104785]: pgmap v11597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:23.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:23 smithi135 ceph-mon[93152]: pgmap v11597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:23.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:23.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:24.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:24.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:25 smithi194 ceph-mon[104785]: pgmap v11598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:25.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:25 smithi135 ceph-mon[93152]: pgmap v11598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:25.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:25.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:26.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:26.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:27 smithi194 ceph-mon[104785]: pgmap v11599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:27.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:27 smithi135 ceph-mon[93152]: pgmap v11599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:27.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:27.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:28.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:28.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:29 smithi194 ceph-mon[104785]: pgmap v11600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:29.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:29 smithi135 ceph-mon[93152]: pgmap v11600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:29.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:29.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:30.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:30.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:31 smithi194 ceph-mon[104785]: pgmap v11601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:53:31.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:31 smithi135 ceph-mon[93152]: pgmap v11601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:53:31.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:31.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:32.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:32.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:33 smithi194 ceph-mon[104785]: pgmap v11602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:33.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:33 smithi135 ceph-mon[93152]: pgmap v11602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:33.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:33.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:34 smithi194 ceph-mon[104785]: pgmap v11603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:34 smithi135 ceph-mon[93152]: pgmap v11603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:34.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:34.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:35.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:35.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:36.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:36.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:37.366 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:37 smithi135 ceph-mon[93152]: pgmap v11604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:37 smithi194 ceph-mon[104785]: pgmap v11604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:37.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:37.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:38.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:38.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:39 smithi194 ceph-mon[104785]: pgmap v11605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:39.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:39 smithi135 ceph-mon[93152]: pgmap v11605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:39.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:39.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:40.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:40.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:41 smithi194 ceph-mon[104785]: pgmap v11606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:53:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:41 smithi135 ceph-mon[93152]: pgmap v11606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:53:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:41.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:41.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:42.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:42.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:43 smithi194 ceph-mon[104785]: pgmap v11607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:43.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:43 smithi135 ceph-mon[93152]: pgmap v11607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:43.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:43.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:44.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:44.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:45 smithi194 ceph-mon[104785]: pgmap v11608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:45.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:45 smithi135 ceph-mon[93152]: pgmap v11608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:45.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:45.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:46.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:46.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:47 smithi194 ceph-mon[104785]: pgmap v11609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:47.464 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:47 smithi135 ceph-mon[93152]: pgmap v11609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:47.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:47.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:48.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:48.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:49 smithi194 ceph-mon[104785]: pgmap v11610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:49.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:49 smithi135 ceph-mon[93152]: pgmap v11610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:49.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:49.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:50.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:50.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:51 smithi194 ceph-mon[104785]: pgmap v11611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:53:51.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:51 smithi135 ceph-mon[93152]: pgmap v11611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:53:51.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:51.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:52.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:52.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:53 smithi194 ceph-mon[104785]: pgmap v11612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:53.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:53 smithi135 ceph-mon[93152]: pgmap v11612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:53.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:53.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:54.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:54.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:55 smithi194 ceph-mon[104785]: pgmap v11613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:55.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:55 smithi135 ceph-mon[93152]: pgmap v11613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:55.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:55.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:53:56.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:56.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:57.561 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:57 smithi135 ceph-mon[93152]: pgmap v11614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:57.562 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:53:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:57 smithi194 ceph-mon[104785]: pgmap v11614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:53:57.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:57.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:53:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:53:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:53:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:53:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:53:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:53:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:53:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:53:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:53:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:53:58.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:58.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:53:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:53:59 smithi194 ceph-mon[104785]: pgmap v11615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:59.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:53:59 smithi135 ceph-mon[93152]: pgmap v11615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:53:59.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:53:59.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:00.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:00.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:01 smithi194 ceph-mon[104785]: pgmap v11616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:54:01.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:01 smithi135 ceph-mon[93152]: pgmap v11616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:54:01.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:01.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:02.607 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:02 smithi135 ceph-mon[93152]: pgmap v11617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:02 smithi194 ceph-mon[104785]: pgmap v11617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:02.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:02.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:03.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:03.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:04.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:04.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:05 smithi194 ceph-mon[104785]: pgmap v11618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:05.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:05 smithi135 ceph-mon[93152]: pgmap v11618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:05.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:05.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:06.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:06.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:07 smithi194 ceph-mon[104785]: pgmap v11619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:07.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:07 smithi135 ceph-mon[93152]: pgmap v11619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:07.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:07.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:08.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:08.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:09 smithi194 ceph-mon[104785]: pgmap v11620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:09.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:09 smithi135 ceph-mon[93152]: pgmap v11620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:09.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:09.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:10.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:10.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:11 smithi194 ceph-mon[104785]: pgmap v11621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:54:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:11 smithi135 ceph-mon[93152]: pgmap v11621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:54:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:11.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:11.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:12.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:12.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:13 smithi194 ceph-mon[104785]: pgmap v11622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:13 smithi135 ceph-mon[93152]: pgmap v11622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:13.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:13.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:14.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:14.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:15 smithi194 ceph-mon[104785]: pgmap v11623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:15.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:15 smithi135 ceph-mon[93152]: pgmap v11623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:15.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:15.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:16.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:16.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:17 smithi194 ceph-mon[104785]: pgmap v11624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:17 smithi135 ceph-mon[93152]: pgmap v11624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:17.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:17.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:18.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:18.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:19 smithi194 ceph-mon[104785]: pgmap v11625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:19.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:19 smithi135 ceph-mon[93152]: pgmap v11625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:19.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:19.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:20.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:20.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:21 smithi194 ceph-mon[104785]: pgmap v11626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:54:21.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:21 smithi135 ceph-mon[93152]: pgmap v11626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:54:21.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:21.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:22.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:22.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:23 smithi194 ceph-mon[104785]: pgmap v11627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:23.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:23 smithi135 ceph-mon[93152]: pgmap v11627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:23.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:23.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:25.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:25.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:25 smithi194 ceph-mon[104785]: pgmap v11628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:25.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:25 smithi135 ceph-mon[93152]: pgmap v11628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:26.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:26.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:27.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:27.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:27 smithi194 ceph-mon[104785]: pgmap v11629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:27.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:27 smithi135 ceph-mon[93152]: pgmap v11629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:28.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:28.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:28 smithi194 ceph-mon[104785]: pgmap v11630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:28 smithi135 ceph-mon[93152]: pgmap v11630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:29.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:29.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:30.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:30.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:31.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:31.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:31 smithi194 ceph-mon[104785]: pgmap v11631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:54:31.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:31 smithi135 ceph-mon[93152]: pgmap v11631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:54:32.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:32.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:33.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:33.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:33 smithi194 ceph-mon[104785]: pgmap v11632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:33.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:33 smithi135 ceph-mon[93152]: pgmap v11632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:34.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:34.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:35.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:35.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:35 smithi194 ceph-mon[104785]: pgmap v11633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:35.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:35 smithi135 ceph-mon[93152]: pgmap v11633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:36.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:36.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:37.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:37.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:37 smithi194 ceph-mon[104785]: pgmap v11634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:37.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:37 smithi135 ceph-mon[93152]: pgmap v11634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:38.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:38.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:39.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:39.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:39 smithi194 ceph-mon[104785]: pgmap v11635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:39.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:39 smithi135 ceph-mon[93152]: pgmap v11635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:40.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:40.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:41.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:41.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:41 smithi194 ceph-mon[104785]: pgmap v11636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:54:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:41 smithi135 ceph-mon[93152]: pgmap v11636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:54:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:42.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:42.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:43.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:43.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:43 smithi194 ceph-mon[104785]: pgmap v11637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:43.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:43 smithi135 ceph-mon[93152]: pgmap v11637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:44.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:44.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:45.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:45.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:45.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:45 smithi194 ceph-mon[104785]: pgmap v11638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:45.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:45 smithi135 ceph-mon[93152]: pgmap v11638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:46.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:46.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:47.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:47.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:47 smithi194 ceph-mon[104785]: pgmap v11639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:47.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:47 smithi135 ceph-mon[93152]: pgmap v11639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:48.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:48.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:49.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:49.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:49 smithi194 ceph-mon[104785]: pgmap v11640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:49.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:49 smithi135 ceph-mon[93152]: pgmap v11640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:50.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:50.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:51.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:51.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:51 smithi194 ceph-mon[104785]: pgmap v11641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:54:51.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:51 smithi135 ceph-mon[93152]: pgmap v11641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:54:52.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:52.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:53.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:53.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:53 smithi135 ceph-mon[93152]: pgmap v11642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:53 smithi194 ceph-mon[104785]: pgmap v11642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:54.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:54.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:55.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:55.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:55.688 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:55 smithi194 ceph-mon[104785]: pgmap v11643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:55.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:55 smithi135 ceph-mon[93152]: pgmap v11643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:56.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:56.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:56 smithi194 ceph-mon[104785]: pgmap v11644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:54:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:56 smithi135 ceph-mon[93152]: pgmap v11644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:57.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:57.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:58.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:58.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:54:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:54:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:54:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:54:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:54:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:54:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:54:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:54:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:54:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:54:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:54:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:54:59.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:54:59.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:54:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:54:59 smithi194 ceph-mon[104785]: pgmap v11645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:54:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:54:59 smithi135 ceph-mon[93152]: pgmap v11645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:00.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:00.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:01.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:01.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:01 smithi194 ceph-mon[104785]: pgmap v11646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:55:01.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:01 smithi135 ceph-mon[93152]: pgmap v11646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:55:02.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:02.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:03.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:03.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:03 smithi135 ceph-mon[93152]: pgmap v11647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:03 smithi194 ceph-mon[104785]: pgmap v11647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:04.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:04.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:05.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:05.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:05 smithi194 ceph-mon[104785]: pgmap v11648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:05.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:05 smithi135 ceph-mon[93152]: pgmap v11648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:06.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:06.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:07.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:07.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:07 smithi194 ceph-mon[104785]: pgmap v11649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:07 smithi135 ceph-mon[93152]: pgmap v11649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:08.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:08.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:09.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:09.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:09 smithi194 ceph-mon[104785]: pgmap v11650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:09.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:09 smithi135 ceph-mon[93152]: pgmap v11650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:10.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:10.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:11.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:11.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:11 smithi194 ceph-mon[104785]: pgmap v11651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:55:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:11 smithi135 ceph-mon[93152]: pgmap v11651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:55:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:12.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:12.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:12 smithi194 ceph-mon[104785]: pgmap v11652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:12 smithi135 ceph-mon[93152]: pgmap v11652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:13.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:13.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:14.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:14.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:15.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:15.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:15 smithi194 ceph-mon[104785]: pgmap v11653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:15.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:15 smithi135 ceph-mon[93152]: pgmap v11653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:16.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:16.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:17.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:17.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:17 smithi194 ceph-mon[104785]: pgmap v11654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:17 smithi135 ceph-mon[93152]: pgmap v11654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:18.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:18.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:19.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:19.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:19 smithi194 ceph-mon[104785]: pgmap v11655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:19.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:19 smithi135 ceph-mon[93152]: pgmap v11655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:20.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:20.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:21.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:21.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:21 smithi194 ceph-mon[104785]: pgmap v11656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:55:21.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:21 smithi135 ceph-mon[93152]: pgmap v11656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:55:22.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:22.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:22 smithi194 ceph-mon[104785]: pgmap v11657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:22 smithi135 ceph-mon[93152]: pgmap v11657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:23.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:23.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:24.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:24.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:25.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:25.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:25 smithi194 ceph-mon[104785]: pgmap v11658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:25.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:25 smithi135 ceph-mon[93152]: pgmap v11658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:26.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:26.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:27.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:27.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:27 smithi194 ceph-mon[104785]: pgmap v11659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:27.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:27 smithi135 ceph-mon[93152]: pgmap v11659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:28.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:28.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:28 smithi194 ceph-mon[104785]: pgmap v11660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:28 smithi135 ceph-mon[93152]: pgmap v11660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:29.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:29.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:30.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:30.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:31.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:31.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:31 smithi194 ceph-mon[104785]: pgmap v11661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:55:31.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:31 smithi135 ceph-mon[93152]: pgmap v11661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:55:32.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:32.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:32 smithi194 ceph-mon[104785]: pgmap v11662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:32 smithi135 ceph-mon[93152]: pgmap v11662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:33.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:33.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:34.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:34.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:35.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:35.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:35 smithi194 ceph-mon[104785]: pgmap v11663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:35.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:35 smithi135 ceph-mon[93152]: pgmap v11663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:36.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:36.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:37.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:37.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:37 smithi194 ceph-mon[104785]: pgmap v11664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:37.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:37 smithi135 ceph-mon[93152]: pgmap v11664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:38.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:38.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:39.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:39.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:39 smithi194 ceph-mon[104785]: pgmap v11665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:39.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:39 smithi135 ceph-mon[93152]: pgmap v11665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:40.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:40.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:40 smithi135 ceph-mon[93152]: pgmap v11666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:55:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:40 smithi194 ceph-mon[104785]: pgmap v11666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:55:41.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:41.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:42.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:42.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:42 smithi194 ceph-mon[104785]: pgmap v11667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:42 smithi135 ceph-mon[93152]: pgmap v11667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:43.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:43.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:44.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:44.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:45.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:45.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:45 smithi194 ceph-mon[104785]: pgmap v11668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:45.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:45 smithi135 ceph-mon[93152]: pgmap v11668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:46.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:46.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:47.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:47.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:47 smithi194 ceph-mon[104785]: pgmap v11669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:47.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:47 smithi135 ceph-mon[93152]: pgmap v11669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:48.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:48.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:48.637 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:48 smithi135 ceph-mon[93152]: pgmap v11670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:48 smithi194 ceph-mon[104785]: pgmap v11670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:49.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:49.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:50.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:50.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:50 smithi194 ceph-mon[104785]: pgmap v11671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:55:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:50 smithi135 ceph-mon[93152]: pgmap v11671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:55:51.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:51.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:52.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:52.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:52 smithi194 ceph-mon[104785]: pgmap v11672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:52 smithi135 ceph-mon[93152]: pgmap v11672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:53.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:53.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:54.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:54.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:54 smithi194 ceph-mon[104785]: pgmap v11673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:54 smithi135 ceph-mon[93152]: pgmap v11673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:55.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:55.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:55:56.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:56.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:57.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:57.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:57 smithi194 ceph-mon[104785]: pgmap v11674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:57 smithi135 ceph-mon[93152]: pgmap v11674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:58.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:58.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:55:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:55:59.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:55:59.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:55:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:55:59 smithi194 ceph-mon[104785]: pgmap v11675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:55:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:55:59 smithi135 ceph-mon[93152]: pgmap v11675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:00.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:00.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:00 smithi194 ceph-mon[104785]: pgmap v11676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:56:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:00 smithi135 ceph-mon[93152]: pgmap v11676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:56:01.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:01.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:02.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:02.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:02 smithi194 ceph-mon[104785]: pgmap v11677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:02 smithi135 ceph-mon[93152]: pgmap v11677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:03.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:03.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:56:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:56:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:56:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:56:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:56:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:56:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:56:04.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:56:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:56:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:56:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:56:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:56:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:56:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:56:04.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:04.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:04 smithi194 ceph-mon[104785]: pgmap v11678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:04 smithi135 ceph-mon[93152]: pgmap v11678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:05.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:05.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:06.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:06.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:07.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:07.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:07 smithi194 ceph-mon[104785]: pgmap v11679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:07.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:07 smithi135 ceph-mon[93152]: pgmap v11679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:08.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:08.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:08 smithi194 ceph-mon[104785]: pgmap v11680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:08 smithi135 ceph-mon[93152]: pgmap v11680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:09.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:09.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:10.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:10.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:10 smithi194 ceph-mon[104785]: pgmap v11681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:56:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:10 smithi135 ceph-mon[93152]: pgmap v11681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:56:11.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:11.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:12.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:12.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:12 smithi194 ceph-mon[104785]: pgmap v11682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:12 smithi135 ceph-mon[93152]: pgmap v11682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:13.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:13.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:14.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:14.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:14 smithi194 ceph-mon[104785]: pgmap v11683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:14 smithi135 ceph-mon[93152]: pgmap v11683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:15.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:15.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:16.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:16.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:17.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:17.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:17 smithi194 ceph-mon[104785]: pgmap v11684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:17 smithi135 ceph-mon[93152]: pgmap v11684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:18.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:18.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:18 smithi194 ceph-mon[104785]: pgmap v11685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:18 smithi135 ceph-mon[93152]: pgmap v11685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:19.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:19.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:20.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:20.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:20 smithi194 ceph-mon[104785]: pgmap v11686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:56:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:20 smithi135 ceph-mon[93152]: pgmap v11686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:56:21.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:21.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:22.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:22.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:22 smithi194 ceph-mon[104785]: pgmap v11687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:22 smithi135 ceph-mon[93152]: pgmap v11687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:23.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:23.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:24.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:24.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:24 smithi194 ceph-mon[104785]: pgmap v11688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:24 smithi135 ceph-mon[93152]: pgmap v11688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:25.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:25.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:26.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:26.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:27.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:27.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:27 smithi194 ceph-mon[104785]: pgmap v11689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:27 smithi135 ceph-mon[93152]: pgmap v11689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:28.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:28.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:28 smithi194 ceph-mon[104785]: pgmap v11690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:28 smithi135 ceph-mon[93152]: pgmap v11690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:29.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:29.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:30.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:30.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:30 smithi194 ceph-mon[104785]: pgmap v11691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:56:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:30 smithi135 ceph-mon[93152]: pgmap v11691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:56:31.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:31.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:32.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:32.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:32 smithi194 ceph-mon[104785]: pgmap v11692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:32 smithi135 ceph-mon[93152]: pgmap v11692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:33.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:33.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:34.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:34.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:34 smithi194 ceph-mon[104785]: pgmap v11693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:34 smithi135 ceph-mon[93152]: pgmap v11693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:35.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:35.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:36.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:36.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:37.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:37.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:37 smithi194 ceph-mon[104785]: pgmap v11694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:37.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:37 smithi135 ceph-mon[93152]: pgmap v11694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:38.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:38.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:38 smithi194 ceph-mon[104785]: pgmap v11695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:38 smithi135 ceph-mon[93152]: pgmap v11695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:39.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:39.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:40.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:40.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:40 smithi194 ceph-mon[104785]: pgmap v11696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:56:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:40 smithi135 ceph-mon[93152]: pgmap v11696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:56:41.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:41.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:42.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:42.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:42 smithi194 ceph-mon[104785]: pgmap v11697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:42 smithi135 ceph-mon[93152]: pgmap v11697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:43.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:43.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:44.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:44.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:44 smithi135 ceph-mon[93152]: pgmap v11698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:44 smithi194 ceph-mon[104785]: pgmap v11698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:45.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:45.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:46.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:46.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:47 smithi194 ceph-mon[104785]: pgmap v11699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:47.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:47.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:47.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:47 smithi135 ceph-mon[93152]: pgmap v11699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:48.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:48.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:48 smithi194 ceph-mon[104785]: pgmap v11700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:48 smithi135 ceph-mon[93152]: pgmap v11700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:49.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:49.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:50.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:50.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:50 smithi194 ceph-mon[104785]: pgmap v11701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:56:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:50 smithi135 ceph-mon[93152]: pgmap v11701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:56:51.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:51.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:52.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:52.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:52 smithi194 ceph-mon[104785]: pgmap v11702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:52 smithi135 ceph-mon[93152]: pgmap v11702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:53.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:53.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:54.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:54.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:54 smithi194 ceph-mon[104785]: pgmap v11703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:54 smithi135 ceph-mon[93152]: pgmap v11703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:55.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:55.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:56:56.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:56.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:57 smithi194 ceph-mon[104785]: pgmap v11704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:57.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:57.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:57 smithi135 ceph-mon[93152]: pgmap v11704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:58.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:58.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:56:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:56:58 smithi194 ceph-mon[104785]: pgmap v11705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:56:58 smithi135 ceph-mon[93152]: pgmap v11705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:56:59.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:56:59.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:00.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:00.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:00 smithi194 ceph-mon[104785]: pgmap v11706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:57:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:00 smithi135 ceph-mon[93152]: pgmap v11706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:57:01.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:01.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:02.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:02.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:02 smithi194 ceph-mon[104785]: pgmap v11707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:02 smithi135 ceph-mon[93152]: pgmap v11707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:03.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:03.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:57:03.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:57:04.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:04.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:57:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:57:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:57:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:57:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:57:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:04 smithi194 ceph-mon[104785]: pgmap v11708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:57:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:57:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:57:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:57:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:57:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:04 smithi135 ceph-mon[93152]: pgmap v11708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:05.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:05.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:06.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:06.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:07.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:07.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:07 smithi194 ceph-mon[104785]: pgmap v11709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:07 smithi135 ceph-mon[93152]: pgmap v11709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:08.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:08.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:08 smithi194 ceph-mon[104785]: pgmap v11710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:08 smithi135 ceph-mon[93152]: pgmap v11710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:09.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:09.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:10.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:10.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:10 smithi194 ceph-mon[104785]: pgmap v11711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:57:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:10 smithi135 ceph-mon[93152]: pgmap v11711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:57:11.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:11.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:12.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:12.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:12 smithi194 ceph-mon[104785]: pgmap v11712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:12 smithi135 ceph-mon[93152]: pgmap v11712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:13.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:13.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:14.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:14.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:14 smithi194 ceph-mon[104785]: pgmap v11713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:14 smithi135 ceph-mon[93152]: pgmap v11713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:15.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:15.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:16.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:16.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:17.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:17.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:17 smithi194 ceph-mon[104785]: pgmap v11714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:17 smithi135 ceph-mon[93152]: pgmap v11714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:18.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:18.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:18 smithi194 ceph-mon[104785]: pgmap v11715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:18 smithi135 ceph-mon[93152]: pgmap v11715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:19.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:19.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:20.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:20.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:20 smithi194 ceph-mon[104785]: pgmap v11716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:57:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:20 smithi135 ceph-mon[93152]: pgmap v11716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:57:21.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:21.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:22.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:22.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:22 smithi194 ceph-mon[104785]: pgmap v11717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:22 smithi135 ceph-mon[93152]: pgmap v11717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:23.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:23.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:24.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:24.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:24 smithi194 ceph-mon[104785]: pgmap v11718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:24 smithi135 ceph-mon[93152]: pgmap v11718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:25.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:25.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:26.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:26.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:27.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:27.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:27 smithi194 ceph-mon[104785]: pgmap v11719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:27 smithi135 ceph-mon[93152]: pgmap v11719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:28.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:28.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:28 smithi194 ceph-mon[104785]: pgmap v11720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:28 smithi135 ceph-mon[93152]: pgmap v11720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:29.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:29.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:30.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:30.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:30 smithi194 ceph-mon[104785]: pgmap v11721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:57:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:30 smithi135 ceph-mon[93152]: pgmap v11721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:57:31.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:31.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:32.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:32.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:32 smithi194 ceph-mon[104785]: pgmap v11722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:32 smithi135 ceph-mon[93152]: pgmap v11722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:33.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:33.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:34.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:34.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:34.665 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:34 smithi135 ceph-mon[93152]: pgmap v11723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:34 smithi194 ceph-mon[104785]: pgmap v11723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:35.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:35.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:36.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:36.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:37.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:37.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:37.366 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:37 smithi194 ceph-mon[104785]: pgmap v11724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:37.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:37 smithi135 ceph-mon[93152]: pgmap v11724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:38.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:38.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:38 smithi194 ceph-mon[104785]: pgmap v11725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:38 smithi135 ceph-mon[93152]: pgmap v11725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:39.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:39.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:40.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:40.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:40 smithi194 ceph-mon[104785]: pgmap v11726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:57:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:40 smithi135 ceph-mon[93152]: pgmap v11726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:57:41.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:41.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:42.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:42.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:42 smithi194 ceph-mon[104785]: pgmap v11727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:42 smithi135 ceph-mon[93152]: pgmap v11727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:43.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:43.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:44.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:44.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:44 smithi194 ceph-mon[104785]: pgmap v11728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:44 smithi135 ceph-mon[93152]: pgmap v11728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:45.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:45.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:46.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:46.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:47.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:47.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:47 smithi194 ceph-mon[104785]: pgmap v11729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:47.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:47 smithi135 ceph-mon[93152]: pgmap v11729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:48.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:48.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:48 smithi194 ceph-mon[104785]: pgmap v11730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:48 smithi135 ceph-mon[93152]: pgmap v11730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:49.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:49.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:50.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:50.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:50 smithi194 ceph-mon[104785]: pgmap v11731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:57:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:50 smithi135 ceph-mon[93152]: pgmap v11731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:57:51.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:51.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:52.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:52.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:52 smithi194 ceph-mon[104785]: pgmap v11732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:52 smithi135 ceph-mon[93152]: pgmap v11732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:53.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:53.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:54.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:54.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:54 smithi194 ceph-mon[104785]: pgmap v11733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:54 smithi135 ceph-mon[93152]: pgmap v11733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:55.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:55.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:57:56.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:56.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:57.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:57.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:57 smithi194 ceph-mon[104785]: pgmap v11734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:57 smithi135 ceph-mon[93152]: pgmap v11734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:58.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:58.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:57:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:57:58 smithi194 ceph-mon[104785]: pgmap v11735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:57:58 smithi135 ceph-mon[93152]: pgmap v11735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:57:59.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:57:59.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:00.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:00.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:00 smithi194 ceph-mon[104785]: pgmap v11736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:58:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:00 smithi135 ceph-mon[93152]: pgmap v11736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:58:01.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:01.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:02.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:02.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:02.627 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:02 smithi194 ceph-mon[104785]: pgmap v11737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:02 smithi135 ceph-mon[93152]: pgmap v11737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:03.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:03.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:58:04.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:58:04.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:04.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:04 smithi194 ceph-mon[104785]: pgmap v11738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:04.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:04 smithi135 ceph-mon[93152]: pgmap v11738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:05.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:05.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:06.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:06.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:07.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:07.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:07 smithi194 ceph-mon[104785]: pgmap v11739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:07.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:07 smithi135 ceph-mon[93152]: pgmap v11739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:08.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:08.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:08 smithi194 ceph-mon[104785]: pgmap v11740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:08 smithi135 ceph-mon[93152]: pgmap v11740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:09.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:09.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:10.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:10.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:10 smithi194 ceph-mon[104785]: pgmap v11741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:58:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:10 smithi135 ceph-mon[93152]: pgmap v11741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:58:11.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:11.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:58:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:58:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:58:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:58:12.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:12.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:58:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:58:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:58:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:58:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:58:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:12 smithi194 ceph-mon[104785]: pgmap v11742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:58:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:58:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:58:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:58:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:58:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:12 smithi135 ceph-mon[93152]: pgmap v11742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:13.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:13.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:14.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:14.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:14 smithi194 ceph-mon[104785]: pgmap v11743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:14 smithi135 ceph-mon[93152]: pgmap v11743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:15.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:15.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:16.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:16.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:17.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:17.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:17 smithi194 ceph-mon[104785]: pgmap v11744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:17 smithi135 ceph-mon[93152]: pgmap v11744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:18.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:18.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:18 smithi194 ceph-mon[104785]: pgmap v11745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:18 smithi135 ceph-mon[93152]: pgmap v11745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:19.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:19.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:20.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:20.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:20 smithi194 ceph-mon[104785]: pgmap v11746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:58:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:20 smithi135 ceph-mon[93152]: pgmap v11746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:58:21.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:21.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:22.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:22.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:22 smithi194 ceph-mon[104785]: pgmap v11747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:22 smithi135 ceph-mon[93152]: pgmap v11747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:23.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:23.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:24.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:24.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:24 smithi194 ceph-mon[104785]: pgmap v11748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:24 smithi135 ceph-mon[93152]: pgmap v11748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:25.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:25.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:26.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:26.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:27.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:27.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:27 smithi194 ceph-mon[104785]: pgmap v11749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:27 smithi135 ceph-mon[93152]: pgmap v11749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:28.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:28.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:28 smithi194 ceph-mon[104785]: pgmap v11750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:28 smithi135 ceph-mon[93152]: pgmap v11750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:29.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:29.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:30.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:30.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:30 smithi135 ceph-mon[93152]: pgmap v11751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:58:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:30 smithi194 ceph-mon[104785]: pgmap v11751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:58:31.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:31.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:32.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:32.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:32 smithi194 ceph-mon[104785]: pgmap v11752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:32 smithi135 ceph-mon[93152]: pgmap v11752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:33.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:33.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:34.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:34.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:34 smithi194 ceph-mon[104785]: pgmap v11753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:34 smithi135 ceph-mon[93152]: pgmap v11753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:35.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:35.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:36.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:36.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:37.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:37.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:37 smithi194 ceph-mon[104785]: pgmap v11754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:37.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:37 smithi135 ceph-mon[93152]: pgmap v11754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:38.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:38.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:38 smithi194 ceph-mon[104785]: pgmap v11755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:38 smithi135 ceph-mon[93152]: pgmap v11755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:39.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:39.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:40.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:40.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:40.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:40 smithi135 ceph-mon[93152]: pgmap v11756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:58:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:40 smithi194 ceph-mon[104785]: pgmap v11756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:58:41.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:41.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:42.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:42.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:42 smithi194 ceph-mon[104785]: pgmap v11757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:42 smithi135 ceph-mon[93152]: pgmap v11757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:43.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:43.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:44.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:44.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:44 smithi194 ceph-mon[104785]: pgmap v11758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:44 smithi135 ceph-mon[93152]: pgmap v11758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:45.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:45.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:46.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:46.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:47.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:47.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:47 smithi194 ceph-mon[104785]: pgmap v11759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:47.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:47 smithi135 ceph-mon[93152]: pgmap v11759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:48.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:48.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:48 smithi194 ceph-mon[104785]: pgmap v11760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:48 smithi135 ceph-mon[93152]: pgmap v11760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:49.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:49.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:50.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:50.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:50 smithi194 ceph-mon[104785]: pgmap v11761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:58:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:50 smithi135 ceph-mon[93152]: pgmap v11761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:58:51.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:51.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:52.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:52.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:52 smithi194 ceph-mon[104785]: pgmap v11762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:52 smithi135 ceph-mon[93152]: pgmap v11762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:53.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:53.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:54.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:54.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:54 smithi194 ceph-mon[104785]: pgmap v11763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:54 smithi135 ceph-mon[93152]: pgmap v11763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:55.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:55.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:55.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:58:56.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:56.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:57.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:57.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:57 smithi194 ceph-mon[104785]: pgmap v11764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:57 smithi135 ceph-mon[93152]: pgmap v11764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:58.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:58.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:58:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:58:58 smithi194 ceph-mon[104785]: pgmap v11765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:58:58 smithi135 ceph-mon[93152]: pgmap v11765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:58:59.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:58:59.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:00.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:00.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:00 smithi194 ceph-mon[104785]: pgmap v11766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:59:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:00 smithi135 ceph-mon[93152]: pgmap v11766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:59:01.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:01.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:02.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:02.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:02 smithi194 ceph-mon[104785]: pgmap v11767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:02 smithi135 ceph-mon[93152]: pgmap v11767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:03.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:03.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:04.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:04.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:04 smithi194 ceph-mon[104785]: pgmap v11768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:04 smithi135 ceph-mon[93152]: pgmap v11768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:05.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:05.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:06.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:06.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:07.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:07.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:07.457 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:07 smithi194 ceph-mon[104785]: pgmap v11769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:07.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:07 smithi135 ceph-mon[93152]: pgmap v11769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:08.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:08.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:08 smithi194 ceph-mon[104785]: pgmap v11770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:08 smithi135 ceph-mon[93152]: pgmap v11770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:09.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:09.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:10.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:10.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:10 smithi194 ceph-mon[104785]: pgmap v11771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:59:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:10 smithi135 ceph-mon[93152]: pgmap v11771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:59:11.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:11.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:12.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:12.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:59:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:59:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:59:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:12 smithi194 ceph-mon[104785]: pgmap v11772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T10:59:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:59:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:59:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:12 smithi135 ceph-mon[93152]: pgmap v11772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:13.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:13.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:59:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:59:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:59:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:59:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:59:13.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T10:59:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T10:59:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:59:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T10:59:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T10:59:14.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:14.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:14 smithi194 ceph-mon[104785]: pgmap v11773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:14 smithi135 ceph-mon[93152]: pgmap v11773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:15.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:15.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:16.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:16.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:17 smithi194 ceph-mon[104785]: pgmap v11774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:17.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:17.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:17 smithi135 ceph-mon[93152]: pgmap v11774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:18.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:18.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:18 smithi194 ceph-mon[104785]: pgmap v11775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:18 smithi135 ceph-mon[93152]: pgmap v11775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:19.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:19.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:20.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:20.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:20.703 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:20 smithi135 ceph-mon[93152]: pgmap v11776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:59:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:20 smithi194 ceph-mon[104785]: pgmap v11776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:59:21.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:21.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:22.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:22.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:22 smithi194 ceph-mon[104785]: pgmap v11777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:22 smithi135 ceph-mon[93152]: pgmap v11777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:23.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:23.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:24.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:24.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:24 smithi194 ceph-mon[104785]: pgmap v11778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:24 smithi135 ceph-mon[93152]: pgmap v11778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:25.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:25.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:26.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:26.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:27 smithi194 ceph-mon[104785]: pgmap v11779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:27.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:27.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:27 smithi135 ceph-mon[93152]: pgmap v11779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:28.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:28.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:28 smithi194 ceph-mon[104785]: pgmap v11780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:28 smithi135 ceph-mon[93152]: pgmap v11780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:29.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:29.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:30.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:30.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:30 smithi194 ceph-mon[104785]: pgmap v11781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:59:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:30 smithi135 ceph-mon[93152]: pgmap v11781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:59:31.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:31.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:32.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:32.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:32 smithi194 ceph-mon[104785]: pgmap v11782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:32 smithi135 ceph-mon[93152]: pgmap v11782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:33.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:33.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:34.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:34.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:34 smithi194 ceph-mon[104785]: pgmap v11783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:34 smithi135 ceph-mon[93152]: pgmap v11783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:35.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:35.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:36.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:36.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:37 smithi194 ceph-mon[104785]: pgmap v11784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:37.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:37 smithi135 ceph-mon[93152]: pgmap v11784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:37.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:37.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:38.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:38.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:38 smithi194 ceph-mon[104785]: pgmap v11785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:38 smithi135 ceph-mon[93152]: pgmap v11785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:39.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:39.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:40.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:40.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:40 smithi194 ceph-mon[104785]: pgmap v11786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:59:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:40 smithi135 ceph-mon[93152]: pgmap v11786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:59:41.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:41.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:42.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:42.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:42 smithi194 ceph-mon[104785]: pgmap v11787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:42 smithi135 ceph-mon[93152]: pgmap v11787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:43.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:43.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:44.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:44.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:44 smithi194 ceph-mon[104785]: pgmap v11788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:44 smithi135 ceph-mon[93152]: pgmap v11788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:45.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:45.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:46.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:46.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:47 smithi194 ceph-mon[104785]: pgmap v11789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:47.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:47 smithi135 ceph-mon[93152]: pgmap v11789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:47.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:47.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:48.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:48.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:48 smithi194 ceph-mon[104785]: pgmap v11790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:48 smithi135 ceph-mon[93152]: pgmap v11790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:49.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:49.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:50.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:50.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:50 smithi194 ceph-mon[104785]: pgmap v11791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:59:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:50 smithi135 ceph-mon[93152]: pgmap v11791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T10:59:51.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:51.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:52.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:52.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:52 smithi194 ceph-mon[104785]: pgmap v11792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:52 smithi135 ceph-mon[93152]: pgmap v11792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:53.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:53.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:54.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:54.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:54 smithi194 ceph-mon[104785]: pgmap v11793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:54 smithi135 ceph-mon[93152]: pgmap v11793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:55.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:55.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T10:59:56.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:56.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:57 smithi194 ceph-mon[104785]: pgmap v11794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:57 smithi135 ceph-mon[93152]: pgmap v11794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:57.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:57.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:58.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:58.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T10:59:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 10:59:58 smithi194 ceph-mon[104785]: pgmap v11795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 10:59:58 smithi135 ceph-mon[93152]: pgmap v11795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T10:59:59.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T10:59:59.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T11:00:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T11:00:00.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:00.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:01 smithi194 ceph-mon[104785]: pgmap v11796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:00:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:01 smithi135 ceph-mon[93152]: pgmap v11796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:00:01.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:01.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:02.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:02.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:02 smithi194 ceph-mon[104785]: pgmap v11797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:02 smithi135 ceph-mon[93152]: pgmap v11797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:03.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:03.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:04.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:04.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:04 smithi194 ceph-mon[104785]: pgmap v11798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:04 smithi135 ceph-mon[93152]: pgmap v11798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:05.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:05.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:06.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:06.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:07 smithi194 ceph-mon[104785]: pgmap v11799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:07.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:07 smithi135 ceph-mon[93152]: pgmap v11799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:07.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:07.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:08.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:08.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:08 smithi194 ceph-mon[104785]: pgmap v11800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:08 smithi135 ceph-mon[93152]: pgmap v11800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:09.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:09.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:10.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:10.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:10 smithi194 ceph-mon[104785]: pgmap v11801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:00:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:10 smithi135 ceph-mon[93152]: pgmap v11801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:00:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:11.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:11.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:12.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:12.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:12 smithi194 ceph-mon[104785]: pgmap v11802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:12 smithi135 ceph-mon[93152]: pgmap v11802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:13.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:13.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:00:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:00:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:00:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:00:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:00:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:00:13.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:00:13.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:00:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:00:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:00:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:00:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:00:14.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:14.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:14 smithi194 ceph-mon[104785]: pgmap v11803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:14 smithi135 ceph-mon[93152]: pgmap v11803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:15.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:15.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:16.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:16.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:17 smithi194 ceph-mon[104785]: pgmap v11804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:17 smithi135 ceph-mon[93152]: pgmap v11804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:17.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:17.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:18.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:18.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:18 smithi194 ceph-mon[104785]: pgmap v11805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:18 smithi135 ceph-mon[93152]: pgmap v11805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:19.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:19.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:20.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:20.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:20 smithi194 ceph-mon[104785]: pgmap v11806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:00:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:20 smithi135 ceph-mon[93152]: pgmap v11806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:00:21.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:21.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:22.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:22.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:22 smithi194 ceph-mon[104785]: pgmap v11807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:22 smithi135 ceph-mon[93152]: pgmap v11807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:23.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:23.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:24.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:24.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:24 smithi194 ceph-mon[104785]: pgmap v11808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:24 smithi135 ceph-mon[93152]: pgmap v11808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:25.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:25.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:26.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:26.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:27 smithi194 ceph-mon[104785]: pgmap v11809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:27 smithi135 ceph-mon[93152]: pgmap v11809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:27.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:27.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:28 smithi194 ceph-mon[104785]: pgmap v11810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:28 smithi135 ceph-mon[93152]: pgmap v11810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:29.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:29.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:30.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:30.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:30 smithi194 ceph-mon[104785]: pgmap v11811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:00:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:30 smithi135 ceph-mon[93152]: pgmap v11811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:00:31.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:31.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:32.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:32.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:32 smithi194 ceph-mon[104785]: pgmap v11812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:32 smithi135 ceph-mon[93152]: pgmap v11812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:33.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:33.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:34 smithi194 ceph-mon[104785]: pgmap v11813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:34.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:34.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:34 smithi135 ceph-mon[93152]: pgmap v11813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:35.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:35.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:36.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:36.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:37 smithi194 ceph-mon[104785]: pgmap v11814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:37 smithi135 ceph-mon[93152]: pgmap v11814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:37.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:37.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:38.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:38.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:38 smithi194 ceph-mon[104785]: pgmap v11815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:38 smithi135 ceph-mon[93152]: pgmap v11815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:39.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:39.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:40.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:40.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:40 smithi194 ceph-mon[104785]: pgmap v11816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:00:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:40 smithi135 ceph-mon[93152]: pgmap v11816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:00:41.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:41.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:42.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:42.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:42 smithi194 ceph-mon[104785]: pgmap v11817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:42 smithi135 ceph-mon[93152]: pgmap v11817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:43.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:43.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:44.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:44.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:44 smithi194 ceph-mon[104785]: pgmap v11818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:44 smithi135 ceph-mon[93152]: pgmap v11818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:45.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:45.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:46.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:46.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:47 smithi194 ceph-mon[104785]: pgmap v11819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:47.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:47 smithi135 ceph-mon[93152]: pgmap v11819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:47.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:47.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:48.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:48.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:48 smithi194 ceph-mon[104785]: pgmap v11820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:48 smithi135 ceph-mon[93152]: pgmap v11820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:49.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:49.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:50.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:50.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:50 smithi194 ceph-mon[104785]: pgmap v11821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:00:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:50 smithi135 ceph-mon[93152]: pgmap v11821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:00:51.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:51.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:52.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:52.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:52 smithi194 ceph-mon[104785]: pgmap v11822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:52 smithi135 ceph-mon[93152]: pgmap v11822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:53.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:53.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:54.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:54.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:54 smithi194 ceph-mon[104785]: pgmap v11823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:54 smithi135 ceph-mon[93152]: pgmap v11823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:55.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:55.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:00:56.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:56.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:57 smithi194 ceph-mon[104785]: pgmap v11824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:57 smithi135 ceph-mon[93152]: pgmap v11824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:57.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:57.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:58.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:58.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:00:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:00:58 smithi194 ceph-mon[104785]: pgmap v11825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:00:58 smithi135 ceph-mon[93152]: pgmap v11825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:00:59.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:00:59.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:00.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:00.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:00 smithi194 ceph-mon[104785]: pgmap v11826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:01:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:00 smithi135 ceph-mon[93152]: pgmap v11826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:01:01.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:01.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:02.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:02.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:02 smithi194 ceph-mon[104785]: pgmap v11827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:02 smithi135 ceph-mon[93152]: pgmap v11827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:03.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:03.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:04.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:04.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:04 smithi194 ceph-mon[104785]: pgmap v11828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:04 smithi135 ceph-mon[93152]: pgmap v11828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:05.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:05.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:06.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:06.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:07 smithi194 ceph-mon[104785]: pgmap v11829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:07 smithi135 ceph-mon[93152]: pgmap v11829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:07.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:07.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:08.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:08.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:08 smithi194 ceph-mon[104785]: pgmap v11830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:08 smithi135 ceph-mon[93152]: pgmap v11830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:09.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:09.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:10.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:10.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:10 smithi194 ceph-mon[104785]: pgmap v11831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:01:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:10 smithi135 ceph-mon[93152]: pgmap v11831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:01:11.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:11.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:12.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:12.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:12 smithi194 ceph-mon[104785]: pgmap v11832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:12 smithi135 ceph-mon[93152]: pgmap v11832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:13.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:13.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:01:14.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:01:14.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:14.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:01:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:01:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:14 smithi194 ceph-mon[104785]: pgmap v11833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:01:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:01:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:01:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:01:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:01:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:01:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:01:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:14 smithi135 ceph-mon[93152]: pgmap v11833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:01:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:01:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:01:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:01:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:01:15.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:15.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:16.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:16.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:17 smithi194 ceph-mon[104785]: pgmap v11834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:17 smithi135 ceph-mon[93152]: pgmap v11834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:17.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:17.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:18.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:18.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:18 smithi194 ceph-mon[104785]: pgmap v11835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:18 smithi135 ceph-mon[93152]: pgmap v11835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:19.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:19.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:20.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:20.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:20 smithi194 ceph-mon[104785]: pgmap v11836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:01:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:20 smithi135 ceph-mon[93152]: pgmap v11836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:01:21.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:21.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:22.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:22.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:22 smithi194 ceph-mon[104785]: pgmap v11837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:22 smithi135 ceph-mon[93152]: pgmap v11837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:23.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:23.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:24.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:24.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:24 smithi194 ceph-mon[104785]: pgmap v11838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:24 smithi135 ceph-mon[93152]: pgmap v11838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:25.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:25.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:26.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:26.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:27 smithi135 ceph-mon[93152]: pgmap v11839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:27 smithi194 ceph-mon[104785]: pgmap v11839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:27.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:27.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:28.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:28.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:28 smithi194 ceph-mon[104785]: pgmap v11840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:28 smithi135 ceph-mon[93152]: pgmap v11840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:29.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:29.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:30.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:30.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:30 smithi194 ceph-mon[104785]: pgmap v11841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:01:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:30 smithi135 ceph-mon[93152]: pgmap v11841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:01:31.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:31.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:32.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:32.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:32 smithi194 ceph-mon[104785]: pgmap v11842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:32 smithi135 ceph-mon[93152]: pgmap v11842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:33.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:33.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:34.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:34.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:34 smithi194 ceph-mon[104785]: pgmap v11843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:34 smithi135 ceph-mon[93152]: pgmap v11843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:35.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:35.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:36.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:36.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:37 smithi194 ceph-mon[104785]: pgmap v11844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:37.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:37 smithi135 ceph-mon[93152]: pgmap v11844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:37.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:37.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:38.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:38.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:38.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:38 smithi194 ceph-mon[104785]: pgmap v11845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:38 smithi135 ceph-mon[93152]: pgmap v11845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:39.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:39.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:40 smithi194 ceph-mon[104785]: pgmap v11846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:01:40.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:40.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:40 smithi135 ceph-mon[93152]: pgmap v11846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:01:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:41.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:41.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:42 smithi194 ceph-mon[104785]: pgmap v11847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:42.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:42.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:42 smithi135 ceph-mon[93152]: pgmap v11847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:43.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:43.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:44 smithi194 ceph-mon[104785]: pgmap v11848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:44.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:44.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:44 smithi135 ceph-mon[93152]: pgmap v11848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:45.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:45.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:46.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:46.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:47 smithi194 ceph-mon[104785]: pgmap v11849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:47.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:47 smithi135 ceph-mon[93152]: pgmap v11849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:47.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:47.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:48 smithi194 ceph-mon[104785]: pgmap v11850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:48.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:48.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:48 smithi135 ceph-mon[93152]: pgmap v11850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:49.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:49.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:50 smithi194 ceph-mon[104785]: pgmap v11851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:01:50.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:50.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:50 smithi135 ceph-mon[93152]: pgmap v11851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:01:51.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:51.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:52.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:52 smithi135 ceph-mon[93152]: pgmap v11852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:52 smithi194 ceph-mon[104785]: pgmap v11852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:52.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:52.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:53.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:53.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:54 smithi194 ceph-mon[104785]: pgmap v11853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:54.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:54.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:54 smithi135 ceph-mon[93152]: pgmap v11853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:55.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:55.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:01:56.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:56.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:57 smithi194 ceph-mon[104785]: pgmap v11854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:57 smithi135 ceph-mon[93152]: pgmap v11854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:57.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:57.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:01:58 smithi194 ceph-mon[104785]: pgmap v11855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:58.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:58.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:01:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:01:58 smithi135 ceph-mon[93152]: pgmap v11855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:01:59.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:01:59.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:00.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:00.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:01.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:01.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:02 smithi194 ceph-mon[104785]: pgmap v11856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:02:02.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:02 smithi135 ceph-mon[93152]: pgmap v11856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:02:02.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:02.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:03.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:03.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:04 smithi194 ceph-mon[104785]: pgmap v11857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:04 smithi135 ceph-mon[93152]: pgmap v11857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:04.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:04.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:05.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:05.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:06 smithi194 ceph-mon[104785]: pgmap v11858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:06 smithi135 ceph-mon[93152]: pgmap v11858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:06.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:06.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:07.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:07.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:08 smithi194 ceph-mon[104785]: pgmap v11859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:08 smithi135 ceph-mon[93152]: pgmap v11859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:08.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:08.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:09.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:09.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:10 smithi194 ceph-mon[104785]: pgmap v11860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:10 smithi135 ceph-mon[93152]: pgmap v11860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:10.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:10.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:11.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:11.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:12 smithi194 ceph-mon[104785]: pgmap v11861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:02:12.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:12 smithi135 ceph-mon[93152]: pgmap v11861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:02:12.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:12.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:13.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:13.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:14 smithi194 ceph-mon[104785]: pgmap v11862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:14 smithi135 ceph-mon[93152]: pgmap v11862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:14.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:14.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:02:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:02:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:02:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:02:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:02:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:02:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:02:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:02:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:02:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:02:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:02:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:02:15.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:15.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:16 smithi194 ceph-mon[104785]: pgmap v11863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:16 smithi135 ceph-mon[93152]: pgmap v11863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:16.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:16.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:17.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:17.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:18 smithi194 ceph-mon[104785]: pgmap v11864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:18 smithi135 ceph-mon[93152]: pgmap v11864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:18.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:18.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:19.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:19.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:20 smithi194 ceph-mon[104785]: pgmap v11865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:20.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:20 smithi135 ceph-mon[93152]: pgmap v11865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:20.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:20.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:21.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:21.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:22 smithi194 ceph-mon[104785]: pgmap v11866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:02:22.476 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:22 smithi135 ceph-mon[93152]: pgmap v11866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:02:22.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:22.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:23.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:23.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:24 smithi194 ceph-mon[104785]: pgmap v11867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:24.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:24 smithi135 ceph-mon[93152]: pgmap v11867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:24.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:24.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:25.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:25.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:26 smithi194 ceph-mon[104785]: pgmap v11868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:26 smithi135 ceph-mon[93152]: pgmap v11868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:26.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:26.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:27.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:27.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:28 smithi194 ceph-mon[104785]: pgmap v11869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:28 smithi135 ceph-mon[93152]: pgmap v11869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:28.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:28.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:29.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:29.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:30 smithi194 ceph-mon[104785]: pgmap v11870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:30 smithi135 ceph-mon[93152]: pgmap v11870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:30.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:30.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:31.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:31.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:32 smithi194 ceph-mon[104785]: pgmap v11871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:02:32.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:32 smithi135 ceph-mon[93152]: pgmap v11871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:02:32.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:32.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:33.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:33.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:34 smithi194 ceph-mon[104785]: pgmap v11872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:34 smithi135 ceph-mon[93152]: pgmap v11872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:34.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:34.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:35.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:35.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:36 smithi194 ceph-mon[104785]: pgmap v11873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:36.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:36 smithi135 ceph-mon[93152]: pgmap v11873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:36.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:36.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:37.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:37.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:38 smithi194 ceph-mon[104785]: pgmap v11874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:38 smithi135 ceph-mon[93152]: pgmap v11874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:38.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:38.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:39.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:39.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:40 smithi194 ceph-mon[104785]: pgmap v11875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:40 smithi135 ceph-mon[93152]: pgmap v11875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:40.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:40.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:41.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:41.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:42 smithi194 ceph-mon[104785]: pgmap v11876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:02:42.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:42 smithi135 ceph-mon[93152]: pgmap v11876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:02:42.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:42.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:43.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:43.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:44 smithi194 ceph-mon[104785]: pgmap v11877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:44 smithi135 ceph-mon[93152]: pgmap v11877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:44.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:44.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:45.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:45.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:46 smithi194 ceph-mon[104785]: pgmap v11878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:46 smithi135 ceph-mon[93152]: pgmap v11878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:46.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:46.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:47.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:47.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:48 smithi135 ceph-mon[93152]: pgmap v11879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:48 smithi194 ceph-mon[104785]: pgmap v11879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:48.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:48.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:49.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:49.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:50 smithi135 ceph-mon[93152]: pgmap v11880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:50.628 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:50 smithi194 ceph-mon[104785]: pgmap v11880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:50.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:50.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:51.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:51.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:52.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:52 smithi135 ceph-mon[93152]: pgmap v11881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:02:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:52 smithi194 ceph-mon[104785]: pgmap v11881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:02:52.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:52.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:53.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:53.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:54 smithi135 ceph-mon[93152]: pgmap v11882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:54 smithi194 ceph-mon[104785]: pgmap v11882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:54.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:54.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:55.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:55.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:56 smithi135 ceph-mon[93152]: pgmap v11883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:56 smithi194 ceph-mon[104785]: pgmap v11883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:02:56.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:56.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:57.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:57.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:02:58 smithi135 ceph-mon[93152]: pgmap v11884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:02:58 smithi194 ceph-mon[104785]: pgmap v11884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:02:58.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:58.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:02:59.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:02:59.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:00.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:00 smithi135 ceph-mon[93152]: pgmap v11885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:00 smithi194 ceph-mon[104785]: pgmap v11885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:00.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:00.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:01.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:01.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:02.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:02 smithi135 ceph-mon[93152]: pgmap v11886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:03:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:02 smithi194 ceph-mon[104785]: pgmap v11886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:03:02.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:02.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:03.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:03.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:04 smithi135 ceph-mon[93152]: pgmap v11887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:04 smithi194 ceph-mon[104785]: pgmap v11887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:04.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:04.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:05.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:05.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:06 smithi135 ceph-mon[93152]: pgmap v11888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:06.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:06 smithi194 ceph-mon[104785]: pgmap v11888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:06.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:06.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:07.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:07.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:08 smithi135 ceph-mon[93152]: pgmap v11889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:08 smithi194 ceph-mon[104785]: pgmap v11889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:08.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:08.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:09.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:09.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:10 smithi135 ceph-mon[93152]: pgmap v11890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:10 smithi194 ceph-mon[104785]: pgmap v11890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:10.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:10.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:11.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:12.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:12 smithi135 ceph-mon[93152]: pgmap v11891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:03:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:12 smithi194 ceph-mon[104785]: pgmap v11891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:03:12.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:12.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:13.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:13.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:14 smithi135 ceph-mon[93152]: pgmap v11892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:14 smithi194 ceph-mon[104785]: pgmap v11892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:14.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:14.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:15.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:03:15.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:03:15.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:15.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:16 smithi194 ceph-mon[104785]: pgmap v11893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:03:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:03:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:03:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:03:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:03:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:03:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:16 smithi135 ceph-mon[93152]: pgmap v11893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:03:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:03:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:03:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:03:16.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:03:16.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:03:16.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:03:16.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:16.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:17 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1566M 2023-10-08T11:03:17.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:17 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1566M 2023-10-08T11:03:17.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:17.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:18 smithi194 ceph-mon[104785]: pgmap v11894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:18 smithi135 ceph-mon[93152]: pgmap v11894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:18.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:18.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:19.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:19.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:20 smithi135 ceph-mon[93152]: pgmap v11895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:20 smithi194 ceph-mon[104785]: pgmap v11895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:20.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:20.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:21.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:21.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:22 smithi194 ceph-mon[104785]: pgmap v11896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:03:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:22 smithi135 ceph-mon[93152]: pgmap v11896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:03:22.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:22.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:23.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:23.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:24 smithi194 ceph-mon[104785]: pgmap v11897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:24 smithi135 ceph-mon[93152]: pgmap v11897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:24.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:24.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:25.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:25.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:26 smithi194 ceph-mon[104785]: pgmap v11898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:26 smithi135 ceph-mon[93152]: pgmap v11898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:26.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:26.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:27.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:27.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:28 smithi135 ceph-mon[93152]: pgmap v11899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:28 smithi194 ceph-mon[104785]: pgmap v11899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:28.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:28.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:29.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:29.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:30 smithi135 ceph-mon[93152]: pgmap v11900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:30 smithi194 ceph-mon[104785]: pgmap v11900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:30.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:30.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:31.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:31.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:32 smithi194 ceph-mon[104785]: pgmap v11901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:03:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:32 smithi135 ceph-mon[93152]: pgmap v11901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:03:32.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:32.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:33.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:33.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:34 smithi194 ceph-mon[104785]: pgmap v11902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:34 smithi135 ceph-mon[93152]: pgmap v11902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:34.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:34.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:35.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:35.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:36 smithi194 ceph-mon[104785]: pgmap v11903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:36 smithi135 ceph-mon[93152]: pgmap v11903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:36.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:36.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:37.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:37.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:38 smithi135 ceph-mon[93152]: pgmap v11904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:38 smithi194 ceph-mon[104785]: pgmap v11904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:38.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:38.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:39.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:39.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:40.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:40 smithi135 ceph-mon[93152]: pgmap v11905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:40 smithi194 ceph-mon[104785]: pgmap v11905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:40.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:40.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:41.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:41.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:42 smithi194 ceph-mon[104785]: pgmap v11906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:03:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:42 smithi135 ceph-mon[93152]: pgmap v11906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:03:42.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:42.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:43.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:43.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:44 smithi194 ceph-mon[104785]: pgmap v11907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:44 smithi135 ceph-mon[93152]: pgmap v11907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:44.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:44.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:45.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:45.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:46 smithi194 ceph-mon[104785]: pgmap v11908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:46 smithi135 ceph-mon[93152]: pgmap v11908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:46.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:46.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:47.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:47.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:48 smithi194 ceph-mon[104785]: pgmap v11909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:48 smithi135 ceph-mon[93152]: pgmap v11909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:48.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:48.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:49.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:49.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:50 smithi135 ceph-mon[93152]: pgmap v11910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:50 smithi194 ceph-mon[104785]: pgmap v11910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:50.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:50.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:51.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:51.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:52 smithi194 ceph-mon[104785]: pgmap v11911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:03:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:52 smithi135 ceph-mon[93152]: pgmap v11911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:03:52.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:52.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:53.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:53.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:54 smithi194 ceph-mon[104785]: pgmap v11912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:54 smithi135 ceph-mon[93152]: pgmap v11912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:54.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:54.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:55.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:55.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:56 smithi194 ceph-mon[104785]: pgmap v11913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:56 smithi135 ceph-mon[93152]: pgmap v11913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:03:56.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:56.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:57.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:57.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:03:58 smithi194 ceph-mon[104785]: pgmap v11914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:03:58 smithi135 ceph-mon[93152]: pgmap v11914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:03:58.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:58.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:03:59.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:03:59.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:00 smithi194 ceph-mon[104785]: pgmap v11915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:00 smithi135 ceph-mon[93152]: pgmap v11915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:00.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:00.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:01.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:01.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:02 smithi194 ceph-mon[104785]: pgmap v11916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:04:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:02 smithi135 ceph-mon[93152]: pgmap v11916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:04:02.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:02.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:03.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:03.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:04 smithi194 ceph-mon[104785]: pgmap v11917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:04 smithi135 ceph-mon[93152]: pgmap v11917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:04.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:04.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:05.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:05.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:06 smithi194 ceph-mon[104785]: pgmap v11918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:06 smithi135 ceph-mon[93152]: pgmap v11918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:06.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:06.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:07.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:07.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:08 smithi194 ceph-mon[104785]: pgmap v11919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:08 smithi135 ceph-mon[93152]: pgmap v11919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:08.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:08.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:09.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:09.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:10 smithi194 ceph-mon[104785]: pgmap v11920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:10 smithi135 ceph-mon[93152]: pgmap v11920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:10.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:10.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:11.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:11.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:12 smithi194 ceph-mon[104785]: pgmap v11921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:04:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:12 smithi135 ceph-mon[93152]: pgmap v11921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:04:12.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:12.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:13.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:13.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:14 smithi194 ceph-mon[104785]: pgmap v11922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:14 smithi135 ceph-mon[93152]: pgmap v11922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:14.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:14.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:15.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:15.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:16 smithi194 ceph-mon[104785]: pgmap v11923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:04:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:04:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:04:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:04:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:04:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:04:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:16 smithi135 ceph-mon[93152]: pgmap v11923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:04:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:04:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:04:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:04:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:04:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:04:16.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:16.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:17.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:17.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:18 smithi194 ceph-mon[104785]: pgmap v11924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:18 smithi135 ceph-mon[93152]: pgmap v11924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:18.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:18.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:19.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:19.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:20 smithi194 ceph-mon[104785]: pgmap v11925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:20 smithi135 ceph-mon[93152]: pgmap v11925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:20.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:20.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:21.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:21.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:22 smithi194 ceph-mon[104785]: pgmap v11926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:04:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:22 smithi135 ceph-mon[93152]: pgmap v11926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:04:22.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:22.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:23 smithi194 ceph-mon[104785]: pgmap v11927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:23.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:23 smithi135 ceph-mon[93152]: pgmap v11927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:23.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:23.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:24.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:24.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:25 smithi194 ceph-mon[104785]: pgmap v11928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:25.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:25 smithi135 ceph-mon[93152]: pgmap v11928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:25.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:25.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:26.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:26.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:27.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:27.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:28 smithi194 ceph-mon[104785]: pgmap v11929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:28 smithi135 ceph-mon[93152]: pgmap v11929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:28.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:28.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:29.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:29.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:30 smithi194 ceph-mon[104785]: pgmap v11930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:30 smithi135 ceph-mon[93152]: pgmap v11930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:30.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:30.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:31.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:31.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:32 smithi194 ceph-mon[104785]: pgmap v11931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:04:32.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:32 smithi135 ceph-mon[93152]: pgmap v11931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:04:32.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:32.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:33.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:33.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:34 smithi194 ceph-mon[104785]: pgmap v11932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:34 smithi135 ceph-mon[93152]: pgmap v11932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:34.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:34.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:35.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:35.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:36 smithi194 ceph-mon[104785]: pgmap v11933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:36.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:36 smithi135 ceph-mon[93152]: pgmap v11933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:36.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:36.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:37.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:37.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:38 smithi194 ceph-mon[104785]: pgmap v11934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:38 smithi135 ceph-mon[93152]: pgmap v11934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:39.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:39.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:40.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:40.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:40 smithi194 ceph-mon[104785]: pgmap v11935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:40 smithi135 ceph-mon[93152]: pgmap v11935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:41.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:41.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:42.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:42.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:42 smithi194 ceph-mon[104785]: pgmap v11936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:04:42.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:42 smithi135 ceph-mon[93152]: pgmap v11936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:04:43.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:43.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:44.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:44.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:44 smithi194 ceph-mon[104785]: pgmap v11937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:44 smithi135 ceph-mon[93152]: pgmap v11937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:45.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:45.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:46.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:46.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:46 smithi194 ceph-mon[104785]: pgmap v11938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:46 smithi135 ceph-mon[93152]: pgmap v11938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:47.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:47.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:48.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:48.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:48 smithi194 ceph-mon[104785]: pgmap v11939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:48 smithi135 ceph-mon[93152]: pgmap v11939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:49.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:49.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:50.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:50.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:50 smithi194 ceph-mon[104785]: pgmap v11940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:50 smithi135 ceph-mon[93152]: pgmap v11940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:51.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:51.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:52.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:52.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:52.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:52 smithi135 ceph-mon[93152]: pgmap v11941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:04:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:52 smithi194 ceph-mon[104785]: pgmap v11941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:04:53.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:53.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:54.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:54.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:54 smithi135 ceph-mon[93152]: pgmap v11942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:54 smithi194 ceph-mon[104785]: pgmap v11942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:55.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:55.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:56.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:56.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:56 smithi135 ceph-mon[93152]: pgmap v11943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:56 smithi194 ceph-mon[104785]: pgmap v11943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:04:57.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:57.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:58.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:58.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:04:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:04:58 smithi135 ceph-mon[93152]: pgmap v11944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:04:58 smithi194 ceph-mon[104785]: pgmap v11944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:04:59.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:04:59.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:00.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:00.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:00.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:00 smithi135 ceph-mon[93152]: pgmap v11945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:00 smithi194 ceph-mon[104785]: pgmap v11945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:01.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:01.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:02.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:02.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:02 smithi194 ceph-mon[104785]: pgmap v11946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:05:02.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:02 smithi135 ceph-mon[93152]: pgmap v11946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:05:03.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:03.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:04.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:04.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:04 smithi135 ceph-mon[93152]: pgmap v11947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:04 smithi194 ceph-mon[104785]: pgmap v11947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:05.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:05.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:06.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:06.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:06 smithi135 ceph-mon[93152]: pgmap v11948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:06 smithi194 ceph-mon[104785]: pgmap v11948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:07.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:07.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:08.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:08.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:08 smithi135 ceph-mon[93152]: pgmap v11949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:08 smithi194 ceph-mon[104785]: pgmap v11949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:09.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:09.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:10.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:10.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:10 smithi135 ceph-mon[93152]: pgmap v11950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:10 smithi194 ceph-mon[104785]: pgmap v11950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:11.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:11.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:12.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:12.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:12 smithi194 ceph-mon[104785]: pgmap v11951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:05:12.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:12 smithi135 ceph-mon[93152]: pgmap v11951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:05:13.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:13.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:14.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:14.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:14.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:14 smithi135 ceph-mon[93152]: pgmap v11952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:14 smithi194 ceph-mon[104785]: pgmap v11952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:15.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:15.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:16.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:16.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:16 smithi135 ceph-mon[93152]: pgmap v11953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:16 smithi194 ceph-mon[104785]: pgmap v11953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:17.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:17.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:05:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:05:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:05:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:05:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:05:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:05:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:05:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:05:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:05:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:05:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:05:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:05:18.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:18.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:18 smithi135 ceph-mon[93152]: pgmap v11954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:18 smithi194 ceph-mon[104785]: pgmap v11954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:19.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:19.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:20.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:20.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:20.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:20 smithi135 ceph-mon[93152]: pgmap v11955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:20 smithi194 ceph-mon[104785]: pgmap v11955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:21.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:21.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:22.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:22.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:22 smithi194 ceph-mon[104785]: pgmap v11956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:05:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:22 smithi135 ceph-mon[93152]: pgmap v11956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:05:23.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:23.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:24.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:24.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:24.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:24 smithi135 ceph-mon[93152]: pgmap v11957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:24 smithi194 ceph-mon[104785]: pgmap v11957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:25.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:25.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:26.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:26.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:26 smithi194 ceph-mon[104785]: pgmap v11958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:26 smithi135 ceph-mon[93152]: pgmap v11958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:27.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:27.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:28.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:28.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:28 smithi194 ceph-mon[104785]: pgmap v11959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:28 smithi135 ceph-mon[93152]: pgmap v11959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:29.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:29.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:30.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:30.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:30.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:30 smithi135 ceph-mon[93152]: pgmap v11960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:30 smithi194 ceph-mon[104785]: pgmap v11960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:31.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:31.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:32.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:32.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:32 smithi194 ceph-mon[104785]: pgmap v11961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:05:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:32 smithi135 ceph-mon[93152]: pgmap v11961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:05:33.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:33.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:34.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:34.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:34 smithi194 ceph-mon[104785]: pgmap v11962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:34 smithi135 ceph-mon[93152]: pgmap v11962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:35.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:35.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:36.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:36.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:36 smithi194 ceph-mon[104785]: pgmap v11963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:36 smithi135 ceph-mon[93152]: pgmap v11963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:37.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:37.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:38.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:38.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:38 smithi194 ceph-mon[104785]: pgmap v11964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:38 smithi135 ceph-mon[93152]: pgmap v11964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:39.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:39.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:40.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:40.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:40 smithi135 ceph-mon[93152]: pgmap v11965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:40 smithi194 ceph-mon[104785]: pgmap v11965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:41.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:41.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:41.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:42.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:42.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:42.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:42 smithi194 ceph-mon[104785]: pgmap v11966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:05:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:42 smithi135 ceph-mon[93152]: pgmap v11966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:05:43.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:43.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:44.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:44.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:44 smithi194 ceph-mon[104785]: pgmap v11967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:44 smithi135 ceph-mon[93152]: pgmap v11967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:45.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:45.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:46.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:46.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:46.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:46 smithi194 ceph-mon[104785]: pgmap v11968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:46 smithi135 ceph-mon[93152]: pgmap v11968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:47.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:47.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:48.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:48.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:48 smithi194 ceph-mon[104785]: pgmap v11969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:48 smithi135 ceph-mon[93152]: pgmap v11969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:49.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:49.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:50.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:50.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:50.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:50 smithi135 ceph-mon[93152]: pgmap v11970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:50 smithi194 ceph-mon[104785]: pgmap v11970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:51.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:51.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:52.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:52.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:52 smithi194 ceph-mon[104785]: pgmap v11971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:05:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:52 smithi135 ceph-mon[93152]: pgmap v11971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:05:53.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:53.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:54.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:54.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:54 smithi194 ceph-mon[104785]: pgmap v11972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:54 smithi135 ceph-mon[93152]: pgmap v11972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:55.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:55.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:56.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:56.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:56 smithi194 ceph-mon[104785]: pgmap v11973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:56 smithi135 ceph-mon[93152]: pgmap v11973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:05:57.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:57.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:58.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:58.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:05:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:05:58 smithi194 ceph-mon[104785]: pgmap v11974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:05:58 smithi135 ceph-mon[93152]: pgmap v11974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:05:59.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:05:59.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:00.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:00.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:00.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:00 smithi135 ceph-mon[93152]: pgmap v11975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:00 smithi194 ceph-mon[104785]: pgmap v11975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:01.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:01.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:02.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:02.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:02.629 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:02 smithi194 ceph-mon[104785]: pgmap v11976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:06:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:02 smithi135 ceph-mon[93152]: pgmap v11976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:06:03.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:03.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:04.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:04.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:04.650 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:04 smithi135 ceph-mon[93152]: pgmap v11977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:04 smithi194 ceph-mon[104785]: pgmap v11977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:05.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:05.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:06.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:06.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:06 smithi194 ceph-mon[104785]: pgmap v11978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:06 smithi135 ceph-mon[93152]: pgmap v11978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:07.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:07.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:08.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:08.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:08 smithi194 ceph-mon[104785]: pgmap v11979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:08 smithi135 ceph-mon[93152]: pgmap v11979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:09.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:09.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:10.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:10.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:10 smithi194 ceph-mon[104785]: pgmap v11980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:10 smithi135 ceph-mon[93152]: pgmap v11980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:11.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:11.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:12.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:12.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:12 smithi194 ceph-mon[104785]: pgmap v11981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:06:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:12 smithi135 ceph-mon[93152]: pgmap v11981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:06:13.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:13.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:14.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:14.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:14 smithi194 ceph-mon[104785]: pgmap v11982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:14.750 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:14 smithi135 ceph-mon[93152]: pgmap v11982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:15.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:15.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:16.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:16.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:16 smithi194 ceph-mon[104785]: pgmap v11983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:16 smithi135 ceph-mon[93152]: pgmap v11983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:17.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:17.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:06:17.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:06:18.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:18.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:18 smithi194 ceph-mon[104785]: pgmap v11984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:18 smithi135 ceph-mon[93152]: pgmap v11984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:19.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:19.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:20.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:20.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:20 smithi194 ceph-mon[104785]: pgmap v11985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:20 smithi135 ceph-mon[93152]: pgmap v11985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:21.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:21.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:22.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:22.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:22 smithi194 ceph-mon[104785]: pgmap v11986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:06:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:06:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:06:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:06:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:06:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:06:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:06:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:06:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:22 smithi135 ceph-mon[93152]: pgmap v11986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:06:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:06:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:06:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:06:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:06:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:06:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:06:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:06:23.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:23.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:24.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:24.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:24 smithi194 ceph-mon[104785]: pgmap v11987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:24 smithi135 ceph-mon[93152]: pgmap v11987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:25.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:25.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:26.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:26.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:26 smithi194 ceph-mon[104785]: pgmap v11988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:26 smithi135 ceph-mon[93152]: pgmap v11988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:27.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:27.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:28.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:28.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:28 smithi194 ceph-mon[104785]: pgmap v11989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:28 smithi135 ceph-mon[93152]: pgmap v11989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:29.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:29.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:30.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:30.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:30 smithi194 ceph-mon[104785]: pgmap v11990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:30 smithi135 ceph-mon[93152]: pgmap v11990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:31.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:31.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:32.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:32.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:32 smithi194 ceph-mon[104785]: pgmap v11991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:06:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:32 smithi135 ceph-mon[93152]: pgmap v11991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:06:33.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:33.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:34.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:34.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:34 smithi194 ceph-mon[104785]: pgmap v11992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:34 smithi135 ceph-mon[93152]: pgmap v11992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:35.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:35.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:35.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:35 smithi135 ceph-mon[93152]: pgmap v11993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:35 smithi194 ceph-mon[104785]: pgmap v11993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:36.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:36.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:37.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:37.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:38.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:38.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:38 smithi194 ceph-mon[104785]: pgmap v11994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:38 smithi135 ceph-mon[93152]: pgmap v11994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:39.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:39.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:40.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:40.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:40.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:40 smithi135 ceph-mon[93152]: pgmap v11995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:40 smithi194 ceph-mon[104785]: pgmap v11995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:41.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:41.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:42.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:42.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:42 smithi194 ceph-mon[104785]: pgmap v11996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:06:42.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:42 smithi135 ceph-mon[93152]: pgmap v11996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:06:43.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:43.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:44.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:44.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:44 smithi135 ceph-mon[93152]: pgmap v11997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:44 smithi194 ceph-mon[104785]: pgmap v11997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:45.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:45.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:46.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:46.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:46 smithi135 ceph-mon[93152]: pgmap v11998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:46 smithi194 ceph-mon[104785]: pgmap v11998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:47.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:47.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:48.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:48.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:48 smithi194 ceph-mon[104785]: pgmap v11999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:48 smithi135 ceph-mon[93152]: pgmap v11999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:49.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:49.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:50.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:50.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:50 smithi135 ceph-mon[93152]: pgmap v12000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:50 smithi194 ceph-mon[104785]: pgmap v12000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:51.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:51.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:52.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:52.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:52.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:52 smithi135 ceph-mon[93152]: pgmap v12001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:06:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:52 smithi194 ceph-mon[104785]: pgmap v12001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:06:53.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:53.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:54.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:54.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:54 smithi135 ceph-mon[93152]: pgmap v12002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:54 smithi194 ceph-mon[104785]: pgmap v12002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:55.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:55.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:56.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:56.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:56 smithi135 ceph-mon[93152]: pgmap v12003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:56 smithi194 ceph-mon[104785]: pgmap v12003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:06:57.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:57.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:58.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:58.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:06:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:06:58 smithi194 ceph-mon[104785]: pgmap v12004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:06:58 smithi135 ceph-mon[93152]: pgmap v12004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:06:59.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:06:59.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:00.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:00.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:00.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:00 smithi135 ceph-mon[93152]: pgmap v12005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:00 smithi194 ceph-mon[104785]: pgmap v12005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:01.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:01.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:02.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:02.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:02.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:02 smithi135 ceph-mon[93152]: pgmap v12006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:07:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:02 smithi194 ceph-mon[104785]: pgmap v12006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:07:03.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:03.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:04.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:04.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:04 smithi135 ceph-mon[93152]: pgmap v12007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:04 smithi194 ceph-mon[104785]: pgmap v12007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:05.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:05.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:06.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:06.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:06 smithi135 ceph-mon[93152]: pgmap v12008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:06 smithi194 ceph-mon[104785]: pgmap v12008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:07.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:07.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:08.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:08.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:08 smithi135 ceph-mon[93152]: pgmap v12009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:08 smithi194 ceph-mon[104785]: pgmap v12009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:09.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:09.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:10.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:10.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:10 smithi135 ceph-mon[93152]: pgmap v12010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:10 smithi194 ceph-mon[104785]: pgmap v12010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:11.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:11.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:12.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:12.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:12.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:12 smithi135 ceph-mon[93152]: pgmap v12011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:07:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:12 smithi194 ceph-mon[104785]: pgmap v12011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:07:13.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:13.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:14.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:14.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:14 smithi194 ceph-mon[104785]: pgmap v12012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:14 smithi135 ceph-mon[93152]: pgmap v12012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:15.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:15.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:16.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:16.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:16 smithi194 ceph-mon[104785]: pgmap v12013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:16 smithi135 ceph-mon[93152]: pgmap v12013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:17.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:17.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:18.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:18.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:18 smithi194 ceph-mon[104785]: pgmap v12014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:18 smithi135 ceph-mon[93152]: pgmap v12014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:19.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:19.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:20.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:20.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:20 smithi135 ceph-mon[93152]: pgmap v12015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:20.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:20 smithi194 ceph-mon[104785]: pgmap v12015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:21.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:21.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:22.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:22.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:22.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:22 smithi194 ceph-mon[104785]: pgmap v12016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:07:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:07:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:22 smithi135 ceph-mon[93152]: pgmap v12016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:07:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:07:23.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:23.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:07:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:07:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:07:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:07:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:07:23.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:07:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:07:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:07:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:07:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:07:24.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:24.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:24 smithi194 ceph-mon[104785]: pgmap v12017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:24 smithi135 ceph-mon[93152]: pgmap v12017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:25.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:25.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:26.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:26.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:26 smithi194 ceph-mon[104785]: pgmap v12018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:26 smithi135 ceph-mon[93152]: pgmap v12018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:27.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:27.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:28.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:28.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:28 smithi194 ceph-mon[104785]: pgmap v12019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:28 smithi135 ceph-mon[93152]: pgmap v12019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:29.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:29.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:30.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:30.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:30 smithi135 ceph-mon[93152]: pgmap v12020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:30 smithi194 ceph-mon[104785]: pgmap v12020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:31.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:31.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:32.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:32.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:32 smithi194 ceph-mon[104785]: pgmap v12021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:07:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:32 smithi135 ceph-mon[93152]: pgmap v12021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:07:33.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:33.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:34.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:34.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:34 smithi194 ceph-mon[104785]: pgmap v12022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:34.772 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:34 smithi135 ceph-mon[93152]: pgmap v12022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:35.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:35.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:36.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:36.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:36.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:36 smithi194 ceph-mon[104785]: pgmap v12023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:36 smithi135 ceph-mon[93152]: pgmap v12023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:37.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:37.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:38.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:38.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:38.625 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:38 smithi194 ceph-mon[104785]: pgmap v12024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:38 smithi135 ceph-mon[93152]: pgmap v12024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:39.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:39.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:40.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:40.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:40 smithi135 ceph-mon[93152]: pgmap v12025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:40 smithi194 ceph-mon[104785]: pgmap v12025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:41.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:41.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:42.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:42.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:42 smithi194 ceph-mon[104785]: pgmap v12026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:07:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:42 smithi135 ceph-mon[93152]: pgmap v12026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:07:43.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:43.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:44.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:44.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:44 smithi194 ceph-mon[104785]: pgmap v12027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:44 smithi135 ceph-mon[93152]: pgmap v12027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:45.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:45.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:46.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:46.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:46 smithi194 ceph-mon[104785]: pgmap v12028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:46 smithi135 ceph-mon[93152]: pgmap v12028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:47.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:47.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:48.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:48.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:48 smithi194 ceph-mon[104785]: pgmap v12029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:48 smithi135 ceph-mon[93152]: pgmap v12029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:49.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:49.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:50.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:50.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:50.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:50 smithi135 ceph-mon[93152]: pgmap v12030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:50 smithi194 ceph-mon[104785]: pgmap v12030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:51.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:51.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:52.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:52.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:52 smithi194 ceph-mon[104785]: pgmap v12031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:07:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:52 smithi135 ceph-mon[93152]: pgmap v12031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:07:53.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:53.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:54.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:54.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:54.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:54 smithi194 ceph-mon[104785]: pgmap v12032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:54 smithi135 ceph-mon[93152]: pgmap v12032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:55.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:55.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:56.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:56.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:56 smithi194 ceph-mon[104785]: pgmap v12033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:56 smithi135 ceph-mon[93152]: pgmap v12033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:07:57.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:57.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:58.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:58.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:07:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:07:58 smithi194 ceph-mon[104785]: pgmap v12034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:07:58 smithi135 ceph-mon[93152]: pgmap v12034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:07:59.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:07:59.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:00.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:00.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:00 smithi194 ceph-mon[104785]: pgmap v12035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:00 smithi135 ceph-mon[93152]: pgmap v12035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:01.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:01.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:02.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:02.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:02 smithi194 ceph-mon[104785]: pgmap v12036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:08:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:02 smithi135 ceph-mon[93152]: pgmap v12036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:08:03.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:03.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:04.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:04.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:04.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:04 smithi194 ceph-mon[104785]: pgmap v12037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:04 smithi135 ceph-mon[93152]: pgmap v12037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:05.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:05.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:06.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:06.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:06 smithi194 ceph-mon[104785]: pgmap v12038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:06 smithi135 ceph-mon[93152]: pgmap v12038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:07.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:07.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:08.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:08.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:08 smithi194 ceph-mon[104785]: pgmap v12039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:08 smithi135 ceph-mon[93152]: pgmap v12039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:09.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:09.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:10.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:10.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:10 smithi194 ceph-mon[104785]: pgmap v12040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:10 smithi135 ceph-mon[93152]: pgmap v12040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:11.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:11.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:12.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:12.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:12.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:12 smithi194 ceph-mon[104785]: pgmap v12041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:08:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:12 smithi135 ceph-mon[93152]: pgmap v12041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:08:13.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:13.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:14.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:14.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:14 smithi194 ceph-mon[104785]: pgmap v12042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:14 smithi135 ceph-mon[93152]: pgmap v12042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:15.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:15.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:16.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:16.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:16 smithi194 ceph-mon[104785]: pgmap v12043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:16 smithi135 ceph-mon[93152]: pgmap v12043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:17.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:17.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:18.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:18.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:18 smithi194 ceph-mon[104785]: pgmap v12044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:18 smithi135 ceph-mon[93152]: pgmap v12044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:19.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:19.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:20.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:20.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:20.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:20 smithi194 ceph-mon[104785]: pgmap v12045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:20 smithi135 ceph-mon[93152]: pgmap v12045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:21.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:21.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:22.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:22.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:22.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:22 smithi194 ceph-mon[104785]: pgmap v12046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:08:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:22 smithi135 ceph-mon[93152]: pgmap v12046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:08:23.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:23.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:08:23.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:08:24.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:24.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:24 smithi194 ceph-mon[104785]: pgmap v12047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:24 smithi135 ceph-mon[93152]: pgmap v12047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:25.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:25.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:26.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:26.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:26 smithi194 ceph-mon[104785]: pgmap v12048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:26 smithi135 ceph-mon[93152]: pgmap v12048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:27.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:27.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:28.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:28.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:28 smithi194 ceph-mon[104785]: pgmap v12049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:28 smithi135 ceph-mon[93152]: pgmap v12049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:29.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:29.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:30.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:30.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:30 smithi194 ceph-mon[104785]: pgmap v12050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:08:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:08:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:08:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:08:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:08:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:08:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:08:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:30 smithi135 ceph-mon[93152]: pgmap v12050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:08:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:08:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:08:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:08:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:08:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:08:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:08:31.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:31.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:32.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:32.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:32 smithi194 ceph-mon[104785]: pgmap v12051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:08:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:32 smithi135 ceph-mon[93152]: pgmap v12051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:08:33.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:33.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:34.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:34.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:34 smithi194 ceph-mon[104785]: pgmap v12052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:34 smithi135 ceph-mon[93152]: pgmap v12052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:35.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:35.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:36.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:36.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:36 smithi194 ceph-mon[104785]: pgmap v12053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:36 smithi135 ceph-mon[93152]: pgmap v12053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:37.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:37.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:38.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:38.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:38 smithi194 ceph-mon[104785]: pgmap v12054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:38 smithi135 ceph-mon[93152]: pgmap v12054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:39.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:39.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:40.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:40.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:40 smithi194 ceph-mon[104785]: pgmap v12055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:40 smithi135 ceph-mon[93152]: pgmap v12055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:41.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:41.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:42.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:42.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:42 smithi194 ceph-mon[104785]: pgmap v12056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:08:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:42 smithi135 ceph-mon[93152]: pgmap v12056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:08:43.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:43.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:44.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:44.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:44 smithi194 ceph-mon[104785]: pgmap v12057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:44 smithi135 ceph-mon[93152]: pgmap v12057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:45.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:45.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:46.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:46.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:46.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:46 smithi135 ceph-mon[93152]: pgmap v12058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:46 smithi194 ceph-mon[104785]: pgmap v12058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:47.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:47.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:48.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:48.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:48 smithi194 ceph-mon[104785]: pgmap v12059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:48 smithi135 ceph-mon[93152]: pgmap v12059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:49.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:49.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:50.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:50.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:50 smithi194 ceph-mon[104785]: pgmap v12060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:50 smithi135 ceph-mon[93152]: pgmap v12060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:51.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:51.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:52.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:52.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:52.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:52 smithi135 ceph-mon[93152]: pgmap v12061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:08:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:52 smithi194 ceph-mon[104785]: pgmap v12061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:08:53.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:53.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:54.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:54.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:54 smithi135 ceph-mon[93152]: pgmap v12062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:54 smithi194 ceph-mon[104785]: pgmap v12062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:55.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:55.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:56.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:56.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:56 smithi135 ceph-mon[93152]: pgmap v12063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:56 smithi194 ceph-mon[104785]: pgmap v12063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:08:57.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:57.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:58.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:58.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:08:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:08:58 smithi135 ceph-mon[93152]: pgmap v12064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:08:58 smithi194 ceph-mon[104785]: pgmap v12064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:08:59.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:08:59.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:00.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:00.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:00.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:00 smithi135 ceph-mon[93152]: pgmap v12065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:00 smithi194 ceph-mon[104785]: pgmap v12065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:01.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:01.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:02.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:02.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:02.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:02 smithi135 ceph-mon[93152]: pgmap v12066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:09:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:02 smithi194 ceph-mon[104785]: pgmap v12066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:09:03.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:03.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:04.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:04.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:04.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:04 smithi135 ceph-mon[93152]: pgmap v12067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:04.516 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:04 smithi194 ceph-mon[104785]: pgmap v12067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:05.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:05.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:06.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:06.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:06 smithi135 ceph-mon[93152]: pgmap v12068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:06 smithi194 ceph-mon[104785]: pgmap v12068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:07.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:07.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:08.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:08.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:08 smithi135 ceph-mon[93152]: pgmap v12069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:08 smithi194 ceph-mon[104785]: pgmap v12069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:09.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:09.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:10.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:10.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:10 smithi135 ceph-mon[93152]: pgmap v12070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:10 smithi194 ceph-mon[104785]: pgmap v12070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:11.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:11.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:12.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:12.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:12.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:12 smithi135 ceph-mon[93152]: pgmap v12071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:09:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:12 smithi194 ceph-mon[104785]: pgmap v12071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:09:13.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:13.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:14.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:14.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:14.621 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:14 smithi194 ceph-mon[104785]: pgmap v12072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:14 smithi135 ceph-mon[93152]: pgmap v12072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:15.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:15.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:16.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:16.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:16.546 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:16 smithi135 ceph-mon[93152]: pgmap v12073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:16 smithi194 ceph-mon[104785]: pgmap v12073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:17.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:17.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:18.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:18.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:18 smithi194 ceph-mon[104785]: pgmap v12074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:18 smithi135 ceph-mon[93152]: pgmap v12074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:19.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:19.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:20.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:20.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:20 smithi135 ceph-mon[93152]: pgmap v12075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:20 smithi194 ceph-mon[104785]: pgmap v12075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:21.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:21.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:22.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:22.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:22 smithi194 ceph-mon[104785]: pgmap v12076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:09:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:22 smithi135 ceph-mon[93152]: pgmap v12076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:09:23.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:23.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:24.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:24.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:24 smithi194 ceph-mon[104785]: pgmap v12077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:24 smithi135 ceph-mon[93152]: pgmap v12077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:25.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:25.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:26.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:26.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:26.645 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:26 smithi135 ceph-mon[93152]: pgmap v12078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:26.645 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:26 smithi194 ceph-mon[104785]: pgmap v12078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:27.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:27.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:28.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:28.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:28 smithi194 ceph-mon[104785]: pgmap v12079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:28 smithi135 ceph-mon[93152]: pgmap v12079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:29.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:29.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:30.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:30.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:30.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:30 smithi135 ceph-mon[93152]: pgmap v12080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:30 smithi194 ceph-mon[104785]: pgmap v12080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:31.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:31.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:31.694 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:09:31.694 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:31.695 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:31.695 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:31.695 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:31.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:09:31.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:32.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:32.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:32.712 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:32 smithi194 ceph-mon[104785]: pgmap v12081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:09:32.712 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:32.712 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:32.712 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:09:32.713 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:09:32.713 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:32.713 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:09:32.713 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:32 smithi135 ceph-mon[93152]: pgmap v12081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:09:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:09:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:09:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:09:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:09:33.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:33.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:34.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:34.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:34 smithi194 ceph-mon[104785]: pgmap v12082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:34 smithi135 ceph-mon[93152]: pgmap v12082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:35.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:35.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:36.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:36.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:36 smithi194 ceph-mon[104785]: pgmap v12083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:36.744 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:36 smithi135 ceph-mon[93152]: pgmap v12083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:37.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:37.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:38.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:38.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:38 smithi194 ceph-mon[104785]: pgmap v12084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:38 smithi135 ceph-mon[93152]: pgmap v12084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:39.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:39.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:40.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:40.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:40 smithi135 ceph-mon[93152]: pgmap v12085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:40 smithi194 ceph-mon[104785]: pgmap v12085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:41.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:41.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:42.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:42.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:42 smithi194 ceph-mon[104785]: pgmap v12086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:09:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:42 smithi135 ceph-mon[93152]: pgmap v12086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:09:43.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:43.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:44.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:44.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:44 smithi194 ceph-mon[104785]: pgmap v12087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:44 smithi135 ceph-mon[93152]: pgmap v12087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:45.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:45.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:46.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:46.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:46 smithi194 ceph-mon[104785]: pgmap v12088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:46 smithi135 ceph-mon[93152]: pgmap v12088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:47.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:47.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:48.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:48.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:48 smithi194 ceph-mon[104785]: pgmap v12089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:48 smithi135 ceph-mon[93152]: pgmap v12089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:49.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:49.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:50.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:50.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:50 smithi194 ceph-mon[104785]: pgmap v12090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:50 smithi135 ceph-mon[93152]: pgmap v12090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:51.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:51.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:52.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:52.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:52 smithi194 ceph-mon[104785]: pgmap v12091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:09:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:52 smithi135 ceph-mon[93152]: pgmap v12091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:09:53.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:53.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:54.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:54.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:54.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:54 smithi194 ceph-mon[104785]: pgmap v12092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:54 smithi135 ceph-mon[93152]: pgmap v12092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:55.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:55.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:56.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:56.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:56 smithi194 ceph-mon[104785]: pgmap v12093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:56 smithi135 ceph-mon[93152]: pgmap v12093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:09:57.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:57.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:58.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:58.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:09:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:09:58 smithi194 ceph-mon[104785]: pgmap v12094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:09:58 smithi135 ceph-mon[93152]: pgmap v12094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:09:59.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:09:59.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:00.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:00.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:00 smithi194 ceph-mon[104785]: pgmap v12095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T11:10:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:00 smithi135 ceph-mon[93152]: pgmap v12095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T11:10:01.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:01.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:02.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:02.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:02 smithi194 ceph-mon[104785]: pgmap v12096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:10:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:02 smithi135 ceph-mon[93152]: pgmap v12096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:10:03.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:03.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:04.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:04.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:04 smithi194 ceph-mon[104785]: pgmap v12097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:04 smithi135 ceph-mon[93152]: pgmap v12097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:05.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:05.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:06.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:06.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:06 smithi194 ceph-mon[104785]: pgmap v12098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:06 smithi135 ceph-mon[93152]: pgmap v12098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:07.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:07.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:08.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:08.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:08 smithi194 ceph-mon[104785]: pgmap v12099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:08 smithi135 ceph-mon[93152]: pgmap v12099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:09.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:09.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:10 smithi194 ceph-mon[104785]: pgmap v12100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:10.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:10.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:10 smithi135 ceph-mon[93152]: pgmap v12100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:11.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:11.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:12.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:12.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:12 smithi194 ceph-mon[104785]: pgmap v12101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:10:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:12 smithi135 ceph-mon[93152]: pgmap v12101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:10:13.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:13.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:14.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:14.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:14 smithi194 ceph-mon[104785]: pgmap v12102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:14 smithi135 ceph-mon[93152]: pgmap v12102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:15.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:15.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:16.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:16.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:16 smithi194 ceph-mon[104785]: pgmap v12103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:16 smithi135 ceph-mon[93152]: pgmap v12103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:17.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:17.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:18.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:18.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:18 smithi194 ceph-mon[104785]: pgmap v12104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:18 smithi135 ceph-mon[93152]: pgmap v12104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:19.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:19.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:20.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:20.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:20 smithi194 ceph-mon[104785]: pgmap v12105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:20 smithi135 ceph-mon[93152]: pgmap v12105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:21.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:21.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:22.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:22 smithi135 ceph-mon[93152]: pgmap v12106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:10:22.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:22.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:22 smithi194 ceph-mon[104785]: pgmap v12106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:10:23.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:23.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:24.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:24.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:24 smithi194 ceph-mon[104785]: pgmap v12107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:24 smithi135 ceph-mon[93152]: pgmap v12107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:25.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:25.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:26.397 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:26 smithi135 ceph-mon[93152]: pgmap v12108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:26.397 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:26.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:26.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:26 smithi194 ceph-mon[104785]: pgmap v12108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:27.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:27.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:28.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:28.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:28 smithi194 ceph-mon[104785]: pgmap v12109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:28 smithi135 ceph-mon[93152]: pgmap v12109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:29.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:29.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:30.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:30.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:30 smithi194 ceph-mon[104785]: pgmap v12110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:30 smithi135 ceph-mon[93152]: pgmap v12110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:31.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:31.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:32.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:32.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:32 smithi194 ceph-mon[104785]: pgmap v12111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:10:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:10:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:10:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:10:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:10:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:10:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:10:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:32 smithi135 ceph-mon[93152]: pgmap v12111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:10:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:10:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:10:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:10:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:10:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:10:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:10:33.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:33.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:34.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:34.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:34.713 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:34 smithi194 ceph-mon[104785]: pgmap v12112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:35.211 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:34 smithi135 ceph-mon[93152]: pgmap v12112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:35.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:35.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:36.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:36.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:36 smithi194 ceph-mon[104785]: pgmap v12113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:36 smithi135 ceph-mon[93152]: pgmap v12113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:37.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:37.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:38.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:38.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:38 smithi194 ceph-mon[104785]: pgmap v12114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:38 smithi135 ceph-mon[93152]: pgmap v12114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:39.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:39.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:40.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:40.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:40 smithi194 ceph-mon[104785]: pgmap v12115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:40 smithi135 ceph-mon[93152]: pgmap v12115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:41.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:41.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:42.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:42.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:42 smithi194 ceph-mon[104785]: pgmap v12116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:10:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:42 smithi135 ceph-mon[93152]: pgmap v12116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:10:43.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:43.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:44.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:44.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:44 smithi194 ceph-mon[104785]: pgmap v12117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:44 smithi135 ceph-mon[93152]: pgmap v12117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:45.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:45.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:46.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:46.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:46 smithi194 ceph-mon[104785]: pgmap v12118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:46 smithi135 ceph-mon[93152]: pgmap v12118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:47.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:47.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:48.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:48.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:48 smithi194 ceph-mon[104785]: pgmap v12119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:48 smithi135 ceph-mon[93152]: pgmap v12119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:49.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:49.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:50.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:50.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:50.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:50 smithi194 ceph-mon[104785]: pgmap v12120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:50 smithi135 ceph-mon[93152]: pgmap v12120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:51.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:51.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:52.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:52.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:52 smithi194 ceph-mon[104785]: pgmap v12121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:10:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:52 smithi135 ceph-mon[93152]: pgmap v12121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:10:53.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:53.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:54.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:54.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:54 smithi194 ceph-mon[104785]: pgmap v12122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:54 smithi135 ceph-mon[93152]: pgmap v12122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:55.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:55.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:56.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:56.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:56 smithi194 ceph-mon[104785]: pgmap v12123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:56 smithi135 ceph-mon[93152]: pgmap v12123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:10:57.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:57.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:58.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:58.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:10:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:10:58 smithi194 ceph-mon[104785]: pgmap v12124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:10:58 smithi135 ceph-mon[93152]: pgmap v12124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:10:59.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:10:59.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:00.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:00.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:00 smithi194 ceph-mon[104785]: pgmap v12125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:00 smithi135 ceph-mon[93152]: pgmap v12125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:01.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:01.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:02.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:02.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:02 smithi194 ceph-mon[104785]: pgmap v12126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:11:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:02 smithi135 ceph-mon[93152]: pgmap v12126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:11:03.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:03.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:04.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:04.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:04 smithi194 ceph-mon[104785]: pgmap v12127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:04 smithi135 ceph-mon[93152]: pgmap v12127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:05.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:05.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:05.776 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:05 smithi194 ceph-mon[104785]: pgmap v12128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:06.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:05 smithi135 ceph-mon[93152]: pgmap v12128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:06.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:06.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:07.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:07.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:08 smithi135 ceph-mon[93152]: pgmap v12129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:08.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:08.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:08 smithi194 ceph-mon[104785]: pgmap v12129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:09.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:09.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:10 smithi135 ceph-mon[93152]: pgmap v12130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:10.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:10.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:10 smithi194 ceph-mon[104785]: pgmap v12130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:11.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:11.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:12.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:12.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:12.680 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:12 smithi135 ceph-mon[93152]: pgmap v12131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:11:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:12 smithi194 ceph-mon[104785]: pgmap v12131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:11:13.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:13.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:14.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:14.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:14 smithi194 ceph-mon[104785]: pgmap v12132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:14 smithi135 ceph-mon[93152]: pgmap v12132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:15.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:15.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:16.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:16.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:16.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:16 smithi194 ceph-mon[104785]: pgmap v12133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:16 smithi135 ceph-mon[93152]: pgmap v12133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:17.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:17.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:18.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:18.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:18 smithi194 ceph-mon[104785]: pgmap v12134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:18 smithi135 ceph-mon[93152]: pgmap v12134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:19.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:19.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:20 smithi135 ceph-mon[93152]: pgmap v12135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:20.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:20.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:20 smithi194 ceph-mon[104785]: pgmap v12135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:21.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:21.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:22.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:22.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:22 smithi194 ceph-mon[104785]: pgmap v12136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:11:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:22 smithi135 ceph-mon[93152]: pgmap v12136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:11:23.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:23.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:24.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:24.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:24 smithi194 ceph-mon[104785]: pgmap v12137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:24 smithi135 ceph-mon[93152]: pgmap v12137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:25.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:25.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:26.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:26.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:26 smithi194 ceph-mon[104785]: pgmap v12138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:26.761 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:26 smithi135 ceph-mon[93152]: pgmap v12138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:26.761 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:27.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:27.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:28.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:28.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:28 smithi194 ceph-mon[104785]: pgmap v12139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:28 smithi135 ceph-mon[93152]: pgmap v12139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:29.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:29.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:30.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:30 smithi135 ceph-mon[93152]: pgmap v12140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:30.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:30.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:30 smithi194 ceph-mon[104785]: pgmap v12140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:31.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:31.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:32.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:32.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:32.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:32 smithi194 ceph-mon[104785]: pgmap v12141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:11:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:32 smithi135 ceph-mon[93152]: pgmap v12141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:11:33.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:33.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:11:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:11:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:11:33.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:11:33.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:11:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:11:34.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:34.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:34 smithi194 ceph-mon[104785]: pgmap v12142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:11:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:11:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:11:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:11:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:11:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:34 smithi135 ceph-mon[93152]: pgmap v12142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:11:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:11:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:11:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:11:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:11:35.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:35.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:36 smithi194 ceph-mon[104785]: pgmap v12143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:36.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:36.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:36 smithi135 ceph-mon[93152]: pgmap v12143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:37.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:37.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:38.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:38.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:38 smithi194 ceph-mon[104785]: pgmap v12144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:38 smithi135 ceph-mon[93152]: pgmap v12144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:39.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:39.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:40.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:40 smithi135 ceph-mon[93152]: pgmap v12145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:40.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:40.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:40.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:40 smithi194 ceph-mon[104785]: pgmap v12145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:41.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:41.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:42.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:42.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:42 smithi194 ceph-mon[104785]: pgmap v12146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:11:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:42 smithi135 ceph-mon[93152]: pgmap v12146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:11:43.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:43.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:44.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:44.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:44.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:44 smithi194 ceph-mon[104785]: pgmap v12147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:44 smithi135 ceph-mon[93152]: pgmap v12147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:45.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:45.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:46 smithi194 ceph-mon[104785]: pgmap v12148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:46.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:46.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:46 smithi135 ceph-mon[93152]: pgmap v12148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:47.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:47.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:48.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:48.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:48.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:48 smithi194 ceph-mon[104785]: pgmap v12149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:48 smithi135 ceph-mon[93152]: pgmap v12149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:49.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:49.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:50 smithi194 ceph-mon[104785]: pgmap v12150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:50.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:50.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:50 smithi135 ceph-mon[93152]: pgmap v12150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:51.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:51.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:52 smithi194 ceph-mon[104785]: pgmap v12151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:11:52.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:52.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:52 smithi135 ceph-mon[93152]: pgmap v12151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:11:53.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:53.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:54 smithi194 ceph-mon[104785]: pgmap v12152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:54.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:54.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:54 smithi135 ceph-mon[93152]: pgmap v12152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:55.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:55.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:56 smithi194 ceph-mon[104785]: pgmap v12153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:56.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:56.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:56 smithi135 ceph-mon[93152]: pgmap v12153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:11:57.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:57.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:11:58 smithi135 ceph-mon[93152]: pgmap v12154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:11:58 smithi194 ceph-mon[104785]: pgmap v12154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:11:58.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:58.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:11:59.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:11:59.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:00 smithi194 ceph-mon[104785]: pgmap v12155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:00.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:00.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:00 smithi135 ceph-mon[93152]: pgmap v12155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:01.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:01.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:02 smithi194 ceph-mon[104785]: pgmap v12156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:12:02.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:02.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:02 smithi135 ceph-mon[93152]: pgmap v12156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:12:03.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:03.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:04.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:04 smithi194 ceph-mon[104785]: pgmap v12157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:04.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:04.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:04 smithi135 ceph-mon[93152]: pgmap v12157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:05.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:05.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:06 smithi194 ceph-mon[104785]: pgmap v12158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:06.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:06.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:06 smithi135 ceph-mon[93152]: pgmap v12158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:07.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:07.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:08 smithi135 ceph-mon[93152]: pgmap v12159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:08 smithi194 ceph-mon[104785]: pgmap v12159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:08.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:08.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:09.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:09.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:10 smithi194 ceph-mon[104785]: pgmap v12160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:10.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:10.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:10 smithi135 ceph-mon[93152]: pgmap v12160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:11.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:11.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:12 smithi194 ceph-mon[104785]: pgmap v12161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:12:12.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:12.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:12 smithi135 ceph-mon[93152]: pgmap v12161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:12:13.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:13.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:14 smithi194 ceph-mon[104785]: pgmap v12162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:14.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:14.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:14 smithi135 ceph-mon[93152]: pgmap v12162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:15.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:15.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:16 smithi194 ceph-mon[104785]: pgmap v12163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:16.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:16.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:16 smithi135 ceph-mon[93152]: pgmap v12163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:17.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:17.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:18 smithi194 ceph-mon[104785]: pgmap v12164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:18.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:18.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:18 smithi135 ceph-mon[93152]: pgmap v12164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:19.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:19.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:20 smithi194 ceph-mon[104785]: pgmap v12165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:20 smithi135 ceph-mon[93152]: pgmap v12165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:20.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:20.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:21.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:21.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:22 smithi194 ceph-mon[104785]: pgmap v12166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:12:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:22 smithi135 ceph-mon[93152]: pgmap v12166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:12:22.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:22.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:23.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:23.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:24 smithi194 ceph-mon[104785]: pgmap v12167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:24 smithi135 ceph-mon[93152]: pgmap v12167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:24.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:24.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:25.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:25.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:26 smithi194 ceph-mon[104785]: pgmap v12168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:26 smithi135 ceph-mon[93152]: pgmap v12168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:26.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:26.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:27.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:27.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:28 smithi194 ceph-mon[104785]: pgmap v12169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:28 smithi135 ceph-mon[93152]: pgmap v12169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:28.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:28.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:29.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:29.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:30 smithi194 ceph-mon[104785]: pgmap v12170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:30 smithi135 ceph-mon[93152]: pgmap v12170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:30.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:30.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:31.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:31.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:32 smithi194 ceph-mon[104785]: pgmap v12171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:12:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:32 smithi135 ceph-mon[93152]: pgmap v12171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:12:32.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:32.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:33.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:33.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:34 smithi194 ceph-mon[104785]: pgmap v12172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:12:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:12:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:12:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:12:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:12:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:12:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:34 smithi135 ceph-mon[93152]: pgmap v12172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:12:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:12:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:12:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:12:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:12:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:12:34.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:34.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:35.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:35.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:36 smithi194 ceph-mon[104785]: pgmap v12173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:36 smithi135 ceph-mon[93152]: pgmap v12173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:36.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:36.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:37.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:37.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:38 smithi194 ceph-mon[104785]: pgmap v12174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:38 smithi135 ceph-mon[93152]: pgmap v12174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:38.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:38.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:39.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:39.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:40 smithi194 ceph-mon[104785]: pgmap v12175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:40 smithi135 ceph-mon[93152]: pgmap v12175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:40.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:40.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:41.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:41.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:42.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:42 smithi194 ceph-mon[104785]: pgmap v12176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:12:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:42 smithi135 ceph-mon[93152]: pgmap v12176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:12:42.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:42.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:43.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:43.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:44.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:44 smithi194 ceph-mon[104785]: pgmap v12177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:44 smithi135 ceph-mon[93152]: pgmap v12177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:44.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:44.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:45.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:45.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:46 smithi194 ceph-mon[104785]: pgmap v12178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:46 smithi135 ceph-mon[93152]: pgmap v12178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:46.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:46.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:47.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:47.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:48 smithi194 ceph-mon[104785]: pgmap v12179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:48 smithi135 ceph-mon[93152]: pgmap v12179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:48.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:48.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:49.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:49.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:50.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:50 smithi194 ceph-mon[104785]: pgmap v12180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:50 smithi135 ceph-mon[93152]: pgmap v12180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:50.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:50.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:51.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:51.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:52.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:52 smithi194 ceph-mon[104785]: pgmap v12181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:12:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:52 smithi135 ceph-mon[93152]: pgmap v12181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:12:52.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:52.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:53.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:53.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:54 smithi194 ceph-mon[104785]: pgmap v12182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:54 smithi135 ceph-mon[93152]: pgmap v12182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:54.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:54.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:55.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:55.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:56 smithi194 ceph-mon[104785]: pgmap v12183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:56 smithi135 ceph-mon[93152]: pgmap v12183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:12:56.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:56.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:57.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:57.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:12:58 smithi194 ceph-mon[104785]: pgmap v12184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:58.733 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:12:58 smithi135 ceph-mon[93152]: pgmap v12184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:12:58.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:58.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:12:59.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:12:59.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:00 smithi135 ceph-mon[93152]: pgmap v12185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:00.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:00.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:00 smithi194 ceph-mon[104785]: pgmap v12185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:01.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:01.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:02 smithi135 ceph-mon[93152]: pgmap v12186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:13:02.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:02.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:02 smithi194 ceph-mon[104785]: pgmap v12186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:13:03.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:03.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:04 smithi135 ceph-mon[93152]: pgmap v12187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:04.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:04.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:04 smithi194 ceph-mon[104785]: pgmap v12187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:05.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:05.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:06 smithi135 ceph-mon[93152]: pgmap v12188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:06.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:06.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:06 smithi194 ceph-mon[104785]: pgmap v12188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:07.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:07.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:08 smithi135 ceph-mon[93152]: pgmap v12189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:08.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:08.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:08 smithi194 ceph-mon[104785]: pgmap v12189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:09.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:09.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:10 smithi135 ceph-mon[93152]: pgmap v12190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:10.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:10.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:10 smithi194 ceph-mon[104785]: pgmap v12190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:11.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:11.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:11.957 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:12 smithi135 ceph-mon[93152]: pgmap v12191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:13:12.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:12.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:12.957 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:12 smithi194 ceph-mon[104785]: pgmap v12191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:13:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:13 smithi135 ceph-mon[93152]: pgmap v12192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:13.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:13.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:13 smithi194 ceph-mon[104785]: pgmap v12192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:14.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:14.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:15.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:15.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:15 smithi194 ceph-mon[104785]: pgmap v12193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:16.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:15 smithi135 ceph-mon[93152]: pgmap v12193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:16.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:16.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:17.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:17.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:18 smithi194 ceph-mon[104785]: pgmap v12194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:18 smithi135 ceph-mon[93152]: pgmap v12194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:18.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:18.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:19.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:19.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:20 smithi135 ceph-mon[93152]: pgmap v12195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:20 smithi194 ceph-mon[104785]: pgmap v12195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:20.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:20.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:21.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:21.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:22 smithi194 ceph-mon[104785]: pgmap v12196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:13:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:22 smithi135 ceph-mon[93152]: pgmap v12196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:13:22.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:22.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:23.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:23.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:24.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:24 smithi194 ceph-mon[104785]: pgmap v12197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:24 smithi135 ceph-mon[93152]: pgmap v12197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:24.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:24.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:25.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:25.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:26 smithi194 ceph-mon[104785]: pgmap v12198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:26 smithi135 ceph-mon[93152]: pgmap v12198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:26.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:26.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:27.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:27.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:28 smithi194 ceph-mon[104785]: pgmap v12199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:28 smithi135 ceph-mon[93152]: pgmap v12199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:28.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:28.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:29.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:29.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:30 smithi135 ceph-mon[93152]: pgmap v12200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:30.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:30 smithi194 ceph-mon[104785]: pgmap v12200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:30.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:30.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:31.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:31.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:32.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:32 smithi194 ceph-mon[104785]: pgmap v12201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:13:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:32 smithi135 ceph-mon[93152]: pgmap v12201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:13:32.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:32.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:33.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:33.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:34 smithi135 ceph-mon[93152]: pgmap v12202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:13:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:34 smithi194 ceph-mon[104785]: pgmap v12202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:13:34.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:34.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:35.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:35.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:36 smithi135 ceph-mon[93152]: pgmap v12203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:36 smithi194 ceph-mon[104785]: pgmap v12203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:36.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:36.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:37.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:37.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:38 smithi194 ceph-mon[104785]: pgmap v12204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:38 smithi135 ceph-mon[93152]: pgmap v12204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:38.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:38.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:39.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:39.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: pgmap v12205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1558M 2023-10-08T11:13:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:13:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:13:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:39.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:13:39.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: pgmap v12205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:40.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:13:40.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1558M 2023-10-08T11:13:40.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:40.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:13:40.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:13:40.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:40.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:13:40.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:13:40.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:40.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:40.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:41.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:41.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:42.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:42 smithi194 ceph-mon[104785]: pgmap v12206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:13:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:42 smithi135 ceph-mon[93152]: pgmap v12206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:13:42.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:42.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:43.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:43.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:44.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:44 smithi135 ceph-mon[93152]: pgmap v12207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:44 smithi194 ceph-mon[104785]: pgmap v12207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:44.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:44.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:45.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:45.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:46 smithi194 ceph-mon[104785]: pgmap v12208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:46 smithi135 ceph-mon[93152]: pgmap v12208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:46.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:46.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:47.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:47.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:48.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:48 smithi194 ceph-mon[104785]: pgmap v12209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:48 smithi135 ceph-mon[93152]: pgmap v12209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:48.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:48.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:49.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:49.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:50 smithi135 ceph-mon[93152]: pgmap v12210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:50.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:50 smithi194 ceph-mon[104785]: pgmap v12210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:50.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:50.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:51.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:51.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:52 smithi194 ceph-mon[104785]: pgmap v12211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:13:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:52 smithi135 ceph-mon[93152]: pgmap v12211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:13:52.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:52.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:53.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:53.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:54 smithi194 ceph-mon[104785]: pgmap v12212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:54 smithi135 ceph-mon[93152]: pgmap v12212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:54.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:54.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:55.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:55.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:56 smithi194 ceph-mon[104785]: pgmap v12213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:56 smithi135 ceph-mon[93152]: pgmap v12213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:13:56.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:56.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:57.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:57.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:13:58 smithi194 ceph-mon[104785]: pgmap v12214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:13:58 smithi135 ceph-mon[93152]: pgmap v12214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:13:58.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:58.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:13:59.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:13:59.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:00 smithi194 ceph-mon[104785]: pgmap v12215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:00 smithi135 ceph-mon[93152]: pgmap v12215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:00.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:00.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:01.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:01.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:02.617 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:02 smithi194 ceph-mon[104785]: pgmap v12216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:02 smithi135 ceph-mon[93152]: pgmap v12216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:02.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:02.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:03.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:03.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:04 smithi194 ceph-mon[104785]: pgmap v12217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:04 smithi135 ceph-mon[93152]: pgmap v12217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:04.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:04.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:05.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:05.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:06 smithi194 ceph-mon[104785]: pgmap v12218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:06 smithi135 ceph-mon[93152]: pgmap v12218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:06.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:06.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:07.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:07.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:08 smithi194 ceph-mon[104785]: pgmap v12219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:08 smithi135 ceph-mon[93152]: pgmap v12219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:08.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:08.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:09.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:09.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:10 smithi194 ceph-mon[104785]: pgmap v12220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:10 smithi135 ceph-mon[93152]: pgmap v12220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:10.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:10.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:11.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:11.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:12 smithi194 ceph-mon[104785]: pgmap v12221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:12 smithi135 ceph-mon[93152]: pgmap v12221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:12.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:12.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:13.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:13.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:14 smithi194 ceph-mon[104785]: pgmap v12222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:14 smithi135 ceph-mon[93152]: pgmap v12222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:14.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:14.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:15.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:15.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:16 smithi194 ceph-mon[104785]: pgmap v12223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:16 smithi135 ceph-mon[93152]: pgmap v12223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:16.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:16.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:17.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:17.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:18 smithi194 ceph-mon[104785]: pgmap v12224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:18 smithi135 ceph-mon[93152]: pgmap v12224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:18.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:18.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:19.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:19.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:20 smithi194 ceph-mon[104785]: pgmap v12225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:20 smithi135 ceph-mon[93152]: pgmap v12225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:20.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:20.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:21.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:21.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:22 smithi194 ceph-mon[104785]: pgmap v12226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:22 smithi135 ceph-mon[93152]: pgmap v12226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:22.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:22.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:23.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:23.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:24 smithi194 ceph-mon[104785]: pgmap v12227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:24 smithi135 ceph-mon[93152]: pgmap v12227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:24.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:24.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:25.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:25.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:26 smithi194 ceph-mon[104785]: pgmap v12228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:26 smithi135 ceph-mon[93152]: pgmap v12228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:26.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:26.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:27.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:27.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:28 smithi194 ceph-mon[104785]: pgmap v12229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:28 smithi135 ceph-mon[93152]: pgmap v12229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:28.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:28.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:29.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:29.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:30 smithi194 ceph-mon[104785]: pgmap v12230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:30 smithi135 ceph-mon[93152]: pgmap v12230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:30.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:30.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:31.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:31.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:32 smithi194 ceph-mon[104785]: pgmap v12231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:32 smithi135 ceph-mon[93152]: pgmap v12231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:32.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:32.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:33.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:33.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:34.672 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:34 smithi135 ceph-mon[93152]: pgmap v12232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:34 smithi194 ceph-mon[104785]: pgmap v12232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:34.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:34.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:35.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:35.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:36 smithi194 ceph-mon[104785]: pgmap v12233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:36 smithi135 ceph-mon[93152]: pgmap v12233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:36.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:36.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:37.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:37.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:38 smithi194 ceph-mon[104785]: pgmap v12234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:38 smithi135 ceph-mon[93152]: pgmap v12234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:38.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:38.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:14:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:14:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:14:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:14:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:14:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:14:39.722 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:14:39.722 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:14:39.722 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:14:39.722 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:14:39.722 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:14:39.722 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:14:39.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:39.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:40 smithi194 ceph-mon[104785]: pgmap v12235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:40 smithi135 ceph-mon[93152]: pgmap v12235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:40.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:40.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:41.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:41.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:42 smithi194 ceph-mon[104785]: pgmap v12236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:42 smithi135 ceph-mon[93152]: pgmap v12236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:42.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:42.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:43.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:43.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:44 smithi194 ceph-mon[104785]: pgmap v12237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:44 smithi135 ceph-mon[93152]: pgmap v12237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:44.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:44.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:45.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:45.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:46.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:46 smithi194 ceph-mon[104785]: pgmap v12238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:46 smithi135 ceph-mon[93152]: pgmap v12238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:46.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:46.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:47.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:47.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:48 smithi194 ceph-mon[104785]: pgmap v12239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:48.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:48 smithi135 ceph-mon[93152]: pgmap v12239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:48.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:48.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:49.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:49.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:50 smithi194 ceph-mon[104785]: pgmap v12240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:50 smithi135 ceph-mon[93152]: pgmap v12240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:14:51.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:51.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:52.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:52.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:52 smithi194 ceph-mon[104785]: pgmap v12241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:52 smithi135 ceph-mon[93152]: pgmap v12241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:53.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:53.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:54.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:54.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:54 smithi194 ceph-mon[104785]: pgmap v12242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:54 smithi135 ceph-mon[93152]: pgmap v12242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:55.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:55.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:56.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:56.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:56 smithi194 ceph-mon[104785]: pgmap v12243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:56 smithi135 ceph-mon[93152]: pgmap v12243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:14:57.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:57.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:58.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:58.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:14:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:14:58 smithi194 ceph-mon[104785]: pgmap v12244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:14:58 smithi135 ceph-mon[93152]: pgmap v12244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:14:59.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:14:59.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:00.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:00.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:00 smithi194 ceph-mon[104785]: pgmap v12245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:15:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:00 smithi135 ceph-mon[93152]: pgmap v12245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:15:01.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:01.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:02.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:02.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:02 smithi194 ceph-mon[104785]: pgmap v12246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:02 smithi135 ceph-mon[93152]: pgmap v12246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:03.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:03.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:04.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:04.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:04 smithi194 ceph-mon[104785]: pgmap v12247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:04 smithi135 ceph-mon[93152]: pgmap v12247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:05.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:05.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:06.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:06.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:06 smithi194 ceph-mon[104785]: pgmap v12248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:06 smithi135 ceph-mon[93152]: pgmap v12248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:07.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:07.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:08.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:08.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:08 smithi194 ceph-mon[104785]: pgmap v12249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:08 smithi135 ceph-mon[93152]: pgmap v12249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:09.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:09.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:10.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:10.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:10 smithi194 ceph-mon[104785]: pgmap v12250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:15:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:10 smithi135 ceph-mon[93152]: pgmap v12250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:15:11.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:11.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:12.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:12.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:12 smithi135 ceph-mon[93152]: pgmap v12251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:12.957 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:12 smithi194 ceph-mon[104785]: pgmap v12251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:13.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:13.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:14.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:14.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:14 smithi135 ceph-mon[93152]: pgmap v12252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:14 smithi194 ceph-mon[104785]: pgmap v12252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:15.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:15.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:16.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:16.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:16 smithi135 ceph-mon[93152]: pgmap v12253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:16 smithi194 ceph-mon[104785]: pgmap v12253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:17.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:17.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:18.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:18.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:18 smithi194 ceph-mon[104785]: pgmap v12254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:18 smithi135 ceph-mon[93152]: pgmap v12254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:19.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:19.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:20.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:20.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:20 smithi135 ceph-mon[93152]: pgmap v12255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:15:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:20 smithi194 ceph-mon[104785]: pgmap v12255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:15:21.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:21.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:22.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:22.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:22 smithi135 ceph-mon[93152]: pgmap v12256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:22 smithi194 ceph-mon[104785]: pgmap v12256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:23.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:23.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:24.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:24.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:24 smithi135 ceph-mon[93152]: pgmap v12257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:24 smithi194 ceph-mon[104785]: pgmap v12257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:25.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:25.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:26.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:26.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:26 smithi135 ceph-mon[93152]: pgmap v12258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:26 smithi194 ceph-mon[104785]: pgmap v12258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:27.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:27.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:28.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:28.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:28 smithi135 ceph-mon[93152]: pgmap v12259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:28 smithi194 ceph-mon[104785]: pgmap v12259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:29.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:29.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:30.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:30.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:30 smithi135 ceph-mon[93152]: pgmap v12260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:15:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:30 smithi194 ceph-mon[104785]: pgmap v12260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:15:31.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:31.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:32.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:32.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:32 smithi135 ceph-mon[93152]: pgmap v12261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:32 smithi194 ceph-mon[104785]: pgmap v12261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:33.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:33.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:34.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:34.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:34 smithi135 ceph-mon[93152]: pgmap v12262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:34 smithi194 ceph-mon[104785]: pgmap v12262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:35.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:35.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:36.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:36.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:36 smithi135 ceph-mon[93152]: pgmap v12263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:36 smithi194 ceph-mon[104785]: pgmap v12263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:37.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:37.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:38.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:38.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:38 smithi135 ceph-mon[93152]: pgmap v12264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:38 smithi194 ceph-mon[104785]: pgmap v12264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:39.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:39.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:39.957 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:15:40.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:15:40.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:40.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:40 smithi135 ceph-mon[93152]: pgmap v12265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:15:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:15:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:15:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:15:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:15:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:15:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:40 smithi194 ceph-mon[104785]: pgmap v12265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:15:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:15:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:15:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:15:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:15:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:15:41.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:41.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:41 smithi194 ceph-mon[104785]: pgmap v12266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:41 smithi135 ceph-mon[93152]: pgmap v12266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:42.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:42.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:43.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:43.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:43 smithi194 ceph-mon[104785]: pgmap v12267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:44.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:43 smithi135 ceph-mon[93152]: pgmap v12267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:44.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:44.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:45.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:45.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:45 smithi194 ceph-mon[104785]: pgmap v12268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:46.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:45 smithi135 ceph-mon[93152]: pgmap v12268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:46.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:46.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:47.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:47.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:48.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:48.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:48 smithi194 ceph-mon[104785]: pgmap v12269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:48 smithi135 ceph-mon[93152]: pgmap v12269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:49.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:49.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:50.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:50.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:50 smithi135 ceph-mon[93152]: pgmap v12270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:15:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:50 smithi194 ceph-mon[104785]: pgmap v12270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:15:51.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:51.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:52.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:52.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:52 smithi194 ceph-mon[104785]: pgmap v12271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:52 smithi135 ceph-mon[93152]: pgmap v12271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:53.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:53.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:54.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:54.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:54 smithi194 ceph-mon[104785]: pgmap v12272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:54 smithi135 ceph-mon[93152]: pgmap v12272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:55.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:55.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:56.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:56.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:56 smithi194 ceph-mon[104785]: pgmap v12273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:56 smithi135 ceph-mon[93152]: pgmap v12273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:15:57.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:57.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:58.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:58.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:15:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:15:58 smithi194 ceph-mon[104785]: pgmap v12274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:15:58 smithi135 ceph-mon[93152]: pgmap v12274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:15:59.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:15:59.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:00.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:00.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:00 smithi194 ceph-mon[104785]: pgmap v12275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:16:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:00 smithi135 ceph-mon[93152]: pgmap v12275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:16:01.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:01.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:02.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:02.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:02 smithi194 ceph-mon[104785]: pgmap v12276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:02 smithi135 ceph-mon[93152]: pgmap v12276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:03.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:03.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:04.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:04.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:04 smithi194 ceph-mon[104785]: pgmap v12277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:04 smithi135 ceph-mon[93152]: pgmap v12277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:05.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:05.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:06.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:06.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:06 smithi194 ceph-mon[104785]: pgmap v12278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:06 smithi135 ceph-mon[93152]: pgmap v12278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:07.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:07.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:08.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:08.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:08 smithi194 ceph-mon[104785]: pgmap v12279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:08 smithi135 ceph-mon[93152]: pgmap v12279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:09.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:09.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:10.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:10.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:10 smithi194 ceph-mon[104785]: pgmap v12280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:16:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:10 smithi135 ceph-mon[93152]: pgmap v12280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:16:11.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:11.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:11.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:12.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:12.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:12 smithi194 ceph-mon[104785]: pgmap v12281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:12 smithi135 ceph-mon[93152]: pgmap v12281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:13.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:13.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:14.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:14.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:14 smithi194 ceph-mon[104785]: pgmap v12282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:14.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:14 smithi135 ceph-mon[93152]: pgmap v12282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:15.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:15.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:16.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:16.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:16 smithi194 ceph-mon[104785]: pgmap v12283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:16 smithi135 ceph-mon[93152]: pgmap v12283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:17.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:17.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:18.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:18.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:18 smithi194 ceph-mon[104785]: pgmap v12284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:18 smithi135 ceph-mon[93152]: pgmap v12284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:19.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:19.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:20.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:20.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:20.701 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:20 smithi135 ceph-mon[93152]: pgmap v12285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:16:20.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:20 smithi194 ceph-mon[104785]: pgmap v12285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:16:21.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:21.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:22.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:22.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:22 smithi194 ceph-mon[104785]: pgmap v12286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:22 smithi135 ceph-mon[93152]: pgmap v12286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:23.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:23.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:24.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:24.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:24 smithi194 ceph-mon[104785]: pgmap v12287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:24 smithi135 ceph-mon[93152]: pgmap v12287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:25.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:25.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:26.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:26.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:26 smithi194 ceph-mon[104785]: pgmap v12288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:26 smithi135 ceph-mon[93152]: pgmap v12288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:27.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:27.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:28.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:28.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:28 smithi194 ceph-mon[104785]: pgmap v12289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:28 smithi135 ceph-mon[93152]: pgmap v12289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:29.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:29.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:30.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:30.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:30 smithi194 ceph-mon[104785]: pgmap v12290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:16:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:30 smithi135 ceph-mon[93152]: pgmap v12290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:16:31.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:31.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:32.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:32.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:32 smithi194 ceph-mon[104785]: pgmap v12291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:32 smithi135 ceph-mon[93152]: pgmap v12291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:33.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:33.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:34.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:34.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:34 smithi194 ceph-mon[104785]: pgmap v12292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:34 smithi135 ceph-mon[93152]: pgmap v12292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:35.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:35.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:36.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:36.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:36 smithi194 ceph-mon[104785]: pgmap v12293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:36 smithi135 ceph-mon[93152]: pgmap v12293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:37.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:37.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:38.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:38.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:38 smithi194 ceph-mon[104785]: pgmap v12294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:38 smithi135 ceph-mon[93152]: pgmap v12294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:39.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:39.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:40.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:40.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:40 smithi194 ceph-mon[104785]: pgmap v12295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:16:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:16:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:40 smithi135 ceph-mon[93152]: pgmap v12295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:16:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:16:41.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:41.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:42.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:42.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:42 smithi194 ceph-mon[104785]: pgmap v12296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:42 smithi135 ceph-mon[93152]: pgmap v12296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:43.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:43.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:44.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:44.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:44 smithi194 ceph-mon[104785]: pgmap v12297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:44 smithi135 ceph-mon[93152]: pgmap v12297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:45.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:45.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:46.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:45 smithi135 ceph-mon[93152]: pgmap v12298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:46.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:16:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:16:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:16:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:16:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:16:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:16:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:16:46.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:46.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:45 smithi194 ceph-mon[104785]: pgmap v12298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:16:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:16:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:16:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:16:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:16:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:16:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:16:47.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:47.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:48.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:48.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:48 smithi194 ceph-mon[104785]: pgmap v12299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:48 smithi135 ceph-mon[93152]: pgmap v12299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:49.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:49.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:50.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:50.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:50 smithi194 ceph-mon[104785]: pgmap v12300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:16:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:50 smithi135 ceph-mon[93152]: pgmap v12300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:16:51.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:51.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:52.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:52.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:52 smithi194 ceph-mon[104785]: pgmap v12301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:52 smithi135 ceph-mon[93152]: pgmap v12301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:53.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:53.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:54.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:54.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:54 smithi194 ceph-mon[104785]: pgmap v12302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:54.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:54 smithi135 ceph-mon[93152]: pgmap v12302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:55.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:55.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:56.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:56.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:56 smithi194 ceph-mon[104785]: pgmap v12303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:56 smithi135 ceph-mon[93152]: pgmap v12303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:16:57.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:57.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:58.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:58.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:16:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:16:58 smithi194 ceph-mon[104785]: pgmap v12304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:16:58 smithi135 ceph-mon[93152]: pgmap v12304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:16:59.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:16:59.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:00.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:00.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:00 smithi194 ceph-mon[104785]: pgmap v12305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:17:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:00 smithi135 ceph-mon[93152]: pgmap v12305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:17:01.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:01.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:02.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:02.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:02 smithi194 ceph-mon[104785]: pgmap v12306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:02 smithi135 ceph-mon[93152]: pgmap v12306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:03.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:03.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:04.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:04.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:04 smithi194 ceph-mon[104785]: pgmap v12307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:04 smithi135 ceph-mon[93152]: pgmap v12307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:05.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:05.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:06.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:06.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:06 smithi135 ceph-mon[93152]: pgmap v12308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:06 smithi194 ceph-mon[104785]: pgmap v12308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:07.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:07.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:08.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:08.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:08 smithi194 ceph-mon[104785]: pgmap v12309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:08 smithi135 ceph-mon[93152]: pgmap v12309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:09.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:09.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:10.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:10.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:10 smithi194 ceph-mon[104785]: pgmap v12310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:17:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:10 smithi135 ceph-mon[93152]: pgmap v12310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:17:11.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:11.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:12.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:12.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:12 smithi194 ceph-mon[104785]: pgmap v12311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:12 smithi135 ceph-mon[93152]: pgmap v12311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:13.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:13.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:14.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:14.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:14 smithi194 ceph-mon[104785]: pgmap v12312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:14 smithi135 ceph-mon[93152]: pgmap v12312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:15.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:15.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:16.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:16.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:16 smithi135 ceph-mon[93152]: pgmap v12313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:16 smithi194 ceph-mon[104785]: pgmap v12313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:17.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:17.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:18.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:18.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:18 smithi194 ceph-mon[104785]: pgmap v12314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:18 smithi135 ceph-mon[93152]: pgmap v12314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:19.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:19.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:20.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:20.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:20 smithi194 ceph-mon[104785]: pgmap v12315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:17:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:20 smithi135 ceph-mon[93152]: pgmap v12315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:17:21.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:21.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:22.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:22.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:22 smithi194 ceph-mon[104785]: pgmap v12316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:22 smithi135 ceph-mon[93152]: pgmap v12316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:23.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:23.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:24.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:24.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:24 smithi194 ceph-mon[104785]: pgmap v12317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:24 smithi135 ceph-mon[93152]: pgmap v12317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:25.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:25.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:26.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:26.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:26 smithi194 ceph-mon[104785]: pgmap v12318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:26 smithi135 ceph-mon[93152]: pgmap v12318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:27.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:27.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:28.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:28.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:28 smithi194 ceph-mon[104785]: pgmap v12319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:28 smithi135 ceph-mon[93152]: pgmap v12319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:29.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:29.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:30.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:30.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:30 smithi194 ceph-mon[104785]: pgmap v12320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:17:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:30 smithi135 ceph-mon[93152]: pgmap v12320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:17:31.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:31.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:32.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:32.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:32 smithi194 ceph-mon[104785]: pgmap v12321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:32 smithi135 ceph-mon[93152]: pgmap v12321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:33.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:33.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:34.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:34.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:34 smithi194 ceph-mon[104785]: pgmap v12322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:34 smithi135 ceph-mon[93152]: pgmap v12322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:35.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:35.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:36.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:36.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:36 smithi194 ceph-mon[104785]: pgmap v12323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:36 smithi135 ceph-mon[93152]: pgmap v12323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:37.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:37.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:38.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:38.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:38 smithi194 ceph-mon[104785]: pgmap v12324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:38 smithi135 ceph-mon[93152]: pgmap v12324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:39.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:39.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:40.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:40.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:40 smithi194 ceph-mon[104785]: pgmap v12325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:17:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:40 smithi135 ceph-mon[93152]: pgmap v12325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:17:41.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:41.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:42.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:42.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:42 smithi194 ceph-mon[104785]: pgmap v12326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:42 smithi135 ceph-mon[93152]: pgmap v12326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:43.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:43.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:44.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:44.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:44 smithi194 ceph-mon[104785]: pgmap v12327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:44 smithi135 ceph-mon[93152]: pgmap v12327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:45.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:45.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:17:45.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:17:46.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:46.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:46 smithi194 ceph-mon[104785]: pgmap v12328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:17:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:17:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:17:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:17:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:17:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:46 smithi135 ceph-mon[93152]: pgmap v12328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:17:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:17:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:17:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:17:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:17:47.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:47.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:48.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:48.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:48 smithi194 ceph-mon[104785]: pgmap v12329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:48 smithi135 ceph-mon[93152]: pgmap v12329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:49.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:49.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:50.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:50.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:50 smithi135 ceph-mon[93152]: pgmap v12330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:17:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:50 smithi194 ceph-mon[104785]: pgmap v12330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:17:51.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:51.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:52.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:52.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:52 smithi135 ceph-mon[93152]: pgmap v12331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:52 smithi194 ceph-mon[104785]: pgmap v12331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:53.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:53.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:54.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:54.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:54 smithi135 ceph-mon[93152]: pgmap v12332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:54 smithi194 ceph-mon[104785]: pgmap v12332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:55.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:55.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:56.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:56.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:56 smithi135 ceph-mon[93152]: pgmap v12333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:56.957 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:56 smithi194 ceph-mon[104785]: pgmap v12333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:17:57.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:57.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:58.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:58.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:17:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:17:58 smithi135 ceph-mon[93152]: pgmap v12334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:17:58 smithi194 ceph-mon[104785]: pgmap v12334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:17:59.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:17:59.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:00.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:00.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:00 smithi135 ceph-mon[93152]: pgmap v12335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:18:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:00 smithi194 ceph-mon[104785]: pgmap v12335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:18:01.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:01.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:02.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:02.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:02 smithi135 ceph-mon[93152]: pgmap v12336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:02 smithi194 ceph-mon[104785]: pgmap v12336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:03.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:03.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:04.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:04.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:04 smithi135 ceph-mon[93152]: pgmap v12337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:04 smithi194 ceph-mon[104785]: pgmap v12337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:05.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:05.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:06.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:06.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:06 smithi135 ceph-mon[93152]: pgmap v12338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:06 smithi194 ceph-mon[104785]: pgmap v12338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:07.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:07.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:08.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:08.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:08 smithi135 ceph-mon[93152]: pgmap v12339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:08 smithi194 ceph-mon[104785]: pgmap v12339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:09.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:09.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:10.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:10.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:10 smithi135 ceph-mon[93152]: pgmap v12340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:18:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:10 smithi194 ceph-mon[104785]: pgmap v12340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:18:11.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:11.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:11.966 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:12.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:12.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:12 smithi135 ceph-mon[93152]: pgmap v12341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:12 smithi194 ceph-mon[104785]: pgmap v12341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:13.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:13.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:14.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:14.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:14 smithi135 ceph-mon[93152]: pgmap v12342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:14 smithi194 ceph-mon[104785]: pgmap v12342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:15.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:15.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:16.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:16.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:16.826 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:16 smithi135 ceph-mon[93152]: pgmap v12343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:16 smithi194 ceph-mon[104785]: pgmap v12343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:17.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:17.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:18.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:18.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:18 smithi194 ceph-mon[104785]: pgmap v12344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:18 smithi135 ceph-mon[93152]: pgmap v12344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:19.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:19.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:20.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:20.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:20 smithi194 ceph-mon[104785]: pgmap v12345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:18:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:20 smithi135 ceph-mon[93152]: pgmap v12345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:18:21.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:21.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:22.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:22.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:22 smithi194 ceph-mon[104785]: pgmap v12346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:22 smithi135 ceph-mon[93152]: pgmap v12346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:23.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:23.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:24.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:24.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:24 smithi194 ceph-mon[104785]: pgmap v12347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:24 smithi135 ceph-mon[93152]: pgmap v12347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:25.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:25.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:26.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:26.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:26.924 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:26 smithi135 ceph-mon[93152]: pgmap v12348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:26.924 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:26 smithi194 ceph-mon[104785]: pgmap v12348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:27.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:27.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:28.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:28.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:28 smithi194 ceph-mon[104785]: pgmap v12349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:28 smithi135 ceph-mon[93152]: pgmap v12349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:29.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:29.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:30.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:30.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:30 smithi194 ceph-mon[104785]: pgmap v12350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:18:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:30 smithi135 ceph-mon[93152]: pgmap v12350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:18:31.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:31.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:32.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:32.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:32 smithi194 ceph-mon[104785]: pgmap v12351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:32 smithi135 ceph-mon[93152]: pgmap v12351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:33.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:33.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:34.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:34.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:34 smithi194 ceph-mon[104785]: pgmap v12352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:35.115 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:34 smithi135 ceph-mon[93152]: pgmap v12352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:35.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:35.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:35 smithi194 ceph-mon[104785]: pgmap v12353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:36.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:35 smithi135 ceph-mon[93152]: pgmap v12353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:36.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:36.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:37.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:37.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:38.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:38.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:38 smithi194 ceph-mon[104785]: pgmap v12354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:38 smithi135 ceph-mon[93152]: pgmap v12354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:39.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:39.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:40.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:40.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:40 smithi194 ceph-mon[104785]: pgmap v12355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:18:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:40 smithi135 ceph-mon[93152]: pgmap v12355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:18:41.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:41.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:42.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:42.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:42 smithi194 ceph-mon[104785]: pgmap v12356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:42 smithi135 ceph-mon[93152]: pgmap v12356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:43.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:43.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:44.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:44.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:44.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:44 smithi194 ceph-mon[104785]: pgmap v12357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:44 smithi135 ceph-mon[93152]: pgmap v12357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:45.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:45.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:46.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:46.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:46 smithi194 ceph-mon[104785]: pgmap v12358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:18:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:46 smithi135 ceph-mon[93152]: pgmap v12358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:18:47.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:47.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:48.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:48.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:48 smithi194 ceph-mon[104785]: pgmap v12359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:48 smithi135 ceph-mon[93152]: pgmap v12359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:49.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:49.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:50.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:50.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:50 smithi194 ceph-mon[104785]: pgmap v12360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:18:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:50 smithi135 ceph-mon[93152]: pgmap v12360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:18:51.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:51.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:52.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:52.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:52.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:52 smithi135 ceph-mon[93152]: pgmap v12361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:52 smithi194 ceph-mon[104785]: pgmap v12361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:53.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:53.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:54.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:54.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:54 smithi194 ceph-mon[104785]: pgmap v12362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:18:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:18:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:18:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:18:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:18:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:18:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:18:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:54 smithi135 ceph-mon[93152]: pgmap v12362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:18:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:18:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:18:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:18:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:18:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:18:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:18:55.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:55.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:56.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:56.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:56 smithi194 ceph-mon[104785]: pgmap v12363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:56 smithi135 ceph-mon[93152]: pgmap v12363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:18:57.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:57.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:58.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:58.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:18:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:18:58 smithi194 ceph-mon[104785]: pgmap v12364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:18:58 smithi135 ceph-mon[93152]: pgmap v12364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:18:59.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:18:59.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:00.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:00.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:00 smithi194 ceph-mon[104785]: pgmap v12365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:19:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:00 smithi135 ceph-mon[93152]: pgmap v12365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:19:01.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:01.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:02.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:02.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:02 smithi194 ceph-mon[104785]: pgmap v12366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:02 smithi135 ceph-mon[93152]: pgmap v12366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:03.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:03.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:04.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:04.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:04 smithi194 ceph-mon[104785]: pgmap v12367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:04 smithi135 ceph-mon[93152]: pgmap v12367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:05.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:05.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:06.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:06.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:06 smithi194 ceph-mon[104785]: pgmap v12368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:06 smithi135 ceph-mon[93152]: pgmap v12368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:07.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:07.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:08.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:08.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:08 smithi194 ceph-mon[104785]: pgmap v12369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:08 smithi135 ceph-mon[93152]: pgmap v12369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:09.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:09.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:10.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:10.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:10 smithi194 ceph-mon[104785]: pgmap v12370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:19:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:10 smithi135 ceph-mon[93152]: pgmap v12370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:19:11.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:11.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:12.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:12.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:12 smithi194 ceph-mon[104785]: pgmap v12371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:12 smithi135 ceph-mon[93152]: pgmap v12371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:13.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:13.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:14.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:14.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:14 smithi194 ceph-mon[104785]: pgmap v12372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:14 smithi135 ceph-mon[93152]: pgmap v12372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:15.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:15.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:16.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:16.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:16 smithi194 ceph-mon[104785]: pgmap v12373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:16 smithi135 ceph-mon[93152]: pgmap v12373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:17.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:17.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:18.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:18.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:18 smithi194 ceph-mon[104785]: pgmap v12374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:18 smithi135 ceph-mon[93152]: pgmap v12374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:19.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:19.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:20.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:20.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:20 smithi194 ceph-mon[104785]: pgmap v12375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:19:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:20 smithi135 ceph-mon[93152]: pgmap v12375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:19:21.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:21.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:22.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:22.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:22 smithi194 ceph-mon[104785]: pgmap v12376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:22 smithi135 ceph-mon[93152]: pgmap v12376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:23.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:23.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:24.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:24.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:24 smithi194 ceph-mon[104785]: pgmap v12377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:24 smithi135 ceph-mon[93152]: pgmap v12377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:25.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:25.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:26.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:26.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:26 smithi194 ceph-mon[104785]: pgmap v12378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:26 smithi135 ceph-mon[93152]: pgmap v12378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:27.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:27.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:28.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:28.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:28 smithi194 ceph-mon[104785]: pgmap v12379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:28 smithi135 ceph-mon[93152]: pgmap v12379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:29.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:29.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:30.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:30.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:30 smithi194 ceph-mon[104785]: pgmap v12380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:19:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:30 smithi135 ceph-mon[93152]: pgmap v12380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:19:31.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:31.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:32.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:32.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:32.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:32 smithi194 ceph-mon[104785]: pgmap v12381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:32 smithi135 ceph-mon[93152]: pgmap v12381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:33.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:33.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:34.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:34.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:34 smithi194 ceph-mon[104785]: pgmap v12382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:34 smithi135 ceph-mon[93152]: pgmap v12382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:35.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:35.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:36.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:36.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:36 smithi194 ceph-mon[104785]: pgmap v12383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:36 smithi135 ceph-mon[93152]: pgmap v12383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:37.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:37.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:38.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:38.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:38 smithi194 ceph-mon[104785]: pgmap v12384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:38 smithi135 ceph-mon[93152]: pgmap v12384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:39.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:39.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:40.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:40.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:40 smithi194 ceph-mon[104785]: pgmap v12385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:19:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:40 smithi135 ceph-mon[93152]: pgmap v12385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:19:41.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:41.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:42.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:42.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:42 smithi194 ceph-mon[104785]: pgmap v12386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:42 smithi135 ceph-mon[93152]: pgmap v12386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:43.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:43.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:44.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:44.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:44 smithi194 ceph-mon[104785]: pgmap v12387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:44 smithi135 ceph-mon[93152]: pgmap v12387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:45.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:45.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:46.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:46.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:46 smithi135 ceph-mon[93152]: pgmap v12388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:46 smithi194 ceph-mon[104785]: pgmap v12388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:47.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:47.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:48.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:48.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:48 smithi135 ceph-mon[93152]: pgmap v12389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:48 smithi194 ceph-mon[104785]: pgmap v12389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:49.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:49.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:50.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:50.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:50 smithi135 ceph-mon[93152]: pgmap v12390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:19:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:50 smithi194 ceph-mon[104785]: pgmap v12390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:19:51.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:51.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:52.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:52.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:52 smithi135 ceph-mon[93152]: pgmap v12391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:52 smithi194 ceph-mon[104785]: pgmap v12391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:53.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:53.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:54.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:54.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:54 smithi135 ceph-mon[93152]: pgmap v12392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:19:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:19:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:19:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:54 smithi194 ceph-mon[104785]: pgmap v12392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:19:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:19:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:19:55.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:55.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:55.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:19:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:19:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:19:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:19:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:19:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:19:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:19:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:19:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:19:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:19:56.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:56.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:56 smithi194 ceph-mon[104785]: pgmap v12393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:56 smithi135 ceph-mon[93152]: pgmap v12393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:19:57.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:57.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:58.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:58.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:19:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:19:58 smithi194 ceph-mon[104785]: pgmap v12394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:19:58 smithi135 ceph-mon[93152]: pgmap v12394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:19:59.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:19:59.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:00.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:00.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:00 smithi194 ceph-mon[104785]: pgmap v12395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:20:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T11:20:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:00 smithi135 ceph-mon[93152]: pgmap v12395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:20:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T11:20:01.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:01.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:02.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:02.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:02.861 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:02 smithi135 ceph-mon[93152]: pgmap v12396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:02 smithi194 ceph-mon[104785]: pgmap v12396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:03.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:03.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:04.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:04.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:04 smithi194 ceph-mon[104785]: pgmap v12397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:04 smithi135 ceph-mon[93152]: pgmap v12397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:05.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:05.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:06.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:06.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:06 smithi194 ceph-mon[104785]: pgmap v12398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:06 smithi135 ceph-mon[93152]: pgmap v12398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:07.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:07.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:08.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:08.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:08.860 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:08 smithi194 ceph-mon[104785]: pgmap v12399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:08 smithi135 ceph-mon[93152]: pgmap v12399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:09.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:09.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:10.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:10.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:10 smithi194 ceph-mon[104785]: pgmap v12400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:20:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:10 smithi135 ceph-mon[93152]: pgmap v12400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:20:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:11.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:11.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:12.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:12.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:12 smithi194 ceph-mon[104785]: pgmap v12401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:12.960 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:12 smithi135 ceph-mon[93152]: pgmap v12401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:13.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:13.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:13 smithi194 ceph-mon[104785]: pgmap v12402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:14.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:13 smithi135 ceph-mon[93152]: pgmap v12402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:14.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:14.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:15.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:15.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:16.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:15 smithi135 ceph-mon[93152]: pgmap v12403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:15 smithi194 ceph-mon[104785]: pgmap v12403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:16.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:16.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:17.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:17.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:18.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:18.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:18 smithi194 ceph-mon[104785]: pgmap v12404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:18 smithi135 ceph-mon[93152]: pgmap v12404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:19.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:19.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:20.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:20.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:20 smithi194 ceph-mon[104785]: pgmap v12405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:20:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:20 smithi135 ceph-mon[93152]: pgmap v12405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:20:21.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:21.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:22.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:22.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:22 smithi194 ceph-mon[104785]: pgmap v12406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:22 smithi135 ceph-mon[93152]: pgmap v12406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:23.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:23.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:24.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:24.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:24 smithi194 ceph-mon[104785]: pgmap v12407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:24 smithi135 ceph-mon[93152]: pgmap v12407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:25.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:25.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:26.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:26.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:26 smithi194 ceph-mon[104785]: pgmap v12408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:26 smithi135 ceph-mon[93152]: pgmap v12408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:27.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:27.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:28.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:28.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:28 smithi194 ceph-mon[104785]: pgmap v12409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:28 smithi135 ceph-mon[93152]: pgmap v12409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:29.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:29.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:30.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:30.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:30 smithi194 ceph-mon[104785]: pgmap v12410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:20:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:30 smithi135 ceph-mon[93152]: pgmap v12410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:20:31.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:31.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:32.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:32.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:32 smithi194 ceph-mon[104785]: pgmap v12411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:32.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:32 smithi135 ceph-mon[93152]: pgmap v12411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:33.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:33.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:34.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:34.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:34 smithi194 ceph-mon[104785]: pgmap v12412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:34 smithi135 ceph-mon[93152]: pgmap v12412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:35.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:35.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:36.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:36.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:36 smithi194 ceph-mon[104785]: pgmap v12413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:36 smithi135 ceph-mon[93152]: pgmap v12413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:37.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:37.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:38 smithi135 ceph-mon[93152]: pgmap v12414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:38.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:38.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:38 smithi194 ceph-mon[104785]: pgmap v12414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:39.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:39.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:40.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:40.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:40 smithi194 ceph-mon[104785]: pgmap v12415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:20:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:40 smithi135 ceph-mon[93152]: pgmap v12415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:20:41.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:41.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:42.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:42.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:42 smithi194 ceph-mon[104785]: pgmap v12416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:42 smithi135 ceph-mon[93152]: pgmap v12416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:43.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:43.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:44.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:44.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:44 smithi194 ceph-mon[104785]: pgmap v12417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:44 smithi135 ceph-mon[93152]: pgmap v12417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:45.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:45.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:46.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:46.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:46 smithi194 ceph-mon[104785]: pgmap v12418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:46 smithi135 ceph-mon[93152]: pgmap v12418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:47.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:47.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:48.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:48.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:48 smithi194 ceph-mon[104785]: pgmap v12419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:48 smithi135 ceph-mon[93152]: pgmap v12419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:49.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:49.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:50.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:50.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:50 smithi194 ceph-mon[104785]: pgmap v12420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:20:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:50 smithi135 ceph-mon[93152]: pgmap v12420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:20:51.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:51.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:52.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:52.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:52 smithi194 ceph-mon[104785]: pgmap v12421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:52 smithi135 ceph-mon[93152]: pgmap v12421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:53.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:53.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:54.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:54.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:54 smithi135 ceph-mon[93152]: pgmap v12422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:54 smithi194 ceph-mon[104785]: pgmap v12422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:55.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:55.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:55.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:20:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:20:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:20:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:20:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:20:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:20:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:20:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:20:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:20:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:20:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:20:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:20:56.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:56.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:56 smithi135 ceph-mon[93152]: pgmap v12423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:56.935 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:56 smithi194 ceph-mon[104785]: pgmap v12423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:56.935 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:20:57.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:57.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:58.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:58.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:20:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:20:58 smithi135 ceph-mon[93152]: pgmap v12424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:20:58 smithi194 ceph-mon[104785]: pgmap v12424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:20:59.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:20:59.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:00.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:00.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:00 smithi135 ceph-mon[93152]: pgmap v12425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:21:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:00 smithi194 ceph-mon[104785]: pgmap v12425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:21:01.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:01.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:02.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:02.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:02 smithi135 ceph-mon[93152]: pgmap v12426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:02 smithi194 ceph-mon[104785]: pgmap v12426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:03.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:03.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:04.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:04.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:04 smithi135 ceph-mon[93152]: pgmap v12427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:04 smithi194 ceph-mon[104785]: pgmap v12427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:05.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:05.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:06.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:06.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:06 smithi135 ceph-mon[93152]: pgmap v12428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:06 smithi194 ceph-mon[104785]: pgmap v12428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:07.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:07.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:08.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:08.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:08 smithi135 ceph-mon[93152]: pgmap v12429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:08 smithi194 ceph-mon[104785]: pgmap v12429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:09.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:09.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:10.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:10.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:10 smithi135 ceph-mon[93152]: pgmap v12430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:21:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:10 smithi194 ceph-mon[104785]: pgmap v12430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:21:11.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:11.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:12.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:12.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:12 smithi135 ceph-mon[93152]: pgmap v12431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:12 smithi194 ceph-mon[104785]: pgmap v12431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:13.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:13.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:14.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:14.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:14 smithi135 ceph-mon[93152]: pgmap v12432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:14 smithi194 ceph-mon[104785]: pgmap v12432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:15.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:15.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:16.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:16.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:16 smithi135 ceph-mon[93152]: pgmap v12433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:16 smithi194 ceph-mon[104785]: pgmap v12433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:17.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:17.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:18.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:18.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:18 smithi135 ceph-mon[93152]: pgmap v12434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:18 smithi194 ceph-mon[104785]: pgmap v12434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:19.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:19.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:20.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:20.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:20 smithi194 ceph-mon[104785]: pgmap v12435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:21:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:20 smithi135 ceph-mon[93152]: pgmap v12435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:21:21.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:21.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:22.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:22.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:22 smithi194 ceph-mon[104785]: pgmap v12436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:22 smithi135 ceph-mon[93152]: pgmap v12436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:23.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:23.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:24.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:24.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:24 smithi194 ceph-mon[104785]: pgmap v12437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:24 smithi135 ceph-mon[93152]: pgmap v12437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:25.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:25.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:26.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:26.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:26 smithi194 ceph-mon[104785]: pgmap v12438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:26 smithi135 ceph-mon[93152]: pgmap v12438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:27.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:27.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:28.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:28.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:28 smithi194 ceph-mon[104785]: pgmap v12439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:28 smithi135 ceph-mon[93152]: pgmap v12439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:29.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:29.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:30.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:30.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:30 smithi194 ceph-mon[104785]: pgmap v12440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:21:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:30 smithi135 ceph-mon[93152]: pgmap v12440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:21:31.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:31.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:32.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:32.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:32 smithi194 ceph-mon[104785]: pgmap v12441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:32 smithi135 ceph-mon[93152]: pgmap v12441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:33.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:33.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:34.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:34.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:34 smithi194 ceph-mon[104785]: pgmap v12442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:34 smithi135 ceph-mon[93152]: pgmap v12442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:35.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:35.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:36.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:36.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:36 smithi194 ceph-mon[104785]: pgmap v12443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:36 smithi135 ceph-mon[93152]: pgmap v12443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:37.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:37.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:38.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:38.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:38.801 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:38 smithi135 ceph-mon[93152]: pgmap v12444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:38 smithi194 ceph-mon[104785]: pgmap v12444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:39.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:39.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:40.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:40.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:40.790 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:40 smithi135 ceph-mon[93152]: pgmap v12445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:21:40.790 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:40 smithi194 ceph-mon[104785]: pgmap v12445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:21:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:41.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:41.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:42.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:42.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:42 smithi194 ceph-mon[104785]: pgmap v12446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T11:21:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:42 smithi135 ceph-mon[93152]: pgmap v12446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T11:21:43.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:43.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:44.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:44.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:44 smithi194 ceph-mon[104785]: pgmap v12447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T11:21:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:44 smithi135 ceph-mon[93152]: pgmap v12447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T11:21:45.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:45.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:46.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:46.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:46 smithi194 ceph-mon[104785]: pgmap v12448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T11:21:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:46 smithi135 ceph-mon[93152]: pgmap v12448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T11:21:47.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:47.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:48.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:48.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:48.901 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:48 smithi135 ceph-mon[93152]: pgmap v12449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T11:21:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:48 smithi194 ceph-mon[104785]: pgmap v12449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T11:21:49.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:49.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:50.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:50.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:50 smithi194 ceph-mon[104785]: pgmap v12450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 169 B/s rd, 0 op/s 2023-10-08T11:21:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:50 smithi135 ceph-mon[93152]: pgmap v12450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 169 B/s rd, 0 op/s 2023-10-08T11:21:51.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:51.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:52.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:52.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:52 smithi194 ceph-mon[104785]: pgmap v12451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T11:21:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:52 smithi135 ceph-mon[93152]: pgmap v12451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-08T11:21:53.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:53.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:54.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:54.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:54 smithi194 ceph-mon[104785]: pgmap v12452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:54 smithi135 ceph-mon[93152]: pgmap v12452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:55.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:55.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:21:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:21:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:21:56.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:56.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:56 smithi194 ceph-mon[104785]: pgmap v12453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:21:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:21:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:21:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:21:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:21:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:21:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:21:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:56 smithi135 ceph-mon[93152]: pgmap v12453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:21:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:21:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:21:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:21:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:21:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:21:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:21:57.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:57.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:58.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:58.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:21:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:21:58 smithi194 ceph-mon[104785]: pgmap v12454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:59.001 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:21:58 smithi135 ceph-mon[93152]: pgmap v12454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:21:59.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:21:59.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:00.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:00.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:00 smithi194 ceph-mon[104785]: pgmap v12455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:22:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:00 smithi135 ceph-mon[93152]: pgmap v12455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:22:01.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:01.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:02.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:02.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:02 smithi194 ceph-mon[104785]: pgmap v12456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:02 smithi135 ceph-mon[93152]: pgmap v12456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:03.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:03.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:03 smithi194 ceph-mon[104785]: pgmap v12457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:04.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:03 smithi135 ceph-mon[93152]: pgmap v12457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:04.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:04.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:05.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:05.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:05 smithi194 ceph-mon[104785]: pgmap v12458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:06.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:05 smithi135 ceph-mon[93152]: pgmap v12458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:06.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:06.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:07.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:07.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:08 smithi194 ceph-mon[104785]: pgmap v12459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:08.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:08.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:08 smithi135 ceph-mon[93152]: pgmap v12459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:09.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:09.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:10 smithi194 ceph-mon[104785]: pgmap v12460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:22:10.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:10.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:10 smithi135 ceph-mon[93152]: pgmap v12460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:22:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:11.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:11.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:12 smithi194 ceph-mon[104785]: pgmap v12461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:12.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:12.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:12 smithi135 ceph-mon[93152]: pgmap v12461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:13.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:13.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:14 smithi194 ceph-mon[104785]: pgmap v12462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:14.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:14.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:14 smithi135 ceph-mon[93152]: pgmap v12462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:15.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:15.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:16 smithi194 ceph-mon[104785]: pgmap v12463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:16.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:16.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:16 smithi135 ceph-mon[93152]: pgmap v12463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:17.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:17.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:18.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:18 smithi194 ceph-mon[104785]: pgmap v12464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:18.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:18.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:18 smithi135 ceph-mon[93152]: pgmap v12464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:19.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:19.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:20 smithi194 ceph-mon[104785]: pgmap v12465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:22:20.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:20.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:20 smithi135 ceph-mon[93152]: pgmap v12465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:22:21.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:21.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:22 smithi194 ceph-mon[104785]: pgmap v12466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:22.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:22.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:22 smithi135 ceph-mon[93152]: pgmap v12466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:23.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:23.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:24.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:24 smithi135 ceph-mon[93152]: pgmap v12467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:24 smithi194 ceph-mon[104785]: pgmap v12467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:24.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:24.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:25.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:25.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:26.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:26 smithi194 ceph-mon[104785]: pgmap v12468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:26.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:26.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:26.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:26 smithi135 ceph-mon[93152]: pgmap v12468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:27.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:27.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:28 smithi194 ceph-mon[104785]: pgmap v12469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:28.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:28.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:28 smithi135 ceph-mon[93152]: pgmap v12469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:29.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:29.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:30 smithi194 ceph-mon[104785]: pgmap v12470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:22:30.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:30.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:30 smithi135 ceph-mon[93152]: pgmap v12470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:22:31.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:31.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:32.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:32.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:32 smithi135 ceph-mon[93152]: pgmap v12471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:32.934 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:32 smithi194 ceph-mon[104785]: pgmap v12471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:33.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:33.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:34.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:34.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:34 smithi135 ceph-mon[93152]: pgmap v12472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:34 smithi194 ceph-mon[104785]: pgmap v12472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:35.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:35.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:36 smithi135 ceph-mon[93152]: pgmap v12473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:36.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:36.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:36 smithi194 ceph-mon[104785]: pgmap v12473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:37.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:37.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:38 smithi135 ceph-mon[93152]: pgmap v12474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:38.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:38.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:38 smithi194 ceph-mon[104785]: pgmap v12474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:39.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:39.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:40 smithi135 ceph-mon[93152]: pgmap v12475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:22:40.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:40.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:40 smithi194 ceph-mon[104785]: pgmap v12475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:22:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:41.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:41.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:42 smithi135 ceph-mon[93152]: pgmap v12476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:42.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:42.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:42 smithi194 ceph-mon[104785]: pgmap v12476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:43.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:43.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:44 smithi135 ceph-mon[93152]: pgmap v12477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:44.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:44.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:44 smithi194 ceph-mon[104785]: pgmap v12477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:45.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:45.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:46 smithi135 ceph-mon[93152]: pgmap v12478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:46.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:46.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:46 smithi194 ceph-mon[104785]: pgmap v12478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:47.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:47.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:48 smithi135 ceph-mon[93152]: pgmap v12479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:48.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:48.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:48 smithi194 ceph-mon[104785]: pgmap v12479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:49.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:49.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:50 smithi135 ceph-mon[93152]: pgmap v12480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:22:50.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:50.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:50 smithi194 ceph-mon[104785]: pgmap v12480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:22:51.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:51.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:52 smithi135 ceph-mon[93152]: pgmap v12481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:52.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:52.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:52 smithi194 ceph-mon[104785]: pgmap v12481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:53.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:53.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:54 smithi135 ceph-mon[93152]: pgmap v12482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:54.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:54.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:54 smithi194 ceph-mon[104785]: pgmap v12482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:55.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:55.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:56 smithi135 ceph-mon[93152]: pgmap v12483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:22:56.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:56.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:56 smithi194 ceph-mon[104785]: pgmap v12483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:22:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:22:57.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:57.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:22:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:22:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:22:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:22:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:22:58.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:22:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:22:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:22:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:22:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:22:58.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:58.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:22:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:22:58 smithi194 ceph-mon[104785]: pgmap v12484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:22:58 smithi135 ceph-mon[93152]: pgmap v12484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:22:59.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:22:59.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:00.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:00.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:00 smithi194 ceph-mon[104785]: pgmap v12485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:23:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:00 smithi135 ceph-mon[93152]: pgmap v12485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:23:01.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:01.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:02.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:02.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:02 smithi194 ceph-mon[104785]: pgmap v12486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:02 smithi135 ceph-mon[93152]: pgmap v12486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:03.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:03.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:04.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:04.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:04 smithi194 ceph-mon[104785]: pgmap v12487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:04 smithi135 ceph-mon[93152]: pgmap v12487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:05.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:05.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:06.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:06.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:06 smithi194 ceph-mon[104785]: pgmap v12488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:06 smithi135 ceph-mon[93152]: pgmap v12488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:07.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:07.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:08 smithi194 ceph-mon[104785]: pgmap v12489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:08.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:08.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:08 smithi135 ceph-mon[93152]: pgmap v12489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:09.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:09.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:10.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:10.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:10 smithi194 ceph-mon[104785]: pgmap v12490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:23:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:10 smithi135 ceph-mon[93152]: pgmap v12490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:23:11.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:11.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:12.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:12.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:12.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:12 smithi194 ceph-mon[104785]: pgmap v12491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:12 smithi135 ceph-mon[93152]: pgmap v12491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:13.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:13.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:14.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:14.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:14 smithi194 ceph-mon[104785]: pgmap v12492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:14 smithi135 ceph-mon[93152]: pgmap v12492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:15.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:15.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:16.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:16.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:16 smithi194 ceph-mon[104785]: pgmap v12493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:16 smithi135 ceph-mon[93152]: pgmap v12493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:17.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:17.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:18 smithi194 ceph-mon[104785]: pgmap v12494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:18.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:18.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:18 smithi135 ceph-mon[93152]: pgmap v12494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:19.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:19.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:20.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:20.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:20 smithi194 ceph-mon[104785]: pgmap v12495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:23:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:20 smithi135 ceph-mon[93152]: pgmap v12495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:23:21.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:21.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:22.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:22.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:22 smithi194 ceph-mon[104785]: pgmap v12496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:22 smithi135 ceph-mon[93152]: pgmap v12496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:23.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:23.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:24.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:24.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:24.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:24 smithi135 ceph-mon[93152]: pgmap v12497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:24 smithi194 ceph-mon[104785]: pgmap v12497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:25.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:25.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:26.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:26.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:26 smithi194 ceph-mon[104785]: pgmap v12498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:26 smithi135 ceph-mon[93152]: pgmap v12498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:27.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:27.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:28.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:28.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:28 smithi194 ceph-mon[104785]: pgmap v12499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:28 smithi135 ceph-mon[93152]: pgmap v12499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:29.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:29.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:30.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:30.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:30 smithi194 ceph-mon[104785]: pgmap v12500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:23:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:30 smithi135 ceph-mon[93152]: pgmap v12500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:23:31.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:31.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:32.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:32.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:32 smithi194 ceph-mon[104785]: pgmap v12501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:32 smithi135 ceph-mon[93152]: pgmap v12501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:33.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:33.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:34.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:34.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:34.940 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:34 smithi135 ceph-mon[93152]: pgmap v12502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:34 smithi194 ceph-mon[104785]: pgmap v12502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:35.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:35.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:36.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:36.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:36 smithi194 ceph-mon[104785]: pgmap v12503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:36 smithi135 ceph-mon[93152]: pgmap v12503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:37.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:37.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:38.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:38.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:38 smithi194 ceph-mon[104785]: pgmap v12504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:38 smithi135 ceph-mon[93152]: pgmap v12504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:39.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:39.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:40.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:40.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:40 smithi194 ceph-mon[104785]: pgmap v12505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:23:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:40 smithi135 ceph-mon[93152]: pgmap v12505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:23:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:41.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:41.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:42 smithi194 ceph-mon[104785]: pgmap v12506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:42 smithi135 ceph-mon[93152]: pgmap v12506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:42.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:42.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:43.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:43.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:44 smithi194 ceph-mon[104785]: pgmap v12507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:44 smithi135 ceph-mon[93152]: pgmap v12507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:44.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:44.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:45.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:45.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:46 smithi194 ceph-mon[104785]: pgmap v12508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:46 smithi135 ceph-mon[93152]: pgmap v12508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:46.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:46.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:47.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:47.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:48 smithi194 ceph-mon[104785]: pgmap v12509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:48 smithi135 ceph-mon[93152]: pgmap v12509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:48.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:48.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:49.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:49.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:50 smithi194 ceph-mon[104785]: pgmap v12510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:23:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:50 smithi135 ceph-mon[93152]: pgmap v12510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:23:50.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:50.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:51.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:51.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:52 smithi194 ceph-mon[104785]: pgmap v12511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:52 smithi135 ceph-mon[93152]: pgmap v12511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:52.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:52.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:53.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:53.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:54 smithi194 ceph-mon[104785]: pgmap v12512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:54 smithi135 ceph-mon[93152]: pgmap v12512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:54.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:54.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:55.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:55.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:56 smithi135 ceph-mon[93152]: pgmap v12513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:56.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:56.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:56.957 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:56 smithi194 ceph-mon[104785]: pgmap v12513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:23:57.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:23:57.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:23:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:23:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:23:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:23:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:23:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:23:57.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:57.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:23:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:23:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:23:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:23:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:23:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:23:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:23:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:23:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:58 smithi135 ceph-mon[93152]: pgmap v12514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:23:58 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1550M 2023-10-08T11:23:58.827 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:58 smithi194 ceph-mon[104785]: pgmap v12514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:23:58.827 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:23:58 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1550M 2023-10-08T11:23:58.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:58.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:23:59.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:23:59.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:00.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:00 smithi135 ceph-mon[93152]: pgmap v12515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:24:00.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:00.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:00 smithi194 ceph-mon[104785]: pgmap v12515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:24:01.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:01.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:02 smithi135 ceph-mon[93152]: pgmap v12516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:02.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:02.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:02 smithi194 ceph-mon[104785]: pgmap v12516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:03.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:03.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:04 smithi135 ceph-mon[93152]: pgmap v12517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:04.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:04.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:04 smithi194 ceph-mon[104785]: pgmap v12517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:05.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:05.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:06 smithi135 ceph-mon[93152]: pgmap v12518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:06.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:06.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:06 smithi194 ceph-mon[104785]: pgmap v12518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:07.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:07.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:08 smithi135 ceph-mon[93152]: pgmap v12519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:08.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:08.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:08.930 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:08 smithi194 ceph-mon[104785]: pgmap v12519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:09.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:09.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:10.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:10 smithi135 ceph-mon[93152]: pgmap v12520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:24:10.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:10.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:10 smithi194 ceph-mon[104785]: pgmap v12520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:24:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:11.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:11.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:12 smithi135 ceph-mon[93152]: pgmap v12521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:12.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:12.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:12 smithi194 ceph-mon[104785]: pgmap v12521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:13.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:13.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:14 smithi135 ceph-mon[93152]: pgmap v12522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:14.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:14.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:14 smithi194 ceph-mon[104785]: pgmap v12522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:15.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:15.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:16 smithi135 ceph-mon[93152]: pgmap v12523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:16.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:16.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:16 smithi194 ceph-mon[104785]: pgmap v12523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:17.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:17.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:18 smithi135 ceph-mon[93152]: pgmap v12524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:18.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:18.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:18 smithi194 ceph-mon[104785]: pgmap v12524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:19.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:19.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:20 smithi135 ceph-mon[93152]: pgmap v12525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:24:20.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:20.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:20 smithi194 ceph-mon[104785]: pgmap v12525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:24:21.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:21.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:22 smithi135 ceph-mon[93152]: pgmap v12526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:22.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:22.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:22 smithi194 ceph-mon[104785]: pgmap v12526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:23.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:23.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:24.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:24.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:24 smithi194 ceph-mon[104785]: pgmap v12527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:24 smithi135 ceph-mon[93152]: pgmap v12527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:25.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:25.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:26.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:26.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:26 smithi194 ceph-mon[104785]: pgmap v12528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:26 smithi135 ceph-mon[93152]: pgmap v12528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:27.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:27.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:28.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:28.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:28 smithi194 ceph-mon[104785]: pgmap v12529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:28 smithi135 ceph-mon[93152]: pgmap v12529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:29.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:29.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:30 smithi135 ceph-mon[93152]: pgmap v12530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:24:30.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:30.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:30 smithi194 ceph-mon[104785]: pgmap v12530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:24:31.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:31.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:32.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:32.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:32.957 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:32 smithi194 ceph-mon[104785]: pgmap v12531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:32 smithi135 ceph-mon[93152]: pgmap v12531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:33.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:33.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:34.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:34.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:34 smithi194 ceph-mon[104785]: pgmap v12532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:34 smithi135 ceph-mon[93152]: pgmap v12532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:35.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:35.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:36.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:36.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:36 smithi194 ceph-mon[104785]: pgmap v12533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:36 smithi135 ceph-mon[93152]: pgmap v12533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:37.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:37.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:38.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:38.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:38 smithi194 ceph-mon[104785]: pgmap v12534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:38 smithi135 ceph-mon[93152]: pgmap v12534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:39.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:39.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:40 smithi194 ceph-mon[104785]: pgmap v12535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:24:40.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:40.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:40 smithi135 ceph-mon[93152]: pgmap v12535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:24:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:41.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:41.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:42 smithi194 ceph-mon[104785]: pgmap v12536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:42.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:42.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:42 smithi135 ceph-mon[93152]: pgmap v12536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:43.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:43.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:44 smithi194 ceph-mon[104785]: pgmap v12537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:44.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:44.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:44 smithi135 ceph-mon[93152]: pgmap v12537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:45.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:45.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:46 smithi194 ceph-mon[104785]: pgmap v12538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:46.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:46.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:46 smithi135 ceph-mon[93152]: pgmap v12538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:47.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:47.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:48 smithi194 ceph-mon[104785]: pgmap v12539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:48.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:48.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:48 smithi135 ceph-mon[93152]: pgmap v12539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:49.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:49.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:50 smithi194 ceph-mon[104785]: pgmap v12540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:24:50.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:50.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:50 smithi135 ceph-mon[93152]: pgmap v12540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:24:51.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:51.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:52 smithi194 ceph-mon[104785]: pgmap v12541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:52.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:52.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:52 smithi135 ceph-mon[93152]: pgmap v12541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:53.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:53.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:54 smithi194 ceph-mon[104785]: pgmap v12542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:54.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:54.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:54 smithi135 ceph-mon[93152]: pgmap v12542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:55.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:55.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:24:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:56 smithi194 ceph-mon[104785]: pgmap v12543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:56.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:56.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:56 smithi135 ceph-mon[93152]: pgmap v12543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:24:57.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:57.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:58.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:24:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:58 smithi194 ceph-mon[104785]: pgmap v12544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:24:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:24:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:24:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:24:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:24:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:24:58.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:58.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:24:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:58 smithi135 ceph-mon[93152]: pgmap v12544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:24:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:24:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:24:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:24:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:24:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:24:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:24:59.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:24:59.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:00 smithi194 ceph-mon[104785]: pgmap v12545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:25:00.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:00.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:00 smithi135 ceph-mon[93152]: pgmap v12545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:25:01.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:01.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:02 smithi194 ceph-mon[104785]: pgmap v12546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:02.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:02.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:02 smithi135 ceph-mon[93152]: pgmap v12546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:04.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:04.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:04 smithi194 ceph-mon[104785]: pgmap v12547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:05.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:05.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:04 smithi135 ceph-mon[93152]: pgmap v12547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:06.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:06.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:06 smithi194 ceph-mon[104785]: pgmap v12548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:07.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:07.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:06 smithi135 ceph-mon[93152]: pgmap v12548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:08.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:08.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:08 smithi194 ceph-mon[104785]: pgmap v12549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:08 smithi135 ceph-mon[93152]: pgmap v12549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:09.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:09.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:10.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:10.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:10.880 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:10 smithi135 ceph-mon[93152]: pgmap v12550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:25:10.880 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:10 smithi194 ceph-mon[104785]: pgmap v12550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:25:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:11.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:11.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:12.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:12.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:12 smithi194 ceph-mon[104785]: pgmap v12551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:12 smithi135 ceph-mon[93152]: pgmap v12551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:13.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:13.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:14.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:14.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:14 smithi194 ceph-mon[104785]: pgmap v12552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:14 smithi135 ceph-mon[93152]: pgmap v12552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:15.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:15.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:16.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:16.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:16 smithi194 ceph-mon[104785]: pgmap v12553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:16 smithi135 ceph-mon[93152]: pgmap v12553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:17.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:17.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:18.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:18.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:18 smithi194 ceph-mon[104785]: pgmap v12554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:18 smithi135 ceph-mon[93152]: pgmap v12554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:19.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:19.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:20.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:20.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:20 smithi194 ceph-mon[104785]: pgmap v12555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:25:20.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:20 smithi135 ceph-mon[93152]: pgmap v12555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:25:21.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:21.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:22.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:22.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:22 smithi135 ceph-mon[93152]: pgmap v12556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:22 smithi194 ceph-mon[104785]: pgmap v12556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:23.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:23.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:24.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:24.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:24.720 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:24 smithi194 ceph-mon[104785]: pgmap v12557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:24 smithi135 ceph-mon[93152]: pgmap v12557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:25.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:25.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:26.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:26.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:26 smithi135 ceph-mon[93152]: pgmap v12558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:26 smithi194 ceph-mon[104785]: pgmap v12558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:27.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:27.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:28.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:28.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:28 smithi135 ceph-mon[93152]: pgmap v12559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:28 smithi194 ceph-mon[104785]: pgmap v12559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:29.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:29.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:30.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:30.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:30 smithi135 ceph-mon[93152]: pgmap v12560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:25:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:30 smithi194 ceph-mon[104785]: pgmap v12560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:25:31.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:31.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:32.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:32.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:32 smithi135 ceph-mon[93152]: pgmap v12561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:32 smithi194 ceph-mon[104785]: pgmap v12561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:33.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:33.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:34.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:34.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:34 smithi135 ceph-mon[93152]: pgmap v12562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:34.826 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:34 smithi194 ceph-mon[104785]: pgmap v12562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:35.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:35.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:36.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:36.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:36 smithi135 ceph-mon[93152]: pgmap v12563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:36 smithi194 ceph-mon[104785]: pgmap v12563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:37.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:37.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:38.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:38.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:38 smithi135 ceph-mon[93152]: pgmap v12564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:38 smithi194 ceph-mon[104785]: pgmap v12564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:39.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:39.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:40.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:40.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:40 smithi135 ceph-mon[93152]: pgmap v12565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:25:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:40 smithi194 ceph-mon[104785]: pgmap v12565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:25:41.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:41.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:42.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:42.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:42 smithi135 ceph-mon[93152]: pgmap v12566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:42 smithi194 ceph-mon[104785]: pgmap v12566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:43.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:43.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:44.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:44.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:44 smithi135 ceph-mon[93152]: pgmap v12567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:44.931 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:44 smithi194 ceph-mon[104785]: pgmap v12567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:45.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:45.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:46.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:46.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:46 smithi135 ceph-mon[93152]: pgmap v12568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:46 smithi194 ceph-mon[104785]: pgmap v12568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:47.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:47.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:48.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:48.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:48 smithi194 ceph-mon[104785]: pgmap v12569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:48 smithi135 ceph-mon[93152]: pgmap v12569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:49.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:49.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:50.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:50.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:50 smithi194 ceph-mon[104785]: pgmap v12570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:25:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:50 smithi135 ceph-mon[93152]: pgmap v12570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:25:51.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:51.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:52.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:52.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:52 smithi194 ceph-mon[104785]: pgmap v12571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:52 smithi135 ceph-mon[93152]: pgmap v12571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:53.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:53.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:54.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:54.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:54 smithi194 ceph-mon[104785]: pgmap v12572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:54 smithi135 ceph-mon[93152]: pgmap v12572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:55.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:55.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:56.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:56.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:56 smithi135 ceph-mon[93152]: pgmap v12573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:56 smithi194 ceph-mon[104785]: pgmap v12573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:25:57.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:57.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:58.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:58.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:58 smithi194 ceph-mon[104785]: pgmap v12574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:25:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:58 smithi135 ceph-mon[93152]: pgmap v12574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:25:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:25:59.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:25:59.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:25:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:25:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:25:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:25:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:25:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:25:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:26:00.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:26:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:26:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:26:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:26:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:25:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:26:00.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:00.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:00 smithi194 ceph-mon[104785]: pgmap v12575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:26:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:00 smithi135 ceph-mon[93152]: pgmap v12575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:26:01.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:01.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:02.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:02.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:02 smithi194 ceph-mon[104785]: pgmap v12576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:02 smithi135 ceph-mon[93152]: pgmap v12576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:03.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:03.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:04.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:04.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:04 smithi194 ceph-mon[104785]: pgmap v12577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:04 smithi135 ceph-mon[93152]: pgmap v12577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:05.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:05.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:06.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:06.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:06 smithi135 ceph-mon[93152]: pgmap v12578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:06 smithi194 ceph-mon[104785]: pgmap v12578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:07.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:07.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:08.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:08.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:08 smithi194 ceph-mon[104785]: pgmap v12579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:08 smithi135 ceph-mon[93152]: pgmap v12579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:09.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:09.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:10.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:10.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:10 smithi194 ceph-mon[104785]: pgmap v12580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:26:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:10 smithi135 ceph-mon[93152]: pgmap v12580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:26:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:11.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:11.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:12.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:12.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:12 smithi194 ceph-mon[104785]: pgmap v12581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:12 smithi135 ceph-mon[93152]: pgmap v12581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:13.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:13.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:14.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:14.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:14 smithi194 ceph-mon[104785]: pgmap v12582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:14 smithi135 ceph-mon[93152]: pgmap v12582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:15.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:15.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:16.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:16.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:16 smithi194 ceph-mon[104785]: pgmap v12583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:16 smithi135 ceph-mon[93152]: pgmap v12583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:17.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:17.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:18.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:18.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:18 smithi194 ceph-mon[104785]: pgmap v12584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:18 smithi135 ceph-mon[93152]: pgmap v12584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:19.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:19.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:20.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:20.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:20 smithi194 ceph-mon[104785]: pgmap v12585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:26:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:20 smithi135 ceph-mon[93152]: pgmap v12585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:26:21.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:21.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:22.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:22.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:22 smithi194 ceph-mon[104785]: pgmap v12586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:22 smithi135 ceph-mon[93152]: pgmap v12586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:23.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:23.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:24.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:24.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:24 smithi194 ceph-mon[104785]: pgmap v12587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:24 smithi135 ceph-mon[93152]: pgmap v12587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:25.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:25.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:26.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:26.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:26 smithi194 ceph-mon[104785]: pgmap v12588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:26 smithi135 ceph-mon[93152]: pgmap v12588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:27.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:27.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:28.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:28.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:28 smithi194 ceph-mon[104785]: pgmap v12589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:28 smithi135 ceph-mon[93152]: pgmap v12589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:29.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:29.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:30.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:30.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:30 smithi194 ceph-mon[104785]: pgmap v12590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:26:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:30 smithi135 ceph-mon[93152]: pgmap v12590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:26:31.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:31.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:32.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:32.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:32 smithi194 ceph-mon[104785]: pgmap v12591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:32 smithi135 ceph-mon[93152]: pgmap v12591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:33.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:33.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:34.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:34.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:34 smithi194 ceph-mon[104785]: pgmap v12592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:34 smithi135 ceph-mon[93152]: pgmap v12592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:35.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:35.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:36.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:36.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:36 smithi194 ceph-mon[104785]: pgmap v12593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:36 smithi135 ceph-mon[93152]: pgmap v12593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:37.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:37.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:38.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:38.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:38 smithi194 ceph-mon[104785]: pgmap v12594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:38 smithi135 ceph-mon[93152]: pgmap v12594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:39.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:39.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:40.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:40.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:40 smithi194 ceph-mon[104785]: pgmap v12595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:26:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:40 smithi135 ceph-mon[93152]: pgmap v12595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:26:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:41.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:41.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:42.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:42.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:42 smithi194 ceph-mon[104785]: pgmap v12596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:42 smithi135 ceph-mon[93152]: pgmap v12596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:43.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:43.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:44.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:44.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:44 smithi194 ceph-mon[104785]: pgmap v12597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:44 smithi135 ceph-mon[93152]: pgmap v12597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:45.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:45.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:46.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:46.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:46 smithi194 ceph-mon[104785]: pgmap v12598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:46 smithi135 ceph-mon[93152]: pgmap v12598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:47.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:47.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:48.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:48.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:48 smithi194 ceph-mon[104785]: pgmap v12599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:48 smithi135 ceph-mon[93152]: pgmap v12599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:49.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:49.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:50.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:50.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:50 smithi194 ceph-mon[104785]: pgmap v12600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:26:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:50 smithi135 ceph-mon[93152]: pgmap v12600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:26:51.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:51.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:52.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:52.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:52 smithi194 ceph-mon[104785]: pgmap v12601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:52 smithi135 ceph-mon[93152]: pgmap v12601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:53.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:53.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:54.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:54.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:54 smithi194 ceph-mon[104785]: pgmap v12602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:54 smithi135 ceph-mon[93152]: pgmap v12602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:55.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:55.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:26:56.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:56.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:56.917 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:56 smithi135 ceph-mon[93152]: pgmap v12603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:56 smithi194 ceph-mon[104785]: pgmap v12603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:57.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:57.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:57 smithi194 ceph-mon[104785]: pgmap v12604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:58.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:57 smithi135 ceph-mon[93152]: pgmap v12604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:26:58.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:58.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:59.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:26:59.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:26:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:26:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:27:00.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:00.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:26:59 smithi194 ceph-mon[104785]: pgmap v12605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:27:00.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:26:59 smithi135 ceph-mon[93152]: pgmap v12605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:27:01.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:01.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:02.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:02.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:02 smithi135 ceph-mon[93152]: pgmap v12606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:02 smithi194 ceph-mon[104785]: pgmap v12606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:03.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:03.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:04.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:04.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:04 smithi194 ceph-mon[104785]: pgmap v12607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:27:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:27:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:27:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:27:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:27:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:27:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:27:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:04 smithi135 ceph-mon[93152]: pgmap v12607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:27:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:27:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:27:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:27:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:27:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:27:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:27:05.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:05.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:06.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:06.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:06 smithi135 ceph-mon[93152]: pgmap v12608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:06 smithi194 ceph-mon[104785]: pgmap v12608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:07.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:07.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:08.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:08.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:08 smithi135 ceph-mon[93152]: pgmap v12609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:08 smithi194 ceph-mon[104785]: pgmap v12609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:09.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:09.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:10.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:10.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:10 smithi135 ceph-mon[93152]: pgmap v12610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:27:10.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:10 smithi194 ceph-mon[104785]: pgmap v12610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:27:11.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:11.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:12.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:12.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:12 smithi135 ceph-mon[93152]: pgmap v12611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:12 smithi194 ceph-mon[104785]: pgmap v12611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:13.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:13.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:14.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:14.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:14 smithi135 ceph-mon[93152]: pgmap v12612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:14 smithi194 ceph-mon[104785]: pgmap v12612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:15.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:15.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:16.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:16.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:16 smithi135 ceph-mon[93152]: pgmap v12613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:16 smithi194 ceph-mon[104785]: pgmap v12613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:17.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:17.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:18.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:18.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:18 smithi135 ceph-mon[93152]: pgmap v12614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:18 smithi194 ceph-mon[104785]: pgmap v12614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:19.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:19.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:20.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:20.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:20.926 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:20 smithi194 ceph-mon[104785]: pgmap v12615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:27:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:20 smithi135 ceph-mon[93152]: pgmap v12615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:27:21.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:21.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:22.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:22.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:22 smithi194 ceph-mon[104785]: pgmap v12616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:22 smithi135 ceph-mon[93152]: pgmap v12616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:23.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:23.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:24.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:24.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:24 smithi194 ceph-mon[104785]: pgmap v12617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:24 smithi135 ceph-mon[93152]: pgmap v12617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:25.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:25.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:26.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:26.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:26 smithi194 ceph-mon[104785]: pgmap v12618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:26 smithi135 ceph-mon[93152]: pgmap v12618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:27.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:27.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:28.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:28.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:28 smithi194 ceph-mon[104785]: pgmap v12619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:28 smithi135 ceph-mon[93152]: pgmap v12619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:29.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:29.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:30.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:30.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:30 smithi194 ceph-mon[104785]: pgmap v12620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:27:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:30 smithi135 ceph-mon[93152]: pgmap v12620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:27:31.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:31.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:32.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:32.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:32 smithi194 ceph-mon[104785]: pgmap v12621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:32 smithi135 ceph-mon[93152]: pgmap v12621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:33.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:33.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:34.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:34.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:34 smithi194 ceph-mon[104785]: pgmap v12622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:34 smithi135 ceph-mon[93152]: pgmap v12622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:35.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:35.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:36.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:36.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:36 smithi194 ceph-mon[104785]: pgmap v12623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:36 smithi135 ceph-mon[93152]: pgmap v12623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:37.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:37.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:38.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:38.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:38 smithi194 ceph-mon[104785]: pgmap v12624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:38 smithi135 ceph-mon[93152]: pgmap v12624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:39.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:39.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:40.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:40.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:40 smithi194 ceph-mon[104785]: pgmap v12625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:27:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:40 smithi135 ceph-mon[93152]: pgmap v12625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:27:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:41.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:41.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:42.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:42.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:42 smithi135 ceph-mon[93152]: pgmap v12626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:42 smithi194 ceph-mon[104785]: pgmap v12626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:43.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:43.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:44.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:44.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:44 smithi194 ceph-mon[104785]: pgmap v12627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:44 smithi135 ceph-mon[93152]: pgmap v12627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:45.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:45.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:46.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:46.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:46 smithi194 ceph-mon[104785]: pgmap v12628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:46 smithi135 ceph-mon[93152]: pgmap v12628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:47.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:47.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:48.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:48.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:48 smithi194 ceph-mon[104785]: pgmap v12629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:48 smithi135 ceph-mon[93152]: pgmap v12629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:49.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:49.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:50.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:50.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:50 smithi194 ceph-mon[104785]: pgmap v12630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:27:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:50 smithi135 ceph-mon[93152]: pgmap v12630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:27:51.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:51.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:52.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:52.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:52 smithi135 ceph-mon[93152]: pgmap v12631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:52 smithi194 ceph-mon[104785]: pgmap v12631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:53.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:53.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:54.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:54.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:54 smithi194 ceph-mon[104785]: pgmap v12632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:54 smithi135 ceph-mon[93152]: pgmap v12632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:55.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:55.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:27:56.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:56.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:56 smithi194 ceph-mon[104785]: pgmap v12633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:56 smithi135 ceph-mon[93152]: pgmap v12633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:57.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:57.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:58.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:58.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:27:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:27:58 smithi194 ceph-mon[104785]: pgmap v12634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:27:58 smithi135 ceph-mon[93152]: pgmap v12634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:27:59.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:27:59.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:00.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:00.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:00 smithi194 ceph-mon[104785]: pgmap v12635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:28:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:00 smithi135 ceph-mon[93152]: pgmap v12635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:28:01.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:01.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:02.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:02.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:02 smithi194 ceph-mon[104785]: pgmap v12636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:02 smithi135 ceph-mon[93152]: pgmap v12636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:03.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:03.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:04.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:04.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:04 smithi194 ceph-mon[104785]: pgmap v12637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:28:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:28:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:28:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:28:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:28:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:04 smithi135 ceph-mon[93152]: pgmap v12637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:28:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:28:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:28:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:28:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:28:05.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:05.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:28:06.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:28:06.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:06.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:06 smithi194 ceph-mon[104785]: pgmap v12638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:06 smithi135 ceph-mon[93152]: pgmap v12638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:07.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:07.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:08.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:08.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:08 smithi194 ceph-mon[104785]: pgmap v12639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:08 smithi135 ceph-mon[93152]: pgmap v12639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:09.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:09.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:10.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:10.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:10 smithi194 ceph-mon[104785]: pgmap v12640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:28:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:10 smithi135 ceph-mon[93152]: pgmap v12640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:28:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:11.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:11.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:12.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:12.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:12 smithi194 ceph-mon[104785]: pgmap v12641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:12 smithi135 ceph-mon[93152]: pgmap v12641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:13.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:13.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:14.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:14.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:14 smithi194 ceph-mon[104785]: pgmap v12642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:14 smithi135 ceph-mon[93152]: pgmap v12642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:15.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:15.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:16.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:16.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:16 smithi194 ceph-mon[104785]: pgmap v12643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:16 smithi135 ceph-mon[93152]: pgmap v12643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:17.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:17.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:18.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:18.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:18 smithi194 ceph-mon[104785]: pgmap v12644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:18 smithi135 ceph-mon[93152]: pgmap v12644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:19.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:19.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:20.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:20.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:20 smithi194 ceph-mon[104785]: pgmap v12645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:28:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:20 smithi135 ceph-mon[93152]: pgmap v12645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:28:21.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:21.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:22.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:22.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:22 smithi194 ceph-mon[104785]: pgmap v12646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:22 smithi135 ceph-mon[93152]: pgmap v12646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:23.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:23.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:24.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:24.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:24 smithi194 ceph-mon[104785]: pgmap v12647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:24 smithi135 ceph-mon[93152]: pgmap v12647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:25.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:25.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:26.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:26.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:26 smithi194 ceph-mon[104785]: pgmap v12648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:26 smithi135 ceph-mon[93152]: pgmap v12648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:27.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:27.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:28.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:28.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:28 smithi194 ceph-mon[104785]: pgmap v12649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:28 smithi135 ceph-mon[93152]: pgmap v12649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:29.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:29.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:30.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:30.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:30 smithi194 ceph-mon[104785]: pgmap v12650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:28:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:30 smithi135 ceph-mon[93152]: pgmap v12650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:28:31.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:31.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:32.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:32.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:32 smithi194 ceph-mon[104785]: pgmap v12651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:32 smithi135 ceph-mon[93152]: pgmap v12651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:33.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:33.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:34.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:34.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:34 smithi194 ceph-mon[104785]: pgmap v12652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:34 smithi135 ceph-mon[93152]: pgmap v12652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:35.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:35.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:35 smithi194 ceph-mon[104785]: pgmap v12653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:36.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:35 smithi135 ceph-mon[93152]: pgmap v12653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:36.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:36.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:37.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:37.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:38.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:38.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:38 smithi194 ceph-mon[104785]: pgmap v12654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:38 smithi135 ceph-mon[93152]: pgmap v12654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:39.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:39.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:40.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:40.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:40 smithi194 ceph-mon[104785]: pgmap v12655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:28:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:40 smithi135 ceph-mon[93152]: pgmap v12655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:28:41.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:41.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:42.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:42.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:42.952 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:42 smithi135 ceph-mon[93152]: pgmap v12656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:42 smithi194 ceph-mon[104785]: pgmap v12656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:43.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:43.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:44.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:44.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:44 smithi194 ceph-mon[104785]: pgmap v12657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:44 smithi135 ceph-mon[93152]: pgmap v12657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:45.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:45.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:46.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:46.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:46.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:46 smithi194 ceph-mon[104785]: pgmap v12658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:46 smithi135 ceph-mon[93152]: pgmap v12658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:47.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:47.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:48.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:48.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:48 smithi194 ceph-mon[104785]: pgmap v12659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:48 smithi135 ceph-mon[93152]: pgmap v12659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:49.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:49.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:50.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:50.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:50 smithi194 ceph-mon[104785]: pgmap v12660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:28:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:50 smithi135 ceph-mon[93152]: pgmap v12660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:28:51.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:51.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:52.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:52.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:52 smithi194 ceph-mon[104785]: pgmap v12661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:52 smithi135 ceph-mon[93152]: pgmap v12661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:53.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:53.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:54.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:54.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:54 smithi194 ceph-mon[104785]: pgmap v12662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:54 smithi135 ceph-mon[93152]: pgmap v12662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:55.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:55.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:56.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:56.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:56.924 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:56 smithi194 ceph-mon[104785]: pgmap v12663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:56.924 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:56 smithi135 ceph-mon[93152]: pgmap v12663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:28:57.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:57.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:58.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:58.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:28:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:28:58 smithi194 ceph-mon[104785]: pgmap v12664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:28:58 smithi135 ceph-mon[93152]: pgmap v12664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:28:59.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:28:59.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:00.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:00.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:00 smithi194 ceph-mon[104785]: pgmap v12665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:29:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:00 smithi135 ceph-mon[93152]: pgmap v12665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:29:01.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:01.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:02.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:02.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:02 smithi194 ceph-mon[104785]: pgmap v12666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:02 smithi135 ceph-mon[93152]: pgmap v12666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:03.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:03.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:04.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:04.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:04 smithi194 ceph-mon[104785]: pgmap v12667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:04 smithi135 ceph-mon[93152]: pgmap v12667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:05.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:05.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:29:06.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:29:06.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:06.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:06 smithi194 ceph-mon[104785]: pgmap v12668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:06 smithi135 ceph-mon[93152]: pgmap v12668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:07.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:07.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:08.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:08.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:08 smithi194 ceph-mon[104785]: pgmap v12669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:08 smithi135 ceph-mon[93152]: pgmap v12669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:09.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:09.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:10.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:10.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:10 smithi194 ceph-mon[104785]: pgmap v12670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:29:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:10 smithi135 ceph-mon[93152]: pgmap v12670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:29:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:11.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:11.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:12.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:12.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:12 smithi194 ceph-mon[104785]: pgmap v12671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:29:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:29:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:29:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:29:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:29:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:29:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:29:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:12 smithi135 ceph-mon[93152]: pgmap v12671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:29:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:29:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:29:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:29:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:29:13.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:29:13.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:29:13.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:13.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:14.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:14.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:14 smithi194 ceph-mon[104785]: pgmap v12672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:14 smithi135 ceph-mon[93152]: pgmap v12672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:15.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:15.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:16.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:16.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:16 smithi194 ceph-mon[104785]: pgmap v12673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:16 smithi135 ceph-mon[93152]: pgmap v12673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:17.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:17.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:18.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:18.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:18 smithi194 ceph-mon[104785]: pgmap v12674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:18 smithi135 ceph-mon[93152]: pgmap v12674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:19.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:19.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:20.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:20.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:20 smithi194 ceph-mon[104785]: pgmap v12675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:29:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:20 smithi135 ceph-mon[93152]: pgmap v12675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:29:21.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:21.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:22.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:22.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:22 smithi194 ceph-mon[104785]: pgmap v12676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:22 smithi135 ceph-mon[93152]: pgmap v12676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:23.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:23.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:24.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:24.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:24 smithi194 ceph-mon[104785]: pgmap v12677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:24 smithi135 ceph-mon[93152]: pgmap v12677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:25.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:25.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:26.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:26.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:26 smithi194 ceph-mon[104785]: pgmap v12678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:26 smithi135 ceph-mon[93152]: pgmap v12678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:27.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:27.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:28.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:28.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:28 smithi135 ceph-mon[93152]: pgmap v12679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:28 smithi194 ceph-mon[104785]: pgmap v12679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:29.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:29.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:30.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:30.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:30 smithi194 ceph-mon[104785]: pgmap v12680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:29:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:30 smithi135 ceph-mon[93152]: pgmap v12680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:29:31.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:31.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:32.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:32.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:32 smithi194 ceph-mon[104785]: pgmap v12681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:32 smithi135 ceph-mon[93152]: pgmap v12681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:33.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:33.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:34.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:34.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:34 smithi194 ceph-mon[104785]: pgmap v12682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:34 smithi135 ceph-mon[93152]: pgmap v12682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:35.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:35.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:36.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:36.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:36 smithi194 ceph-mon[104785]: pgmap v12683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:36 smithi135 ceph-mon[93152]: pgmap v12683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:37.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:37.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:38.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:38.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:38 smithi135 ceph-mon[93152]: pgmap v12684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:38 smithi194 ceph-mon[104785]: pgmap v12684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:39.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:39.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:40.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:40.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:40 smithi194 ceph-mon[104785]: pgmap v12685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:29:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:40 smithi135 ceph-mon[93152]: pgmap v12685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:29:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:41.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:41.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:42.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:42.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:42 smithi194 ceph-mon[104785]: pgmap v12686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:42 smithi135 ceph-mon[93152]: pgmap v12686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:43.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:43.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:44.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:44.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:44 smithi194 ceph-mon[104785]: pgmap v12687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:44 smithi135 ceph-mon[93152]: pgmap v12687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:45.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:45.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:46.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:46.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:46 smithi194 ceph-mon[104785]: pgmap v12688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:46 smithi135 ceph-mon[93152]: pgmap v12688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:47.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:47.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:48.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:48.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:48 smithi194 ceph-mon[104785]: pgmap v12689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:48 smithi135 ceph-mon[93152]: pgmap v12689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:49.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:49.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:50.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:50.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:50 smithi194 ceph-mon[104785]: pgmap v12690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:29:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:50 smithi135 ceph-mon[93152]: pgmap v12690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:29:51.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:51.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:52.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:52.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:52 smithi194 ceph-mon[104785]: pgmap v12691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:52 smithi135 ceph-mon[93152]: pgmap v12691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:53.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:53.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:54.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:54.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:54 smithi194 ceph-mon[104785]: pgmap v12692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:54 smithi135 ceph-mon[93152]: pgmap v12692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:55.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:55.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:29:56.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:56.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:56 smithi194 ceph-mon[104785]: pgmap v12693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:56 smithi135 ceph-mon[93152]: pgmap v12693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:57.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:57.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:58.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:58.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:29:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:29:58 smithi194 ceph-mon[104785]: pgmap v12694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:29:58 smithi135 ceph-mon[93152]: pgmap v12694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:29:59.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:29:59.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:00.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:00.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:00 smithi194 ceph-mon[104785]: pgmap v12695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:30:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T11:30:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:00 smithi135 ceph-mon[93152]: pgmap v12695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:30:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T11:30:01.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:01.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:02.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:02.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:02 smithi194 ceph-mon[104785]: pgmap v12696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:02 smithi135 ceph-mon[93152]: pgmap v12696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:03.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:03.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:04.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:04.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:04 smithi194 ceph-mon[104785]: pgmap v12697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:04 smithi135 ceph-mon[93152]: pgmap v12697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:05.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:05.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:06.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:06.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:06 smithi194 ceph-mon[104785]: pgmap v12698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:06 smithi135 ceph-mon[93152]: pgmap v12698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:07.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:07.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:08.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:08.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:08.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:08 smithi194 ceph-mon[104785]: pgmap v12699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:08 smithi135 ceph-mon[93152]: pgmap v12699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:09.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:09.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:10.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:10.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:10 smithi194 ceph-mon[104785]: pgmap v12700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:30:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:10 smithi135 ceph-mon[93152]: pgmap v12700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:30:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:11.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:11.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:12.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:12.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:12 smithi194 ceph-mon[104785]: pgmap v12701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:30:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:12 smithi135 ceph-mon[93152]: pgmap v12701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:30:13.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:13.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:13 smithi194 ceph-mon[104785]: pgmap v12702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:30:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:30:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:30:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:30:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:30:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:30:14.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:30:14.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:13 smithi135 ceph-mon[93152]: pgmap v12702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:14.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:30:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:30:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:30:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:30:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:30:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:30:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:30:14.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:14.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:15.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:15.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:16.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:15 smithi135 ceph-mon[93152]: pgmap v12703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:15 smithi194 ceph-mon[104785]: pgmap v12703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:16.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:16.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:17.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:17.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:18.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:18.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:18.887 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:18 smithi135 ceph-mon[93152]: pgmap v12704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:18 smithi194 ceph-mon[104785]: pgmap v12704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:19.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:19.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:20.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:20.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:20 smithi194 ceph-mon[104785]: pgmap v12705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:30:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:20 smithi135 ceph-mon[93152]: pgmap v12705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:30:21.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:21.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:22.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:22.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:22.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:22 smithi194 ceph-mon[104785]: pgmap v12706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:22 smithi135 ceph-mon[93152]: pgmap v12706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:23.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:23.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:24.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:24.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:24 smithi194 ceph-mon[104785]: pgmap v12707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:24 smithi135 ceph-mon[93152]: pgmap v12707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:25.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:25.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:26.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:26.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:26 smithi194 ceph-mon[104785]: pgmap v12708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:26 smithi135 ceph-mon[93152]: pgmap v12708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:27.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:27.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:28.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:28.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:28 smithi194 ceph-mon[104785]: pgmap v12709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:28.983 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:28 smithi135 ceph-mon[93152]: pgmap v12709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:29.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:29.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:30.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:30.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:30 smithi194 ceph-mon[104785]: pgmap v12710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:30:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:30 smithi135 ceph-mon[93152]: pgmap v12710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:30:31.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:31.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:32.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:32.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:32.928 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:32 smithi194 ceph-mon[104785]: pgmap v12711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:32 smithi135 ceph-mon[93152]: pgmap v12711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:33.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:33.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:34.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:34.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:34 smithi194 ceph-mon[104785]: pgmap v12712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:34 smithi135 ceph-mon[93152]: pgmap v12712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:35.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:35.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:36.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:36.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:36 smithi194 ceph-mon[104785]: pgmap v12713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:36 smithi135 ceph-mon[93152]: pgmap v12713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:37.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:37.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:38.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:38.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:38 smithi194 ceph-mon[104785]: pgmap v12714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:38 smithi135 ceph-mon[93152]: pgmap v12714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:39.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:39.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:40.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:40.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:40 smithi194 ceph-mon[104785]: pgmap v12715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:30:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:40 smithi135 ceph-mon[93152]: pgmap v12715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:30:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:41.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:41.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:42.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:42.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:42 smithi194 ceph-mon[104785]: pgmap v12716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:42 smithi135 ceph-mon[93152]: pgmap v12716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:43.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:43.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:44.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:44.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:44 smithi194 ceph-mon[104785]: pgmap v12717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:44 smithi135 ceph-mon[93152]: pgmap v12717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:45.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:45.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:46.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:46.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:46 smithi194 ceph-mon[104785]: pgmap v12718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:46 smithi135 ceph-mon[93152]: pgmap v12718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:47.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:47.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:48.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:48.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:48 smithi194 ceph-mon[104785]: pgmap v12719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:48 smithi135 ceph-mon[93152]: pgmap v12719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:49.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:49.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:50.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:50.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:50 smithi194 ceph-mon[104785]: pgmap v12720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:30:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:50 smithi135 ceph-mon[93152]: pgmap v12720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:30:51.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:51.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:52.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:52.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:52 smithi194 ceph-mon[104785]: pgmap v12721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:52 smithi135 ceph-mon[93152]: pgmap v12721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:53.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:53.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:54.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:54.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:54 smithi194 ceph-mon[104785]: pgmap v12722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:54 smithi135 ceph-mon[93152]: pgmap v12722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:55.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:55.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:30:56.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:56.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:56 smithi194 ceph-mon[104785]: pgmap v12723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:56 smithi135 ceph-mon[93152]: pgmap v12723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:57.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:57.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:58.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:58.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:30:58.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:30:58 smithi194 ceph-mon[104785]: pgmap v12724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:30:58 smithi135 ceph-mon[93152]: pgmap v12724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:30:59.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:30:59.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:00.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:00.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:00 smithi194 ceph-mon[104785]: pgmap v12725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:31:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:00 smithi135 ceph-mon[93152]: pgmap v12725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:31:01.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:01.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:02.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:02.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:02 smithi194 ceph-mon[104785]: pgmap v12726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:02 smithi135 ceph-mon[93152]: pgmap v12726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:03.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:03.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:04.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:04.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:04 smithi194 ceph-mon[104785]: pgmap v12727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:04 smithi135 ceph-mon[93152]: pgmap v12727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:05.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:05.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:06.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:06.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:06 smithi194 ceph-mon[104785]: pgmap v12728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:06 smithi135 ceph-mon[93152]: pgmap v12728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:07.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:07.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:08.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:08.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:08 smithi194 ceph-mon[104785]: pgmap v12729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:08 smithi135 ceph-mon[93152]: pgmap v12729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:09.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:09.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:10.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:10.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:10 smithi194 ceph-mon[104785]: pgmap v12730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:31:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:10 smithi135 ceph-mon[93152]: pgmap v12730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:31:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:11.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:11.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:12.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:12.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:12 smithi194 ceph-mon[104785]: pgmap v12731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:12 smithi135 ceph-mon[93152]: pgmap v12731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:13.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:13.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:13.957 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:31:14.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:31:14.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:14.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:14 smithi135 ceph-mon[93152]: pgmap v12732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:14.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:31:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:31:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:31:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:31:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:31:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:14 smithi194 ceph-mon[104785]: pgmap v12732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:31:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:31:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:31:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:31:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:31:15.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:15.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:16.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:16.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:16 smithi194 ceph-mon[104785]: pgmap v12733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:16 smithi135 ceph-mon[93152]: pgmap v12733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:17.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:17.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:18.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:18.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:18 smithi194 ceph-mon[104785]: pgmap v12734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:18 smithi135 ceph-mon[93152]: pgmap v12734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:19.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:19.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:20.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:20.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:20 smithi194 ceph-mon[104785]: pgmap v12735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:31:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:20 smithi135 ceph-mon[93152]: pgmap v12735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:31:21.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:21.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:22.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:22.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:22 smithi194 ceph-mon[104785]: pgmap v12736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:22 smithi135 ceph-mon[93152]: pgmap v12736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:23.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:23.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:24.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:24.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:24 smithi194 ceph-mon[104785]: pgmap v12737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:24 smithi135 ceph-mon[93152]: pgmap v12737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:25.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:25.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:26.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:26.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:26 smithi194 ceph-mon[104785]: pgmap v12738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:26 smithi135 ceph-mon[93152]: pgmap v12738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:27.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:27.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:28.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:28.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:28 smithi194 ceph-mon[104785]: pgmap v12739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:28 smithi135 ceph-mon[93152]: pgmap v12739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:29.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:29.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:30.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:30.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:30 smithi194 ceph-mon[104785]: pgmap v12740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:31:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:30 smithi135 ceph-mon[93152]: pgmap v12740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:31:31.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:31.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:32.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:32.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:32 smithi194 ceph-mon[104785]: pgmap v12741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:32 smithi135 ceph-mon[93152]: pgmap v12741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:33.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:33.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:34.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:34.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:34 smithi194 ceph-mon[104785]: pgmap v12742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:34 smithi135 ceph-mon[93152]: pgmap v12742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:35.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:35.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:36.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:36.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:36 smithi194 ceph-mon[104785]: pgmap v12743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:36 smithi135 ceph-mon[93152]: pgmap v12743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:37.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:37.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:38.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:38.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:38 smithi194 ceph-mon[104785]: pgmap v12744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:38 smithi135 ceph-mon[93152]: pgmap v12744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:39.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:39.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:40.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:40.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:40 smithi194 ceph-mon[104785]: pgmap v12745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:31:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:40 smithi135 ceph-mon[93152]: pgmap v12745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:31:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:41.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:41.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:42.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:42.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:42 smithi194 ceph-mon[104785]: pgmap v12746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:42 smithi135 ceph-mon[93152]: pgmap v12746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:43.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:43.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:44.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:44.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:44 smithi194 ceph-mon[104785]: pgmap v12747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:44 smithi135 ceph-mon[93152]: pgmap v12747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:45.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:45.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:46.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:46.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:46 smithi194 ceph-mon[104785]: pgmap v12748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:46 smithi135 ceph-mon[93152]: pgmap v12748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:47.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:47.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:48.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:47 smithi135 ceph-mon[93152]: pgmap v12749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:47 smithi194 ceph-mon[104785]: pgmap v12749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:48.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:48.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:49.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:49.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:50 smithi194 ceph-mon[104785]: pgmap v12750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:31:50.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:50 smithi135 ceph-mon[93152]: pgmap v12750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:31:50.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:50.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:51.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:51.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:52.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:52.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:52 smithi194 ceph-mon[104785]: pgmap v12751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:52 smithi135 ceph-mon[93152]: pgmap v12751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:53.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:53.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:54.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:54.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:54.814 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:54 smithi135 ceph-mon[93152]: pgmap v12752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:54 smithi194 ceph-mon[104785]: pgmap v12752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:55.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:55.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:31:56.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:56.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:56 smithi194 ceph-mon[104785]: pgmap v12753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:56 smithi135 ceph-mon[93152]: pgmap v12753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:57.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:57.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:58.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:58.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:31:58.827 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:31:58 smithi194 ceph-mon[104785]: pgmap v12754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:31:58 smithi135 ceph-mon[93152]: pgmap v12754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:31:59.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:31:59.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:00.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:00.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:00 smithi194 ceph-mon[104785]: pgmap v12755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:32:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:00 smithi135 ceph-mon[93152]: pgmap v12755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:32:01.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:01.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:02.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:02.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:02 smithi194 ceph-mon[104785]: pgmap v12756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:02 smithi135 ceph-mon[93152]: pgmap v12756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:03.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:03.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:04.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:04.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:04.913 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:04 smithi135 ceph-mon[93152]: pgmap v12757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:04 smithi194 ceph-mon[104785]: pgmap v12757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:05.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:05.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:06.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:06.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:06 smithi194 ceph-mon[104785]: pgmap v12758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:06 smithi135 ceph-mon[93152]: pgmap v12758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:07.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:07.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:08.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:08.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:08.934 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:08 smithi194 ceph-mon[104785]: pgmap v12759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:08 smithi135 ceph-mon[93152]: pgmap v12759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:09.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:09.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:10.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:10.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:10 smithi194 ceph-mon[104785]: pgmap v12760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:32:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:10 smithi135 ceph-mon[93152]: pgmap v12760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:32:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:11.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:11.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:12.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:12.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:12 smithi194 ceph-mon[104785]: pgmap v12761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:12 smithi135 ceph-mon[93152]: pgmap v12761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:13.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:13.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:14.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:14.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:14 smithi194 ceph-mon[104785]: pgmap v12762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:32:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:14 smithi135 ceph-mon[93152]: pgmap v12762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:32:15.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:15.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:32:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:32:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:32:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:32:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:32:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:32:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:32:16.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:32:16.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:32:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:32:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:32:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:32:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:32:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:32:16.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:16.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:16 smithi194 ceph-mon[104785]: pgmap v12763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:16 smithi135 ceph-mon[93152]: pgmap v12763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:17.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:17.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:18.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:18.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:18 smithi194 ceph-mon[104785]: pgmap v12764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:18 smithi135 ceph-mon[93152]: pgmap v12764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:19.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:19.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:20.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:20.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:20 smithi194 ceph-mon[104785]: pgmap v12765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:32:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:20 smithi135 ceph-mon[93152]: pgmap v12765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:32:21.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:21.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:22.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:22.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:22 smithi194 ceph-mon[104785]: pgmap v12766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:22 smithi135 ceph-mon[93152]: pgmap v12766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:23.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:23.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:24.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:24.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:24 smithi194 ceph-mon[104785]: pgmap v12767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:24 smithi135 ceph-mon[93152]: pgmap v12767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:25.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:25.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:26.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:26.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:26 smithi194 ceph-mon[104785]: pgmap v12768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:26 smithi135 ceph-mon[93152]: pgmap v12768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:27.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:27.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:28.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:28.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:28 smithi194 ceph-mon[104785]: pgmap v12769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:28 smithi135 ceph-mon[93152]: pgmap v12769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:29.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:29.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:30.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:30.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:30 smithi194 ceph-mon[104785]: pgmap v12770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:32:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:30 smithi135 ceph-mon[93152]: pgmap v12770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:32:31.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:31.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:32.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:32.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:32 smithi194 ceph-mon[104785]: pgmap v12771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:32 smithi135 ceph-mon[93152]: pgmap v12771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:33.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:33.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:34.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:34.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:34 smithi194 ceph-mon[104785]: pgmap v12772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:34 smithi135 ceph-mon[93152]: pgmap v12772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:35.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:35.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:36.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:36.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:36 smithi194 ceph-mon[104785]: pgmap v12773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:36 smithi135 ceph-mon[93152]: pgmap v12773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:37.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:37.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:38.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:38.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:38 smithi194 ceph-mon[104785]: pgmap v12774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:38 smithi135 ceph-mon[93152]: pgmap v12774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:39.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:39.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:40.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:40.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:40 smithi194 ceph-mon[104785]: pgmap v12775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:32:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:40 smithi135 ceph-mon[93152]: pgmap v12775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:32:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:41.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:41.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:42.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:42.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:42 smithi194 ceph-mon[104785]: pgmap v12776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:42 smithi135 ceph-mon[93152]: pgmap v12776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:43.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:43.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:44.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:44.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:44 smithi194 ceph-mon[104785]: pgmap v12777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:44 smithi135 ceph-mon[93152]: pgmap v12777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:45.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:45.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:46.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:46.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:46 smithi194 ceph-mon[104785]: pgmap v12778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:46 smithi135 ceph-mon[93152]: pgmap v12778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:47.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:47.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:48.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:48.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:48 smithi194 ceph-mon[104785]: pgmap v12779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:48 smithi135 ceph-mon[93152]: pgmap v12779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:49.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:49.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:50.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:50.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:50 smithi194 ceph-mon[104785]: pgmap v12780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:32:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:50 smithi135 ceph-mon[93152]: pgmap v12780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:32:51.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:51.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:52.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:52.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:52 smithi194 ceph-mon[104785]: pgmap v12781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:52 smithi135 ceph-mon[93152]: pgmap v12781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:53.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:53.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:54.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:54.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:54 smithi194 ceph-mon[104785]: pgmap v12782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:54 smithi135 ceph-mon[93152]: pgmap v12782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:55.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:55.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:32:56.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:56.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:56 smithi194 ceph-mon[104785]: pgmap v12783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:56 smithi135 ceph-mon[93152]: pgmap v12783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:57.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:57.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:58.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:58.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:32:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:58 smithi194 ceph-mon[104785]: pgmap v12784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:58 smithi135 ceph-mon[93152]: pgmap v12784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:32:59.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:32:59.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:00.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:32:59 smithi135 ceph-mon[93152]: pgmap v12785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:33:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:32:59 smithi194 ceph-mon[104785]: pgmap v12785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:33:00.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:00.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:01.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:01.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:02.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:02.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:02 smithi194 ceph-mon[104785]: pgmap v12786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:02 smithi135 ceph-mon[93152]: pgmap v12786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:03.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:03.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:04.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:04.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:04 smithi194 ceph-mon[104785]: pgmap v12787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:04 smithi135 ceph-mon[93152]: pgmap v12787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:05.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:05.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:06.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:06.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:06 smithi194 ceph-mon[104785]: pgmap v12788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:06 smithi135 ceph-mon[93152]: pgmap v12788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:07.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:07.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:08.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:08.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:08 smithi194 ceph-mon[104785]: pgmap v12789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:08 smithi135 ceph-mon[93152]: pgmap v12789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:09.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:09.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:10.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:10.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:10 smithi194 ceph-mon[104785]: pgmap v12790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:33:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:10 smithi135 ceph-mon[93152]: pgmap v12790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:33:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:11.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:11.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:12.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:12.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:12 smithi194 ceph-mon[104785]: pgmap v12791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:12 smithi135 ceph-mon[93152]: pgmap v12791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:13.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:13.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:14.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:14.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:14 smithi194 ceph-mon[104785]: pgmap v12792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:14 smithi135 ceph-mon[93152]: pgmap v12792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:15.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:15.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:33:16.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:33:16.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:16.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:16 smithi194 ceph-mon[104785]: pgmap v12793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:33:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:33:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:33:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:33:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:33:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:16 smithi135 ceph-mon[93152]: pgmap v12793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:33:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:33:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:33:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:33:17.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:33:17.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:17.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:18.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:18.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:18 smithi194 ceph-mon[104785]: pgmap v12794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:18 smithi135 ceph-mon[93152]: pgmap v12794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:19.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:19.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:20.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:20.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:20 smithi194 ceph-mon[104785]: pgmap v12795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:33:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:20 smithi135 ceph-mon[93152]: pgmap v12795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:33:21.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:21.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:22.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:22.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:22 smithi194 ceph-mon[104785]: pgmap v12796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:22 smithi135 ceph-mon[93152]: pgmap v12796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:23.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:23.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:24.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:24.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:24 smithi194 ceph-mon[104785]: pgmap v12797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:24 smithi135 ceph-mon[93152]: pgmap v12797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:25.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:25.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:26.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:26.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:26 smithi194 ceph-mon[104785]: pgmap v12798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:26 smithi135 ceph-mon[93152]: pgmap v12798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:27.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:27.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:28.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:28.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:28 smithi194 ceph-mon[104785]: pgmap v12799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:28 smithi135 ceph-mon[93152]: pgmap v12799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:29.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:29.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:30.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:30.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:30 smithi194 ceph-mon[104785]: pgmap v12800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:33:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:30 smithi135 ceph-mon[93152]: pgmap v12800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:33:31.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:31.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:32.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:32.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:32 smithi194 ceph-mon[104785]: pgmap v12801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:32 smithi135 ceph-mon[93152]: pgmap v12801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:33.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:33.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:34.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:34.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:34 smithi194 ceph-mon[104785]: pgmap v12802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:34 smithi135 ceph-mon[93152]: pgmap v12802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:35.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:35.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:36.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:36.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:36 smithi194 ceph-mon[104785]: pgmap v12803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:36 smithi135 ceph-mon[93152]: pgmap v12803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:37.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:37.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:38.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:38.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:38 smithi194 ceph-mon[104785]: pgmap v12804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:38 smithi135 ceph-mon[93152]: pgmap v12804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:39.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:39.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:40.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:40.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:40.857 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:40 smithi135 ceph-mon[93152]: pgmap v12805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:33:40.857 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:40 smithi194 ceph-mon[104785]: pgmap v12805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:33:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:41.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:41.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:42.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:42.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:42 smithi194 ceph-mon[104785]: pgmap v12806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:42 smithi135 ceph-mon[93152]: pgmap v12806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:43.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:43.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:44.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:44.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:44.938 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:44 smithi194 ceph-mon[104785]: pgmap v12807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:44 smithi135 ceph-mon[93152]: pgmap v12807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:45.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:45.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:46.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:46.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:46 smithi194 ceph-mon[104785]: pgmap v12808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:46 smithi135 ceph-mon[93152]: pgmap v12808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:47.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:47.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:48.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:48.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:48 smithi194 ceph-mon[104785]: pgmap v12809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:48 smithi135 ceph-mon[93152]: pgmap v12809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:49.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:49.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:50.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:50.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:50.956 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:50 smithi135 ceph-mon[93152]: pgmap v12810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:33:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:50 smithi194 ceph-mon[104785]: pgmap v12810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:33:51.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:51.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:52.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:52.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:52 smithi194 ceph-mon[104785]: pgmap v12811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:52 smithi135 ceph-mon[93152]: pgmap v12811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:53.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:53.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:54.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:54.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:54 smithi194 ceph-mon[104785]: pgmap v12812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:54 smithi135 ceph-mon[93152]: pgmap v12812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:55.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:55.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:56.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:33:56.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:56.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:56 smithi194 ceph-mon[104785]: pgmap v12813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:56 smithi135 ceph-mon[93152]: pgmap v12813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:57.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:57.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:58.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:58.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:33:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:33:58 smithi194 ceph-mon[104785]: pgmap v12814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:33:58 smithi135 ceph-mon[93152]: pgmap v12814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:33:59.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:33:59.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:00.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:00.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:00 smithi194 ceph-mon[104785]: pgmap v12815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:34:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:00 smithi135 ceph-mon[93152]: pgmap v12815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:34:01.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:01.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:02.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:02.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:02.957 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:02 smithi194 ceph-mon[104785]: pgmap v12816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:02 smithi135 ceph-mon[93152]: pgmap v12816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:03.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:03.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:04.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:04.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:04 smithi194 ceph-mon[104785]: pgmap v12817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:04 smithi135 ceph-mon[93152]: pgmap v12817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:05.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:05.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:06.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:06.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:06 smithi194 ceph-mon[104785]: pgmap v12818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:06 smithi135 ceph-mon[93152]: pgmap v12818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:07.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:07.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:08.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:08.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:08 smithi194 ceph-mon[104785]: pgmap v12819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:08 smithi135 ceph-mon[93152]: pgmap v12819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:09.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:09.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:10.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:10.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:10 smithi194 ceph-mon[104785]: pgmap v12820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:34:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:10 smithi135 ceph-mon[93152]: pgmap v12820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:34:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:11.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:11.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:12.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:12.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:12 smithi194 ceph-mon[104785]: pgmap v12821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:12 smithi135 ceph-mon[93152]: pgmap v12821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:13.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:13.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:13 smithi194 ceph-mon[104785]: pgmap v12822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:14.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:13 smithi135 ceph-mon[93152]: pgmap v12822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:14.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:14.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:15.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:15.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:16 smithi194 ceph-mon[104785]: pgmap v12823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:34:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:16 smithi135 ceph-mon[93152]: pgmap v12823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:34:16.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:16.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:34:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:34:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:34:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:34:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:17 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1542M 2023-10-08T11:34:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:34:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:34:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:34:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:34:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:34:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:34:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:34:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:17 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1542M 2023-10-08T11:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:34:17.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:17.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:18.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:18.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:18 smithi194 ceph-mon[104785]: pgmap v12824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:18 smithi135 ceph-mon[93152]: pgmap v12824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:19.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:19.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:20.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:20.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:20 smithi194 ceph-mon[104785]: pgmap v12825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:34:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:20 smithi135 ceph-mon[93152]: pgmap v12825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:34:21.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:21.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:22.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:22.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:22 smithi194 ceph-mon[104785]: pgmap v12826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:22 smithi135 ceph-mon[93152]: pgmap v12826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:23.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:23.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:24.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:24.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:24 smithi194 ceph-mon[104785]: pgmap v12827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:24 smithi135 ceph-mon[93152]: pgmap v12827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:25.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:25.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:26.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:26.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:26 smithi194 ceph-mon[104785]: pgmap v12828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:26 smithi135 ceph-mon[93152]: pgmap v12828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:27.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:27.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:28.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:28.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:28 smithi194 ceph-mon[104785]: pgmap v12829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:28 smithi135 ceph-mon[93152]: pgmap v12829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:29.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:29.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:30 smithi194 ceph-mon[104785]: pgmap v12830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:34:30.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:30.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:30 smithi135 ceph-mon[93152]: pgmap v12830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:34:31.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:31.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:32.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:32.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:32 smithi194 ceph-mon[104785]: pgmap v12831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:32 smithi135 ceph-mon[93152]: pgmap v12831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:33.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:33.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:34.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:34.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:34 smithi194 ceph-mon[104785]: pgmap v12832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:34 smithi135 ceph-mon[93152]: pgmap v12832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:35.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:35.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:36 smithi135 ceph-mon[93152]: pgmap v12833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:36.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:36.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:36 smithi194 ceph-mon[104785]: pgmap v12833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:37.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:37.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:38.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:38.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:38 smithi194 ceph-mon[104785]: pgmap v12834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:38 smithi135 ceph-mon[93152]: pgmap v12834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:39.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:39.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:40.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:40.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:40 smithi194 ceph-mon[104785]: pgmap v12835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:34:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:40 smithi135 ceph-mon[93152]: pgmap v12835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:34:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:41.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:41.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:42.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:42.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:42 smithi194 ceph-mon[104785]: pgmap v12836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:42 smithi135 ceph-mon[93152]: pgmap v12836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:43.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:43.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:44.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:44.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:44 smithi194 ceph-mon[104785]: pgmap v12837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:44 smithi135 ceph-mon[93152]: pgmap v12837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:45.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:45.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:46 smithi135 ceph-mon[93152]: pgmap v12838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:46.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:46.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:46 smithi194 ceph-mon[104785]: pgmap v12838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:47.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:47.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:48.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:48.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:48.957 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:48 smithi194 ceph-mon[104785]: pgmap v12839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:48 smithi135 ceph-mon[93152]: pgmap v12839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:49.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:49.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:50 smithi194 ceph-mon[104785]: pgmap v12840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:34:50.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:50.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:50 smithi135 ceph-mon[93152]: pgmap v12840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:34:51.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:51.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:52 smithi194 ceph-mon[104785]: pgmap v12841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:52.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:52.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:52 smithi135 ceph-mon[93152]: pgmap v12841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:53.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:53.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:54 smithi194 ceph-mon[104785]: pgmap v12842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:54.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:54.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:54 smithi135 ceph-mon[93152]: pgmap v12842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:55.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:55.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:34:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:56 smithi194 ceph-mon[104785]: pgmap v12843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:56.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:56.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:56 smithi135 ceph-mon[93152]: pgmap v12843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:57.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:57.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:34:58 smithi194 ceph-mon[104785]: pgmap v12844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:58.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:58.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:34:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:34:58 smithi135 ceph-mon[93152]: pgmap v12844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:34:59.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:34:59.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:00 smithi194 ceph-mon[104785]: pgmap v12845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:35:00.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:00.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:00 smithi135 ceph-mon[93152]: pgmap v12845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:35:01.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:01.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:02 smithi194 ceph-mon[104785]: pgmap v12846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:02.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:02.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:02 smithi135 ceph-mon[93152]: pgmap v12846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:03.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:03.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:04 smithi194 ceph-mon[104785]: pgmap v12847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:04.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:04.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:04 smithi135 ceph-mon[93152]: pgmap v12847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:05.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:05.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:06 smithi194 ceph-mon[104785]: pgmap v12848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:06.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:06.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:06 smithi135 ceph-mon[93152]: pgmap v12848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:07.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:07.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:08 smithi194 ceph-mon[104785]: pgmap v12849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:08.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:08.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:08 smithi135 ceph-mon[93152]: pgmap v12849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:09.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:09.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:10 smithi194 ceph-mon[104785]: pgmap v12850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:35:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:10.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:10.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:10 smithi135 ceph-mon[93152]: pgmap v12850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:35:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:11.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:11.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:12 smithi194 ceph-mon[104785]: pgmap v12851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:12.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:12.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:12 smithi135 ceph-mon[93152]: pgmap v12851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:13.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:13.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:14 smithi194 ceph-mon[104785]: pgmap v12852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:15.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:15.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:14 smithi135 ceph-mon[93152]: pgmap v12852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:16.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:16.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:16 smithi194 ceph-mon[104785]: pgmap v12853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:35:17.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:17.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:16 smithi135 ceph-mon[93152]: pgmap v12853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:35:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:35:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:35:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:35:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:35:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:35:18.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:18.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:18.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:35:18.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:35:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:35:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:35:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:35:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:18 smithi194 ceph-mon[104785]: pgmap v12854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:18 smithi135 ceph-mon[93152]: pgmap v12854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:19.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:19.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:20.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:20.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:20 smithi194 ceph-mon[104785]: pgmap v12855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:35:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:20 smithi135 ceph-mon[93152]: pgmap v12855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:35:21.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:21.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:22.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:22.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:22 smithi135 ceph-mon[93152]: pgmap v12856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:23.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:23.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:22 smithi194 ceph-mon[104785]: pgmap v12856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:24.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:24.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:23 smithi194 ceph-mon[104785]: pgmap v12857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:24.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:23 smithi135 ceph-mon[93152]: pgmap v12857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:25.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:25.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:26.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:26.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:26 smithi194 ceph-mon[104785]: pgmap v12858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:26 smithi135 ceph-mon[93152]: pgmap v12858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:27.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:27.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:28.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:28.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:28 smithi194 ceph-mon[104785]: pgmap v12859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:28 smithi135 ceph-mon[93152]: pgmap v12859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:29.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:29.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:30.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:30.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:30 smithi194 ceph-mon[104785]: pgmap v12860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:35:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:30 smithi135 ceph-mon[93152]: pgmap v12860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:35:31.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:31.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:32.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:32.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:32 smithi194 ceph-mon[104785]: pgmap v12861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:32 smithi135 ceph-mon[93152]: pgmap v12861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:33.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:33.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:34.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:34.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:34 smithi194 ceph-mon[104785]: pgmap v12862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:34 smithi135 ceph-mon[93152]: pgmap v12862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:35.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:35.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:36.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:36.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:36 smithi194 ceph-mon[104785]: pgmap v12863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:36.991 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:36 smithi135 ceph-mon[93152]: pgmap v12863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:37.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:37.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:38.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:38.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:38 smithi194 ceph-mon[104785]: pgmap v12864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:38 smithi135 ceph-mon[93152]: pgmap v12864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:39.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:39.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:40.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:40.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:40 smithi194 ceph-mon[104785]: pgmap v12865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:35:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:40 smithi135 ceph-mon[93152]: pgmap v12865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:35:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:41.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:41.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:42.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:42.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:42 smithi194 ceph-mon[104785]: pgmap v12866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:42 smithi135 ceph-mon[93152]: pgmap v12866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:43.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:43.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:44.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:44.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:44 smithi194 ceph-mon[104785]: pgmap v12867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:44 smithi135 ceph-mon[93152]: pgmap v12867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:45.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:45.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:46.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:46.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:46 smithi194 ceph-mon[104785]: pgmap v12868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:46 smithi135 ceph-mon[93152]: pgmap v12868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:47.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:47.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:48.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:48.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:48 smithi194 ceph-mon[104785]: pgmap v12869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:48 smithi135 ceph-mon[93152]: pgmap v12869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:49.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:49.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:50.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:50.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:50 smithi194 ceph-mon[104785]: pgmap v12870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:35:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:50 smithi135 ceph-mon[93152]: pgmap v12870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:35:51.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:51.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:52.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:52.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:52 smithi194 ceph-mon[104785]: pgmap v12871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:52 smithi135 ceph-mon[93152]: pgmap v12871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:53.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:53.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:54.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:54.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:54 smithi194 ceph-mon[104785]: pgmap v12872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:54 smithi135 ceph-mon[93152]: pgmap v12872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:55.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:55.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:35:56.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:56.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:56 smithi194 ceph-mon[104785]: pgmap v12873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:56 smithi135 ceph-mon[93152]: pgmap v12873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:57.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:57.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:58.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:58.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:35:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:35:58 smithi194 ceph-mon[104785]: pgmap v12874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:35:58 smithi135 ceph-mon[93152]: pgmap v12874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:35:59.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:35:59.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:00.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:00.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:00 smithi194 ceph-mon[104785]: pgmap v12875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:36:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:00 smithi135 ceph-mon[93152]: pgmap v12875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:36:01.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:01.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:02.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:02.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:02 smithi194 ceph-mon[104785]: pgmap v12876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:02 smithi135 ceph-mon[93152]: pgmap v12876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:03.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:03.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:04.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:04.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:04 smithi194 ceph-mon[104785]: pgmap v12877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:04 smithi135 ceph-mon[93152]: pgmap v12877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:05.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:05.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:06.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:06.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:06 smithi194 ceph-mon[104785]: pgmap v12878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:06 smithi135 ceph-mon[93152]: pgmap v12878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:07.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:07.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:08.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:08.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:08 smithi194 ceph-mon[104785]: pgmap v12879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:08 smithi135 ceph-mon[93152]: pgmap v12879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:09.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:09.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:10.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:10.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:10 smithi194 ceph-mon[104785]: pgmap v12880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:36:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:10 smithi135 ceph-mon[93152]: pgmap v12880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:36:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:11.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:11.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:12.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:12.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:12 smithi194 ceph-mon[104785]: pgmap v12881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:12 smithi135 ceph-mon[93152]: pgmap v12881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:13.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:13.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:14.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:14.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:14 smithi194 ceph-mon[104785]: pgmap v12882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:14 smithi135 ceph-mon[93152]: pgmap v12882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:15.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:15.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:16.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:16.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:16 smithi194 ceph-mon[104785]: pgmap v12883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:16 smithi135 ceph-mon[93152]: pgmap v12883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:17.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:17.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:36:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:36:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:36:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:36:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:36:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:36:18.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:36:18.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:36:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:36:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:36:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:36:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:36:18.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:18.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:18 smithi194 ceph-mon[104785]: pgmap v12884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:18 smithi135 ceph-mon[93152]: pgmap v12884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:19.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:19.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:20.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:20.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:20 smithi194 ceph-mon[104785]: pgmap v12885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:36:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:20 smithi135 ceph-mon[93152]: pgmap v12885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:36:21.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:21.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:22.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:22.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:22 smithi194 ceph-mon[104785]: pgmap v12886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:22 smithi135 ceph-mon[93152]: pgmap v12886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:23.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:23.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:24.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:24.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:24 smithi135 ceph-mon[93152]: pgmap v12887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:25.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:25.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:24 smithi194 ceph-mon[104785]: pgmap v12887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:26.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:26.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:26 smithi194 ceph-mon[104785]: pgmap v12888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:26 smithi135 ceph-mon[93152]: pgmap v12888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:27.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:27.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:27.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:27 smithi135 ceph-mon[93152]: pgmap v12889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:28.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:28.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:27 smithi194 ceph-mon[104785]: pgmap v12889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:29.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:29.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:30.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:30.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:30 smithi194 ceph-mon[104785]: pgmap v12890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:36:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:30 smithi135 ceph-mon[93152]: pgmap v12890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:36:31.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:31.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:32.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:32.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:32 smithi194 ceph-mon[104785]: pgmap v12891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:32 smithi135 ceph-mon[93152]: pgmap v12891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:33.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:33.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:34.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:34.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:34 smithi194 ceph-mon[104785]: pgmap v12892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:34 smithi135 ceph-mon[93152]: pgmap v12892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:35.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:35.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:36.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:36.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:36 smithi194 ceph-mon[104785]: pgmap v12893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:36 smithi135 ceph-mon[93152]: pgmap v12893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:37.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:37.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:38.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:38.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:38 smithi194 ceph-mon[104785]: pgmap v12894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:38 smithi135 ceph-mon[93152]: pgmap v12894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:39.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:39.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:40.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:40.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:40 smithi194 ceph-mon[104785]: pgmap v12895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:36:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:40 smithi135 ceph-mon[93152]: pgmap v12895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:36:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:41.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:41.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:42.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:42.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:42 smithi194 ceph-mon[104785]: pgmap v12896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:42 smithi135 ceph-mon[93152]: pgmap v12896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:43.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:43.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:44.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:44.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:44 smithi194 ceph-mon[104785]: pgmap v12897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:44 smithi135 ceph-mon[93152]: pgmap v12897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:45.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:45.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:46.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:46.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:46 smithi194 ceph-mon[104785]: pgmap v12898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:46 smithi135 ceph-mon[93152]: pgmap v12898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:47.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:47.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:48.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:48.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:48 smithi194 ceph-mon[104785]: pgmap v12899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:48 smithi135 ceph-mon[93152]: pgmap v12899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:49.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:49.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:50.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:50.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:50 smithi194 ceph-mon[104785]: pgmap v12900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:36:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:50 smithi135 ceph-mon[93152]: pgmap v12900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:36:51.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:51.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:52.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:52.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:52 smithi194 ceph-mon[104785]: pgmap v12901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:52 smithi135 ceph-mon[93152]: pgmap v12901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:53.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:53.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:54.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:54.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:54 smithi194 ceph-mon[104785]: pgmap v12902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:54 smithi135 ceph-mon[93152]: pgmap v12902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:55.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:55.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:36:56.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:56.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:56.942 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:56 smithi194 ceph-mon[104785]: pgmap v12903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:56 smithi135 ceph-mon[93152]: pgmap v12903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:57.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:57.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:58.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:58.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:36:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:36:58 smithi194 ceph-mon[104785]: pgmap v12904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:36:58 smithi135 ceph-mon[93152]: pgmap v12904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:36:59.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:36:59.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:00.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:00.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:00 smithi194 ceph-mon[104785]: pgmap v12905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:37:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:00 smithi135 ceph-mon[93152]: pgmap v12905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:37:01.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:01.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:02.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:02.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:02 smithi194 ceph-mon[104785]: pgmap v12906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:02 smithi135 ceph-mon[93152]: pgmap v12906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:03.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:03.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:04.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:04.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:04 smithi194 ceph-mon[104785]: pgmap v12907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:04 smithi135 ceph-mon[93152]: pgmap v12907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:05.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:05.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:06.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:06.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:06 smithi194 ceph-mon[104785]: pgmap v12908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:06 smithi135 ceph-mon[93152]: pgmap v12908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:07.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:07.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:08.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:08.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:08 smithi194 ceph-mon[104785]: pgmap v12909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:09.129 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:08 smithi135 ceph-mon[93152]: pgmap v12909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:09.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:09.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:10.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:10.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:10 smithi194 ceph-mon[104785]: pgmap v12910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:37:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:10 smithi135 ceph-mon[93152]: pgmap v12910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:37:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:11.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:11.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:12.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:12.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:12 smithi194 ceph-mon[104785]: pgmap v12911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:12 smithi135 ceph-mon[93152]: pgmap v12911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:13.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:13.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:14.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:14.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:14 smithi194 ceph-mon[104785]: pgmap v12912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:14 smithi135 ceph-mon[93152]: pgmap v12912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:15.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:15.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:16.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:16.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:16 smithi194 ceph-mon[104785]: pgmap v12913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:16 smithi135 ceph-mon[93152]: pgmap v12913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:17.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:17.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:18.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:18.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:18 smithi194 ceph-mon[104785]: pgmap v12914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:37:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:18 smithi135 ceph-mon[93152]: pgmap v12914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:37:19.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:19.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:20.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:20.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:20 smithi194 ceph-mon[104785]: pgmap v12915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:37:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:20 smithi135 ceph-mon[93152]: pgmap v12915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:37:21.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:21.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:22.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:22.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:22 smithi135 ceph-mon[93152]: pgmap v12916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:37:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:37:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:22 smithi194 ceph-mon[104785]: pgmap v12916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:37:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:37:23.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:23.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:24.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:37:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:37:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:37:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:37:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:37:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:37:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:37:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:37:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:37:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:37:24.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:24.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:24 smithi135 ceph-mon[93152]: pgmap v12917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:24 smithi194 ceph-mon[104785]: pgmap v12917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:25.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:25.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:26.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:26.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:26 smithi135 ceph-mon[93152]: pgmap v12918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:26 smithi194 ceph-mon[104785]: pgmap v12918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:27.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:27.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:28.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:28.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:28 smithi135 ceph-mon[93152]: pgmap v12919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:28 smithi194 ceph-mon[104785]: pgmap v12919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:29.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:29.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:30.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:30.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:31.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:30 smithi135 ceph-mon[93152]: pgmap v12920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:37:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:30 smithi194 ceph-mon[104785]: pgmap v12920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:37:31.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:31.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:32.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:32.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:32 smithi135 ceph-mon[93152]: pgmap v12921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:32 smithi194 ceph-mon[104785]: pgmap v12921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:33.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:33.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:34.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:33 smithi135 ceph-mon[93152]: pgmap v12922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:33 smithi194 ceph-mon[104785]: pgmap v12922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:34.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:34.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:35.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:35.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:36.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:36.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:36 smithi194 ceph-mon[104785]: pgmap v12923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:36.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:36 smithi135 ceph-mon[93152]: pgmap v12923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:37.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:37.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:38.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:38.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:38 smithi194 ceph-mon[104785]: pgmap v12924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:38 smithi135 ceph-mon[93152]: pgmap v12924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:39.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:39.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:40.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:40.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:40 smithi194 ceph-mon[104785]: pgmap v12925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:37:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:40 smithi135 ceph-mon[93152]: pgmap v12925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:37:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:41.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:41.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:42.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:42.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:42 smithi194 ceph-mon[104785]: pgmap v12926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:42 smithi135 ceph-mon[93152]: pgmap v12926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:43.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:43.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:44.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:44.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:44 smithi194 ceph-mon[104785]: pgmap v12927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:44 smithi135 ceph-mon[93152]: pgmap v12927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:45.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:45.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:46.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:46.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:46 smithi194 ceph-mon[104785]: pgmap v12928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:46 smithi135 ceph-mon[93152]: pgmap v12928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:47.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:47.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:48.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:48.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:48 smithi194 ceph-mon[104785]: pgmap v12929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:48 smithi135 ceph-mon[93152]: pgmap v12929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:49.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:49.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:50.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:50.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:50 smithi194 ceph-mon[104785]: pgmap v12930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:37:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:50 smithi135 ceph-mon[93152]: pgmap v12930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:37:51.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:51.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:52.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:52.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:52 smithi194 ceph-mon[104785]: pgmap v12931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:52 smithi135 ceph-mon[93152]: pgmap v12931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:53.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:53.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:54.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:54.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:54 smithi194 ceph-mon[104785]: pgmap v12932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:54 smithi135 ceph-mon[93152]: pgmap v12932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:55.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:55.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:37:56.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:56.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:56 smithi194 ceph-mon[104785]: pgmap v12933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:56 smithi135 ceph-mon[93152]: pgmap v12933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:57.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:57.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:58.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:58.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:37:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:37:58 smithi194 ceph-mon[104785]: pgmap v12934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:37:58 smithi135 ceph-mon[93152]: pgmap v12934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:37:59.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:37:59.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:00.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:00.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:00 smithi194 ceph-mon[104785]: pgmap v12935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:38:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:00 smithi135 ceph-mon[93152]: pgmap v12935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:38:01.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:01.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:02.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:02.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:02 smithi194 ceph-mon[104785]: pgmap v12936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:02 smithi135 ceph-mon[93152]: pgmap v12936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:03.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:03.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:04.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:04.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:04 smithi194 ceph-mon[104785]: pgmap v12937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:04 smithi135 ceph-mon[93152]: pgmap v12937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:05.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:05.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:06.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:06.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:06 smithi194 ceph-mon[104785]: pgmap v12938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:06 smithi135 ceph-mon[93152]: pgmap v12938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:07.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:07.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:08.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:08.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:08 smithi135 ceph-mon[93152]: pgmap v12939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:08 smithi194 ceph-mon[104785]: pgmap v12939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:09.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:09.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:10.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:10.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:10 smithi194 ceph-mon[104785]: pgmap v12940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:38:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:10 smithi135 ceph-mon[93152]: pgmap v12940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:38:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:11.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:11.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:12.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:12.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:12 smithi194 ceph-mon[104785]: pgmap v12941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:12 smithi135 ceph-mon[93152]: pgmap v12941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:13.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:13.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:14.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:14.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:14 smithi135 ceph-mon[93152]: pgmap v12942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:14 smithi194 ceph-mon[104785]: pgmap v12942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:15.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:15.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:16.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:16.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:16 smithi135 ceph-mon[93152]: pgmap v12943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:16 smithi194 ceph-mon[104785]: pgmap v12943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:17.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:17.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:18.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:18.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:18 smithi135 ceph-mon[93152]: pgmap v12944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:18 smithi194 ceph-mon[104785]: pgmap v12944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:19.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:19.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:20.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:20.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:20 smithi135 ceph-mon[93152]: pgmap v12945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:38:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:20 smithi194 ceph-mon[104785]: pgmap v12945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:38:21.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:21.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:22.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:22.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:22 smithi135 ceph-mon[93152]: pgmap v12946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:22 smithi194 ceph-mon[104785]: pgmap v12946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:23.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:23.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:38:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:38:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:38:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:38:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:38:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:38:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:38:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:38:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:38:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:38:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:38:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:38:24.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:24.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:24 smithi135 ceph-mon[93152]: pgmap v12947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:24 smithi194 ceph-mon[104785]: pgmap v12947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:25.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:25.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:26.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:26.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:26 smithi135 ceph-mon[93152]: pgmap v12948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:26 smithi194 ceph-mon[104785]: pgmap v12948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:27.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:27.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:27 smithi194 ceph-mon[104785]: pgmap v12949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:27 smithi135 ceph-mon[93152]: pgmap v12949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:28.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:28.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:29.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:29.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:30.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:30.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:30 smithi194 ceph-mon[104785]: pgmap v12950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:38:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:30 smithi135 ceph-mon[93152]: pgmap v12950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:38:31.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:31.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:32.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:32.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:32.936 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:32 smithi194 ceph-mon[104785]: pgmap v12951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:32 smithi135 ceph-mon[93152]: pgmap v12951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:33.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:33.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:34.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:34.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:34 smithi194 ceph-mon[104785]: pgmap v12952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:34 smithi135 ceph-mon[93152]: pgmap v12952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:35.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:35.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:36.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:36.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:36 smithi194 ceph-mon[104785]: pgmap v12953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:36 smithi135 ceph-mon[93152]: pgmap v12953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:37.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:37.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:38.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:38.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:38 smithi194 ceph-mon[104785]: pgmap v12954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:38 smithi135 ceph-mon[93152]: pgmap v12954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:39.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:39.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:40.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:40.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:40 smithi194 ceph-mon[104785]: pgmap v12955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:38:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:40 smithi135 ceph-mon[93152]: pgmap v12955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:38:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:41.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:41.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:42.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:42.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:42 smithi194 ceph-mon[104785]: pgmap v12956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:42 smithi135 ceph-mon[93152]: pgmap v12956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:43.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:43.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:44.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:44.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:44 smithi194 ceph-mon[104785]: pgmap v12957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:44 smithi135 ceph-mon[93152]: pgmap v12957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:45.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:45.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:46.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:46.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:46 smithi194 ceph-mon[104785]: pgmap v12958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:46 smithi135 ceph-mon[93152]: pgmap v12958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:47.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:47.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:48.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:48.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:48 smithi194 ceph-mon[104785]: pgmap v12959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:48 smithi135 ceph-mon[93152]: pgmap v12959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:49.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:49.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:50.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:50.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:50 smithi194 ceph-mon[104785]: pgmap v12960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:38:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:50 smithi135 ceph-mon[93152]: pgmap v12960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:38:51.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:51.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:52.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:52.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:52 smithi194 ceph-mon[104785]: pgmap v12961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:52 smithi135 ceph-mon[93152]: pgmap v12961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:53.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:53.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:54.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:54.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:54 smithi194 ceph-mon[104785]: pgmap v12962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:54 smithi135 ceph-mon[93152]: pgmap v12962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:55.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:55.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:38:56.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:56.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:56 smithi194 ceph-mon[104785]: pgmap v12963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:56 smithi135 ceph-mon[93152]: pgmap v12963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:57.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:57.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:58.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:58.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:38:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:38:58 smithi194 ceph-mon[104785]: pgmap v12964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:38:58 smithi135 ceph-mon[93152]: pgmap v12964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:38:59.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:38:59.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:00.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:00.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:00 smithi194 ceph-mon[104785]: pgmap v12965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:39:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:00 smithi135 ceph-mon[93152]: pgmap v12965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:39:01.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:01.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:02.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:02.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:02 smithi194 ceph-mon[104785]: pgmap v12966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:02 smithi135 ceph-mon[93152]: pgmap v12966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:03.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:03.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:04.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:04.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:04 smithi135 ceph-mon[93152]: pgmap v12967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:04 smithi194 ceph-mon[104785]: pgmap v12967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:05.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:05.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:06.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:06.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:06 smithi135 ceph-mon[93152]: pgmap v12968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:06 smithi194 ceph-mon[104785]: pgmap v12968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:07.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:07.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:08.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:08.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:08 smithi135 ceph-mon[93152]: pgmap v12969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:08 smithi194 ceph-mon[104785]: pgmap v12969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:09.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:09.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:10.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:10.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:10 smithi135 ceph-mon[93152]: pgmap v12970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:39:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:10 smithi194 ceph-mon[104785]: pgmap v12970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:39:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:11.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:11.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:12.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:12.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:12 smithi135 ceph-mon[93152]: pgmap v12971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:12 smithi194 ceph-mon[104785]: pgmap v12971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:13.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:13.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:14.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:14.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:14 smithi135 ceph-mon[93152]: pgmap v12972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:14 smithi194 ceph-mon[104785]: pgmap v12972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:15.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:15.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:16.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:16.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:16 smithi135 ceph-mon[93152]: pgmap v12973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:16 smithi194 ceph-mon[104785]: pgmap v12973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:17.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:17.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:18.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:18.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:18 smithi135 ceph-mon[93152]: pgmap v12974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:18 smithi194 ceph-mon[104785]: pgmap v12974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:19.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:19.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:20.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:20.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:20 smithi135 ceph-mon[93152]: pgmap v12975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:39:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:20 smithi194 ceph-mon[104785]: pgmap v12975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:39:21.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:21.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:22.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:22.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:22 smithi135 ceph-mon[93152]: pgmap v12976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:22 smithi194 ceph-mon[104785]: pgmap v12976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:23.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:23.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:39:24.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:39:24.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:24.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:24 smithi135 ceph-mon[93152]: pgmap v12977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:24 smithi194 ceph-mon[104785]: pgmap v12977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:25.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:25.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:26.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:26.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:26 smithi135 ceph-mon[93152]: pgmap v12978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:26 smithi194 ceph-mon[104785]: pgmap v12978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:27.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:27.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:28.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:27 smithi135 ceph-mon[93152]: pgmap v12979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:28.161 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:27 smithi194 ceph-mon[104785]: pgmap v12979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:28.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:28.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:29.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:29.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:30.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:30.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:30.433 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:30 smithi194 ceph-mon[104785]: pgmap v12980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:39:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:30 smithi135 ceph-mon[93152]: pgmap v12980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:39:31.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:31.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:32.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:39:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:39:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:39:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:39:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:39:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:39:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:39:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:39:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:39:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:39:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:39:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:39:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:39:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:39:32.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:32.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:32 smithi135 ceph-mon[93152]: pgmap v12981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:32 smithi194 ceph-mon[104785]: pgmap v12981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:33.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:33.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:34.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:34.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:34 smithi135 ceph-mon[93152]: pgmap v12982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:35.114 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:34 smithi194 ceph-mon[104785]: pgmap v12982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:35.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:35.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:36.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:36.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:36 smithi135 ceph-mon[93152]: pgmap v12983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:36 smithi194 ceph-mon[104785]: pgmap v12983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:37.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:37.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:38.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:37 smithi135 ceph-mon[93152]: pgmap v12984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:37 smithi194 ceph-mon[104785]: pgmap v12984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:38.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:38.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:39.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:39.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:40.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:40.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:40 smithi194 ceph-mon[104785]: pgmap v12985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:39:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:40 smithi135 ceph-mon[93152]: pgmap v12985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:39:41.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:41.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:42.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:42.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:42 smithi194 ceph-mon[104785]: pgmap v12986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:42 smithi135 ceph-mon[93152]: pgmap v12986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:43.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:43.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:44.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:44.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:44 smithi194 ceph-mon[104785]: pgmap v12987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:44 smithi135 ceph-mon[93152]: pgmap v12987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:45.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:45.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:46.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:46.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:46 smithi194 ceph-mon[104785]: pgmap v12988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:46 smithi135 ceph-mon[93152]: pgmap v12988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:47.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:47.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:48.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:48.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:48 smithi194 ceph-mon[104785]: pgmap v12989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:48 smithi135 ceph-mon[93152]: pgmap v12989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:49.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:49.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:50.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:50.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:50 smithi194 ceph-mon[104785]: pgmap v12990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:39:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:50 smithi135 ceph-mon[93152]: pgmap v12990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:39:51.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:51.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:52.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:52.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:52 smithi194 ceph-mon[104785]: pgmap v12991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:52 smithi135 ceph-mon[93152]: pgmap v12991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:53.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:53.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:54.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:54.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:54 smithi135 ceph-mon[93152]: pgmap v12992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:54 smithi194 ceph-mon[104785]: pgmap v12992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:55.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:55.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:39:56.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:56.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:56 smithi194 ceph-mon[104785]: pgmap v12993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:56 smithi135 ceph-mon[93152]: pgmap v12993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:57.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:57.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:58.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:58.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:39:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:39:58 smithi194 ceph-mon[104785]: pgmap v12994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:39:58 smithi135 ceph-mon[93152]: pgmap v12994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:39:59.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:39:59.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:00.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:00.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:00 smithi194 ceph-mon[104785]: pgmap v12995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:40:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T11:40:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:00 smithi135 ceph-mon[93152]: pgmap v12995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:40:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T11:40:01.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:01.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:02.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:02.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:02 smithi194 ceph-mon[104785]: pgmap v12996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:02 smithi135 ceph-mon[93152]: pgmap v12996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:03.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:03.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:04.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:04.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:04 smithi194 ceph-mon[104785]: pgmap v12997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:04 smithi135 ceph-mon[93152]: pgmap v12997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:05.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:05.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:06.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:06.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:06 smithi194 ceph-mon[104785]: pgmap v12998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:06 smithi135 ceph-mon[93152]: pgmap v12998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:07.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:07.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:08.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:08.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:08 smithi194 ceph-mon[104785]: pgmap v12999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:08 smithi135 ceph-mon[93152]: pgmap v12999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:09.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:09.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:10.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:10.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:11.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:10 smithi135 ceph-mon[93152]: pgmap v13000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:40:11.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:10 smithi194 ceph-mon[104785]: pgmap v13000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:40:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:11.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:11.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:12.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:12.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:12 smithi135 ceph-mon[93152]: pgmap v13001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:12 smithi194 ceph-mon[104785]: pgmap v13001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:13.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:13.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:14.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:14.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:14 smithi135 ceph-mon[93152]: pgmap v13002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:14 smithi194 ceph-mon[104785]: pgmap v13002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:15.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:15.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:16.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:16.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:16 smithi135 ceph-mon[93152]: pgmap v13003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:16 smithi194 ceph-mon[104785]: pgmap v13003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:17.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:17.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:18.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:18.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:18 smithi135 ceph-mon[93152]: pgmap v13004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:19.039 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:18 smithi194 ceph-mon[104785]: pgmap v13004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:19.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:19.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:20.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:20.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:20 smithi135 ceph-mon[93152]: pgmap v13005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:40:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:20 smithi194 ceph-mon[104785]: pgmap v13005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:40:21.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:21.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:22.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:22.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:22 smithi135 ceph-mon[93152]: pgmap v13006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:22 smithi194 ceph-mon[104785]: pgmap v13006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:23.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:23.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:24.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:24.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:24 smithi135 ceph-mon[93152]: pgmap v13007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:24 smithi194 ceph-mon[104785]: pgmap v13007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:25.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:25.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:26.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:26.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:26 smithi135 ceph-mon[93152]: pgmap v13008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:26 smithi194 ceph-mon[104785]: pgmap v13008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:27.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:27.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:28.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:28.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:28 smithi135 ceph-mon[93152]: pgmap v13009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:29.143 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:28 smithi194 ceph-mon[104785]: pgmap v13009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:29.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:29.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:30.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:30.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:30 smithi135 ceph-mon[93152]: pgmap v13010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:40:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:30 smithi194 ceph-mon[104785]: pgmap v13010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:40:31.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:31.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:32.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:40:32.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:32.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:40:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:32.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:32.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:32 smithi135 ceph-mon[93152]: pgmap v13011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:40:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:40:33.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:33.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:40:33.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:32 smithi194 ceph-mon[104785]: pgmap v13011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:40:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:40:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:40:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:40:33.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:33.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:34.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:34.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:34 smithi135 ceph-mon[93152]: pgmap v13012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:34 smithi194 ceph-mon[104785]: pgmap v13012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:35.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:35.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:35 smithi194 ceph-mon[104785]: pgmap v13013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:36.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:35 smithi135 ceph-mon[93152]: pgmap v13013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:36.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:36.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:37.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:37.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:38.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:38.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:38 smithi194 ceph-mon[104785]: pgmap v13014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:38 smithi135 ceph-mon[93152]: pgmap v13014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:39.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:39.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:40.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:40.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:40 smithi194 ceph-mon[104785]: pgmap v13015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:40:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:40 smithi135 ceph-mon[93152]: pgmap v13015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:40:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:41.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:41.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:42.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:42.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:42 smithi194 ceph-mon[104785]: pgmap v13016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:42 smithi135 ceph-mon[93152]: pgmap v13016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:43.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:43.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:44.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:44.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:44 smithi194 ceph-mon[104785]: pgmap v13017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:44.985 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:44 smithi135 ceph-mon[93152]: pgmap v13017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:45.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:45.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:46.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:46.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:46 smithi194 ceph-mon[104785]: pgmap v13018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:46 smithi135 ceph-mon[93152]: pgmap v13018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:47.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:47.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:48.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:48.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:48 smithi194 ceph-mon[104785]: pgmap v13019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:48 smithi135 ceph-mon[93152]: pgmap v13019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:49.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:49.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:50.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:50.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:50 smithi194 ceph-mon[104785]: pgmap v13020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:40:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:50 smithi135 ceph-mon[93152]: pgmap v13020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:40:51.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:51.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:52.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:52.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:52 smithi194 ceph-mon[104785]: pgmap v13021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:52 smithi135 ceph-mon[93152]: pgmap v13021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:53.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:53.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:54.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:54.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:54 smithi194 ceph-mon[104785]: pgmap v13022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:54 smithi135 ceph-mon[93152]: pgmap v13022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:55.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:55.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:40:56.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:56.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:56 smithi135 ceph-mon[93152]: pgmap v13023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:56 smithi194 ceph-mon[104785]: pgmap v13023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:57.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:57.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:58.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:58.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:40:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:40:58 smithi135 ceph-mon[93152]: pgmap v13024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:40:58 smithi194 ceph-mon[104785]: pgmap v13024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:40:59.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:40:59.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:00.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:00.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:00 smithi135 ceph-mon[93152]: pgmap v13025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:41:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:00 smithi194 ceph-mon[104785]: pgmap v13025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:41:01.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:01.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:02.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:02.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:02 smithi135 ceph-mon[93152]: pgmap v13026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:02 smithi194 ceph-mon[104785]: pgmap v13026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:03.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:03.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:04.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:04.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:04 smithi194 ceph-mon[104785]: pgmap v13027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:04 smithi135 ceph-mon[93152]: pgmap v13027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:05.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:05.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:06.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:06.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:06 smithi135 ceph-mon[93152]: pgmap v13028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:06 smithi194 ceph-mon[104785]: pgmap v13028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:07.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:07.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:08.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:08.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:08 smithi135 ceph-mon[93152]: pgmap v13029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:08 smithi194 ceph-mon[104785]: pgmap v13029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:09.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:09.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:10.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:10.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:10 smithi135 ceph-mon[93152]: pgmap v13030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:41:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:10 smithi194 ceph-mon[104785]: pgmap v13030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:41:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:11.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:11.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:12.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:12.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:12 smithi135 ceph-mon[93152]: pgmap v13031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:12 smithi194 ceph-mon[104785]: pgmap v13031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:13.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:13.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:14.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:14.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:14 smithi194 ceph-mon[104785]: pgmap v13032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:14 smithi135 ceph-mon[93152]: pgmap v13032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:15.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:15.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:16.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:16.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:16 smithi135 ceph-mon[93152]: pgmap v13033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:16 smithi194 ceph-mon[104785]: pgmap v13033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:17.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:17.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:18.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:18.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:18 smithi135 ceph-mon[93152]: pgmap v13034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:18 smithi194 ceph-mon[104785]: pgmap v13034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:19.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:19.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:20.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:20.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:20 smithi135 ceph-mon[93152]: pgmap v13035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:41:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:20 smithi194 ceph-mon[104785]: pgmap v13035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:41:21.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:21.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:22.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:22.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:22 smithi135 ceph-mon[93152]: pgmap v13036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:22 smithi194 ceph-mon[104785]: pgmap v13036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:23.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:23.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:24.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:24.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:24 smithi194 ceph-mon[104785]: pgmap v13037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:24 smithi135 ceph-mon[93152]: pgmap v13037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:25.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:25.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:26.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:26.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:26 smithi194 ceph-mon[104785]: pgmap v13038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:26 smithi135 ceph-mon[93152]: pgmap v13038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:27.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:27.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:27 smithi194 ceph-mon[104785]: pgmap v13039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:27 smithi135 ceph-mon[93152]: pgmap v13039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:28.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:28.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:29.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:29.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:30 smithi135 ceph-mon[93152]: pgmap v13040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:41:30.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:30.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:30 smithi194 ceph-mon[104785]: pgmap v13040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:41:31.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:31.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:32.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:32.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:32 smithi194 ceph-mon[104785]: pgmap v13041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:32 smithi135 ceph-mon[93152]: pgmap v13041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:33.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:33.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:41:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:41:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:41:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:41:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:41:33.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:41:34.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:41:34.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:41:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:41:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:41:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:41:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:41:34.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:34.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:34 smithi194 ceph-mon[104785]: pgmap v13042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:34 smithi135 ceph-mon[93152]: pgmap v13042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:35.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:35.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:36.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:36.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:36 smithi194 ceph-mon[104785]: pgmap v13043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:36 smithi135 ceph-mon[93152]: pgmap v13043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:37.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:37.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:38.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:38.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:38 smithi194 ceph-mon[104785]: pgmap v13044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:38 smithi135 ceph-mon[93152]: pgmap v13044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:39.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:39.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:40.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:40.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:40 smithi194 ceph-mon[104785]: pgmap v13045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:41:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:40 smithi135 ceph-mon[93152]: pgmap v13045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:41:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:41.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:41.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:42.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:42.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:42 smithi194 ceph-mon[104785]: pgmap v13046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:42 smithi135 ceph-mon[93152]: pgmap v13046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:43.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:43.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:44.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:44.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:44 smithi135 ceph-mon[93152]: pgmap v13047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:44 smithi194 ceph-mon[104785]: pgmap v13047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:45.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:45.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:46.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:46.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:46 smithi135 ceph-mon[93152]: pgmap v13048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:46 smithi194 ceph-mon[104785]: pgmap v13048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:47.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:47.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:48.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:48.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:48 smithi135 ceph-mon[93152]: pgmap v13049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:48 smithi194 ceph-mon[104785]: pgmap v13049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:49.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:49.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:50.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:50.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:50 smithi135 ceph-mon[93152]: pgmap v13050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:41:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:50 smithi194 ceph-mon[104785]: pgmap v13050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:41:51.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:51.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:52.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:52.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:52 smithi135 ceph-mon[93152]: pgmap v13051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:52 smithi194 ceph-mon[104785]: pgmap v13051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:53.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:53.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:54.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:54.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:54 smithi135 ceph-mon[93152]: pgmap v13052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:55.040 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:54 smithi194 ceph-mon[104785]: pgmap v13052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:55.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:55.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:41:56.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:56.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:56 smithi135 ceph-mon[93152]: pgmap v13053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:56 smithi194 ceph-mon[104785]: pgmap v13053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:57.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:57.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:58.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:58.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:41:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:41:58 smithi135 ceph-mon[93152]: pgmap v13054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:41:58 smithi194 ceph-mon[104785]: pgmap v13054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:41:59.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:41:59.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:00.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:00.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:00 smithi135 ceph-mon[93152]: pgmap v13055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:42:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:00 smithi194 ceph-mon[104785]: pgmap v13055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:42:01.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:01.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:02.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:02.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:02 smithi135 ceph-mon[93152]: pgmap v13056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:02 smithi194 ceph-mon[104785]: pgmap v13056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:03.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:03.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:04.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:04.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:04 smithi135 ceph-mon[93152]: pgmap v13057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:05.146 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:04 smithi194 ceph-mon[104785]: pgmap v13057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:05.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:05.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:06.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:06.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:06 smithi135 ceph-mon[93152]: pgmap v13058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:06 smithi194 ceph-mon[104785]: pgmap v13058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:07.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:07.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:08.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:08.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:08 smithi135 ceph-mon[93152]: pgmap v13059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:08 smithi194 ceph-mon[104785]: pgmap v13059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:09.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:09.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:10.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:10.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:10 smithi135 ceph-mon[93152]: pgmap v13060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:42:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:10 smithi194 ceph-mon[104785]: pgmap v13060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:42:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:11.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:11.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:12.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:12.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:12 smithi135 ceph-mon[93152]: pgmap v13061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:12 smithi194 ceph-mon[104785]: pgmap v13061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:13.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:13.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:14.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:14.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:14 smithi194 ceph-mon[104785]: pgmap v13062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:14 smithi135 ceph-mon[93152]: pgmap v13062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:15.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:15.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:16.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:16.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:16 smithi194 ceph-mon[104785]: pgmap v13063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:16 smithi135 ceph-mon[93152]: pgmap v13063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:17.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:17.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:18.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:18.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:18 smithi194 ceph-mon[104785]: pgmap v13064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:18 smithi135 ceph-mon[93152]: pgmap v13064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:19.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:19.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:20.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:20.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:20.922 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:20 smithi135 ceph-mon[93152]: pgmap v13065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:42:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:20 smithi194 ceph-mon[104785]: pgmap v13065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:42:21.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:21.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:22.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:22.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:22 smithi194 ceph-mon[104785]: pgmap v13066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:22 smithi135 ceph-mon[93152]: pgmap v13066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:23.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:23.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:23 smithi194 ceph-mon[104785]: pgmap v13067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:24.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:23 smithi135 ceph-mon[93152]: pgmap v13067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:24.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:24.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:25.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:25.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:26 smithi135 ceph-mon[93152]: pgmap v13068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:26 smithi194 ceph-mon[104785]: pgmap v13068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:26.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:26.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:27.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:27.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:28.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:28.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:28 smithi194 ceph-mon[104785]: pgmap v13069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:28 smithi135 ceph-mon[93152]: pgmap v13069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:29.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:29.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:30.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:30.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:30 smithi194 ceph-mon[104785]: pgmap v13070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:42:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:30 smithi135 ceph-mon[93152]: pgmap v13070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:42:31.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:31.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:32.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:32.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:32 smithi135 ceph-mon[93152]: pgmap v13071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:32 smithi194 ceph-mon[104785]: pgmap v13071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:33.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:33.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:34.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:42:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:42:34.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:34.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:34 smithi135 ceph-mon[93152]: pgmap v13072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:42:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:42:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:42:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:42:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:42:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:42:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:42:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:34 smithi194 ceph-mon[104785]: pgmap v13072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:42:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:42:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:42:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:42:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:42:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:42:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:42:35.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:35.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:36.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:36.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:36 smithi135 ceph-mon[93152]: pgmap v13073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:36 smithi194 ceph-mon[104785]: pgmap v13073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:37.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:37.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:38.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:38.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:38 smithi135 ceph-mon[93152]: pgmap v13074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:38 smithi194 ceph-mon[104785]: pgmap v13074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:39.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:39.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:40.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:40.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:40 smithi194 ceph-mon[104785]: pgmap v13075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:42:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:40 smithi135 ceph-mon[93152]: pgmap v13075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:42:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:41.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:41.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:42.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:42.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:42 smithi135 ceph-mon[93152]: pgmap v13076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:42 smithi194 ceph-mon[104785]: pgmap v13076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:43.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:43.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:44.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:44.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:44 smithi135 ceph-mon[93152]: pgmap v13077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:44 smithi194 ceph-mon[104785]: pgmap v13077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:45.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:45.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:46.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:46.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:46 smithi135 ceph-mon[93152]: pgmap v13078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:46 smithi194 ceph-mon[104785]: pgmap v13078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:47.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:47.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:48.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:48.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:48 smithi135 ceph-mon[93152]: pgmap v13079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:48 smithi194 ceph-mon[104785]: pgmap v13079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:49.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:49.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:50.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:50.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:50 smithi194 ceph-mon[104785]: pgmap v13080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:42:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:50 smithi135 ceph-mon[93152]: pgmap v13080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:42:51.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:51.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:52.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:52.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:52 smithi135 ceph-mon[93152]: pgmap v13081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:52 smithi194 ceph-mon[104785]: pgmap v13081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:53.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:53.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:54.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:54.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:54 smithi135 ceph-mon[93152]: pgmap v13082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:54 smithi194 ceph-mon[104785]: pgmap v13082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:55.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:55.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:42:56.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:56.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:56 smithi194 ceph-mon[104785]: pgmap v13083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:56 smithi135 ceph-mon[93152]: pgmap v13083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:57.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:57.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:58.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:58.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:42:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:42:58 smithi194 ceph-mon[104785]: pgmap v13084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:42:58 smithi135 ceph-mon[93152]: pgmap v13084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:42:59.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:42:59.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:00.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:00.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:00 smithi135 ceph-mon[93152]: pgmap v13085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:43:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:00 smithi194 ceph-mon[104785]: pgmap v13085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:43:01.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:01.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:02.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:02.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:02 smithi194 ceph-mon[104785]: pgmap v13086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:02 smithi135 ceph-mon[93152]: pgmap v13086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:03.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:03.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:04.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:04.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:04 smithi194 ceph-mon[104785]: pgmap v13087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:04 smithi135 ceph-mon[93152]: pgmap v13087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:05.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:05.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:06.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:06.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:06 smithi194 ceph-mon[104785]: pgmap v13088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:06 smithi135 ceph-mon[93152]: pgmap v13088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:07.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:07.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:07 smithi194 ceph-mon[104785]: pgmap v13089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:08.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:07 smithi135 ceph-mon[93152]: pgmap v13089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:08.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:08.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:09.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:09.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:10.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:10 smithi135 ceph-mon[93152]: pgmap v13090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:43:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:10 smithi194 ceph-mon[104785]: pgmap v13090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:43:10.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:10.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:11.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:11.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:12.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:12.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:12 smithi135 ceph-mon[93152]: pgmap v13091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:12 smithi194 ceph-mon[104785]: pgmap v13091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:13.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:13.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:14.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:14.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:14 smithi135 ceph-mon[93152]: pgmap v13092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:14 smithi194 ceph-mon[104785]: pgmap v13092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:15.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:15.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:16.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:16.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:16 smithi135 ceph-mon[93152]: pgmap v13093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:16 smithi194 ceph-mon[104785]: pgmap v13093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:17.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:17.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:18.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:18.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:18 smithi135 ceph-mon[93152]: pgmap v13094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:18 smithi194 ceph-mon[104785]: pgmap v13094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:19.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:19.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:20.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:20.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:20 smithi135 ceph-mon[93152]: pgmap v13095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:43:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:20 smithi194 ceph-mon[104785]: pgmap v13095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:43:21.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:21.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:22.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:22.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:22 smithi135 ceph-mon[93152]: pgmap v13096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:22 smithi194 ceph-mon[104785]: pgmap v13096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:23.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:23.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:24.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:24.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:24 smithi135 ceph-mon[93152]: pgmap v13097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:24 smithi194 ceph-mon[104785]: pgmap v13097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:25.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:25.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:25.992 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:26.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:26.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:26 smithi135 ceph-mon[93152]: pgmap v13098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:26 smithi194 ceph-mon[104785]: pgmap v13098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:27.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:27.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:28.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:28.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:29.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:28 smithi135 ceph-mon[93152]: pgmap v13099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:28 smithi194 ceph-mon[104785]: pgmap v13099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:29.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:29.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:30.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:30.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:30 smithi135 ceph-mon[93152]: pgmap v13100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:43:31.045 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:30 smithi194 ceph-mon[104785]: pgmap v13100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:43:31.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:31.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:32.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:32.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:32 smithi135 ceph-mon[93152]: pgmap v13101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:32 smithi194 ceph-mon[104785]: pgmap v13101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:33.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:33.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:34.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:34.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:34 smithi135 ceph-mon[93152]: pgmap v13102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:43:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:34 smithi194 ceph-mon[104785]: pgmap v13102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:43:35.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:35.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:36.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:43:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:43:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:43:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:43:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:43:36.098 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:43:36.098 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:43:36.099 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:43:36.099 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:43:36.099 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:43:36.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:36.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:36 smithi135 ceph-mon[93152]: pgmap v13103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:36 smithi194 ceph-mon[104785]: pgmap v13103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:37.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:37.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:38.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:38.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:39.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:38 smithi135 ceph-mon[93152]: pgmap v13104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:38 smithi194 ceph-mon[104785]: pgmap v13104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:39.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:39.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:40.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:40.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:40 smithi135 ceph-mon[93152]: pgmap v13105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:43:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:41.150 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:40 smithi194 ceph-mon[104785]: pgmap v13105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:43:41.150 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:41.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:41.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:42.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:42.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:42 smithi194 ceph-mon[104785]: pgmap v13106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:42 smithi135 ceph-mon[93152]: pgmap v13106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:43.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:43.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:44.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:44.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:44 smithi194 ceph-mon[104785]: pgmap v13107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:44 smithi135 ceph-mon[93152]: pgmap v13107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:45.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:45.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:46.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:46.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:46 smithi194 ceph-mon[104785]: pgmap v13108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:46 smithi135 ceph-mon[93152]: pgmap v13108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:47.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:47.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:48.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:48.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:48 smithi194 ceph-mon[104785]: pgmap v13109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:48 smithi135 ceph-mon[93152]: pgmap v13109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:49.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:49.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:50.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:50.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:50 smithi135 ceph-mon[93152]: pgmap v13110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:43:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:50 smithi194 ceph-mon[104785]: pgmap v13110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:43:51.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:51.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:52.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:52.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:52 smithi194 ceph-mon[104785]: pgmap v13111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:52 smithi135 ceph-mon[93152]: pgmap v13111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:53.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:53.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:54.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:54.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:54 smithi194 ceph-mon[104785]: pgmap v13112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:54 smithi135 ceph-mon[93152]: pgmap v13112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:55.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:55.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:43:56.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:56.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:56 smithi194 ceph-mon[104785]: pgmap v13113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:56 smithi135 ceph-mon[93152]: pgmap v13113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:57.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:57.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:58.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:58.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:43:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:58 smithi194 ceph-mon[104785]: pgmap v13114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:58 smithi135 ceph-mon[93152]: pgmap v13114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:43:59.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:43:59.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:43:59 smithi194 ceph-mon[104785]: pgmap v13115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:44:00.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:43:59 smithi135 ceph-mon[93152]: pgmap v13115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:44:00.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:00.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:01.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:01.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:02.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:02.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:02 smithi135 ceph-mon[93152]: pgmap v13116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:02 smithi194 ceph-mon[104785]: pgmap v13116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:03.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:03.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:04.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:04.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:04 smithi135 ceph-mon[93152]: pgmap v13117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:04 smithi194 ceph-mon[104785]: pgmap v13117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:05.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:05.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:06.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:06.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:06 smithi135 ceph-mon[93152]: pgmap v13118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:06 smithi194 ceph-mon[104785]: pgmap v13118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:07.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:07.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:08.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:08.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:08 smithi135 ceph-mon[93152]: pgmap v13119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:08 smithi194 ceph-mon[104785]: pgmap v13119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:09.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:09.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:10.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:10.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:10 smithi135 ceph-mon[93152]: pgmap v13120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:44:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:10 smithi194 ceph-mon[104785]: pgmap v13120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:44:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:11.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:11.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:12.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:12.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:12 smithi135 ceph-mon[93152]: pgmap v13121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:12 smithi194 ceph-mon[104785]: pgmap v13121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:13.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:13.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:14.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:14.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:14 smithi135 ceph-mon[93152]: pgmap v13122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:14 smithi194 ceph-mon[104785]: pgmap v13122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:15.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:15.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:16.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:16.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:16 smithi194 ceph-mon[104785]: pgmap v13123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:16 smithi135 ceph-mon[93152]: pgmap v13123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:17.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:17.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:18.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:18.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:18 smithi135 ceph-mon[93152]: pgmap v13124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:18 smithi194 ceph-mon[104785]: pgmap v13124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:19.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:19.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:20.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:20.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:20 smithi135 ceph-mon[93152]: pgmap v13125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:44:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:20 smithi194 ceph-mon[104785]: pgmap v13125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:44:21.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:21.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:22.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:22.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:22 smithi135 ceph-mon[93152]: pgmap v13126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:22 smithi194 ceph-mon[104785]: pgmap v13126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:23.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:23.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:24.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:24.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:24 smithi194 ceph-mon[104785]: pgmap v13127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:24 smithi135 ceph-mon[93152]: pgmap v13127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:25.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:25.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:26.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:26.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:26 smithi194 ceph-mon[104785]: pgmap v13128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:27.156 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:26 smithi135 ceph-mon[93152]: pgmap v13128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:27.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:27.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:28.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:28.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:28 smithi194 ceph-mon[104785]: pgmap v13129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:28 smithi135 ceph-mon[93152]: pgmap v13129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:29.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:29.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:30.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:30.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:30 smithi135 ceph-mon[93152]: pgmap v13130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:44:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:30 smithi194 ceph-mon[104785]: pgmap v13130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:44:31.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:31.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:32.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:32.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:32 smithi194 ceph-mon[104785]: pgmap v13131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:32 smithi135 ceph-mon[93152]: pgmap v13131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:33.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:33.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:34.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:34.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:34 smithi194 ceph-mon[104785]: pgmap v13132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:34 smithi135 ceph-mon[93152]: pgmap v13132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:35.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:35.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:44:36.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:44:36.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:36.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:36 smithi135 ceph-mon[93152]: pgmap v13133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:37.077 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:36 smithi194 ceph-mon[104785]: pgmap v13133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:37.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:37.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:38.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:38.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:39.077 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:38 smithi135 ceph-mon[93152]: pgmap v13134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:39.172 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:38 smithi194 ceph-mon[104785]: pgmap v13134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:39.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:39.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: pgmap v13135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1534M 2023-10-08T11:44:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:44:40.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:44:40.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:44:40.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: pgmap v13135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:44:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:44:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1534M 2023-10-08T11:44:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:44:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:44:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:44:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:44:40.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:40.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:41.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:41.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:41.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:42.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:42.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:42 smithi135 ceph-mon[93152]: pgmap v13136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:42 smithi194 ceph-mon[104785]: pgmap v13136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:43.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:43.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:44.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:44.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:44 smithi135 ceph-mon[93152]: pgmap v13137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:44 smithi194 ceph-mon[104785]: pgmap v13137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:45.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:45.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:46.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:46.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:46 smithi135 ceph-mon[93152]: pgmap v13138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:46 smithi194 ceph-mon[104785]: pgmap v13138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:47.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:47.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:48.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:48.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:48 smithi135 ceph-mon[93152]: pgmap v13139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:48 smithi194 ceph-mon[104785]: pgmap v13139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:49.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:49.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:50.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:50.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:50 smithi135 ceph-mon[93152]: pgmap v13140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:44:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:50 smithi194 ceph-mon[104785]: pgmap v13140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:44:51.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:51.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:52.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:52.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:52 smithi135 ceph-mon[93152]: pgmap v13141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:52 smithi194 ceph-mon[104785]: pgmap v13141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:53.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:53.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:54.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:54.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:54 smithi135 ceph-mon[93152]: pgmap v13142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:54 smithi194 ceph-mon[104785]: pgmap v13142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:55.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:55.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:44:56.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:56.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:56 smithi194 ceph-mon[104785]: pgmap v13143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:56 smithi135 ceph-mon[93152]: pgmap v13143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:57.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:57.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:58.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:58.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:44:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:44:58 smithi194 ceph-mon[104785]: pgmap v13144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:44:58 smithi135 ceph-mon[93152]: pgmap v13144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:44:59.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:44:59.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:00.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:00.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:00 smithi135 ceph-mon[93152]: pgmap v13145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:45:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:00 smithi194 ceph-mon[104785]: pgmap v13145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:45:01.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:01.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:02.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:02.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:02 smithi194 ceph-mon[104785]: pgmap v13146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:02 smithi135 ceph-mon[93152]: pgmap v13146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:03.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:03.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:04.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:04.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:04 smithi194 ceph-mon[104785]: pgmap v13147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:04 smithi135 ceph-mon[93152]: pgmap v13147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:05.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:05.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:06.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:06.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:07.050 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:06 smithi194 ceph-mon[104785]: pgmap v13148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:06 smithi135 ceph-mon[93152]: pgmap v13148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:07.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:07.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:08.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:08.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:08 smithi194 ceph-mon[104785]: pgmap v13149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:08 smithi135 ceph-mon[93152]: pgmap v13149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:09.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:09.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:10.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:10.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:10 smithi135 ceph-mon[93152]: pgmap v13150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:45:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:10 smithi194 ceph-mon[104785]: pgmap v13150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:45:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:11.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:11.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:12.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:12.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:12 smithi135 ceph-mon[93152]: pgmap v13151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:12 smithi194 ceph-mon[104785]: pgmap v13151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:13.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:13.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:14.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:14.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:14 smithi194 ceph-mon[104785]: pgmap v13152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:14 smithi135 ceph-mon[93152]: pgmap v13152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:15.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:15.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:16.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:16.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:17.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:16 smithi194 ceph-mon[104785]: pgmap v13153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:16 smithi135 ceph-mon[93152]: pgmap v13153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:17.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:17.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:18.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:18.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:18 smithi194 ceph-mon[104785]: pgmap v13154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:18 smithi135 ceph-mon[93152]: pgmap v13154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:19.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:19.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:19 smithi194 ceph-mon[104785]: pgmap v13155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:45:20.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:19 smithi135 ceph-mon[93152]: pgmap v13155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:45:20.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:20.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:21.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:21.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:22.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:22.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:22 smithi135 ceph-mon[93152]: pgmap v13156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:22 smithi194 ceph-mon[104785]: pgmap v13156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:23.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:23.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:24.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:24.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:24 smithi135 ceph-mon[93152]: pgmap v13157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:24 smithi194 ceph-mon[104785]: pgmap v13157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:25.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:25.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:27.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:27.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:26 smithi135 ceph-mon[93152]: pgmap v13158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:26 smithi194 ceph-mon[104785]: pgmap v13158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:28.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:28.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:29.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:29.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:28 smithi194 ceph-mon[104785]: pgmap v13159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:28 smithi135 ceph-mon[93152]: pgmap v13159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:30.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:30.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:30 smithi135 ceph-mon[93152]: pgmap v13160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:45:31.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:31.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:30 smithi194 ceph-mon[104785]: pgmap v13160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:45:32.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:32.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:33.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:33.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:32 smithi194 ceph-mon[104785]: pgmap v13161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:32 smithi135 ceph-mon[93152]: pgmap v13161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:34.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:34.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:35.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:35.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:34 smithi194 ceph-mon[104785]: pgmap v13162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:34 smithi135 ceph-mon[93152]: pgmap v13162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:36.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:36.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:37.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:37.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:36 smithi194 ceph-mon[104785]: pgmap v13163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:36 smithi135 ceph-mon[93152]: pgmap v13163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:38.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:38.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:39.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:39.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:39.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:38 smithi194 ceph-mon[104785]: pgmap v13164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:38 smithi135 ceph-mon[93152]: pgmap v13164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:40.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:40.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:40 smithi135 ceph-mon[93152]: pgmap v13165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:45:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:45:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:45:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:45:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:45:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:45:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:45:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:41.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:41.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:40 smithi194 ceph-mon[104785]: pgmap v13165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:45:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:45:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:45:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:45:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:45:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:45:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:45:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:42.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:42.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:43.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:43.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:42 smithi194 ceph-mon[104785]: pgmap v13166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:42 smithi135 ceph-mon[93152]: pgmap v13166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:44.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:44.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:45.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:45.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:44 smithi194 ceph-mon[104785]: pgmap v13167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:44 smithi135 ceph-mon[93152]: pgmap v13167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:46.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:46.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:47.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:47.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:46 smithi194 ceph-mon[104785]: pgmap v13168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:46 smithi135 ceph-mon[93152]: pgmap v13168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:48.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:48.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:49.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:49.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:48 smithi194 ceph-mon[104785]: pgmap v13169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:48 smithi135 ceph-mon[93152]: pgmap v13169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:50.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:50.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:50 smithi135 ceph-mon[93152]: pgmap v13170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:45:51.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:51.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:50 smithi194 ceph-mon[104785]: pgmap v13170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:45:52.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:52.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:53.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:53.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:52 smithi194 ceph-mon[104785]: pgmap v13171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:52 smithi135 ceph-mon[93152]: pgmap v13171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:54.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:54.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:55.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:55.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:54 smithi194 ceph-mon[104785]: pgmap v13172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:54 smithi135 ceph-mon[93152]: pgmap v13172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:56.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:56.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:55 smithi194 ceph-mon[104785]: pgmap v13173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:55 smithi135 ceph-mon[93152]: pgmap v13173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:45:57.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:57.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:58.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:58.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:45:58 smithi135 ceph-mon[93152]: pgmap v13174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:45:59.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:45:59.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:45:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:45:58 smithi194 ceph-mon[104785]: pgmap v13174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:00.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:00.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:00 smithi135 ceph-mon[93152]: pgmap v13175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:46:01.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:01.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:00 smithi194 ceph-mon[104785]: pgmap v13175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:46:02.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:02.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:02 smithi194 ceph-mon[104785]: pgmap v13176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:03.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:03.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:03.094 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:02 smithi135 ceph-mon[93152]: pgmap v13176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:04.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:04.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:05.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:05.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:04 smithi194 ceph-mon[104785]: pgmap v13177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:04 smithi135 ceph-mon[93152]: pgmap v13177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:06.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:06.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:07.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:07.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:06 smithi194 ceph-mon[104785]: pgmap v13178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:06 smithi135 ceph-mon[93152]: pgmap v13178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:08.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:08.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:09.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:09.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:08 smithi194 ceph-mon[104785]: pgmap v13179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:08 smithi135 ceph-mon[93152]: pgmap v13179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:10.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:10.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:10 smithi135 ceph-mon[93152]: pgmap v13180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:46:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:11.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:11.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:10 smithi194 ceph-mon[104785]: pgmap v13180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:46:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:12.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:12.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:13.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:13.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:13.198 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:12 smithi135 ceph-mon[93152]: pgmap v13181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:12 smithi194 ceph-mon[104785]: pgmap v13181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:14.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:14.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:15.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:15.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:14 smithi194 ceph-mon[104785]: pgmap v13182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:14 smithi135 ceph-mon[93152]: pgmap v13182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:16.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:16.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:17.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:17.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:16 smithi194 ceph-mon[104785]: pgmap v13183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:16 smithi135 ceph-mon[93152]: pgmap v13183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:18.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:18.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:19.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:19.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:18 smithi194 ceph-mon[104785]: pgmap v13184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:18 smithi135 ceph-mon[93152]: pgmap v13184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:20.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:20.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:20 smithi135 ceph-mon[93152]: pgmap v13185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:46:21.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:21.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:20 smithi194 ceph-mon[104785]: pgmap v13185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:46:22.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:22.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:23.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:23.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:22 smithi194 ceph-mon[104785]: pgmap v13186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:22 smithi135 ceph-mon[93152]: pgmap v13186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:24.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:24.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:25.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:25.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:24 smithi194 ceph-mon[104785]: pgmap v13187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:24 smithi135 ceph-mon[93152]: pgmap v13187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:26.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:26.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:27.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:27.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:26 smithi194 ceph-mon[104785]: pgmap v13188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:26 smithi135 ceph-mon[93152]: pgmap v13188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:28.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:28.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:27 smithi194 ceph-mon[104785]: pgmap v13189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:27 smithi135 ceph-mon[93152]: pgmap v13189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:29.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:29.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:30.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:30.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:30 smithi135 ceph-mon[93152]: pgmap v13190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:46:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:30 smithi194 ceph-mon[104785]: pgmap v13190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:46:31.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:31.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:32.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:32.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:33.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:33.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:32 smithi194 ceph-mon[104785]: pgmap v13191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:32 smithi135 ceph-mon[93152]: pgmap v13191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:34.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:34.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:35.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:35.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:34 smithi194 ceph-mon[104785]: pgmap v13192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:34 smithi135 ceph-mon[93152]: pgmap v13192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:36.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:36.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:37.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:37.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:36 smithi194 ceph-mon[104785]: pgmap v13193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:36 smithi135 ceph-mon[93152]: pgmap v13193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:38.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:38.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:39.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:39.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:38 smithi194 ceph-mon[104785]: pgmap v13194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:39.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:38 smithi135 ceph-mon[93152]: pgmap v13194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:40.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:40.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:40 smithi135 ceph-mon[93152]: pgmap v13195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:46:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:46:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:41.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:41.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:40 smithi194 ceph-mon[104785]: pgmap v13195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:46:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:46:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:42.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:42.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:46:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:46:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:46:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:46:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:46:42.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:46:42.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:46:42.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:46:42.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:46:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:46:43.049 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:42 smithi194 ceph-mon[104785]: pgmap v13196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:43.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:43.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:42 smithi135 ceph-mon[93152]: pgmap v13196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:44.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:44.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:45.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:45.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:44 smithi194 ceph-mon[104785]: pgmap v13197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:44 smithi135 ceph-mon[93152]: pgmap v13197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:46.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:46.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:47.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:47.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:46 smithi194 ceph-mon[104785]: pgmap v13198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:46 smithi135 ceph-mon[93152]: pgmap v13198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:48.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:48.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:49.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:48 smithi135 ceph-mon[93152]: pgmap v13199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:49.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:49.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:48 smithi194 ceph-mon[104785]: pgmap v13199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:50.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:50.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:50 smithi135 ceph-mon[93152]: pgmap v13200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:46:51.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:51.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:50 smithi194 ceph-mon[104785]: pgmap v13200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:46:52.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:52.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:53.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:53.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:53.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:52 smithi194 ceph-mon[104785]: pgmap v13201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:52 smithi135 ceph-mon[93152]: pgmap v13201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:54.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:54.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:55.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:55.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:54 smithi194 ceph-mon[104785]: pgmap v13202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:54 smithi135 ceph-mon[93152]: pgmap v13202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:56.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:56.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:46:57.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:57.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:56 smithi194 ceph-mon[104785]: pgmap v13203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:56 smithi135 ceph-mon[93152]: pgmap v13203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:58.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:58.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:59.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:46:58 smithi135 ceph-mon[93152]: pgmap v13204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:46:59.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:46:59.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:46:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:46:58 smithi194 ceph-mon[104785]: pgmap v13204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:00.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:00.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:00 smithi135 ceph-mon[93152]: pgmap v13205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:47:01.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:01.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:00 smithi194 ceph-mon[104785]: pgmap v13205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:47:02.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:02.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:03.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:03.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:02 smithi194 ceph-mon[104785]: pgmap v13206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:02 smithi135 ceph-mon[93152]: pgmap v13206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:04.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:04.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:05.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:05.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:04 smithi194 ceph-mon[104785]: pgmap v13207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:04 smithi135 ceph-mon[93152]: pgmap v13207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:06.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:06.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:05 smithi194 ceph-mon[104785]: pgmap v13208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:06.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:05 smithi135 ceph-mon[93152]: pgmap v13208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:07.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:07.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:08.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:08.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:09.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:08 smithi135 ceph-mon[93152]: pgmap v13209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:09.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:09.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:08 smithi194 ceph-mon[104785]: pgmap v13209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:10.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:10.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:10 smithi135 ceph-mon[93152]: pgmap v13210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:47:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:11.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:11.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:10 smithi194 ceph-mon[104785]: pgmap v13210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:47:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:12.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:12.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:13.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:13.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:12 smithi194 ceph-mon[104785]: pgmap v13211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:12 smithi135 ceph-mon[93152]: pgmap v13211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:14.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:14.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:15.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:15.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:14 smithi194 ceph-mon[104785]: pgmap v13212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:14 smithi135 ceph-mon[93152]: pgmap v13212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:16.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:16.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:17.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:17.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:16 smithi194 ceph-mon[104785]: pgmap v13213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:16 smithi135 ceph-mon[93152]: pgmap v13213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:18.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:18.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:19.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:19.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:18 smithi194 ceph-mon[104785]: pgmap v13214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:18 smithi135 ceph-mon[93152]: pgmap v13214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:20.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:20.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:20 smithi135 ceph-mon[93152]: pgmap v13215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:47:21.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:21.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:20 smithi194 ceph-mon[104785]: pgmap v13215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:47:22.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:22.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:23.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:23.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:22 smithi194 ceph-mon[104785]: pgmap v13216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:22 smithi135 ceph-mon[93152]: pgmap v13216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:24.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:24.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:25.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:25.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:24 smithi194 ceph-mon[104785]: pgmap v13217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:24 smithi135 ceph-mon[93152]: pgmap v13217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:26.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:26.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:27.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:27.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:26 smithi194 ceph-mon[104785]: pgmap v13218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:26 smithi135 ceph-mon[93152]: pgmap v13218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:28.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:28.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:29.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:29.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:29.207 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:28 smithi194 ceph-mon[104785]: pgmap v13219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:28 smithi135 ceph-mon[93152]: pgmap v13219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:30.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:30.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:30 smithi135 ceph-mon[93152]: pgmap v13220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:47:31.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:31.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:30 smithi194 ceph-mon[104785]: pgmap v13220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:47:32.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:32.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:33.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:33.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:33.207 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:32 smithi194 ceph-mon[104785]: pgmap v13221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:32 smithi135 ceph-mon[93152]: pgmap v13221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:34.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:34.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:34 smithi194 ceph-mon[104785]: pgmap v13222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:35.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:35.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:34 smithi135 ceph-mon[93152]: pgmap v13222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:36.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:36.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:36 smithi194 ceph-mon[104785]: pgmap v13223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:37.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:37.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:36 smithi135 ceph-mon[93152]: pgmap v13223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:37 smithi194 ceph-mon[104785]: pgmap v13224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:38.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:38.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:38.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:37 smithi135 ceph-mon[93152]: pgmap v13224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:39.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:39.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:40.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:40.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:40.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:40 smithi135 ceph-mon[93152]: pgmap v13225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:47:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:40 smithi194 ceph-mon[104785]: pgmap v13225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:47:41.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:41.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:47:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:47:42.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:42.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:42 smithi194 ceph-mon[104785]: pgmap v13226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:43.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:43.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:42 smithi135 ceph-mon[93152]: pgmap v13226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:44.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:44.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:44 smithi194 ceph-mon[104785]: pgmap v13227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:45.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:45.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:44 smithi135 ceph-mon[93152]: pgmap v13227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:46.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:46.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:46 smithi135 ceph-mon[93152]: pgmap v13228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:47:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:47:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:47:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:47:47.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:47:47.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:47:47.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:47:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:46 smithi194 ceph-mon[104785]: pgmap v13228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:47:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:47:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:47:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:47:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:47:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:47:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:47:47.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:47.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:48.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:48.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:49.132 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:48 smithi135 ceph-mon[93152]: pgmap v13229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:48 smithi194 ceph-mon[104785]: pgmap v13229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:49.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:49.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:50.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:50.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:50 smithi135 ceph-mon[93152]: pgmap v13230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:47:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:50 smithi194 ceph-mon[104785]: pgmap v13230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:47:51.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:51.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:52.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:52.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:52 smithi194 ceph-mon[104785]: pgmap v13231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:53.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:53.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:52 smithi135 ceph-mon[93152]: pgmap v13231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:54.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:54.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:54 smithi194 ceph-mon[104785]: pgmap v13232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:55.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:55.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:54 smithi135 ceph-mon[93152]: pgmap v13232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:56.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:56.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:47:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:56 smithi194 ceph-mon[104785]: pgmap v13233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:57.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:57.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:56 smithi135 ceph-mon[93152]: pgmap v13233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:58.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:58.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:47:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:47:58 smithi194 ceph-mon[104785]: pgmap v13234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:59.232 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:47:58 smithi135 ceph-mon[93152]: pgmap v13234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:47:59.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:47:59.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:00.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:00.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:00 smithi135 ceph-mon[93152]: pgmap v13235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:48:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:00 smithi194 ceph-mon[104785]: pgmap v13235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:48:01.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:01.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:02.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:02.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:02 smithi194 ceph-mon[104785]: pgmap v13236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:02 smithi135 ceph-mon[93152]: pgmap v13236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:03.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:03.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:04.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:04.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:04 smithi194 ceph-mon[104785]: pgmap v13237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:04 smithi135 ceph-mon[93152]: pgmap v13237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:05.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:05.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:06.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:06.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:06 smithi194 ceph-mon[104785]: pgmap v13238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:06 smithi135 ceph-mon[93152]: pgmap v13238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:07.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:07.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:08.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:08.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:08 smithi194 ceph-mon[104785]: pgmap v13239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:08 smithi135 ceph-mon[93152]: pgmap v13239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:09.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:09.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:10.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:10.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:10 smithi135 ceph-mon[93152]: pgmap v13240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:48:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:10 smithi194 ceph-mon[104785]: pgmap v13240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:48:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:11.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:11.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:12.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:12.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:12 smithi194 ceph-mon[104785]: pgmap v13241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:12 smithi135 ceph-mon[93152]: pgmap v13241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:13.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:13.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:13 smithi194 ceph-mon[104785]: pgmap v13242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:14.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:13 smithi135 ceph-mon[93152]: pgmap v13242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:14.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:14.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:15.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:15.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:16.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:16.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:16 smithi194 ceph-mon[104785]: pgmap v13243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:16 smithi135 ceph-mon[93152]: pgmap v13243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:17.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:17.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:18.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:18.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:19.049 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:18 smithi194 ceph-mon[104785]: pgmap v13244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:18 smithi135 ceph-mon[93152]: pgmap v13244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:19.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:19.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:20.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:20.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:20 smithi135 ceph-mon[93152]: pgmap v13245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:48:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:20 smithi194 ceph-mon[104785]: pgmap v13245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:48:21.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:21.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:22.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:22.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:22 smithi194 ceph-mon[104785]: pgmap v13246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:22 smithi135 ceph-mon[93152]: pgmap v13246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:23.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:23.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:24.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:24.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:24 smithi194 ceph-mon[104785]: pgmap v13247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:24 smithi135 ceph-mon[93152]: pgmap v13247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:25.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:25.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:26.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:26.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:26 smithi194 ceph-mon[104785]: pgmap v13248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:26 smithi135 ceph-mon[93152]: pgmap v13248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:27.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:27.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:28.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:28.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:29.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:28 smithi194 ceph-mon[104785]: pgmap v13249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:28 smithi135 ceph-mon[93152]: pgmap v13249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:29.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:29.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:30.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:30.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:30 smithi135 ceph-mon[93152]: pgmap v13250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:48:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:30 smithi194 ceph-mon[104785]: pgmap v13250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:48:31.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:31.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:32.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:32.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:32 smithi194 ceph-mon[104785]: pgmap v13251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:32 smithi135 ceph-mon[93152]: pgmap v13251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:33.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:33.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:34.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:34.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:34 smithi135 ceph-mon[93152]: pgmap v13252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:34 smithi194 ceph-mon[104785]: pgmap v13252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:35.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:35.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:36.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:36.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:36 smithi194 ceph-mon[104785]: pgmap v13253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:36 smithi135 ceph-mon[93152]: pgmap v13253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:37.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:37.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:38.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:38.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:38 smithi194 ceph-mon[104785]: pgmap v13254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:39.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:38 smithi135 ceph-mon[93152]: pgmap v13254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:39.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:39.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:39.941 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:39 smithi135 ceph-mon[93152]: pgmap v13255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:48:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:39 smithi194 ceph-mon[104785]: pgmap v13255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:48:40.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:40.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:41.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:41.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:42.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:42.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:42 smithi194 ceph-mon[104785]: pgmap v13256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:42 smithi135 ceph-mon[93152]: pgmap v13256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:43.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:43.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:44.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:44.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:44 smithi135 ceph-mon[93152]: pgmap v13257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:44 smithi194 ceph-mon[104785]: pgmap v13257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:45.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:45.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:46.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:46.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:46 smithi194 ceph-mon[104785]: pgmap v13258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:48:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:46 smithi135 ceph-mon[93152]: pgmap v13258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:48:47.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:47.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:48:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:48:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:48:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:48:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:48:48.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:48:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:48:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:48:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:48:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:48:48.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:48.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:48 smithi194 ceph-mon[104785]: pgmap v13259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:48 smithi135 ceph-mon[93152]: pgmap v13259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:49.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:49.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:50.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:50.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:50 smithi135 ceph-mon[93152]: pgmap v13260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:48:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:50 smithi194 ceph-mon[104785]: pgmap v13260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:48:51.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:51.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:52.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:52.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:52 smithi194 ceph-mon[104785]: pgmap v13261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:52 smithi135 ceph-mon[93152]: pgmap v13261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:53.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:53.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:54.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:54.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:54 smithi194 ceph-mon[104785]: pgmap v13262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:54 smithi135 ceph-mon[93152]: pgmap v13262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:55.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:55.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:48:56.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:56.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:56 smithi194 ceph-mon[104785]: pgmap v13263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:56 smithi135 ceph-mon[93152]: pgmap v13263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:57.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:57.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:58.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:58.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:48:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:48:58 smithi194 ceph-mon[104785]: pgmap v13264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:48:58 smithi135 ceph-mon[93152]: pgmap v13264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:48:59.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:48:59.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:00.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:00.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:00 smithi135 ceph-mon[93152]: pgmap v13265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:49:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:00 smithi194 ceph-mon[104785]: pgmap v13265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:49:01.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:01.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:02.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:02.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:02 smithi194 ceph-mon[104785]: pgmap v13266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:02 smithi135 ceph-mon[93152]: pgmap v13266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:03.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:03.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:04.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:04.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:04 smithi194 ceph-mon[104785]: pgmap v13267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:04 smithi135 ceph-mon[93152]: pgmap v13267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:05.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:05.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:06.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:06.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:06 smithi194 ceph-mon[104785]: pgmap v13268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:06 smithi135 ceph-mon[93152]: pgmap v13268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:07.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:07.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:07 smithi194 ceph-mon[104785]: pgmap v13269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:08.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:07 smithi135 ceph-mon[93152]: pgmap v13269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:08.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:08.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:09.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:09.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:10.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:10.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:10 smithi194 ceph-mon[104785]: pgmap v13270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:49:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:10 smithi135 ceph-mon[93152]: pgmap v13270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:49:11.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:11.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:12.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:12.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:12 smithi194 ceph-mon[104785]: pgmap v13271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:12 smithi135 ceph-mon[93152]: pgmap v13271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:13.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:13.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:14.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:14.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:14 smithi194 ceph-mon[104785]: pgmap v13272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:14 smithi135 ceph-mon[93152]: pgmap v13272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:15.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:15.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:16.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:16.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:16 smithi194 ceph-mon[104785]: pgmap v13273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:16 smithi135 ceph-mon[93152]: pgmap v13273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:17.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:17.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:18.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:18.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:18 smithi194 ceph-mon[104785]: pgmap v13274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:18 smithi135 ceph-mon[93152]: pgmap v13274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:19.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:19.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:20.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:20.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:20 smithi135 ceph-mon[93152]: pgmap v13275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:49:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:20 smithi194 ceph-mon[104785]: pgmap v13275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:49:21.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:21.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:22.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:22.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:22 smithi194 ceph-mon[104785]: pgmap v13276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:22 smithi135 ceph-mon[93152]: pgmap v13276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:23.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:23.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:24.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:24.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:25.074 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:24 smithi135 ceph-mon[93152]: pgmap v13277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:24 smithi194 ceph-mon[104785]: pgmap v13277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:25.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:25.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:26.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:26.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:26 smithi194 ceph-mon[104785]: pgmap v13278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:26 smithi135 ceph-mon[93152]: pgmap v13278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:27.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:27.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:28.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:28.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:28 smithi194 ceph-mon[104785]: pgmap v13279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:28 smithi135 ceph-mon[93152]: pgmap v13279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:29.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:29.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:30.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:30.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:30 smithi135 ceph-mon[93152]: pgmap v13280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:49:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:30 smithi194 ceph-mon[104785]: pgmap v13280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:49:31.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:31.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:32.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:32.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:32 smithi194 ceph-mon[104785]: pgmap v13281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:32 smithi135 ceph-mon[93152]: pgmap v13281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:33.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:33.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:34.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:34.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:35.172 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:34 smithi135 ceph-mon[93152]: pgmap v13282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:34 smithi194 ceph-mon[104785]: pgmap v13282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:35.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:35.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:36.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:36.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:36 smithi194 ceph-mon[104785]: pgmap v13283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:36 smithi135 ceph-mon[93152]: pgmap v13283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:37.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:37.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:37 smithi194 ceph-mon[104785]: pgmap v13284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:38.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:37 smithi135 ceph-mon[93152]: pgmap v13284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:38.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:38.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:39.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:39.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:40.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:40.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:40.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:40 smithi135 ceph-mon[93152]: pgmap v13285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:49:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:40 smithi194 ceph-mon[104785]: pgmap v13285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:49:41.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:41.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:42.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:42.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:42 smithi194 ceph-mon[104785]: pgmap v13286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:42 smithi135 ceph-mon[93152]: pgmap v13286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:43.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:43.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:44.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:44.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:44 smithi194 ceph-mon[104785]: pgmap v13287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:44 smithi135 ceph-mon[93152]: pgmap v13287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:45.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:45.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:46.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:46.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:46 smithi194 ceph-mon[104785]: pgmap v13288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:46 smithi135 ceph-mon[93152]: pgmap v13288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:47.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:47.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:49:48.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:49:48.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:48.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:48 smithi194 ceph-mon[104785]: pgmap v13289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:48 smithi135 ceph-mon[93152]: pgmap v13289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:49.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:49.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:50.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:50.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:50 smithi135 ceph-mon[93152]: pgmap v13290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:49:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:50 smithi194 ceph-mon[104785]: pgmap v13290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:49:51.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:51.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:52.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:52.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:52 smithi194 ceph-mon[104785]: pgmap v13291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:52 smithi135 ceph-mon[93152]: pgmap v13291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:53.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:53.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:54.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:54.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:54 smithi194 ceph-mon[104785]: pgmap v13292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:49:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:49:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:49:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:49:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:49:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:49:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:49:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:54 smithi135 ceph-mon[93152]: pgmap v13292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:49:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:49:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:49:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:49:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:49:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:49:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:49:55.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:55.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:49:56.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:56.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:56 smithi194 ceph-mon[104785]: pgmap v13293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:56 smithi135 ceph-mon[93152]: pgmap v13293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:57.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:57.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:58.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:58.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:49:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:58 smithi194 ceph-mon[104785]: pgmap v13294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:58 smithi135 ceph-mon[93152]: pgmap v13294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:49:59.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:49:59.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:49:59 smithi194 ceph-mon[104785]: pgmap v13295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:50:00.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:49:59 smithi135 ceph-mon[93152]: pgmap v13295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:50:00.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:00.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T11:50:01.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T11:50:01.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:01.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:02.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:02.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:02 smithi194 ceph-mon[104785]: pgmap v13296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:02 smithi135 ceph-mon[93152]: pgmap v13296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:03.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:03.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:04.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:04.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:05.160 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:04 smithi194 ceph-mon[104785]: pgmap v13297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:04 smithi135 ceph-mon[93152]: pgmap v13297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:05.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:05.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:06.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:06.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:06 smithi194 ceph-mon[104785]: pgmap v13298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:06 smithi135 ceph-mon[93152]: pgmap v13298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:07.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:07.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:08.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:08.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:08 smithi194 ceph-mon[104785]: pgmap v13299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:08 smithi135 ceph-mon[93152]: pgmap v13299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:09.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:09.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:10.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:10.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:10 smithi194 ceph-mon[104785]: pgmap v13300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:50:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:10 smithi135 ceph-mon[93152]: pgmap v13300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:50:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:11.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:11.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:12.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:12.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:12 smithi194 ceph-mon[104785]: pgmap v13301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:12 smithi135 ceph-mon[93152]: pgmap v13301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:13.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:13.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:14.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:14.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:14 smithi194 ceph-mon[104785]: pgmap v13302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:14 smithi135 ceph-mon[93152]: pgmap v13302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:15.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:15.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:16.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:16.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:16 smithi194 ceph-mon[104785]: pgmap v13303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:16 smithi135 ceph-mon[93152]: pgmap v13303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:17.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:17.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:18.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:18.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:18 smithi194 ceph-mon[104785]: pgmap v13304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:18 smithi135 ceph-mon[93152]: pgmap v13304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:19.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:19.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:20.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:20.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:20 smithi194 ceph-mon[104785]: pgmap v13305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:50:21.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:20 smithi135 ceph-mon[93152]: pgmap v13305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:50:21.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:21.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:22.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:22.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:22 smithi194 ceph-mon[104785]: pgmap v13306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:22 smithi135 ceph-mon[93152]: pgmap v13306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:23.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:23.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:23 smithi194 ceph-mon[104785]: pgmap v13307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:24.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:23 smithi135 ceph-mon[93152]: pgmap v13307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:24.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:24.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:25.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:25.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:26.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:26.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:26 smithi194 ceph-mon[104785]: pgmap v13308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:26 smithi135 ceph-mon[93152]: pgmap v13308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:27.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:27.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:28.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:28.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:28 smithi194 ceph-mon[104785]: pgmap v13309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:28 smithi135 ceph-mon[93152]: pgmap v13309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:29.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:29.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:30.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:30.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:30 smithi135 ceph-mon[93152]: pgmap v13310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:50:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:30 smithi194 ceph-mon[104785]: pgmap v13310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:50:31.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:31.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:32.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:32.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:32 smithi194 ceph-mon[104785]: pgmap v13311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:32 smithi135 ceph-mon[93152]: pgmap v13311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:33.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:33.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:34.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:34.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:34 smithi194 ceph-mon[104785]: pgmap v13312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:34 smithi135 ceph-mon[93152]: pgmap v13312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:35.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:35.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:36.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:36.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:36 smithi194 ceph-mon[104785]: pgmap v13313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:36 smithi135 ceph-mon[93152]: pgmap v13313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:37.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:37.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:38.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:38.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:38 smithi194 ceph-mon[104785]: pgmap v13314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:39.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:38 smithi135 ceph-mon[93152]: pgmap v13314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:39.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:39.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:40.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:40.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:40 smithi135 ceph-mon[93152]: pgmap v13315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:50:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:40 smithi194 ceph-mon[104785]: pgmap v13315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:50:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:41.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:41.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:42.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:42.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:42 smithi194 ceph-mon[104785]: pgmap v13316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:42 smithi135 ceph-mon[93152]: pgmap v13316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:43.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:43.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:44.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:44.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:44 smithi194 ceph-mon[104785]: pgmap v13317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:44 smithi135 ceph-mon[93152]: pgmap v13317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:45.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:45.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:46.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:46.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:46 smithi194 ceph-mon[104785]: pgmap v13318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:46 smithi135 ceph-mon[93152]: pgmap v13318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:47.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:47.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:47 smithi194 ceph-mon[104785]: pgmap v13319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:48.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:47 smithi135 ceph-mon[93152]: pgmap v13319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:48.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:48.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:49.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:49.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:50.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:50.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:50.636 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:50 smithi194 ceph-mon[104785]: pgmap v13320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:50:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:50 smithi135 ceph-mon[93152]: pgmap v13320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:50:51.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:51.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:52.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:52.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:52 smithi194 ceph-mon[104785]: pgmap v13321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:52 smithi135 ceph-mon[93152]: pgmap v13321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:53.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:53.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:54.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:54.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:54 smithi194 ceph-mon[104785]: pgmap v13322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:55.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:50:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:54 smithi135 ceph-mon[93152]: pgmap v13322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:50:55.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:55.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:56 smithi135 ceph-mon[93152]: pgmap v13323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:50:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:50:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:50:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:50:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:56 smithi194 ceph-mon[104785]: pgmap v13323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:50:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:50:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:50:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:50:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:50:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:50:56.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:56.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:57.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:57.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:58.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:58.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:50:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:50:58 smithi194 ceph-mon[104785]: pgmap v13324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:50:58 smithi135 ceph-mon[93152]: pgmap v13324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:50:59.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:50:59.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:00.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:00.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:00 smithi135 ceph-mon[93152]: pgmap v13325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:51:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:00 smithi194 ceph-mon[104785]: pgmap v13325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:51:01.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:01.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:02.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:02.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:02 smithi194 ceph-mon[104785]: pgmap v13326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:02 smithi135 ceph-mon[93152]: pgmap v13326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:03.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:03.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:04.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:04.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:04 smithi194 ceph-mon[104785]: pgmap v13327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:04 smithi135 ceph-mon[93152]: pgmap v13327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:05.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:05.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:06.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:06.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:06 smithi194 ceph-mon[104785]: pgmap v13328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:06 smithi135 ceph-mon[93152]: pgmap v13328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:07.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:07.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:08.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:08.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:08 smithi194 ceph-mon[104785]: pgmap v13329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:08 smithi135 ceph-mon[93152]: pgmap v13329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:09.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:09.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:10.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:10.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:11.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:10 smithi135 ceph-mon[93152]: pgmap v13330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:51:11.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:10 smithi194 ceph-mon[104785]: pgmap v13330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:51:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:11.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:11.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:12.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:12.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:12 smithi194 ceph-mon[104785]: pgmap v13331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:12 smithi135 ceph-mon[93152]: pgmap v13331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:13.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:13.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:13 smithi194 ceph-mon[104785]: pgmap v13332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:13 smithi135 ceph-mon[93152]: pgmap v13332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:14.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:14.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:15.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:15.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:16 smithi135 ceph-mon[93152]: pgmap v13333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:16.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:16.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:16 smithi194 ceph-mon[104785]: pgmap v13333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:17.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:17.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:18.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:18.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:18 smithi194 ceph-mon[104785]: pgmap v13334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:18 smithi135 ceph-mon[93152]: pgmap v13334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:19.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:19.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:20.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:20.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:21.204 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:20 smithi135 ceph-mon[93152]: pgmap v13335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:51:21.207 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:20 smithi194 ceph-mon[104785]: pgmap v13335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:51:21.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:21.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:22.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:22.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:22 smithi194 ceph-mon[104785]: pgmap v13336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:22 smithi135 ceph-mon[93152]: pgmap v13336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:23.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:23.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:24.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:24.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:24 smithi194 ceph-mon[104785]: pgmap v13337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:24 smithi135 ceph-mon[93152]: pgmap v13337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:25.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:25.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:26.253 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:26.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:26.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:26 smithi194 ceph-mon[104785]: pgmap v13338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:26 smithi135 ceph-mon[93152]: pgmap v13338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:27.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:27.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:28.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:28 smithi194 ceph-mon[104785]: pgmap v13339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:28 smithi135 ceph-mon[93152]: pgmap v13339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:29.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:29.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:30.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:30.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:30 smithi194 ceph-mon[104785]: pgmap v13340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:51:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:30 smithi135 ceph-mon[93152]: pgmap v13340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:51:31.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:31.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:32.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:32.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:32 smithi194 ceph-mon[104785]: pgmap v13341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:32 smithi135 ceph-mon[93152]: pgmap v13341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:33.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:33.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:34.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:34.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:34 smithi194 ceph-mon[104785]: pgmap v13342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:34 smithi135 ceph-mon[93152]: pgmap v13342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:35.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:35.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:36.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:36.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:36 smithi194 ceph-mon[104785]: pgmap v13343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:36 smithi135 ceph-mon[93152]: pgmap v13343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:37.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:37.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:38.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:38.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:38 smithi194 ceph-mon[104785]: pgmap v13344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:39.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:38 smithi135 ceph-mon[93152]: pgmap v13344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:39.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:39.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:40.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:40.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:40 smithi135 ceph-mon[93152]: pgmap v13345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:51:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:41.162 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:40 smithi194 ceph-mon[104785]: pgmap v13345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:51:41.162 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:41.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:41.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:42.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:42.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:42 smithi194 ceph-mon[104785]: pgmap v13346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:42 smithi135 ceph-mon[93152]: pgmap v13346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:43.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:43.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:44.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:44.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:44 smithi194 ceph-mon[104785]: pgmap v13347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:44 smithi135 ceph-mon[93152]: pgmap v13347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:45.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:45.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:46.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:46.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:46 smithi194 ceph-mon[104785]: pgmap v13348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:46 smithi135 ceph-mon[93152]: pgmap v13348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:47.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:47.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:48.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:48.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:48 smithi194 ceph-mon[104785]: pgmap v13349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:48 smithi135 ceph-mon[93152]: pgmap v13349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:49.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:49.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:49 smithi194 ceph-mon[104785]: pgmap v13350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:51:50.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:49 smithi135 ceph-mon[93152]: pgmap v13350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:51:50.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:50.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:51.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:51.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:52.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:52.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:52 smithi194 ceph-mon[104785]: pgmap v13351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:52 smithi135 ceph-mon[93152]: pgmap v13351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:53.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:53.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:54.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:54.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:54 smithi194 ceph-mon[104785]: pgmap v13352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:54 smithi135 ceph-mon[93152]: pgmap v13352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:55.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:55.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:51:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:51:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:51:56.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:56.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:56 smithi194 ceph-mon[104785]: pgmap v13353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:51:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:51:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:51:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:51:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:51:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:56 smithi135 ceph-mon[93152]: pgmap v13353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:51:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:51:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:51:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:51:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:51:57.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:57.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:58.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:58.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:51:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:58 smithi194 ceph-mon[104785]: pgmap v13354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:58 smithi135 ceph-mon[93152]: pgmap v13354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:51:59.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:51:59.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:51:59 smithi194 ceph-mon[104785]: pgmap v13355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:52:00.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:51:59 smithi135 ceph-mon[93152]: pgmap v13355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:52:00.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:00.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:01.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:01.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:02.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:02.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:02 smithi194 ceph-mon[104785]: pgmap v13356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:02 smithi135 ceph-mon[93152]: pgmap v13356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:03.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:03.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:04.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:04.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:04 smithi194 ceph-mon[104785]: pgmap v13357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:04 smithi135 ceph-mon[93152]: pgmap v13357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:05.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:05.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:06.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:06.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:06 smithi135 ceph-mon[93152]: pgmap v13358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:06 smithi194 ceph-mon[104785]: pgmap v13358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:07.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:07.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:08.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:08.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:08 smithi194 ceph-mon[104785]: pgmap v13359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:08 smithi135 ceph-mon[93152]: pgmap v13359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:09.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:09.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:10.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:10.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:10 smithi194 ceph-mon[104785]: pgmap v13360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:52:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:10 smithi135 ceph-mon[93152]: pgmap v13360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:52:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:11.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:11.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:12.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:12.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:12 smithi194 ceph-mon[104785]: pgmap v13361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:12 smithi135 ceph-mon[93152]: pgmap v13361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:13.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:13.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:14.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:14.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:14 smithi194 ceph-mon[104785]: pgmap v13362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:14 smithi135 ceph-mon[93152]: pgmap v13362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:15.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:15.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:15 smithi194 ceph-mon[104785]: pgmap v13363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:16.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:15 smithi135 ceph-mon[93152]: pgmap v13363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:16.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:16.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:17.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:17.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:18.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:18.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:18 smithi194 ceph-mon[104785]: pgmap v13364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:18 smithi135 ceph-mon[93152]: pgmap v13364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:19.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:19.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:20.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:20.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:20 smithi194 ceph-mon[104785]: pgmap v13365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:52:21.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:20 smithi135 ceph-mon[93152]: pgmap v13365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:52:21.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:21.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:22.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:22.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:22 smithi194 ceph-mon[104785]: pgmap v13366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:22 smithi135 ceph-mon[93152]: pgmap v13366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:23.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:23.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:24.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:24.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:24 smithi194 ceph-mon[104785]: pgmap v13367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:24 smithi135 ceph-mon[93152]: pgmap v13367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:25.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:25.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:25 smithi194 ceph-mon[104785]: pgmap v13368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:25 smithi135 ceph-mon[93152]: pgmap v13368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:26.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:26.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:27.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:27.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:28.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:28.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:28 smithi194 ceph-mon[104785]: pgmap v13369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:29.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:28 smithi135 ceph-mon[93152]: pgmap v13369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:29.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:29.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:30.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:30.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:30 smithi194 ceph-mon[104785]: pgmap v13370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:52:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:30 smithi135 ceph-mon[93152]: pgmap v13370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:52:31.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:31.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:32.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:32.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:32 smithi194 ceph-mon[104785]: pgmap v13371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:32 smithi135 ceph-mon[93152]: pgmap v13371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:33.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:33.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:34.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:34.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:34 smithi194 ceph-mon[104785]: pgmap v13372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:34 smithi135 ceph-mon[93152]: pgmap v13372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:35.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:35.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:36.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:36.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:36 smithi194 ceph-mon[104785]: pgmap v13373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:36 smithi135 ceph-mon[93152]: pgmap v13373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:37.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:37.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:38.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:38.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:38 smithi194 ceph-mon[104785]: pgmap v13374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:39.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:38 smithi135 ceph-mon[93152]: pgmap v13374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:39.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:39.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:39 smithi194 ceph-mon[104785]: pgmap v13375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:52:40.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:39 smithi135 ceph-mon[93152]: pgmap v13375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:52:40.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:40.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:41.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:41.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:42.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:42.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:42 smithi194 ceph-mon[104785]: pgmap v13376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:43.263 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:42 smithi135 ceph-mon[93152]: pgmap v13376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:43.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:43.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:44.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:44.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:44 smithi194 ceph-mon[104785]: pgmap v13377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:44 smithi135 ceph-mon[93152]: pgmap v13377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:45.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:45.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:46.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:46.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:46 smithi194 ceph-mon[104785]: pgmap v13378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:46 smithi135 ceph-mon[93152]: pgmap v13378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:47.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:47.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:48.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:48.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:48 smithi194 ceph-mon[104785]: pgmap v13379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:48 smithi135 ceph-mon[93152]: pgmap v13379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:49.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:49.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:50.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:50.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:50 smithi194 ceph-mon[104785]: pgmap v13380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:52:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:50 smithi135 ceph-mon[93152]: pgmap v13380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:52:51.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:51.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:52.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:52.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:52 smithi194 ceph-mon[104785]: pgmap v13381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:52 smithi135 ceph-mon[93152]: pgmap v13381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:53.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:53.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:53 smithi194 ceph-mon[104785]: pgmap v13382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:54.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:53 smithi135 ceph-mon[93152]: pgmap v13382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:54.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:54.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:55.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:55.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:56 smithi194 ceph-mon[104785]: pgmap v13383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:52:56.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:56.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:56 smithi135 ceph-mon[93152]: pgmap v13383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:52:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:52:57.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:57.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:52:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:52:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:52:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:52:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:52:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:52:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:52:58.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:52:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:52:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:52:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:52:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:52:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:52:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:52:58.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:58.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:52:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:52:58 smithi194 ceph-mon[104785]: pgmap v13384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:52:58 smithi135 ceph-mon[93152]: pgmap v13384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:52:59.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:52:59.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:00.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:00.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:00 smithi135 ceph-mon[93152]: pgmap v13385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:53:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:00 smithi194 ceph-mon[104785]: pgmap v13385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:53:01.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:01.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:02.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:02.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:02 smithi194 ceph-mon[104785]: pgmap v13386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:02 smithi135 ceph-mon[93152]: pgmap v13386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:03.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:03.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:04.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:04.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:04 smithi194 ceph-mon[104785]: pgmap v13387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:04 smithi135 ceph-mon[93152]: pgmap v13387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:05.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:05.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:06.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:06.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:06 smithi194 ceph-mon[104785]: pgmap v13388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:07.236 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:06 smithi135 ceph-mon[93152]: pgmap v13388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:07.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:07.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:08.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:08.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:08 smithi194 ceph-mon[104785]: pgmap v13389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:08 smithi135 ceph-mon[93152]: pgmap v13389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:09.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:09.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:10.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:10.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:10 smithi194 ceph-mon[104785]: pgmap v13390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:53:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:10 smithi135 ceph-mon[93152]: pgmap v13390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:53:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:11.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:11.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:12.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:12.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:12 smithi194 ceph-mon[104785]: pgmap v13391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:12 smithi135 ceph-mon[93152]: pgmap v13391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:13.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:13.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:13 smithi194 ceph-mon[104785]: pgmap v13392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:13 smithi135 ceph-mon[93152]: pgmap v13392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:14.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:14.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:15.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:15.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:16 smithi194 ceph-mon[104785]: pgmap v13393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:16 smithi135 ceph-mon[93152]: pgmap v13393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:16.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:16.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:17.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:17.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:18.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:18.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:18 smithi194 ceph-mon[104785]: pgmap v13394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:18 smithi135 ceph-mon[93152]: pgmap v13394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:19.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:19.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:20.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:20.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:20 smithi194 ceph-mon[104785]: pgmap v13395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:53:21.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:20 smithi135 ceph-mon[93152]: pgmap v13395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:53:21.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:21.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:22.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:22.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:22 smithi194 ceph-mon[104785]: pgmap v13396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:22 smithi135 ceph-mon[93152]: pgmap v13396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:23.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:23.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:24.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:24.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:24 smithi194 ceph-mon[104785]: pgmap v13397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:24 smithi135 ceph-mon[93152]: pgmap v13397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:25.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:25.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:26.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:26.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:26 smithi194 ceph-mon[104785]: pgmap v13398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:26 smithi135 ceph-mon[93152]: pgmap v13398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:27.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:27.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:27 smithi194 ceph-mon[104785]: pgmap v13399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:27 smithi135 ceph-mon[93152]: pgmap v13399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:28.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:28.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:29.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:29.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:30 smithi194 ceph-mon[104785]: pgmap v13400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:53:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:30 smithi135 ceph-mon[93152]: pgmap v13400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:53:30.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:30.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:31.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:31.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:32.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:32.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:32 smithi194 ceph-mon[104785]: pgmap v13401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:32 smithi135 ceph-mon[93152]: pgmap v13401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:33.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:33.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:34.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:34.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:34 smithi194 ceph-mon[104785]: pgmap v13402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:34 smithi135 ceph-mon[93152]: pgmap v13402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:35.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:35.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:36.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:36.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:36 smithi194 ceph-mon[104785]: pgmap v13403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:36 smithi135 ceph-mon[93152]: pgmap v13403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:37.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:37.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:38.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:38.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:38 smithi194 ceph-mon[104785]: pgmap v13404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:38 smithi135 ceph-mon[93152]: pgmap v13404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:39.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:39.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:39 smithi194 ceph-mon[104785]: pgmap v13405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:53:40.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:39 smithi135 ceph-mon[93152]: pgmap v13405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:53:40.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:40.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:41.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:41.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:41.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:42.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:42.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:42 smithi194 ceph-mon[104785]: pgmap v13406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:42 smithi135 ceph-mon[93152]: pgmap v13406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:43.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:43.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:44.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:44.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:44 smithi194 ceph-mon[104785]: pgmap v13407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:44 smithi135 ceph-mon[93152]: pgmap v13407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:45.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:45.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:46.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:46.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:46 smithi194 ceph-mon[104785]: pgmap v13408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:46 smithi135 ceph-mon[93152]: pgmap v13408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:47.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:47.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:48.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:48.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:48 smithi194 ceph-mon[104785]: pgmap v13409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:48 smithi135 ceph-mon[93152]: pgmap v13409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:49.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:49.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:50.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:50.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:50 smithi194 ceph-mon[104785]: pgmap v13410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:53:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:50 smithi135 ceph-mon[93152]: pgmap v13410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:53:51.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:51.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:52.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:52.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:52 smithi135 ceph-mon[93152]: pgmap v13411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:52 smithi194 ceph-mon[104785]: pgmap v13411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:53.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:53.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:54.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:54.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:54 smithi194 ceph-mon[104785]: pgmap v13412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:54 smithi135 ceph-mon[93152]: pgmap v13412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:55.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:55.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:53:56.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:56.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:56 smithi194 ceph-mon[104785]: pgmap v13413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:56 smithi135 ceph-mon[93152]: pgmap v13413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:57.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:57.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:58.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:57 smithi135 ceph-mon[93152]: pgmap v13414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:58.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:53:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:57 smithi194 ceph-mon[104785]: pgmap v13414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:53:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:53:58.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:58.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:53:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:53:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:53:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:53:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:53:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:53:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:53:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:53:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:53:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:53:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:53:59.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:53:59.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:53:59 smithi194 ceph-mon[104785]: pgmap v13415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:54:00.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:53:59 smithi135 ceph-mon[93152]: pgmap v13415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:54:00.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:00.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:01.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:01.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:02.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:02.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:02 smithi194 ceph-mon[104785]: pgmap v13416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:02 smithi135 ceph-mon[93152]: pgmap v13416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:03.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:03.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:04.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:04.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:04 smithi194 ceph-mon[104785]: pgmap v13417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:04 smithi135 ceph-mon[93152]: pgmap v13417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:05.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:05.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:06.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:06.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:06 smithi194 ceph-mon[104785]: pgmap v13418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:06 smithi135 ceph-mon[93152]: pgmap v13418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:07.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:07.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:07 smithi194 ceph-mon[104785]: pgmap v13419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:08.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:07 smithi135 ceph-mon[93152]: pgmap v13419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:08.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:08.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:09.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:09.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:10 smithi194 ceph-mon[104785]: pgmap v13420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:54:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:10 smithi135 ceph-mon[93152]: pgmap v13420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:54:10.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:10.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:11.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:11.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:12.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:12.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:12 smithi194 ceph-mon[104785]: pgmap v13421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:12 smithi135 ceph-mon[93152]: pgmap v13421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:13.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:13.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:14.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:14.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:14 smithi194 ceph-mon[104785]: pgmap v13422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:14 smithi135 ceph-mon[93152]: pgmap v13422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:15.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:15.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:16.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:16.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:16 smithi194 ceph-mon[104785]: pgmap v13423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:16 smithi135 ceph-mon[93152]: pgmap v13423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:17.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:17.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:17 smithi194 ceph-mon[104785]: pgmap v13424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:18.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:17 smithi135 ceph-mon[93152]: pgmap v13424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:18.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:18.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:19.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:19.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:20 smithi194 ceph-mon[104785]: pgmap v13425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:54:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:20 smithi135 ceph-mon[93152]: pgmap v13425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:54:20.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:20.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:21.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:21.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:22.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:22.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:22 smithi194 ceph-mon[104785]: pgmap v13426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:22 smithi135 ceph-mon[93152]: pgmap v13426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:23.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:23.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:24.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:24.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:24 smithi194 ceph-mon[104785]: pgmap v13427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:24 smithi135 ceph-mon[93152]: pgmap v13427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:25.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:25.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:26.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:26.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:26 smithi194 ceph-mon[104785]: pgmap v13428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:26 smithi135 ceph-mon[93152]: pgmap v13428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:27.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:27.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:27 smithi194 ceph-mon[104785]: pgmap v13429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:27 smithi135 ceph-mon[93152]: pgmap v13429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:28.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:28.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:29.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:29.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:30 smithi194 ceph-mon[104785]: pgmap v13430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:54:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:30 smithi135 ceph-mon[93152]: pgmap v13430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:54:30.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:30.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:31.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:31.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:32.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:32.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:32 smithi194 ceph-mon[104785]: pgmap v13431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:32 smithi135 ceph-mon[93152]: pgmap v13431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:33.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:33.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:34.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:34.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:34 smithi194 ceph-mon[104785]: pgmap v13432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:34 smithi135 ceph-mon[93152]: pgmap v13432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:35.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:35.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:36.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:36.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:36 smithi194 ceph-mon[104785]: pgmap v13433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:36 smithi135 ceph-mon[93152]: pgmap v13433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:37.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:37.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:37 smithi194 ceph-mon[104785]: pgmap v13434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:38.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:37 smithi135 ceph-mon[93152]: pgmap v13434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:38.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:38.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:39.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:39.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:40 smithi194 ceph-mon[104785]: pgmap v13435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:54:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:40 smithi135 ceph-mon[93152]: pgmap v13435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:54:40.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:40.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:41.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:41.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:42.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:42.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:43.169 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:42 smithi135 ceph-mon[93152]: pgmap v13436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:42 smithi194 ceph-mon[104785]: pgmap v13436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:43.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:43.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:44.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:44.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:44 smithi194 ceph-mon[104785]: pgmap v13437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:44 smithi135 ceph-mon[93152]: pgmap v13437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:45.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:45.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:45 smithi194 ceph-mon[104785]: pgmap v13438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:46.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:45 smithi135 ceph-mon[93152]: pgmap v13438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:46.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:46.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:47.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:47.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:48.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:48.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:48 smithi194 ceph-mon[104785]: pgmap v13439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:48 smithi135 ceph-mon[93152]: pgmap v13439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:49.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:49.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:50.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:50.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:50 smithi194 ceph-mon[104785]: pgmap v13440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:54:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:50 smithi135 ceph-mon[93152]: pgmap v13440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:54:51.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:51.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:52.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:52.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:53.184 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:52 smithi194 ceph-mon[104785]: pgmap v13441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:52 smithi135 ceph-mon[93152]: pgmap v13441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:53.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:53.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:54.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:54.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:54 smithi194 ceph-mon[104785]: pgmap v13442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:54 smithi135 ceph-mon[93152]: pgmap v13442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:55.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:55.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:55 smithi194 ceph-mon[104785]: pgmap v13443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:55 smithi135 ceph-mon[93152]: pgmap v13443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:54:56.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:56.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:57.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:57.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:58.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:58.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:54:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:58 smithi194 ceph-mon[104785]: pgmap v13444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:54:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:54:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:54:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:54:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:54:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:54:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:54:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:58 smithi135 ceph-mon[93152]: pgmap v13444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:54:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:54:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T11:54:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:54:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:54:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:54:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:54:59.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:54:59.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:54:59.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:54:59.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:59 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1526M 2023-10-08T11:55:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:54:59 smithi194 ceph-mon[104785]: pgmap v13445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:55:00.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:59 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1526M 2023-10-08T11:55:00.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:54:59 smithi135 ceph-mon[93152]: pgmap v13445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:55:00.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:00.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:01.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:01.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:02.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:02.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:02 smithi194 ceph-mon[104785]: pgmap v13446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:02 smithi135 ceph-mon[93152]: pgmap v13446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:03.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:03.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:03 smithi194 ceph-mon[104785]: pgmap v13447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:04.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:03 smithi135 ceph-mon[93152]: pgmap v13447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:04.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:04.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:05.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:05.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:06.760 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:06 smithi135 ceph-mon[93152]: pgmap v13448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:06.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:06.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:06 smithi194 ceph-mon[104785]: pgmap v13448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:07.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:07.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:08.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:08.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:08 smithi194 ceph-mon[104785]: pgmap v13449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:08 smithi135 ceph-mon[93152]: pgmap v13449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:09.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:09.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:09 smithi194 ceph-mon[104785]: pgmap v13450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:55:10.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:09 smithi135 ceph-mon[93152]: pgmap v13450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:55:10.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:10.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:11.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:11.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:12.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:12.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:12 smithi194 ceph-mon[104785]: pgmap v13451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:12 smithi135 ceph-mon[93152]: pgmap v13451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:13.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:13.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:13 smithi194 ceph-mon[104785]: pgmap v13452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:14.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:13 smithi135 ceph-mon[93152]: pgmap v13452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:14.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:14.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:15.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:15.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:16 smithi135 ceph-mon[93152]: pgmap v13453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:16 smithi194 ceph-mon[104785]: pgmap v13453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:16.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:16.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:17.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:17.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:17 smithi194 ceph-mon[104785]: pgmap v13454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:18.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:17 smithi135 ceph-mon[93152]: pgmap v13454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:18.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:18.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:19.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:19.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:20 smithi135 ceph-mon[93152]: pgmap v13455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:55:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:20 smithi194 ceph-mon[104785]: pgmap v13455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:55:20.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:20.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:21.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:21.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:22 smithi135 ceph-mon[93152]: pgmap v13456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:22 smithi194 ceph-mon[104785]: pgmap v13456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:22.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:22.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:23.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:23.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:24 smithi135 ceph-mon[93152]: pgmap v13457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:24 smithi194 ceph-mon[104785]: pgmap v13457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:24.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:24.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:25.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:25.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:26 smithi135 ceph-mon[93152]: pgmap v13458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:26 smithi194 ceph-mon[104785]: pgmap v13458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:26.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:26.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:27.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:27.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:27 smithi194 ceph-mon[104785]: pgmap v13459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:27 smithi135 ceph-mon[93152]: pgmap v13459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:28.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:28.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:29.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:29.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:30 smithi135 ceph-mon[93152]: pgmap v13460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:55:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:30 smithi194 ceph-mon[104785]: pgmap v13460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:55:30.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:30.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:31.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:31.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:32.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:32.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:32 smithi194 ceph-mon[104785]: pgmap v13461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:32 smithi135 ceph-mon[93152]: pgmap v13461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:33.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:33.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:34.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:33 smithi135 ceph-mon[93152]: pgmap v13462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:33 smithi194 ceph-mon[104785]: pgmap v13462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:34.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:34.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:35.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:35.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:36 smithi135 ceph-mon[93152]: pgmap v13463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:36 smithi194 ceph-mon[104785]: pgmap v13463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:36.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:36.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:37.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:37.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:37 smithi194 ceph-mon[104785]: pgmap v13464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:38.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:37 smithi135 ceph-mon[93152]: pgmap v13464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:38.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:38.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:40.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:40.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:40 smithi135 ceph-mon[93152]: pgmap v13465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:55:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:40 smithi194 ceph-mon[104785]: pgmap v13465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:55:41.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:41.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:42.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:42.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:42.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:42 smithi135 ceph-mon[93152]: pgmap v13466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:42 smithi194 ceph-mon[104785]: pgmap v13466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:43.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:43.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:44.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:44.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:44 smithi135 ceph-mon[93152]: pgmap v13467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:44 smithi194 ceph-mon[104785]: pgmap v13467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:45.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:45.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:46.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:46.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:46 smithi135 ceph-mon[93152]: pgmap v13468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:46 smithi194 ceph-mon[104785]: pgmap v13468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:47.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:47.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:48.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:48.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:47 smithi194 ceph-mon[104785]: pgmap v13469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:48.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:47 smithi135 ceph-mon[93152]: pgmap v13469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:49.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:49.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:50.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:50.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:50 smithi135 ceph-mon[93152]: pgmap v13470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:55:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:50 smithi194 ceph-mon[104785]: pgmap v13470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:55:51.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:51.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:52.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:52.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:52 smithi135 ceph-mon[93152]: pgmap v13471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:52 smithi194 ceph-mon[104785]: pgmap v13471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:53.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:53.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:54.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:54.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:54 smithi135 ceph-mon[93152]: pgmap v13472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:54 smithi194 ceph-mon[104785]: pgmap v13472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:55.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:55.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:56.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:56.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:56 smithi135 ceph-mon[93152]: pgmap v13473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:56 smithi194 ceph-mon[104785]: pgmap v13473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:55:57.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:57.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:58.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:58.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:57 smithi194 ceph-mon[104785]: pgmap v13474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:57 smithi135 ceph-mon[93152]: pgmap v13474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:55:59.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:55:59.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:55:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:55:59.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:56:00.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:00.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:56:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:56:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:56:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:56:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:56:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:55:59 smithi194 ceph-mon[104785]: pgmap v13475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:56:00.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:56:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:56:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:56:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:56:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:56:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:55:59 smithi135 ceph-mon[93152]: pgmap v13475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:56:01.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:01.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:02.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:02.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:02 smithi135 ceph-mon[93152]: pgmap v13476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:02 smithi194 ceph-mon[104785]: pgmap v13476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:03.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:03.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:04.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:04.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:04 smithi135 ceph-mon[93152]: pgmap v13477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:04 smithi194 ceph-mon[104785]: pgmap v13477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:05.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:05.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:06.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:06.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:06 smithi135 ceph-mon[93152]: pgmap v13478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:06 smithi194 ceph-mon[104785]: pgmap v13478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:07.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:07.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:08.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:08.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:07 smithi194 ceph-mon[104785]: pgmap v13479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:08.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:07 smithi135 ceph-mon[93152]: pgmap v13479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:09.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:09.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:10.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:10.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:10 smithi135 ceph-mon[93152]: pgmap v13480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:56:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:10 smithi194 ceph-mon[104785]: pgmap v13480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:56:11.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:11.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:12.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:12.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:12 smithi135 ceph-mon[93152]: pgmap v13481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:12 smithi194 ceph-mon[104785]: pgmap v13481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:13.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:13.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:14.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:14.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:14 smithi135 ceph-mon[93152]: pgmap v13482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:14 smithi194 ceph-mon[104785]: pgmap v13482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:15.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:15.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:16.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:16.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:16 smithi135 ceph-mon[93152]: pgmap v13483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:16 smithi194 ceph-mon[104785]: pgmap v13483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:17.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:17.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:18.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:18.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:17 smithi194 ceph-mon[104785]: pgmap v13484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:18.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:17 smithi135 ceph-mon[93152]: pgmap v13484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:19.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:19.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:20.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:20.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:20 smithi135 ceph-mon[93152]: pgmap v13485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:56:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:20 smithi194 ceph-mon[104785]: pgmap v13485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:56:21.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:21.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:22.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:22.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:22 smithi135 ceph-mon[93152]: pgmap v13486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:22 smithi194 ceph-mon[104785]: pgmap v13486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:23.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:23.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:24.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:24.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:24 smithi135 ceph-mon[93152]: pgmap v13487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:24 smithi194 ceph-mon[104785]: pgmap v13487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:25.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:25.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:26.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:26.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:26 smithi135 ceph-mon[93152]: pgmap v13488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:26 smithi194 ceph-mon[104785]: pgmap v13488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:27.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:27.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:28.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:28.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:27 smithi194 ceph-mon[104785]: pgmap v13489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:27 smithi135 ceph-mon[93152]: pgmap v13489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:29.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:29.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:30.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:30.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:30 smithi135 ceph-mon[93152]: pgmap v13490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:56:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:30 smithi194 ceph-mon[104785]: pgmap v13490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:56:31.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:31.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:32.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:32.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:32.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:32 smithi135 ceph-mon[93152]: pgmap v13491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:32 smithi194 ceph-mon[104785]: pgmap v13491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:33.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:33.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:34.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:34.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:34.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:34 smithi135 ceph-mon[93152]: pgmap v13492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:34 smithi194 ceph-mon[104785]: pgmap v13492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:35.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:35.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:36.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:36.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:36 smithi135 ceph-mon[93152]: pgmap v13493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:36 smithi194 ceph-mon[104785]: pgmap v13493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:37.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:37.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:38.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:38.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:37 smithi194 ceph-mon[104785]: pgmap v13494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:38.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:37 smithi135 ceph-mon[93152]: pgmap v13494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:39.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:39.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:40.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:40.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:40 smithi135 ceph-mon[93152]: pgmap v13495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:56:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:40 smithi194 ceph-mon[104785]: pgmap v13495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:56:41.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:41.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:42.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:42.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:42 smithi135 ceph-mon[93152]: pgmap v13496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:42 smithi194 ceph-mon[104785]: pgmap v13496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:43.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:43.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:44.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:44.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:44 smithi194 ceph-mon[104785]: pgmap v13497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:44.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:44 smithi135 ceph-mon[93152]: pgmap v13497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:45.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:45.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:46.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:46.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:46.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:46 smithi135 ceph-mon[93152]: pgmap v13498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:46 smithi194 ceph-mon[104785]: pgmap v13498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:47.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:47.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:48.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:48.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:47 smithi194 ceph-mon[104785]: pgmap v13499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:48.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:47 smithi135 ceph-mon[93152]: pgmap v13499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:49.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:49.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:50.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:50.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:50 smithi135 ceph-mon[93152]: pgmap v13500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:56:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:50 smithi194 ceph-mon[104785]: pgmap v13500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:56:51.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:51.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:52.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:52.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:52 smithi135 ceph-mon[93152]: pgmap v13501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:52 smithi194 ceph-mon[104785]: pgmap v13501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:53.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:53.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:54.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:54.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:54 smithi194 ceph-mon[104785]: pgmap v13502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:54.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:54 smithi135 ceph-mon[93152]: pgmap v13502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:55.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:55.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:56.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:56.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:56 smithi135 ceph-mon[93152]: pgmap v13503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:56 smithi194 ceph-mon[104785]: pgmap v13503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:56:57.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:57.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:58.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:58.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:57 smithi194 ceph-mon[104785]: pgmap v13504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:58.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:57 smithi135 ceph-mon[93152]: pgmap v13504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:56:59.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:56:59.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:56:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:56:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:56:59.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:56:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:57:00.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:00.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:00 smithi135 ceph-mon[93152]: pgmap v13505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:57:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:57:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:57:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:57:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:57:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:57:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:00 smithi194 ceph-mon[104785]: pgmap v13505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:57:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:57:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:57:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:57:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:57:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:57:01.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:01.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:02.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:02.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:02 smithi135 ceph-mon[93152]: pgmap v13506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:02 smithi194 ceph-mon[104785]: pgmap v13506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:03.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:03.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:04.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:04.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:04.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:04 smithi135 ceph-mon[93152]: pgmap v13507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:04 smithi194 ceph-mon[104785]: pgmap v13507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:05.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:05.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:06.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:06.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:06 smithi135 ceph-mon[93152]: pgmap v13508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:06 smithi194 ceph-mon[104785]: pgmap v13508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:07.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:07.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:08.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:08.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:07 smithi194 ceph-mon[104785]: pgmap v13509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:08.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:07 smithi135 ceph-mon[93152]: pgmap v13509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:09.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:09.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:10.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:10.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:10.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:10 smithi135 ceph-mon[93152]: pgmap v13510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:57:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:10 smithi194 ceph-mon[104785]: pgmap v13510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:57:11.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:11.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:12.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:12.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:12 smithi194 ceph-mon[104785]: pgmap v13511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:12 smithi135 ceph-mon[93152]: pgmap v13511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:13.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:13.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:14.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:14.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:14 smithi194 ceph-mon[104785]: pgmap v13512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:14 smithi135 ceph-mon[93152]: pgmap v13512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:15.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:15.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:16.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:16.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:16 smithi194 ceph-mon[104785]: pgmap v13513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:16 smithi135 ceph-mon[93152]: pgmap v13513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:17.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:17.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:18.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:18.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:17 smithi194 ceph-mon[104785]: pgmap v13514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:18.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:17 smithi135 ceph-mon[93152]: pgmap v13514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:19.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:19.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:20.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:20.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:20.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:20 smithi135 ceph-mon[93152]: pgmap v13515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:57:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:20 smithi194 ceph-mon[104785]: pgmap v13515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:57:21.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:21.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:22.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:22.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:22 smithi194 ceph-mon[104785]: pgmap v13516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:22 smithi135 ceph-mon[93152]: pgmap v13516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:23.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:23.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:24.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:24.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:24.764 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:24 smithi194 ceph-mon[104785]: pgmap v13517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:24 smithi135 ceph-mon[93152]: pgmap v13517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:25.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:25.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:26.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:26.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:26 smithi194 ceph-mon[104785]: pgmap v13518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:26 smithi135 ceph-mon[93152]: pgmap v13518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:27.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:27.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:28.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:28.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:27 smithi194 ceph-mon[104785]: pgmap v13519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:27 smithi135 ceph-mon[93152]: pgmap v13519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:29.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:29.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:30.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:30.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:30 smithi194 ceph-mon[104785]: pgmap v13520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:57:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:30 smithi135 ceph-mon[93152]: pgmap v13520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:57:31.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:31.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:32.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:32.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:32 smithi194 ceph-mon[104785]: pgmap v13521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:32 smithi135 ceph-mon[93152]: pgmap v13521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:33.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:33.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:34.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:34.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:34.846 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:34 smithi135 ceph-mon[93152]: pgmap v13522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:34.869 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:34 smithi194 ceph-mon[104785]: pgmap v13522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:35.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:35.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:36.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:36.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:36 smithi194 ceph-mon[104785]: pgmap v13523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:36 smithi135 ceph-mon[93152]: pgmap v13523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:37.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:37.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:38.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:38.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:37 smithi194 ceph-mon[104785]: pgmap v13524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:38.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:37 smithi135 ceph-mon[93152]: pgmap v13524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:39.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:39.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:40.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:40.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:40 smithi194 ceph-mon[104785]: pgmap v13525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:57:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:40 smithi135 ceph-mon[93152]: pgmap v13525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:57:41.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:41.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:42.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:42.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:42 smithi194 ceph-mon[104785]: pgmap v13526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:42 smithi135 ceph-mon[93152]: pgmap v13526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:43.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:43.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:44.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:44.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:44.945 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:44 smithi135 ceph-mon[93152]: pgmap v13527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:44 smithi194 ceph-mon[104785]: pgmap v13527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:45.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:45.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:46.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:46.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:46 smithi194 ceph-mon[104785]: pgmap v13528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:46 smithi135 ceph-mon[93152]: pgmap v13528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:47.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:47.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:47 smithi194 ceph-mon[104785]: pgmap v13529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:48.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:48.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:48.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:47 smithi135 ceph-mon[93152]: pgmap v13529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:49.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:49.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:50.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:50.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:50 smithi194 ceph-mon[104785]: pgmap v13530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:57:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:50 smithi135 ceph-mon[93152]: pgmap v13530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:57:51.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:51.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:52.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:52.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:52 smithi194 ceph-mon[104785]: pgmap v13531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:52 smithi135 ceph-mon[93152]: pgmap v13531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:53.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:53.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:54.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:54.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:54 smithi194 ceph-mon[104785]: pgmap v13532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:54 smithi135 ceph-mon[93152]: pgmap v13532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:55.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:55.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:56.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:56.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:56 smithi194 ceph-mon[104785]: pgmap v13533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:56 smithi135 ceph-mon[93152]: pgmap v13533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:57:57.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:57.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:57:57 smithi194 ceph-mon[104785]: pgmap v13534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:58.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:58.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:57:58.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:57:57 smithi135 ceph-mon[93152]: pgmap v13534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:57:59.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:57:59.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:00.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:00.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:00 smithi194 ceph-mon[104785]: pgmap v13535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:58:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:58:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:00 smithi135 ceph-mon[93152]: pgmap v13535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:58:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:58:01.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:01.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:02.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:02.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:02 smithi194 ceph-mon[104785]: pgmap v13536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:02 smithi135 ceph-mon[93152]: pgmap v13536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:03.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:03.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:04.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:04.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:04 smithi194 ceph-mon[104785]: pgmap v13537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:58:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:58:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:04 smithi135 ceph-mon[93152]: pgmap v13537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:58:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:58:05.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:05.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:58:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:58:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:58:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:58:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:58:06.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:58:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:58:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:58:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:58:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:58:06.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:06.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:06 smithi194 ceph-mon[104785]: pgmap v13538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:07.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:07.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:06 smithi135 ceph-mon[93152]: pgmap v13538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:07 smithi194 ceph-mon[104785]: pgmap v13539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:08.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:08.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:08.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:07 smithi135 ceph-mon[93152]: pgmap v13539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:09.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:09.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:10.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:10.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:10 smithi194 ceph-mon[104785]: pgmap v13540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:58:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:10 smithi135 ceph-mon[93152]: pgmap v13540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:58:11.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:11.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:12.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:12.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:12.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:12 smithi194 ceph-mon[104785]: pgmap v13541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:12 smithi135 ceph-mon[93152]: pgmap v13541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:13.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:13.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:14.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:14.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:14 smithi194 ceph-mon[104785]: pgmap v13542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:14 smithi135 ceph-mon[93152]: pgmap v13542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:15.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:15.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:16.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:16.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:16 smithi194 ceph-mon[104785]: pgmap v13543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:16 smithi135 ceph-mon[93152]: pgmap v13543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:17.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:17.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:17 smithi194 ceph-mon[104785]: pgmap v13544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:18.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:17 smithi135 ceph-mon[93152]: pgmap v13544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:18.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:18.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:19.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:19.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:20.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:20.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:20 smithi135 ceph-mon[93152]: pgmap v13545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:58:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:20 smithi194 ceph-mon[104785]: pgmap v13545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:58:21.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:21.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:22.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:22.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:22 smithi194 ceph-mon[104785]: pgmap v13546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:22 smithi135 ceph-mon[93152]: pgmap v13546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:23.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:23.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:24.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:24.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:24 smithi194 ceph-mon[104785]: pgmap v13547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:24 smithi135 ceph-mon[93152]: pgmap v13547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:25.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:25.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:26.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:26.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:26 smithi194 ceph-mon[104785]: pgmap v13548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:26 smithi135 ceph-mon[93152]: pgmap v13548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:27.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:27.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:27 smithi194 ceph-mon[104785]: pgmap v13549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:27 smithi135 ceph-mon[93152]: pgmap v13549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:28.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:28.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:29.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:29.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:30.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:30.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:30 smithi194 ceph-mon[104785]: pgmap v13550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:58:30.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:30 smithi135 ceph-mon[93152]: pgmap v13550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:58:31.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:31.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:32.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:32.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:32 smithi194 ceph-mon[104785]: pgmap v13551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:32 smithi135 ceph-mon[93152]: pgmap v13551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:33.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:33.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:34.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:34.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:34 smithi194 ceph-mon[104785]: pgmap v13552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:34 smithi135 ceph-mon[93152]: pgmap v13552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:35.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:35.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:36.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:36.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:36 smithi194 ceph-mon[104785]: pgmap v13553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:36 smithi135 ceph-mon[93152]: pgmap v13553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:37.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:37.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:37 smithi194 ceph-mon[104785]: pgmap v13554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:38.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:37 smithi135 ceph-mon[93152]: pgmap v13554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:38.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:38.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:39.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:39.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:40.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:40.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:40.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:40 smithi135 ceph-mon[93152]: pgmap v13555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:58:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:40 smithi194 ceph-mon[104785]: pgmap v13555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:58:41.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:41.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:42.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:42.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:42 smithi194 ceph-mon[104785]: pgmap v13556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:42 smithi135 ceph-mon[93152]: pgmap v13556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:43.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:43.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:44.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:44.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:44 smithi194 ceph-mon[104785]: pgmap v13557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:44 smithi135 ceph-mon[93152]: pgmap v13557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:45.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:45.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:46.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:46.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:46 smithi194 ceph-mon[104785]: pgmap v13558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:46 smithi135 ceph-mon[93152]: pgmap v13558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:47.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:47.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:47 smithi194 ceph-mon[104785]: pgmap v13559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:48.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:47 smithi135 ceph-mon[93152]: pgmap v13559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:48.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:48.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:49.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:49.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:50.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:50.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:50 smithi194 ceph-mon[104785]: pgmap v13560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:58:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:50 smithi135 ceph-mon[93152]: pgmap v13560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:58:51.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:51.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:52.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:52.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:52 smithi194 ceph-mon[104785]: pgmap v13561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:52 smithi135 ceph-mon[93152]: pgmap v13561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:53.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:53.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:54.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:54.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:54 smithi194 ceph-mon[104785]: pgmap v13562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:54 smithi135 ceph-mon[93152]: pgmap v13562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:55.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:55.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:56.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:56.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:56 smithi194 ceph-mon[104785]: pgmap v13563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:56 smithi135 ceph-mon[93152]: pgmap v13563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:58:57.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:57.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:58:57 smithi194 ceph-mon[104785]: pgmap v13564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:58:57 smithi135 ceph-mon[93152]: pgmap v13564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:58:58.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:58.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:58:59.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:58:59.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:00.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:00.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:00 smithi194 ceph-mon[104785]: pgmap v13565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:59:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:00 smithi135 ceph-mon[93152]: pgmap v13565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:59:01.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:01.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:02.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:02.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:02 smithi194 ceph-mon[104785]: pgmap v13566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:02 smithi135 ceph-mon[93152]: pgmap v13566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:03.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:03.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:04.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:04.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:04 smithi194 ceph-mon[104785]: pgmap v13567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:04 smithi135 ceph-mon[93152]: pgmap v13567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:05.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:05.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:05.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:59:05.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:59:05.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:59:05.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:59:05.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:59:05.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:59:06.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T11:59:06.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T11:59:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T11:59:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:59:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T11:59:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T11:59:06.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:06.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:06 smithi194 ceph-mon[104785]: pgmap v13568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:06 smithi135 ceph-mon[93152]: pgmap v13568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:07.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:07.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:07 smithi194 ceph-mon[104785]: pgmap v13569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:08.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:07 smithi135 ceph-mon[93152]: pgmap v13569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:08.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:08.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:09.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:09.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:10.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:10.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:10.855 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:10 smithi194 ceph-mon[104785]: pgmap v13570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:59:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:10 smithi135 ceph-mon[93152]: pgmap v13570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:59:11.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:11.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:12.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:12.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:12.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:12 smithi194 ceph-mon[104785]: pgmap v13571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:12 smithi135 ceph-mon[93152]: pgmap v13571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:13.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:13.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:14.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:14.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:14 smithi194 ceph-mon[104785]: pgmap v13572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:14 smithi135 ceph-mon[93152]: pgmap v13572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:15.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:15.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:16.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:16.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:16 smithi194 ceph-mon[104785]: pgmap v13573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:16 smithi135 ceph-mon[93152]: pgmap v13573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:17.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:17.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:17 smithi194 ceph-mon[104785]: pgmap v13574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:18.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:17 smithi135 ceph-mon[93152]: pgmap v13574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:18.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:18.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:19.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:19.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:20.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:20.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:20.874 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:20 smithi135 ceph-mon[93152]: pgmap v13575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:59:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:20 smithi194 ceph-mon[104785]: pgmap v13575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:59:21.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:21.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:22.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:22.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:22 smithi194 ceph-mon[104785]: pgmap v13576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:22 smithi135 ceph-mon[93152]: pgmap v13576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:23.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:23.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:24.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:24.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:24 smithi194 ceph-mon[104785]: pgmap v13577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:24 smithi135 ceph-mon[93152]: pgmap v13577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:25.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:25.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:26.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:26.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:26 smithi194 ceph-mon[104785]: pgmap v13578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:26 smithi135 ceph-mon[93152]: pgmap v13578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:27.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:27.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:27 smithi194 ceph-mon[104785]: pgmap v13579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:27 smithi135 ceph-mon[93152]: pgmap v13579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:28.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:28.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:29.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:29.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:30.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:30.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:30 smithi194 ceph-mon[104785]: pgmap v13580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:59:30.973 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:30 smithi135 ceph-mon[93152]: pgmap v13580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:59:31.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:31.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:32.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:32.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:32 smithi194 ceph-mon[104785]: pgmap v13581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:32 smithi135 ceph-mon[93152]: pgmap v13581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:33.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:33.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:34.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:34.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:34 smithi194 ceph-mon[104785]: pgmap v13582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:34 smithi135 ceph-mon[93152]: pgmap v13582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:35.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:35.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:36.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:36.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:36 smithi194 ceph-mon[104785]: pgmap v13583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:36 smithi135 ceph-mon[93152]: pgmap v13583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:37.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:37.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:37 smithi194 ceph-mon[104785]: pgmap v13584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:38.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:37 smithi135 ceph-mon[93152]: pgmap v13584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:38.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:38.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:39.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:39.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:40.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:40.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:40 smithi194 ceph-mon[104785]: pgmap v13585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:59:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:40 smithi135 ceph-mon[93152]: pgmap v13585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:59:41.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:41.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:42.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:42.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:42 smithi194 ceph-mon[104785]: pgmap v13586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:42 smithi135 ceph-mon[93152]: pgmap v13586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:43.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:43.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:44.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:44.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:44 smithi194 ceph-mon[104785]: pgmap v13587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:44 smithi135 ceph-mon[93152]: pgmap v13587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:45.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:45.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:46.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:46.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:46 smithi194 ceph-mon[104785]: pgmap v13588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:46 smithi135 ceph-mon[93152]: pgmap v13588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:47.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:47.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:47 smithi194 ceph-mon[104785]: pgmap v13589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:48.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:47 smithi135 ceph-mon[93152]: pgmap v13589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:48.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:48.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:49.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:49.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:50.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:50.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:50 smithi194 ceph-mon[104785]: pgmap v13590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:59:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:50 smithi135 ceph-mon[93152]: pgmap v13590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T11:59:51.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:51.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:52.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:52.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:52.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:52 smithi194 ceph-mon[104785]: pgmap v13591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:52 smithi135 ceph-mon[93152]: pgmap v13591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:53.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:53.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:54.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:54.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:54 smithi194 ceph-mon[104785]: pgmap v13592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:54 smithi135 ceph-mon[93152]: pgmap v13592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:55.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:55.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:56.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:56.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:56 smithi194 ceph-mon[104785]: pgmap v13593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:56 smithi135 ceph-mon[93152]: pgmap v13593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T11:59:57.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:57.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 11:59:57 smithi194 ceph-mon[104785]: pgmap v13594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:58.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 11:59:57 smithi135 ceph-mon[93152]: pgmap v13594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T11:59:58.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:58.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T11:59:59.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T11:59:59.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:00.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:00.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:00 smithi194 ceph-mon[104785]: pgmap v13595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:00:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T12:00:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:00 smithi135 ceph-mon[93152]: pgmap v13595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:00:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T12:00:01.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:01.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:02.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:02.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:02 smithi194 ceph-mon[104785]: pgmap v13596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:02 smithi135 ceph-mon[93152]: pgmap v13596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:03.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:03.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:04.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:04.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:04 smithi194 ceph-mon[104785]: pgmap v13597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:04 smithi135 ceph-mon[93152]: pgmap v13597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:05.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:05.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:06.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:06.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:06 smithi194 ceph-mon[104785]: pgmap v13598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:00:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:06 smithi135 ceph-mon[93152]: pgmap v13598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:06.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:00:07.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:07.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:07 smithi194 ceph-mon[104785]: pgmap v13599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:08.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:07 smithi135 ceph-mon[93152]: pgmap v13599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:08.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:08.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:09.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:09.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:10.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:10.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:10 smithi194 ceph-mon[104785]: pgmap v13600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:00:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:10 smithi135 ceph-mon[93152]: pgmap v13600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:00:11.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:11.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:12.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:12.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:12 smithi194 ceph-mon[104785]: pgmap v13601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:12 smithi135 ceph-mon[93152]: pgmap v13601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:13.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:13.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:00:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:00:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:00:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:00:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:00:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:00:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:00:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:13 smithi135 ceph-mon[93152]: pgmap v13602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:14.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:14.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:00:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:00:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:00:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:00:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:00:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:00:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:00:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:13 smithi194 ceph-mon[104785]: pgmap v13602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:15.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:15.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:16.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:16.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:16 smithi135 ceph-mon[93152]: pgmap v13603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:16 smithi194 ceph-mon[104785]: pgmap v13603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:17.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:17.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:17 smithi194 ceph-mon[104785]: pgmap v13604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:18.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:17 smithi135 ceph-mon[93152]: pgmap v13604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:18.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:18.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:19.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:19.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:20.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:20.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:20 smithi194 ceph-mon[104785]: pgmap v13605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:00:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:20 smithi135 ceph-mon[93152]: pgmap v13605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:00:21.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:21.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:22.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:22.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:22 smithi194 ceph-mon[104785]: pgmap v13606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:22 smithi135 ceph-mon[93152]: pgmap v13606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:23.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:23.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:24.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:24.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:24 smithi194 ceph-mon[104785]: pgmap v13607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:24 smithi135 ceph-mon[93152]: pgmap v13607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:25.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:25.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:26.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:26.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:26 smithi194 ceph-mon[104785]: pgmap v13608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:26 smithi135 ceph-mon[93152]: pgmap v13608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:27.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:27.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:27 smithi135 ceph-mon[93152]: pgmap v13609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:27 smithi194 ceph-mon[104785]: pgmap v13609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:28.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:28.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:29.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:29.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:30.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:30.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:30 smithi194 ceph-mon[104785]: pgmap v13610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:00:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:30 smithi135 ceph-mon[93152]: pgmap v13610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:00:31.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:31.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:32.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:32.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:32 smithi194 ceph-mon[104785]: pgmap v13611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:32 smithi135 ceph-mon[93152]: pgmap v13611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:33.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:33.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:34.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:34.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:34 smithi194 ceph-mon[104785]: pgmap v13612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:34 smithi135 ceph-mon[93152]: pgmap v13612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:35.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:35.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:36.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:36.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:36 smithi194 ceph-mon[104785]: pgmap v13613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:36 smithi135 ceph-mon[93152]: pgmap v13613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:37.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:37.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:38.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:37 smithi135 ceph-mon[93152]: pgmap v13614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:37 smithi194 ceph-mon[104785]: pgmap v13614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:38.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:38.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:39.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:39.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:40.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:40.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:40 smithi194 ceph-mon[104785]: pgmap v13615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:00:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:40 smithi135 ceph-mon[93152]: pgmap v13615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:00:41.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:41.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:42.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:42.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:42 smithi194 ceph-mon[104785]: pgmap v13616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:42 smithi135 ceph-mon[93152]: pgmap v13616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:43.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:43.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:44.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:44.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:44 smithi194 ceph-mon[104785]: pgmap v13617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:44 smithi135 ceph-mon[93152]: pgmap v13617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:45.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:45.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:46.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:46.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:46.850 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:46 smithi194 ceph-mon[104785]: pgmap v13618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:46 smithi135 ceph-mon[93152]: pgmap v13618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:47.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:47.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:48.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:47 smithi135 ceph-mon[93152]: pgmap v13619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:47 smithi194 ceph-mon[104785]: pgmap v13619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:48.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:48.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:49.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:49.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:50.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:50.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:50 smithi194 ceph-mon[104785]: pgmap v13620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:00:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:50 smithi135 ceph-mon[93152]: pgmap v13620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:00:51.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:51.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:52.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:52.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:52 smithi194 ceph-mon[104785]: pgmap v13621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:52 smithi135 ceph-mon[93152]: pgmap v13621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:53.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:53.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:54.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:54.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:54 smithi194 ceph-mon[104785]: pgmap v13622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:54 smithi135 ceph-mon[93152]: pgmap v13622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:55.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:55.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:56.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:56.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:56.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:56 smithi135 ceph-mon[93152]: pgmap v13623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:56.828 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:56.957 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:56 smithi194 ceph-mon[104785]: pgmap v13623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:56.957 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:00:57.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:57.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:58.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:00:57 smithi135 ceph-mon[93152]: pgmap v13624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:58.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:00:57 smithi194 ceph-mon[104785]: pgmap v13624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:00:58.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:58.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:00:59.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:00:59.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:00.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:00.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:00 smithi194 ceph-mon[104785]: pgmap v13625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:01:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:00 smithi135 ceph-mon[93152]: pgmap v13625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:01:01.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:01.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:02.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:02.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:02 smithi194 ceph-mon[104785]: pgmap v13626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:02 smithi135 ceph-mon[93152]: pgmap v13626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:03.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:03.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:04.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:04.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:04 smithi194 ceph-mon[104785]: pgmap v13627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:04 smithi135 ceph-mon[93152]: pgmap v13627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:05.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:05.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:06.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:06.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:06.927 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:06 smithi135 ceph-mon[93152]: pgmap v13628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:06 smithi194 ceph-mon[104785]: pgmap v13628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:07.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:07.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:08.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:07 smithi135 ceph-mon[93152]: pgmap v13629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:07 smithi194 ceph-mon[104785]: pgmap v13629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:08.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:08.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:09.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:09.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:10.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:10.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:10 smithi194 ceph-mon[104785]: pgmap v13630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:01:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:10 smithi135 ceph-mon[93152]: pgmap v13630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:01:11.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:11.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:11.976 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:12.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:12.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:12 smithi194 ceph-mon[104785]: pgmap v13631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:12 smithi135 ceph-mon[93152]: pgmap v13631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:13.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:13.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:01:14.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:01:14.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:14.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:14 smithi194 ceph-mon[104785]: pgmap v13632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:01:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:01:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:01:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:01:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:01:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:01:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:01:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:14 smithi135 ceph-mon[93152]: pgmap v13632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:01:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:01:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:01:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:01:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:01:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:01:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:01:15.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:15.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:16.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:16.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:16 smithi194 ceph-mon[104785]: pgmap v13633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:16 smithi135 ceph-mon[93152]: pgmap v13633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:17.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:17.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:17 smithi135 ceph-mon[93152]: pgmap v13634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:17 smithi194 ceph-mon[104785]: pgmap v13634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:18.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:18.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:19.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:19.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:20.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:20.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:20 smithi194 ceph-mon[104785]: pgmap v13635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:01:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:20 smithi135 ceph-mon[93152]: pgmap v13635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:01:21.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:21.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:22.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:22.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:22 smithi194 ceph-mon[104785]: pgmap v13636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:22 smithi135 ceph-mon[93152]: pgmap v13636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:23.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:23.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:24.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:24.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:24 smithi194 ceph-mon[104785]: pgmap v13637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:24 smithi135 ceph-mon[93152]: pgmap v13637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:25.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:25.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:26.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:26.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:26 smithi194 ceph-mon[104785]: pgmap v13638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:26 smithi135 ceph-mon[93152]: pgmap v13638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:27.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:27.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:27 smithi135 ceph-mon[93152]: pgmap v13639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:27 smithi194 ceph-mon[104785]: pgmap v13639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:28.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:28.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:29.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:29.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:30.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:30.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:30 smithi194 ceph-mon[104785]: pgmap v13640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:01:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:30 smithi135 ceph-mon[93152]: pgmap v13640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:01:31.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:31.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:32.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:32.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:32 smithi194 ceph-mon[104785]: pgmap v13641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:32 smithi135 ceph-mon[93152]: pgmap v13641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:33.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:33.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:34.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:34.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:34 smithi194 ceph-mon[104785]: pgmap v13642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:34 smithi135 ceph-mon[93152]: pgmap v13642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:35.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:35.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:36.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:36.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:36 smithi194 ceph-mon[104785]: pgmap v13643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:36 smithi135 ceph-mon[93152]: pgmap v13643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:37.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:37.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:37 smithi135 ceph-mon[93152]: pgmap v13644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:37 smithi194 ceph-mon[104785]: pgmap v13644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:38.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:38.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:39.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:39.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:40.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:40.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:40 smithi194 ceph-mon[104785]: pgmap v13645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:01:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:40 smithi135 ceph-mon[93152]: pgmap v13645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:01:41.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:41.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:42.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:42.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:42 smithi194 ceph-mon[104785]: pgmap v13646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:42 smithi135 ceph-mon[93152]: pgmap v13646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:43.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:43.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:44.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:44.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:44 smithi194 ceph-mon[104785]: pgmap v13647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:44 smithi135 ceph-mon[93152]: pgmap v13647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:45.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:45.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:46.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:46.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:46 smithi194 ceph-mon[104785]: pgmap v13648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:46 smithi135 ceph-mon[93152]: pgmap v13648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:47.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:47.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:47 smithi135 ceph-mon[93152]: pgmap v13649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:47 smithi194 ceph-mon[104785]: pgmap v13649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:48.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:48.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:49.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:49.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:50.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:50.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:50 smithi194 ceph-mon[104785]: pgmap v13650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:01:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:50 smithi135 ceph-mon[93152]: pgmap v13650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:01:51.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:51.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:52.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:52.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:52.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:52 smithi135 ceph-mon[93152]: pgmap v13651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:52 smithi194 ceph-mon[104785]: pgmap v13651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:53.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:53.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:54.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:54.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:54 smithi194 ceph-mon[104785]: pgmap v13652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:54 smithi135 ceph-mon[93152]: pgmap v13652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:55.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:55.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:01:56.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:56.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:56 smithi194 ceph-mon[104785]: pgmap v13653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:56 smithi135 ceph-mon[93152]: pgmap v13653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:57.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:57.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:58.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:01:57 smithi135 ceph-mon[93152]: pgmap v13654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:01:57 smithi194 ceph-mon[104785]: pgmap v13654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:01:58.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:58.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:01:59.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:01:59.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:00.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:00.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:00 smithi194 ceph-mon[104785]: pgmap v13655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:02:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:00 smithi135 ceph-mon[93152]: pgmap v13655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:02:01.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:01.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:02.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:02.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:02.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:02 smithi135 ceph-mon[93152]: pgmap v13656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:02 smithi194 ceph-mon[104785]: pgmap v13656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:03.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:03.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:04.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:04.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:04 smithi194 ceph-mon[104785]: pgmap v13657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:04 smithi135 ceph-mon[93152]: pgmap v13657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:05.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:05.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:06.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:06.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:06 smithi194 ceph-mon[104785]: pgmap v13658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:06 smithi135 ceph-mon[93152]: pgmap v13658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:07.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:07.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:07 smithi135 ceph-mon[93152]: pgmap v13659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:07 smithi194 ceph-mon[104785]: pgmap v13659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:08.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:08.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:09.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:09.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:10.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:10.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:10 smithi194 ceph-mon[104785]: pgmap v13660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:02:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:10 smithi135 ceph-mon[93152]: pgmap v13660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:02:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:11.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:11.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:12.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:12.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:12 smithi194 ceph-mon[104785]: pgmap v13661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:12 smithi135 ceph-mon[93152]: pgmap v13661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:13.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:13.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:14.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:14.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:14 smithi194 ceph-mon[104785]: pgmap v13662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:14 smithi135 ceph-mon[93152]: pgmap v13662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:15.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:15.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:02:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:02:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:02:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:02:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:02:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:02:16.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:02:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:02:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:02:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:02:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:02:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:02:16.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:16.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:16 smithi194 ceph-mon[104785]: pgmap v13663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:16 smithi135 ceph-mon[93152]: pgmap v13663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:17.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:17.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:17 smithi194 ceph-mon[104785]: pgmap v13664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:18.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:17 smithi135 ceph-mon[93152]: pgmap v13664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:18.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:18.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:19.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:19.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:20.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:20.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:20 smithi194 ceph-mon[104785]: pgmap v13665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:02:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:20 smithi135 ceph-mon[93152]: pgmap v13665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:02:21.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:21.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:22.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:22.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:22.857 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:22 smithi194 ceph-mon[104785]: pgmap v13666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:22 smithi135 ceph-mon[93152]: pgmap v13666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:23.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:23.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:24.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:24.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:24 smithi194 ceph-mon[104785]: pgmap v13667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:24 smithi135 ceph-mon[93152]: pgmap v13667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:25.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:25.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:26.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:26.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:26 smithi194 ceph-mon[104785]: pgmap v13668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:26 smithi135 ceph-mon[93152]: pgmap v13668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:27.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:27.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:27 smithi194 ceph-mon[104785]: pgmap v13669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:27 smithi135 ceph-mon[93152]: pgmap v13669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:28.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:28.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:29.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:29.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:30.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:30.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:30 smithi194 ceph-mon[104785]: pgmap v13670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:02:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:30 smithi135 ceph-mon[93152]: pgmap v13670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:02:31.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:31.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:32.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:32.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:32 smithi194 ceph-mon[104785]: pgmap v13671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:32 smithi135 ceph-mon[93152]: pgmap v13671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:33.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:33.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:34.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:34.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:34 smithi194 ceph-mon[104785]: pgmap v13672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:34 smithi135 ceph-mon[93152]: pgmap v13672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:35.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:35.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:36.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:36.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:36 smithi194 ceph-mon[104785]: pgmap v13673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:36 smithi135 ceph-mon[93152]: pgmap v13673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:37.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:37.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:38.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:37 smithi135 ceph-mon[93152]: pgmap v13674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:37 smithi194 ceph-mon[104785]: pgmap v13674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:38.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:38.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:39.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:39.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:40.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:40.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:40 smithi194 ceph-mon[104785]: pgmap v13675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:02:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:40 smithi135 ceph-mon[93152]: pgmap v13675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:02:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:41.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:41.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:42.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:42.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:42.863 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:42 smithi135 ceph-mon[93152]: pgmap v13676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:42 smithi194 ceph-mon[104785]: pgmap v13676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:43.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:43.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:44.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:44.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:44 smithi194 ceph-mon[104785]: pgmap v13677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:44 smithi135 ceph-mon[93152]: pgmap v13677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:45.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:45.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:46.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:46.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:46 smithi194 ceph-mon[104785]: pgmap v13678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:46 smithi135 ceph-mon[93152]: pgmap v13678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:47.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:47.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:47 smithi135 ceph-mon[93152]: pgmap v13679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:47 smithi194 ceph-mon[104785]: pgmap v13679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:48.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:48.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:49.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:49.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:50.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:50.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:50 smithi194 ceph-mon[104785]: pgmap v13680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:02:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:50 smithi135 ceph-mon[93152]: pgmap v13680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:02:51.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:51.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:52.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:52.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:52 smithi194 ceph-mon[104785]: pgmap v13681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:52.960 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:52 smithi135 ceph-mon[93152]: pgmap v13681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:53.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:53.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:54.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:54.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:54 smithi194 ceph-mon[104785]: pgmap v13682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:54 smithi135 ceph-mon[93152]: pgmap v13682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:55.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:55.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:02:56.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:56.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:56 smithi194 ceph-mon[104785]: pgmap v13683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:56 smithi135 ceph-mon[93152]: pgmap v13683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:57.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:57.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:58.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:02:57 smithi135 ceph-mon[93152]: pgmap v13684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:02:57 smithi194 ceph-mon[104785]: pgmap v13684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:02:58.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:58.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:02:59.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:02:59.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:00.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:00.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:00 smithi194 ceph-mon[104785]: pgmap v13685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:03:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:00 smithi135 ceph-mon[93152]: pgmap v13685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:03:01.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:01.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:02.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:02.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:02 smithi194 ceph-mon[104785]: pgmap v13686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:02 smithi135 ceph-mon[93152]: pgmap v13686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:03.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:03.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:04.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:04.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:04 smithi194 ceph-mon[104785]: pgmap v13687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:04 smithi135 ceph-mon[93152]: pgmap v13687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:05.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:05.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:06.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:06.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:06 smithi194 ceph-mon[104785]: pgmap v13688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:06 smithi135 ceph-mon[93152]: pgmap v13688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:07.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:07.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:08.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:08 smithi135 ceph-mon[93152]: pgmap v13689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:08.333 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:08 smithi194 ceph-mon[104785]: pgmap v13689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:08.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:08.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:09.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:09.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:10.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:10.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:10 smithi194 ceph-mon[104785]: pgmap v13690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:03:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:10 smithi135 ceph-mon[93152]: pgmap v13690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:03:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:11.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:11.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:12.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:12.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:12 smithi194 ceph-mon[104785]: pgmap v13691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:12 smithi135 ceph-mon[93152]: pgmap v13691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:13.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:13.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:14.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:14.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:14 smithi194 ceph-mon[104785]: pgmap v13692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:14 smithi135 ceph-mon[93152]: pgmap v13692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:15.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:15.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:03:16.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:03:16.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:16 smithi194 ceph-mon[104785]: pgmap v13693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:16.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:16.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:03:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:03:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:03:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:03:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:03:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:03:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:03:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:16 smithi135 ceph-mon[93152]: pgmap v13693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:03:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:03:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:03:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:03:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:03:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:03:17.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:03:17.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:17.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:18.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:17 smithi135 ceph-mon[93152]: pgmap v13694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:18.439 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:17 smithi194 ceph-mon[104785]: pgmap v13694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:18.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:18.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:19.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:19.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:20.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:20.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:20 smithi194 ceph-mon[104785]: pgmap v13695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:03:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:20 smithi135 ceph-mon[93152]: pgmap v13695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:03:21.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:21.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:22.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:22.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:22 smithi194 ceph-mon[104785]: pgmap v13696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:23.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:22 smithi135 ceph-mon[93152]: pgmap v13696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:23.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:23.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:24.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:24.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:24 smithi194 ceph-mon[104785]: pgmap v13697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:24 smithi135 ceph-mon[93152]: pgmap v13697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:25.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:25.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:26.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:26.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:26 smithi194 ceph-mon[104785]: pgmap v13698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:26 smithi135 ceph-mon[93152]: pgmap v13698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:27.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:27.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:28 smithi135 ceph-mon[93152]: pgmap v13699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:28 smithi194 ceph-mon[104785]: pgmap v13699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:28.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:28.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:29.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:29.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:30.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:30.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:30 smithi194 ceph-mon[104785]: pgmap v13700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:03:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:30 smithi135 ceph-mon[93152]: pgmap v13700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:03:31.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:31.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:32.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:32.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:32 smithi194 ceph-mon[104785]: pgmap v13701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:32 smithi135 ceph-mon[93152]: pgmap v13701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:33.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:33.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:34.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:34.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:34 smithi194 ceph-mon[104785]: pgmap v13702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:34 smithi135 ceph-mon[93152]: pgmap v13702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:35.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:35.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:36.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:36.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:36 smithi194 ceph-mon[104785]: pgmap v13703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:36 smithi135 ceph-mon[93152]: pgmap v13703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:37.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:37.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:38 smithi135 ceph-mon[93152]: pgmap v13704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:38 smithi194 ceph-mon[104785]: pgmap v13704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:38.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:38.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:39.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:39.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:40.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:40.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:40 smithi194 ceph-mon[104785]: pgmap v13705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:03:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:40 smithi135 ceph-mon[93152]: pgmap v13705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:03:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:41.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:41.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:42.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:42.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:42 smithi194 ceph-mon[104785]: pgmap v13706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:42 smithi135 ceph-mon[93152]: pgmap v13706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:43.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:43.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:44.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:44.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:44 smithi194 ceph-mon[104785]: pgmap v13707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:44 smithi135 ceph-mon[93152]: pgmap v13707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:45.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:45.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:46.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:46.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:46 smithi194 ceph-mon[104785]: pgmap v13708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:46 smithi135 ceph-mon[93152]: pgmap v13708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:47.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:47.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:48 smithi194 ceph-mon[104785]: pgmap v13709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:48.499 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:48 smithi135 ceph-mon[93152]: pgmap v13709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:48.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:48.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:49.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:49.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:50.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:50.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:50 smithi194 ceph-mon[104785]: pgmap v13710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:03:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:50 smithi135 ceph-mon[93152]: pgmap v13710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:03:51.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:51.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:52.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:52.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:52 smithi194 ceph-mon[104785]: pgmap v13711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:53.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:52 smithi135 ceph-mon[93152]: pgmap v13711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:53.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:53.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:54.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:54.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:54 smithi194 ceph-mon[104785]: pgmap v13712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:54 smithi135 ceph-mon[93152]: pgmap v13712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:55.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:55.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:03:56.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:56.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:56 smithi194 ceph-mon[104785]: pgmap v13713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:56 smithi135 ceph-mon[93152]: pgmap v13713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:57.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:57.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:58.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:03:58 smithi194 ceph-mon[104785]: pgmap v13714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:58.525 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:03:58 smithi135 ceph-mon[93152]: pgmap v13714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:03:58.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:58.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:03:59.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:03:59.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:00.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:00.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:00 smithi194 ceph-mon[104785]: pgmap v13715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:04:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:00 smithi135 ceph-mon[93152]: pgmap v13715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:04:01.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:01.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:02.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:02.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:02 smithi194 ceph-mon[104785]: pgmap v13716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:02 smithi135 ceph-mon[93152]: pgmap v13716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:03.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:03.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:04.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:04.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:04 smithi194 ceph-mon[104785]: pgmap v13717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:04 smithi135 ceph-mon[93152]: pgmap v13717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:05.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:05.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:06.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:06.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:06 smithi194 ceph-mon[104785]: pgmap v13718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:06 smithi135 ceph-mon[93152]: pgmap v13718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:07.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:07.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:08 smithi194 ceph-mon[104785]: pgmap v13719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:08 smithi135 ceph-mon[93152]: pgmap v13719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:08.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:08.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:09.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:09.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:10.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:10.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:10 smithi194 ceph-mon[104785]: pgmap v13720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:04:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:10 smithi135 ceph-mon[93152]: pgmap v13720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:04:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:11.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:11.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:12.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:12.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:12 smithi194 ceph-mon[104785]: pgmap v13721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:12 smithi135 ceph-mon[93152]: pgmap v13721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:13.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:13.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:14.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:14.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:14 smithi194 ceph-mon[104785]: pgmap v13722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:14 smithi135 ceph-mon[93152]: pgmap v13722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:15.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:15.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:16.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:16.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:16 smithi194 ceph-mon[104785]: pgmap v13723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:04:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:16 smithi135 ceph-mon[93152]: pgmap v13723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:04:17.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:17.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:04:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:04:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:04:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:04:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:04:18.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:04:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:04:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:04:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:04:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:04:18.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:18.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:18 smithi194 ceph-mon[104785]: pgmap v13724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:18 smithi135 ceph-mon[93152]: pgmap v13724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:19.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:19.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:20.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:20.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:20 smithi194 ceph-mon[104785]: pgmap v13725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:04:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:20 smithi135 ceph-mon[93152]: pgmap v13725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:04:21.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:21.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:22.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:22.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:22 smithi194 ceph-mon[104785]: pgmap v13726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:22 smithi135 ceph-mon[93152]: pgmap v13726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:23.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:23.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:24.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:24.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:24 smithi194 ceph-mon[104785]: pgmap v13727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:24 smithi135 ceph-mon[93152]: pgmap v13727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:25.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:25.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:26.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:26.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:26 smithi194 ceph-mon[104785]: pgmap v13728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:26 smithi135 ceph-mon[93152]: pgmap v13728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:27.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:27.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:28 smithi194 ceph-mon[104785]: pgmap v13729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:28 smithi135 ceph-mon[93152]: pgmap v13729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:28.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:28.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:29.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:29.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:30.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:30.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:30 smithi194 ceph-mon[104785]: pgmap v13730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:04:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:30 smithi135 ceph-mon[93152]: pgmap v13730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:04:31.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:31.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:32.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:32.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:32 smithi194 ceph-mon[104785]: pgmap v13731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:32 smithi135 ceph-mon[93152]: pgmap v13731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:33.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:33.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:34.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:34.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:34 smithi194 ceph-mon[104785]: pgmap v13732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:34 smithi135 ceph-mon[93152]: pgmap v13732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:35.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:35.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:36.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:36.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:36 smithi194 ceph-mon[104785]: pgmap v13733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:36 smithi135 ceph-mon[93152]: pgmap v13733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:37.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:37.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:38 smithi194 ceph-mon[104785]: pgmap v13734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:38 smithi135 ceph-mon[93152]: pgmap v13734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:38.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:38.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:39.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:39.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:40.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:40.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:40 smithi194 ceph-mon[104785]: pgmap v13735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:04:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:40 smithi135 ceph-mon[93152]: pgmap v13735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:04:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:41.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:41.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:42.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:42.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:42 smithi194 ceph-mon[104785]: pgmap v13736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:42 smithi135 ceph-mon[93152]: pgmap v13736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:43.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:43.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:44.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:44.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:44 smithi194 ceph-mon[104785]: pgmap v13737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:44 smithi135 ceph-mon[93152]: pgmap v13737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:45.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:45.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:46.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:46.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:46 smithi194 ceph-mon[104785]: pgmap v13738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:46 smithi135 ceph-mon[93152]: pgmap v13738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:47.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:47.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:48 smithi194 ceph-mon[104785]: pgmap v13739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:48 smithi135 ceph-mon[93152]: pgmap v13739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:48.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:48.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:49.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:49.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:50.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:50.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:50 smithi194 ceph-mon[104785]: pgmap v13740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:04:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:50 smithi135 ceph-mon[93152]: pgmap v13740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:04:51.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:51.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:52.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:52.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:52 smithi194 ceph-mon[104785]: pgmap v13741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:52 smithi135 ceph-mon[93152]: pgmap v13741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:53.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:53.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:54 smithi194 ceph-mon[104785]: pgmap v13742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:54.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:54.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:54 smithi135 ceph-mon[93152]: pgmap v13742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:55.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:55.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:04:56.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:56.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:56 smithi194 ceph-mon[104785]: pgmap v13743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:56 smithi135 ceph-mon[93152]: pgmap v13743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:57.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:57.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:04:58 smithi194 ceph-mon[104785]: pgmap v13744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:04:58 smithi135 ceph-mon[93152]: pgmap v13744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:04:58.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:58.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:04:59.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:04:59.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:00.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:00.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:00 smithi194 ceph-mon[104785]: pgmap v13745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:05:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:00 smithi135 ceph-mon[93152]: pgmap v13745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:05:01.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:01.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:02.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:02.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:02 smithi194 ceph-mon[104785]: pgmap v13746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:02 smithi135 ceph-mon[93152]: pgmap v13746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:03.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:03.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:04.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:04.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:04 smithi194 ceph-mon[104785]: pgmap v13747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:04 smithi135 ceph-mon[93152]: pgmap v13747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:05.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:05.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:06.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:06.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:06 smithi194 ceph-mon[104785]: pgmap v13748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:06 smithi135 ceph-mon[93152]: pgmap v13748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:07.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:07.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:08 smithi194 ceph-mon[104785]: pgmap v13749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:08 smithi135 ceph-mon[93152]: pgmap v13749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:08.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:08.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:09.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:09.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:10.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:10.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:10 smithi194 ceph-mon[104785]: pgmap v13750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:05:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:10 smithi135 ceph-mon[93152]: pgmap v13750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:05:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:11.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:11.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:12.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:12.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:12 smithi194 ceph-mon[104785]: pgmap v13751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:12 smithi135 ceph-mon[93152]: pgmap v13751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:13.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:13.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:14.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:14.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:14 smithi194 ceph-mon[104785]: pgmap v13752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:14 smithi135 ceph-mon[93152]: pgmap v13752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:15.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:15.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:16.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:16.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:16 smithi194 ceph-mon[104785]: pgmap v13753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:16 smithi135 ceph-mon[93152]: pgmap v13753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:17.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:17.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:05:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:05:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:05:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:05:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:05:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:05:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:05:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:05:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:05:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:05:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:05:18.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:05:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:05:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:05:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:05:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:05:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:05:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:05:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:05:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:05:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:05:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:05:18.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:18.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:18 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1519M 2023-10-08T12:05:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:18 smithi194 ceph-mon[104785]: pgmap v13754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:19.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:18 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1519M 2023-10-08T12:05:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:18 smithi135 ceph-mon[93152]: pgmap v13754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:19.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:19.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:20.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:20.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:20 smithi194 ceph-mon[104785]: pgmap v13755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:05:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:20 smithi135 ceph-mon[93152]: pgmap v13755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:05:21.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:21.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:22 smithi194 ceph-mon[104785]: pgmap v13756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:22.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:22.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:22 smithi135 ceph-mon[93152]: pgmap v13756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:23.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:23.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:24.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:24 smithi135 ceph-mon[93152]: pgmap v13757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:24 smithi194 ceph-mon[104785]: pgmap v13757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:24.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:24.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:25.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:25.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:26 smithi194 ceph-mon[104785]: pgmap v13758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:26.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:26.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:26 smithi135 ceph-mon[93152]: pgmap v13758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:27.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:27.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:28 smithi194 ceph-mon[104785]: pgmap v13759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:28 smithi135 ceph-mon[93152]: pgmap v13759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:28.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:28.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:29.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:29.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:30 smithi194 ceph-mon[104785]: pgmap v13760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:05:30.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:30.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:30 smithi135 ceph-mon[93152]: pgmap v13760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:05:31.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:31.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:32 smithi194 ceph-mon[104785]: pgmap v13761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:32.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:32.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:32 smithi135 ceph-mon[93152]: pgmap v13761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:33.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:33.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:34 smithi194 ceph-mon[104785]: pgmap v13762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:34.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:34.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:34 smithi135 ceph-mon[93152]: pgmap v13762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:35.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:35.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:36 smithi194 ceph-mon[104785]: pgmap v13763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:36.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:36.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:36 smithi135 ceph-mon[93152]: pgmap v13763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:37.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:37.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:38 smithi194 ceph-mon[104785]: pgmap v13764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:38 smithi135 ceph-mon[93152]: pgmap v13764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:38.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:38.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:39.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:39.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:40 smithi194 ceph-mon[104785]: pgmap v13765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:05:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:40.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:40.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:40 smithi135 ceph-mon[93152]: pgmap v13765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:05:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:41.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:41.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:42 smithi194 ceph-mon[104785]: pgmap v13766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:42.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:42.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:42 smithi135 ceph-mon[93152]: pgmap v13766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:43.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:43.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:44 smithi194 ceph-mon[104785]: pgmap v13767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:44.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:44.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:44 smithi135 ceph-mon[93152]: pgmap v13767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:45.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:45.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:46 smithi194 ceph-mon[104785]: pgmap v13768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:46.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:46.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:46 smithi135 ceph-mon[93152]: pgmap v13768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:47.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:47.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:48 smithi194 ceph-mon[104785]: pgmap v13769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:48 smithi135 ceph-mon[93152]: pgmap v13769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:49.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:49.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:50.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:50.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:50 smithi194 ceph-mon[104785]: pgmap v13770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:05:51.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:51.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:50 smithi135 ceph-mon[93152]: pgmap v13770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:05:52.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:52.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:52 smithi194 ceph-mon[104785]: pgmap v13771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:52 smithi135 ceph-mon[93152]: pgmap v13771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:53.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:53.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:54.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:54.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:54 smithi194 ceph-mon[104785]: pgmap v13772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:54 smithi135 ceph-mon[93152]: pgmap v13772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:55.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:55.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:05:56.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:56.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:56 smithi194 ceph-mon[104785]: pgmap v13773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:56 smithi135 ceph-mon[93152]: pgmap v13773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:57.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:57.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:58.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:58.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:05:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:05:58 smithi194 ceph-mon[104785]: pgmap v13774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:05:58 smithi135 ceph-mon[93152]: pgmap v13774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:05:59.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:05:59.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:00.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:00.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:00 smithi194 ceph-mon[104785]: pgmap v13775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:06:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:00 smithi135 ceph-mon[93152]: pgmap v13775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:06:01.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:01.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:02.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:02.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:02 smithi194 ceph-mon[104785]: pgmap v13776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:02 smithi135 ceph-mon[93152]: pgmap v13776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:03.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:03.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:04.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:04.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:04 smithi194 ceph-mon[104785]: pgmap v13777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:04 smithi135 ceph-mon[93152]: pgmap v13777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:05.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:05.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:06.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:06.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:06 smithi194 ceph-mon[104785]: pgmap v13778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:06 smithi135 ceph-mon[93152]: pgmap v13778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:07.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:07.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:08.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:08.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:08 smithi194 ceph-mon[104785]: pgmap v13779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:08 smithi135 ceph-mon[93152]: pgmap v13779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:09.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:09.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:10.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:10.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:10 smithi194 ceph-mon[104785]: pgmap v13780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:06:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:10 smithi135 ceph-mon[93152]: pgmap v13780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:06:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:11.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:11.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:12.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:12.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:12 smithi194 ceph-mon[104785]: pgmap v13781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:12 smithi135 ceph-mon[93152]: pgmap v13781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:13.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:13.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:14.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:14.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:14.936 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:14 smithi135 ceph-mon[93152]: pgmap v13782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:14 smithi194 ceph-mon[104785]: pgmap v13782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:15.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:15.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:16.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:16.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:16 smithi194 ceph-mon[104785]: pgmap v13783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:16 smithi135 ceph-mon[93152]: pgmap v13783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:17.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:17.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:18.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:18.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:06:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:18 smithi194 ceph-mon[104785]: pgmap v13784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:06:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:06:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:18 smithi135 ceph-mon[93152]: pgmap v13784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:06:19.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:19.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:06:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:06:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:06:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:06:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:06:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:06:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:06:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:06:20.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:20.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:20.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:20 smithi135 ceph-mon[93152]: pgmap v13785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:06:20.344 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:20 smithi194 ceph-mon[104785]: pgmap v13785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:06:21.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:21.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:22.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:22.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:22 smithi194 ceph-mon[104785]: pgmap v13786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:23.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:22 smithi135 ceph-mon[93152]: pgmap v13786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:23.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:23.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:24.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:24.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:24 smithi194 ceph-mon[104785]: pgmap v13787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:24 smithi135 ceph-mon[93152]: pgmap v13787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:25.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:25.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:26.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:26.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:26 smithi194 ceph-mon[104785]: pgmap v13788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:26 smithi135 ceph-mon[93152]: pgmap v13788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:27.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:27.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:28.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:28.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:28 smithi194 ceph-mon[104785]: pgmap v13789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:28 smithi135 ceph-mon[93152]: pgmap v13789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:29.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:29.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:30.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:30.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:30 smithi194 ceph-mon[104785]: pgmap v13790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:06:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:30 smithi135 ceph-mon[93152]: pgmap v13790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:06:31.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:31.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:32.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:32.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:32 smithi194 ceph-mon[104785]: pgmap v13791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:32 smithi135 ceph-mon[93152]: pgmap v13791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:33.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:33.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:34.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:34.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:34 smithi194 ceph-mon[104785]: pgmap v13792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:34 smithi135 ceph-mon[93152]: pgmap v13792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:35.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:35.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:36.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:36.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:36 smithi194 ceph-mon[104785]: pgmap v13793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:36 smithi135 ceph-mon[93152]: pgmap v13793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:37.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:37.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:38.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:38.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:38 smithi194 ceph-mon[104785]: pgmap v13794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:38 smithi135 ceph-mon[93152]: pgmap v13794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:39.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:39.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:40.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:40.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:40 smithi194 ceph-mon[104785]: pgmap v13795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:06:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:40 smithi135 ceph-mon[93152]: pgmap v13795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:06:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:41.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:41.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:42.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:42.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:42 smithi194 ceph-mon[104785]: pgmap v13796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:42 smithi135 ceph-mon[93152]: pgmap v13796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:43.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:43.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:44.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:44.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:44 smithi194 ceph-mon[104785]: pgmap v13797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:44 smithi135 ceph-mon[93152]: pgmap v13797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:45.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:45.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:46.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:46.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:46 smithi194 ceph-mon[104785]: pgmap v13798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:46 smithi135 ceph-mon[93152]: pgmap v13798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:47.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:47.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:48.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:48.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:48 smithi194 ceph-mon[104785]: pgmap v13799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:48 smithi135 ceph-mon[93152]: pgmap v13799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:49.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:49.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:50.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:50.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:50 smithi194 ceph-mon[104785]: pgmap v13800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:06:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:50 smithi135 ceph-mon[93152]: pgmap v13800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:06:51.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:51.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:52.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:52.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:52 smithi194 ceph-mon[104785]: pgmap v13801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:52 smithi135 ceph-mon[93152]: pgmap v13801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:53.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:53.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:54.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:54.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:54 smithi194 ceph-mon[104785]: pgmap v13802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:54 smithi135 ceph-mon[93152]: pgmap v13802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:55.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:55.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:06:56.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:56.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:56 smithi194 ceph-mon[104785]: pgmap v13803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:56 smithi135 ceph-mon[93152]: pgmap v13803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:57.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:57.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:58.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:58.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:06:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:06:58 smithi194 ceph-mon[104785]: pgmap v13804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:06:58 smithi135 ceph-mon[93152]: pgmap v13804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:06:59.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:06:59.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:00.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:00.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:00 smithi194 ceph-mon[104785]: pgmap v13805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:07:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:00 smithi135 ceph-mon[93152]: pgmap v13805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:07:01.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:01.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:02.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:02.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:02 smithi194 ceph-mon[104785]: pgmap v13806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:02 smithi135 ceph-mon[93152]: pgmap v13806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:03.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:03.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:04.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:04.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:04 smithi194 ceph-mon[104785]: pgmap v13807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:04 smithi135 ceph-mon[93152]: pgmap v13807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:05.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:05.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:06.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:06.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:06 smithi194 ceph-mon[104785]: pgmap v13808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:06 smithi135 ceph-mon[93152]: pgmap v13808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:07.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:07.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:08.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:08.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:08 smithi194 ceph-mon[104785]: pgmap v13809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:08 smithi135 ceph-mon[93152]: pgmap v13809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:09.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:09.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:10.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:10.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:10 smithi135 ceph-mon[93152]: pgmap v13810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:07:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:10 smithi194 ceph-mon[104785]: pgmap v13810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:07:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:11.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:11.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:12.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:12.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:12 smithi194 ceph-mon[104785]: pgmap v13811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:12 smithi135 ceph-mon[93152]: pgmap v13811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:13.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:13.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:14.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:14.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:14 smithi194 ceph-mon[104785]: pgmap v13812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:14 smithi135 ceph-mon[93152]: pgmap v13812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:15.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:15.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:16.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:16.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:16 smithi194 ceph-mon[104785]: pgmap v13813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:16 smithi135 ceph-mon[93152]: pgmap v13813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:17.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:17.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:18.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:18.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:18 smithi194 ceph-mon[104785]: pgmap v13814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:18 smithi135 ceph-mon[93152]: pgmap v13814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:19.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:19.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:07:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:07:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:07:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:07:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:07:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:07:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:07:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:07:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:07:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:07:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:07:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:07:20.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:20.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:20 smithi194 ceph-mon[104785]: pgmap v13815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:07:20.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:20 smithi135 ceph-mon[93152]: pgmap v13815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:07:21.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:21.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:22.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:22.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:22 smithi194 ceph-mon[104785]: pgmap v13816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:22 smithi135 ceph-mon[93152]: pgmap v13816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:23.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:23.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:24.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:24.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:24 smithi194 ceph-mon[104785]: pgmap v13817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:24 smithi135 ceph-mon[93152]: pgmap v13817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:25.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:25.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:26.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:26.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:26 smithi194 ceph-mon[104785]: pgmap v13818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:26 smithi135 ceph-mon[93152]: pgmap v13818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:27.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:27.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:28.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:28.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:28 smithi194 ceph-mon[104785]: pgmap v13819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:28 smithi135 ceph-mon[93152]: pgmap v13819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:29.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:29.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:30.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:30.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:30 smithi194 ceph-mon[104785]: pgmap v13820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:07:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:30 smithi135 ceph-mon[93152]: pgmap v13820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:07:31.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:31.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:32.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:32.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:32 smithi194 ceph-mon[104785]: pgmap v13821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:33.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:32 smithi135 ceph-mon[93152]: pgmap v13821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:33.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:33.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:34.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:34.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:34 smithi194 ceph-mon[104785]: pgmap v13822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:35.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:34 smithi135 ceph-mon[93152]: pgmap v13822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:35.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:35.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:36.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:36.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:36 smithi194 ceph-mon[104785]: pgmap v13823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:36 smithi135 ceph-mon[93152]: pgmap v13823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:37.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:37.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:38.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:38.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:38 smithi194 ceph-mon[104785]: pgmap v13824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:38 smithi135 ceph-mon[93152]: pgmap v13824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:39.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:39.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:40.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:40.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:40 smithi194 ceph-mon[104785]: pgmap v13825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:07:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:40 smithi135 ceph-mon[93152]: pgmap v13825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:07:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:41.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:41.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:42.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:42.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:42 smithi194 ceph-mon[104785]: pgmap v13826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:42 smithi135 ceph-mon[93152]: pgmap v13826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:43.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:43.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:44.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:44.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:44 smithi194 ceph-mon[104785]: pgmap v13827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:44 smithi135 ceph-mon[93152]: pgmap v13827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:45.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:45.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:46.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:46.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:46 smithi194 ceph-mon[104785]: pgmap v13828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:46 smithi135 ceph-mon[93152]: pgmap v13828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:47.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:47.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:48.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:48.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:48 smithi194 ceph-mon[104785]: pgmap v13829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:48 smithi135 ceph-mon[93152]: pgmap v13829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:49.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:49.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:50.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:50.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:50.872 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:50 smithi135 ceph-mon[93152]: pgmap v13830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:07:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:50 smithi194 ceph-mon[104785]: pgmap v13830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:07:51.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:51.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:52.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:52.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:52 smithi194 ceph-mon[104785]: pgmap v13831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:52 smithi135 ceph-mon[93152]: pgmap v13831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:53.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:53.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:54.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:54.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:54 smithi194 ceph-mon[104785]: pgmap v13832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:54 smithi135 ceph-mon[93152]: pgmap v13832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:55.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:55.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:07:56.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:56.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:56 smithi135 ceph-mon[93152]: pgmap v13833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:56 smithi194 ceph-mon[104785]: pgmap v13833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:57.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:57.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:58.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:58.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:07:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:07:58 smithi194 ceph-mon[104785]: pgmap v13834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:07:58 smithi135 ceph-mon[93152]: pgmap v13834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:07:59.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:07:59.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:00.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:00.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:00 smithi194 ceph-mon[104785]: pgmap v13835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:08:00.971 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:00 smithi135 ceph-mon[93152]: pgmap v13835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:08:01.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:01.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:02.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:02.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:02 smithi194 ceph-mon[104785]: pgmap v13836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:02 smithi135 ceph-mon[93152]: pgmap v13836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:03.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:03.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:04.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:04.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:04 smithi194 ceph-mon[104785]: pgmap v13837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:04 smithi135 ceph-mon[93152]: pgmap v13837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:05.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:05.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:06.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:06.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:06 smithi194 ceph-mon[104785]: pgmap v13838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:06 smithi135 ceph-mon[93152]: pgmap v13838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:07.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:07.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:08.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:08.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:08 smithi194 ceph-mon[104785]: pgmap v13839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:08 smithi135 ceph-mon[93152]: pgmap v13839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:09.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:09.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:10.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:10.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:10 smithi194 ceph-mon[104785]: pgmap v13840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:08:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:10 smithi135 ceph-mon[93152]: pgmap v13840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:08:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:11.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:11.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:12.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:12.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:12 smithi194 ceph-mon[104785]: pgmap v13841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:12 smithi135 ceph-mon[93152]: pgmap v13841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:13.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:13.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:14.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:14.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:14 smithi194 ceph-mon[104785]: pgmap v13842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:14 smithi135 ceph-mon[93152]: pgmap v13842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:15.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:15.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:16.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:16.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:16 smithi194 ceph-mon[104785]: pgmap v13843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:16 smithi135 ceph-mon[93152]: pgmap v13843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:17.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:17.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:18.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:18.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:18 smithi194 ceph-mon[104785]: pgmap v13844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:18 smithi135 ceph-mon[93152]: pgmap v13844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:19.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:19.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:08:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:08:20.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:20.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:20 smithi194 ceph-mon[104785]: pgmap v13845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:08:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:20 smithi135 ceph-mon[93152]: pgmap v13845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:08:21.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:21.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:22.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:22.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:22 smithi194 ceph-mon[104785]: pgmap v13846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:22 smithi135 ceph-mon[93152]: pgmap v13846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:23.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:23.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:24.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:24.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:08:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:08:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:24 smithi194 ceph-mon[104785]: pgmap v13847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:08:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:08:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:08:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:08:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:08:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:08:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:08:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:24 smithi135 ceph-mon[93152]: pgmap v13847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:08:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:08:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:08:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:08:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:08:25.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:25.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:26.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:26.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:26 smithi194 ceph-mon[104785]: pgmap v13848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:26 smithi135 ceph-mon[93152]: pgmap v13848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:27.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:27.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:28.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:28.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:28 smithi194 ceph-mon[104785]: pgmap v13849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:28 smithi135 ceph-mon[93152]: pgmap v13849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:29.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:29.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:30.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:30.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:30 smithi194 ceph-mon[104785]: pgmap v13850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:08:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:30 smithi135 ceph-mon[93152]: pgmap v13850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:08:31.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:31.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:32.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:32.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:32 smithi135 ceph-mon[93152]: pgmap v13851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:32 smithi194 ceph-mon[104785]: pgmap v13851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:33.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:33.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:34.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:34.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:34 smithi135 ceph-mon[93152]: pgmap v13852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:34 smithi194 ceph-mon[104785]: pgmap v13852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:35.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:35.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:36.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:36.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:36 smithi135 ceph-mon[93152]: pgmap v13853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:36 smithi194 ceph-mon[104785]: pgmap v13853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:37.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:37.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:38.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:38.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:38 smithi194 ceph-mon[104785]: pgmap v13854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:38 smithi135 ceph-mon[93152]: pgmap v13854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:39.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:39.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:40.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:40.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:40 smithi135 ceph-mon[93152]: pgmap v13855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:08:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:40 smithi194 ceph-mon[104785]: pgmap v13855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:08:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:41.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:41.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:42.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:42.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:42 smithi135 ceph-mon[93152]: pgmap v13856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:42 smithi194 ceph-mon[104785]: pgmap v13856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:43.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:43.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:44.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:44.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:44 smithi135 ceph-mon[93152]: pgmap v13857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:44 smithi194 ceph-mon[104785]: pgmap v13857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:45.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:45.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:46.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:46.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:46 smithi135 ceph-mon[93152]: pgmap v13858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:46 smithi194 ceph-mon[104785]: pgmap v13858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:47.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:47.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:48.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:48.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:48 smithi194 ceph-mon[104785]: pgmap v13859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:48 smithi135 ceph-mon[93152]: pgmap v13859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:49.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:49.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:50.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:50.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:50 smithi135 ceph-mon[93152]: pgmap v13860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:08:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:50 smithi194 ceph-mon[104785]: pgmap v13860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:08:51.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:51.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:52.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:52.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:52 smithi135 ceph-mon[93152]: pgmap v13861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:52 smithi194 ceph-mon[104785]: pgmap v13861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:53.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:53.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:54.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:54.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:54 smithi135 ceph-mon[93152]: pgmap v13862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:54 smithi194 ceph-mon[104785]: pgmap v13862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:55.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:55.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:08:56.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:56.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:56.981 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:56 smithi194 ceph-mon[104785]: pgmap v13863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:56 smithi135 ceph-mon[93152]: pgmap v13863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:57.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:57.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:58.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:58.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:08:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:08:58 smithi194 ceph-mon[104785]: pgmap v13864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:08:58 smithi135 ceph-mon[93152]: pgmap v13864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:08:59.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:08:59.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:00.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:00.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:00 smithi135 ceph-mon[93152]: pgmap v13865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:09:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:00 smithi194 ceph-mon[104785]: pgmap v13865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:09:01.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:01.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:02.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:02.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:03.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:02 smithi135 ceph-mon[93152]: pgmap v13866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:02 smithi194 ceph-mon[104785]: pgmap v13866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:03.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:03.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:04.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:04.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:04 smithi135 ceph-mon[93152]: pgmap v13867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:04 smithi194 ceph-mon[104785]: pgmap v13867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:05.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:05.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:06.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:06.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:06 smithi135 ceph-mon[93152]: pgmap v13868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:07.089 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:06 smithi194 ceph-mon[104785]: pgmap v13868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:07.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:07.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:08.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:08.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:08 smithi194 ceph-mon[104785]: pgmap v13869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:08 smithi135 ceph-mon[93152]: pgmap v13869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:09.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:09.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:10.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:10.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:10 smithi135 ceph-mon[93152]: pgmap v13870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:09:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:10 smithi194 ceph-mon[104785]: pgmap v13870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:09:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:11.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:11.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:12.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:12.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:12 smithi135 ceph-mon[93152]: pgmap v13871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:12 smithi194 ceph-mon[104785]: pgmap v13871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:13.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:13.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:14.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:14.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:14 smithi135 ceph-mon[93152]: pgmap v13872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:14 smithi194 ceph-mon[104785]: pgmap v13872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:15.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:15.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:16.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:16.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:16 smithi135 ceph-mon[93152]: pgmap v13873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:17.195 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:16 smithi194 ceph-mon[104785]: pgmap v13873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:17.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:17.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:18.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:18.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:18 smithi194 ceph-mon[104785]: pgmap v13874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:18 smithi135 ceph-mon[93152]: pgmap v13874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:19.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:19.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:20.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:20.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:20 smithi135 ceph-mon[93152]: pgmap v13875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:09:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:20 smithi194 ceph-mon[104785]: pgmap v13875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:09:21.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:21.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:22.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:22.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:22 smithi135 ceph-mon[93152]: pgmap v13876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:22 smithi194 ceph-mon[104785]: pgmap v13876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:23.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:23.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:24.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:24.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:24 smithi135 ceph-mon[93152]: pgmap v13877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:09:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:09:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:09:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:09:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:09:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:09:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:24 smithi194 ceph-mon[104785]: pgmap v13877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:09:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:09:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:09:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:09:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:09:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:09:25.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:25.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:26.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:26.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:26 smithi135 ceph-mon[93152]: pgmap v13878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:26 smithi194 ceph-mon[104785]: pgmap v13878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:27.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:27.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:28.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:28.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:28 smithi194 ceph-mon[104785]: pgmap v13879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:28 smithi135 ceph-mon[93152]: pgmap v13879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:29.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:29.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:30.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:30.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:30 smithi135 ceph-mon[93152]: pgmap v13880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:09:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:30 smithi194 ceph-mon[104785]: pgmap v13880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:09:31.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:31.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:32.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:32.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:32 smithi135 ceph-mon[93152]: pgmap v13881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:32 smithi194 ceph-mon[104785]: pgmap v13881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:33.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:33.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:34.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:34.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:34 smithi135 ceph-mon[93152]: pgmap v13882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:34 smithi194 ceph-mon[104785]: pgmap v13882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:35.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:35.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:36.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:36.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:36 smithi135 ceph-mon[93152]: pgmap v13883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:36 smithi194 ceph-mon[104785]: pgmap v13883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:37.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:37.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:38.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:38.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:38 smithi194 ceph-mon[104785]: pgmap v13884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:38 smithi135 ceph-mon[93152]: pgmap v13884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:39.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:39.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:40.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:40.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:40 smithi135 ceph-mon[93152]: pgmap v13885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:09:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:40 smithi194 ceph-mon[104785]: pgmap v13885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:09:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:41.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:41.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:42.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:42.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:42 smithi135 ceph-mon[93152]: pgmap v13886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:42 smithi194 ceph-mon[104785]: pgmap v13886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:43.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:43.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:44.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:44.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:44 smithi135 ceph-mon[93152]: pgmap v13887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:44 smithi194 ceph-mon[104785]: pgmap v13887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:45.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:45.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:46.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:46.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:46 smithi135 ceph-mon[93152]: pgmap v13888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:46 smithi194 ceph-mon[104785]: pgmap v13888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:47.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:47.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:48.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:48.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:48 smithi194 ceph-mon[104785]: pgmap v13889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:48 smithi135 ceph-mon[93152]: pgmap v13889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:49.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:49.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:50.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:50.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:50 smithi135 ceph-mon[93152]: pgmap v13890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:09:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:50 smithi194 ceph-mon[104785]: pgmap v13890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:09:51.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:51.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:52.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:52.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:52 smithi194 ceph-mon[104785]: pgmap v13891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:52 smithi135 ceph-mon[93152]: pgmap v13891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:53.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:53.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:54.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:54.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:54 smithi135 ceph-mon[93152]: pgmap v13892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:54 smithi194 ceph-mon[104785]: pgmap v13892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:55.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:55.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:09:56.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:56.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:56 smithi135 ceph-mon[93152]: pgmap v13893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:56 smithi194 ceph-mon[104785]: pgmap v13893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:57.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:57.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:58.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:58.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:09:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:09:58 smithi194 ceph-mon[104785]: pgmap v13894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:09:58 smithi135 ceph-mon[93152]: pgmap v13894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:09:59.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:09:59.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:00.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:00.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:00 smithi135 ceph-mon[93152]: pgmap v13895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:10:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T12:10:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:00 smithi194 ceph-mon[104785]: pgmap v13895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:10:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T12:10:01.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:01.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:02.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:02.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:02 smithi194 ceph-mon[104785]: pgmap v13896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:02 smithi135 ceph-mon[93152]: pgmap v13896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:03.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:03.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:04.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:04.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:05.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:04 smithi135 ceph-mon[93152]: pgmap v13897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:04 smithi194 ceph-mon[104785]: pgmap v13897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:05.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:05.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:06.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:06.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:06 smithi135 ceph-mon[93152]: pgmap v13898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:06 smithi194 ceph-mon[104785]: pgmap v13898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:07.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:07.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:08.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:08.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:08 smithi194 ceph-mon[104785]: pgmap v13899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:08 smithi135 ceph-mon[93152]: pgmap v13899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:09.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:09.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:10.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:10.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:10 smithi135 ceph-mon[93152]: pgmap v13900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:10:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:10 smithi194 ceph-mon[104785]: pgmap v13900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:10:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:11.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:11.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:12.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:12.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:12 smithi135 ceph-mon[93152]: pgmap v13901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:12 smithi194 ceph-mon[104785]: pgmap v13901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:13.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:13.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:14.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:14.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:14 smithi135 ceph-mon[93152]: pgmap v13902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:14 smithi194 ceph-mon[104785]: pgmap v13902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:15.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:15.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:16.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:16.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:16 smithi135 ceph-mon[93152]: pgmap v13903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:16 smithi194 ceph-mon[104785]: pgmap v13903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:17.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:17.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:18.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:18.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:18 smithi194 ceph-mon[104785]: pgmap v13904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:18 smithi135 ceph-mon[93152]: pgmap v13904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:19.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:19.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:20.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:20.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:20 smithi135 ceph-mon[93152]: pgmap v13905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:10:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:20 smithi194 ceph-mon[104785]: pgmap v13905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:10:21.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:21.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:22.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:22.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:23.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:22 smithi135 ceph-mon[93152]: pgmap v13906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:22 smithi194 ceph-mon[104785]: pgmap v13906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:23.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:23.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:24.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:24.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:24 smithi135 ceph-mon[93152]: pgmap v13907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:24 smithi194 ceph-mon[104785]: pgmap v13907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:25.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:25.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:26.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:10:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:10:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:26.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:26.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:26 smithi135 ceph-mon[93152]: pgmap v13908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:26 smithi194 ceph-mon[104785]: pgmap v13908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:27.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:27.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:28 smithi194 ceph-mon[104785]: pgmap v13909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:28.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:28.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:28 smithi135 ceph-mon[93152]: pgmap v13909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:29.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:29.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:30.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:30.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:30 smithi135 ceph-mon[93152]: pgmap v13910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:10:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:30 smithi194 ceph-mon[104785]: pgmap v13910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:10:31.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:31.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:32.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:32.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:32 smithi135 ceph-mon[93152]: pgmap v13911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:10:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:10:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:10:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:10:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:10:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:10:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:10:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:32 smithi194 ceph-mon[104785]: pgmap v13911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:10:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:10:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:10:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:10:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:10:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:10:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:10:33.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:33.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:34.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:34.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:34 smithi135 ceph-mon[93152]: pgmap v13912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:34 smithi194 ceph-mon[104785]: pgmap v13912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:35.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:35.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:36.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:36.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:36 smithi135 ceph-mon[93152]: pgmap v13913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:36 smithi194 ceph-mon[104785]: pgmap v13913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:37.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:37.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:38 smithi194 ceph-mon[104785]: pgmap v13914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:38.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:38.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:38 smithi135 ceph-mon[93152]: pgmap v13914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:39.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:39.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:40.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:40.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:41.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:40 smithi135 ceph-mon[93152]: pgmap v13915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:10:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:40 smithi194 ceph-mon[104785]: pgmap v13915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:10:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:41.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:41.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:42.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:42.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:42 smithi135 ceph-mon[93152]: pgmap v13916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:43.098 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:42 smithi194 ceph-mon[104785]: pgmap v13916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:43.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:43.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:44.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:44.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:44 smithi135 ceph-mon[93152]: pgmap v13917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:44 smithi194 ceph-mon[104785]: pgmap v13917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:45.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:45.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:46.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:46.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:47.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:46 smithi135 ceph-mon[93152]: pgmap v13918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:46 smithi194 ceph-mon[104785]: pgmap v13918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:47.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:47.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:48 smithi194 ceph-mon[104785]: pgmap v13919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:48.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:48.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:48 smithi135 ceph-mon[93152]: pgmap v13919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:49.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:49.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:50.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:50.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:50 smithi135 ceph-mon[93152]: pgmap v13920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:10:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:50 smithi194 ceph-mon[104785]: pgmap v13920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:10:51.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:51.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:52.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:52.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:52 smithi135 ceph-mon[93152]: pgmap v13921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:53.204 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:52 smithi194 ceph-mon[104785]: pgmap v13921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:53.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:53.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:54.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:54.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:54 smithi194 ceph-mon[104785]: pgmap v13922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:54 smithi135 ceph-mon[93152]: pgmap v13922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:55.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:55.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:10:56.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:56.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:56 smithi194 ceph-mon[104785]: pgmap v13923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:56 smithi135 ceph-mon[93152]: pgmap v13923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:57.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:57.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:10:58 smithi194 ceph-mon[104785]: pgmap v13924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:10:58 smithi135 ceph-mon[93152]: pgmap v13924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:10:58.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:58.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:10:59.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:10:59.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:00.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:00.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:00 smithi135 ceph-mon[93152]: pgmap v13925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:11:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:00 smithi194 ceph-mon[104785]: pgmap v13925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:11:01.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:01.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:02.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:02.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:02 smithi135 ceph-mon[93152]: pgmap v13926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:02 smithi194 ceph-mon[104785]: pgmap v13926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:03.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:03.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:04.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:04.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:04 smithi194 ceph-mon[104785]: pgmap v13927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:04 smithi135 ceph-mon[93152]: pgmap v13927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:05.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:05.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:06.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:06.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:06 smithi194 ceph-mon[104785]: pgmap v13928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:06 smithi135 ceph-mon[93152]: pgmap v13928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:07.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:07.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:08 smithi194 ceph-mon[104785]: pgmap v13929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:08 smithi135 ceph-mon[93152]: pgmap v13929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:08.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:08.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:09.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:09.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:10.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:10.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:10 smithi135 ceph-mon[93152]: pgmap v13930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:11:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:10 smithi194 ceph-mon[104785]: pgmap v13930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:11:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:11.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:11.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:12.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:12.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:12 smithi194 ceph-mon[104785]: pgmap v13931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:12 smithi135 ceph-mon[93152]: pgmap v13931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:13.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:13.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:14.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:14.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:14 smithi194 ceph-mon[104785]: pgmap v13932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:14 smithi135 ceph-mon[93152]: pgmap v13932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:15.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:15.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:16.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:16.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:16 smithi194 ceph-mon[104785]: pgmap v13933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:16 smithi135 ceph-mon[93152]: pgmap v13933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:17.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:17.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:18 smithi135 ceph-mon[93152]: pgmap v13934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:18 smithi194 ceph-mon[104785]: pgmap v13934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:18.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:18.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:19.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:19.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:20.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:20.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:20 smithi135 ceph-mon[93152]: pgmap v13935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:11:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:20 smithi194 ceph-mon[104785]: pgmap v13935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:11:21.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:21.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:22.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:22.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:22 smithi194 ceph-mon[104785]: pgmap v13936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:22 smithi135 ceph-mon[93152]: pgmap v13936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:23.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:23.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:24.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:24.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:24 smithi194 ceph-mon[104785]: pgmap v13937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:24 smithi135 ceph-mon[93152]: pgmap v13937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:25.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:25.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:26.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:26.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:26 smithi194 ceph-mon[104785]: pgmap v13938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:26 smithi135 ceph-mon[93152]: pgmap v13938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:27.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:27.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:28 smithi135 ceph-mon[93152]: pgmap v13939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:28 smithi194 ceph-mon[104785]: pgmap v13939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:28.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:28.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:29.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:29.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:30.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:30.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:31.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:30 smithi135 ceph-mon[93152]: pgmap v13940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:11:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:30 smithi194 ceph-mon[104785]: pgmap v13940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:11:31.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:31.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:32.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:32.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:33.048 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:32 smithi135 ceph-mon[93152]: pgmap v13941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:33.049 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:32 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:11:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:32 smithi194 ceph-mon[104785]: pgmap v13941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:32 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:11:33.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:33.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:11:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:11:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:11:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:11:34.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:11:34.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:34.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:35 smithi194 ceph-mon[104785]: pgmap v13942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:35 smithi135 ceph-mon[93152]: pgmap v13942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:35.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:35.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:36.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:36.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:37 smithi194 ceph-mon[104785]: pgmap v13943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:37 smithi135 ceph-mon[93152]: pgmap v13943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:37.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:37.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:38 smithi194 ceph-mon[104785]: pgmap v13944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:38 smithi135 ceph-mon[93152]: pgmap v13944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:38.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:38.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:39.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:39.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:40.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:40.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:40 smithi135 ceph-mon[93152]: pgmap v13945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:11:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:40 smithi194 ceph-mon[104785]: pgmap v13945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:11:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:41.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:41.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:42.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:42.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:43.154 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:42 smithi135 ceph-mon[93152]: pgmap v13946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:42 smithi194 ceph-mon[104785]: pgmap v13946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:43.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:43.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:44.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:44.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:44 smithi194 ceph-mon[104785]: pgmap v13947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:44 smithi135 ceph-mon[93152]: pgmap v13947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:45.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:45.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:46.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:46.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:46 smithi194 ceph-mon[104785]: pgmap v13948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:46 smithi135 ceph-mon[93152]: pgmap v13948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:47.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:47.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:48 smithi194 ceph-mon[104785]: pgmap v13949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:48 smithi135 ceph-mon[93152]: pgmap v13949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:48.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:48.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:49.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:49.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:50.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:50.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:50 smithi135 ceph-mon[93152]: pgmap v13950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:11:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:50 smithi194 ceph-mon[104785]: pgmap v13950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:11:51.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:51.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:52.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:52.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:52 smithi194 ceph-mon[104785]: pgmap v13951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:53.253 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:52 smithi135 ceph-mon[93152]: pgmap v13951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:53.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:53.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:54.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:54.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:54 smithi194 ceph-mon[104785]: pgmap v13952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:54 smithi135 ceph-mon[93152]: pgmap v13952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:55.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:55.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:11:56.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:56.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:56 smithi194 ceph-mon[104785]: pgmap v13953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:56 smithi135 ceph-mon[93152]: pgmap v13953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:57.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:57.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:11:58 smithi194 ceph-mon[104785]: pgmap v13954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:11:58 smithi135 ceph-mon[93152]: pgmap v13954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:11:58.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:58.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:11:59.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:11:59.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:00.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:00.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:00 smithi135 ceph-mon[93152]: pgmap v13955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:12:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:00 smithi194 ceph-mon[104785]: pgmap v13955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:12:01.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:01.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:02.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:02.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:02 smithi194 ceph-mon[104785]: pgmap v13956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:02 smithi135 ceph-mon[93152]: pgmap v13956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:03.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:03.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:04.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:04.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:04 smithi194 ceph-mon[104785]: pgmap v13957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:04 smithi135 ceph-mon[93152]: pgmap v13957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:05.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:05.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:06.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:06.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:06 smithi194 ceph-mon[104785]: pgmap v13958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:06 smithi135 ceph-mon[93152]: pgmap v13958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:07.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:07.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:08.402 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:08 smithi135 ceph-mon[93152]: pgmap v13959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:08 smithi194 ceph-mon[104785]: pgmap v13959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:08.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:08.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:09.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:09.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:10.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:10.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:11.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:10 smithi135 ceph-mon[93152]: pgmap v13960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:12:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:10 smithi194 ceph-mon[104785]: pgmap v13960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:12:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:11.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:11.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:12.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:12.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:12 smithi194 ceph-mon[104785]: pgmap v13961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:12 smithi135 ceph-mon[93152]: pgmap v13961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:13.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:13.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:14.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:14.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:14 smithi194 ceph-mon[104785]: pgmap v13962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:14 smithi135 ceph-mon[93152]: pgmap v13962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:15.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:15.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:16.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:16.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:16 smithi194 ceph-mon[104785]: pgmap v13963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:16 smithi135 ceph-mon[93152]: pgmap v13963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:17.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:17.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:18 smithi194 ceph-mon[104785]: pgmap v13964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:18.500 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:18 smithi135 ceph-mon[93152]: pgmap v13964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:18.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:18.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:19.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:19.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:20.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:20.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:20 smithi135 ceph-mon[93152]: pgmap v13965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:12:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:20 smithi194 ceph-mon[104785]: pgmap v13965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:12:21.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:21.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:22.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:22.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:22 smithi194 ceph-mon[104785]: pgmap v13966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:22 smithi135 ceph-mon[93152]: pgmap v13966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:23.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:23.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:24.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:24.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:24 smithi194 ceph-mon[104785]: pgmap v13967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:24 smithi135 ceph-mon[93152]: pgmap v13967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:25.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:25.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:26.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:26.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:26 smithi194 ceph-mon[104785]: pgmap v13968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:26 smithi135 ceph-mon[93152]: pgmap v13968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:27.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:27.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:28 smithi194 ceph-mon[104785]: pgmap v13969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:28 smithi135 ceph-mon[93152]: pgmap v13969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:28.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:28.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:29.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:29.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:30.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:30.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:30 smithi135 ceph-mon[93152]: pgmap v13970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:12:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:30 smithi194 ceph-mon[104785]: pgmap v13970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:12:31.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:31.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:32.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:32.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:32 smithi194 ceph-mon[104785]: pgmap v13971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:32 smithi135 ceph-mon[93152]: pgmap v13971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:33.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:33.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:34.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:34.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:34 smithi194 ceph-mon[104785]: pgmap v13972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:12:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:12:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:12:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:12:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:12:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:12:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:34 smithi135 ceph-mon[93152]: pgmap v13972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:12:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:12:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:12:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:12:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:12:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:12:35.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:35.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:36.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:36.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:36 smithi194 ceph-mon[104785]: pgmap v13973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:36 smithi135 ceph-mon[93152]: pgmap v13973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:37.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:37.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:38 smithi194 ceph-mon[104785]: pgmap v13974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:38 smithi135 ceph-mon[93152]: pgmap v13974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:38.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:38.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:39.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:39.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:40.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:40.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:40 smithi135 ceph-mon[93152]: pgmap v13975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:12:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:40 smithi194 ceph-mon[104785]: pgmap v13975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:12:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:41.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:41.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:42.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:42.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:42 smithi194 ceph-mon[104785]: pgmap v13976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:42 smithi135 ceph-mon[93152]: pgmap v13976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:43.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:43.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:44.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:44.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:44 smithi194 ceph-mon[104785]: pgmap v13977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:44 smithi135 ceph-mon[93152]: pgmap v13977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:45.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:45.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:46.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:46.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:46 smithi194 ceph-mon[104785]: pgmap v13978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:46 smithi135 ceph-mon[93152]: pgmap v13978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:47.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:47.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:48 smithi194 ceph-mon[104785]: pgmap v13979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:48 smithi135 ceph-mon[93152]: pgmap v13979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:48.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:48.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:49.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:49.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:50.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:50.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:50 smithi135 ceph-mon[93152]: pgmap v13980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:12:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:50 smithi194 ceph-mon[104785]: pgmap v13980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:12:51.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:51.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:52.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:52.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:52 smithi194 ceph-mon[104785]: pgmap v13981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:52 smithi135 ceph-mon[93152]: pgmap v13981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:53.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:53.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:54.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:54.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:54 smithi194 ceph-mon[104785]: pgmap v13982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:54 smithi135 ceph-mon[93152]: pgmap v13982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:55.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:55.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:12:56.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:56.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:56 smithi194 ceph-mon[104785]: pgmap v13983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:56 smithi135 ceph-mon[93152]: pgmap v13983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:57.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:57.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:12:58 smithi194 ceph-mon[104785]: pgmap v13984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:12:58 smithi135 ceph-mon[93152]: pgmap v13984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:12:58.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:58.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:12:59.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:12:59.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:00.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:00.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:00 smithi135 ceph-mon[93152]: pgmap v13985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:13:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:00 smithi194 ceph-mon[104785]: pgmap v13985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:13:01.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:01.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:02.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:02.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:02 smithi194 ceph-mon[104785]: pgmap v13986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:02 smithi135 ceph-mon[93152]: pgmap v13986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:03.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:03.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:04.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:04.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:04 smithi194 ceph-mon[104785]: pgmap v13987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:04 smithi135 ceph-mon[93152]: pgmap v13987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:05.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:05.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:06.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:06.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:06 smithi194 ceph-mon[104785]: pgmap v13988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:06 smithi135 ceph-mon[93152]: pgmap v13988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:07.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:07.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:08 smithi194 ceph-mon[104785]: pgmap v13989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:08 smithi135 ceph-mon[93152]: pgmap v13989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:08.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:08.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:09.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:09.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:10.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:10.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:10 smithi135 ceph-mon[93152]: pgmap v13990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:13:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:10 smithi194 ceph-mon[104785]: pgmap v13990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:13:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:11.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:11.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:12.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:12.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:12 smithi194 ceph-mon[104785]: pgmap v13991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:12 smithi135 ceph-mon[93152]: pgmap v13991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:13.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:13.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:14.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:14.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:14 smithi194 ceph-mon[104785]: pgmap v13992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:14 smithi135 ceph-mon[93152]: pgmap v13992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:15.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:15.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:16.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:16.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:16 smithi194 ceph-mon[104785]: pgmap v13993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:16 smithi135 ceph-mon[93152]: pgmap v13993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:17.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:17.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:18 smithi194 ceph-mon[104785]: pgmap v13994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:18 smithi135 ceph-mon[93152]: pgmap v13994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:18.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:18.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:19.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:19.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:20.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:20.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:20 smithi135 ceph-mon[93152]: pgmap v13995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:13:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:20 smithi194 ceph-mon[104785]: pgmap v13995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:13:21.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:21.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:22.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:22.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:22 smithi194 ceph-mon[104785]: pgmap v13996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:22 smithi135 ceph-mon[93152]: pgmap v13996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:23.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:23.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:24.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:24.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:24 smithi194 ceph-mon[104785]: pgmap v13997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:24 smithi135 ceph-mon[93152]: pgmap v13997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:25.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:25.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:26.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:26.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:26 smithi194 ceph-mon[104785]: pgmap v13998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:26 smithi135 ceph-mon[93152]: pgmap v13998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:27.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:27.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:28 smithi194 ceph-mon[104785]: pgmap v13999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:28 smithi135 ceph-mon[93152]: pgmap v13999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:28.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:28.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:29.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:29.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:30.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:30.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:30 smithi135 ceph-mon[93152]: pgmap v14000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:13:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:30 smithi194 ceph-mon[104785]: pgmap v14000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:13:31.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:31.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:32.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:32.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:32 smithi194 ceph-mon[104785]: pgmap v14001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:32 smithi135 ceph-mon[93152]: pgmap v14001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:33.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:33.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:34.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:34.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:34 smithi194 ceph-mon[104785]: pgmap v14002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:13:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:34 smithi135 ceph-mon[93152]: pgmap v14002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:13:35.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:35.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:13:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:13:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:13:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:13:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:13:36.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:13:36.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:13:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:13:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:13:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:13:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:13:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:13:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:13:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:13:36.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:36.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:37 smithi194 ceph-mon[104785]: pgmap v14003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:37 smithi135 ceph-mon[93152]: pgmap v14003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:37.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:37.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:38 smithi194 ceph-mon[104785]: pgmap v14004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:38 smithi135 ceph-mon[93152]: pgmap v14004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:38.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:38.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:39.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:39.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:40.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:40.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:40 smithi135 ceph-mon[93152]: pgmap v14005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:13:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:40 smithi194 ceph-mon[104785]: pgmap v14005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:13:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:41.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:41.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:42.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:42.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:42 smithi194 ceph-mon[104785]: pgmap v14006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:42 smithi135 ceph-mon[93152]: pgmap v14006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:43.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:43.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:44.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:44.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:44 smithi194 ceph-mon[104785]: pgmap v14007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:44 smithi135 ceph-mon[93152]: pgmap v14007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:45.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:45.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:46.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:46.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:46 smithi194 ceph-mon[104785]: pgmap v14008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:46 smithi135 ceph-mon[93152]: pgmap v14008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:47.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:47.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:48 smithi194 ceph-mon[104785]: pgmap v14009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:48 smithi135 ceph-mon[93152]: pgmap v14009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:48.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:48.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:49.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:49.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:50.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:50.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:50 smithi135 ceph-mon[93152]: pgmap v14010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:13:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:50 smithi194 ceph-mon[104785]: pgmap v14010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:13:51.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:51.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:52.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:52.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:52 smithi194 ceph-mon[104785]: pgmap v14011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:52 smithi135 ceph-mon[93152]: pgmap v14011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:53.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:53.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:54.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:54.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:55.097 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:54 smithi194 ceph-mon[104785]: pgmap v14012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:54 smithi135 ceph-mon[93152]: pgmap v14012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:55.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:55.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:13:56.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:56.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:56 smithi194 ceph-mon[104785]: pgmap v14013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:56 smithi135 ceph-mon[93152]: pgmap v14013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:57.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:57.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:13:58 smithi194 ceph-mon[104785]: pgmap v14014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:13:58 smithi135 ceph-mon[93152]: pgmap v14014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:13:58.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:58.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:13:59.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:13:59.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:00.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:00.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:00 smithi135 ceph-mon[93152]: pgmap v14015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:14:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:00 smithi194 ceph-mon[104785]: pgmap v14015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:14:01.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:01.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:02.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:02.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:02 smithi194 ceph-mon[104785]: pgmap v14016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:02 smithi135 ceph-mon[93152]: pgmap v14016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:03.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:03.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:04.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:04.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:05.203 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:04 smithi194 ceph-mon[104785]: pgmap v14017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:04 smithi135 ceph-mon[93152]: pgmap v14017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:05.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:05.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:06.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:06.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:06 smithi194 ceph-mon[104785]: pgmap v14018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:07.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:06 smithi135 ceph-mon[93152]: pgmap v14018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:07.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:07.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:08 smithi194 ceph-mon[104785]: pgmap v14019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:08 smithi135 ceph-mon[93152]: pgmap v14019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:08.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:08.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:09.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:09.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:10.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:10.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:10 smithi135 ceph-mon[93152]: pgmap v14020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:14:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:10 smithi194 ceph-mon[104785]: pgmap v14020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:14:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:11.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:11.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:12.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:12.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:12 smithi194 ceph-mon[104785]: pgmap v14021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:12 smithi135 ceph-mon[93152]: pgmap v14021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:13.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:13.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:14.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:14.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:15.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:14 smithi135 ceph-mon[93152]: pgmap v14022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:14 smithi194 ceph-mon[104785]: pgmap v14022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:15.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:15.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:16.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:16.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:16 smithi194 ceph-mon[104785]: pgmap v14023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:16 smithi135 ceph-mon[93152]: pgmap v14023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:17.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:17.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:18 smithi194 ceph-mon[104785]: pgmap v14024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:18 smithi135 ceph-mon[93152]: pgmap v14024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:18.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:18.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:19.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:19.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:20.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:20.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:21.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:20 smithi135 ceph-mon[93152]: pgmap v14025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:14:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:20 smithi194 ceph-mon[104785]: pgmap v14025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:14:21.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:21.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:22.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:22.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:22 smithi194 ceph-mon[104785]: pgmap v14026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:22 smithi135 ceph-mon[93152]: pgmap v14026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:23.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:23.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:24.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:24.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:25.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:24 smithi135 ceph-mon[93152]: pgmap v14027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:24 smithi194 ceph-mon[104785]: pgmap v14027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:25.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:25.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:26.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:26.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:26 smithi194 ceph-mon[104785]: pgmap v14028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:26 smithi135 ceph-mon[93152]: pgmap v14028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:27.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:27.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:28 smithi194 ceph-mon[104785]: pgmap v14029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:28.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:28 smithi135 ceph-mon[93152]: pgmap v14029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:28.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:28.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:29.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:29.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:30.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:30.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:30 smithi135 ceph-mon[93152]: pgmap v14030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:14:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:30 smithi194 ceph-mon[104785]: pgmap v14030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:14:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:32.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:32.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:32 smithi194 ceph-mon[104785]: pgmap v14031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:32 smithi135 ceph-mon[93152]: pgmap v14031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:33.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:33.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:34.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:34.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:34 smithi194 ceph-mon[104785]: pgmap v14032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:34 smithi135 ceph-mon[93152]: pgmap v14032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:35.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:35.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:14:36.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:14:36.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:36.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:36 smithi194 ceph-mon[104785]: pgmap v14033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:14:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:14:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:14:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:14:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:14:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:36 smithi135 ceph-mon[93152]: pgmap v14033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:14:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:14:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:14:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:14:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:14:37.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:37.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:38 smithi194 ceph-mon[104785]: pgmap v14034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:38 smithi135 ceph-mon[93152]: pgmap v14034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:38.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:38.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:39.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:39.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:40.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:40.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:40 smithi194 ceph-mon[104785]: pgmap v14035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:14:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:40 smithi135 ceph-mon[93152]: pgmap v14035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:14:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:41.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:41.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:42.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:42.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:42 smithi194 ceph-mon[104785]: pgmap v14036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:42 smithi135 ceph-mon[93152]: pgmap v14036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:43.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:43.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:44.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:44.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:44 smithi194 ceph-mon[104785]: pgmap v14037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:44 smithi135 ceph-mon[93152]: pgmap v14037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:45.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:45.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:46.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:46.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:46 smithi194 ceph-mon[104785]: pgmap v14038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:46 smithi135 ceph-mon[93152]: pgmap v14038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:47.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:47.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:48 smithi194 ceph-mon[104785]: pgmap v14039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:48 smithi135 ceph-mon[93152]: pgmap v14039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:48.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:48.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:49.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:49.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:50.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:50.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:50 smithi194 ceph-mon[104785]: pgmap v14040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:14:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:50 smithi135 ceph-mon[93152]: pgmap v14040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:14:51.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:51.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:52.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:52.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:52 smithi194 ceph-mon[104785]: pgmap v14041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:52 smithi135 ceph-mon[93152]: pgmap v14041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:53.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:53.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:54.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:54.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:54 smithi194 ceph-mon[104785]: pgmap v14042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:54 smithi135 ceph-mon[93152]: pgmap v14042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:55.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:55.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:56.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:14:56.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:56.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:56 smithi194 ceph-mon[104785]: pgmap v14043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:56 smithi135 ceph-mon[93152]: pgmap v14043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:57.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:57.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:14:58 smithi194 ceph-mon[104785]: pgmap v14044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:14:58 smithi135 ceph-mon[93152]: pgmap v14044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:14:58.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:58.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:14:59.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:14:59.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:00.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:00.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:00 smithi135 ceph-mon[93152]: pgmap v14045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:15:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:00 smithi194 ceph-mon[104785]: pgmap v14045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:15:01.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:01.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:02.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:02.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:02 smithi194 ceph-mon[104785]: pgmap v14046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:02 smithi135 ceph-mon[93152]: pgmap v14046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:03.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:03.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:04.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:04.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:05.136 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:04 smithi135 ceph-mon[93152]: pgmap v14047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:04 smithi194 ceph-mon[104785]: pgmap v14047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:05.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:05.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:06.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:06.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:06 smithi194 ceph-mon[104785]: pgmap v14048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:06 smithi135 ceph-mon[93152]: pgmap v14048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:07.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:07.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:08 smithi194 ceph-mon[104785]: pgmap v14049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:08 smithi135 ceph-mon[93152]: pgmap v14049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:08.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:08.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:09.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:09.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:10.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:10.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:10 smithi194 ceph-mon[104785]: pgmap v14050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:15:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:10 smithi135 ceph-mon[93152]: pgmap v14050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:15:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:11.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:11.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:12.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:12.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:12 smithi194 ceph-mon[104785]: pgmap v14051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:12 smithi135 ceph-mon[93152]: pgmap v14051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:13.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:13.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:14.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:14.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:14 smithi194 ceph-mon[104785]: pgmap v14052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:15.235 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:14 smithi135 ceph-mon[93152]: pgmap v14052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:15.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:15.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:16.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:16.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:16 smithi194 ceph-mon[104785]: pgmap v14053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:16 smithi135 ceph-mon[93152]: pgmap v14053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:17.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:17.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:18 smithi194 ceph-mon[104785]: pgmap v14054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:18 smithi135 ceph-mon[93152]: pgmap v14054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:18.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:18.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:19.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:19.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:20.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:20.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:20 smithi194 ceph-mon[104785]: pgmap v14055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:15:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:20 smithi135 ceph-mon[93152]: pgmap v14055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:15:21.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:21.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:22.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:22.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:22 smithi194 ceph-mon[104785]: pgmap v14056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:22 smithi135 ceph-mon[93152]: pgmap v14056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:23.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:23.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:24.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:24.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:24 smithi194 ceph-mon[104785]: pgmap v14057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:24 smithi135 ceph-mon[93152]: pgmap v14057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:25.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:25.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:26.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:26.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:26 smithi194 ceph-mon[104785]: pgmap v14058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:26 smithi135 ceph-mon[93152]: pgmap v14058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:27.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:27.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:28 smithi194 ceph-mon[104785]: pgmap v14059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:28 smithi135 ceph-mon[93152]: pgmap v14059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:28.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:28.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:29.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:29.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:30.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:30.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:31.102 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:30 smithi194 ceph-mon[104785]: pgmap v14060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:15:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:30 smithi135 ceph-mon[93152]: pgmap v14060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:15:31.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:31.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:32.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:32.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:32 smithi194 ceph-mon[104785]: pgmap v14061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:32 smithi135 ceph-mon[93152]: pgmap v14061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:33.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:33.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:34.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:34.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:34 smithi194 ceph-mon[104785]: pgmap v14062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:34 smithi135 ceph-mon[93152]: pgmap v14062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:35.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:35.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:36.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:36.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:36 smithi194 ceph-mon[104785]: pgmap v14063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:15:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:36 smithi135 ceph-mon[93152]: pgmap v14063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:15:37.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:37.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:38.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:38 smithi135 ceph-mon[93152]: pgmap v14064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:38 smithi194 ceph-mon[104785]: pgmap v14064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:38.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:38.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:39.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:39.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:40.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:40.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:40 smithi194 ceph-mon[104785]: pgmap v14065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:15:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:40 smithi135 ceph-mon[93152]: pgmap v14065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:15:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:41.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:41.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1511M 2023-10-08T12:15:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:15:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:15:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:15:42.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:15:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1511M 2023-10-08T12:15:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:15:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:15:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:15:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:15:42.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:42.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:43 smithi194 ceph-mon[104785]: pgmap v14066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:43 smithi135 ceph-mon[93152]: pgmap v14066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:43.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:43.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:44.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:44.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:45 smithi194 ceph-mon[104785]: pgmap v14067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:45 smithi135 ceph-mon[93152]: pgmap v14067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:45.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:45.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:46.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:46.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:47 smithi194 ceph-mon[104785]: pgmap v14068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:47.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:47 smithi135 ceph-mon[93152]: pgmap v14068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:47.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:47.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:48 smithi194 ceph-mon[104785]: pgmap v14069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:48 smithi135 ceph-mon[93152]: pgmap v14069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:48.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:48.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:49.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:49.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:50.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:50.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:50 smithi194 ceph-mon[104785]: pgmap v14070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:15:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:50 smithi135 ceph-mon[93152]: pgmap v14070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:15:51.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:51.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:52.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:52.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:52 smithi194 ceph-mon[104785]: pgmap v14071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:52 smithi135 ceph-mon[93152]: pgmap v14071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:53.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:53.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:54.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:54.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:54 smithi194 ceph-mon[104785]: pgmap v14072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:54 smithi135 ceph-mon[93152]: pgmap v14072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:55.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:55.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:56.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:15:56.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:56.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:56 smithi194 ceph-mon[104785]: pgmap v14073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:56 smithi135 ceph-mon[93152]: pgmap v14073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:57.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:57.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:15:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:15:58 smithi194 ceph-mon[104785]: pgmap v14074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:15:58 smithi135 ceph-mon[93152]: pgmap v14074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:15:58.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:15:58.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:00.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:00.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:01.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:01.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:00 smithi194 ceph-mon[104785]: pgmap v14075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:16:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:00 smithi135 ceph-mon[93152]: pgmap v14075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:16:02.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:02.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:03.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:03.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:02 smithi194 ceph-mon[104785]: pgmap v14076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:02 smithi135 ceph-mon[93152]: pgmap v14076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:04.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:04.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:05.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:05.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:04 smithi194 ceph-mon[104785]: pgmap v14077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:04 smithi135 ceph-mon[93152]: pgmap v14077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:06.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:06.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:07.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:07.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:06 smithi194 ceph-mon[104785]: pgmap v14078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:06 smithi135 ceph-mon[93152]: pgmap v14078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:08.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:08.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:08 smithi194 ceph-mon[104785]: pgmap v14079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:08 smithi135 ceph-mon[93152]: pgmap v14079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:09.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:09.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:10.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:10.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:11.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:11.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:10 smithi194 ceph-mon[104785]: pgmap v14080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:16:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:10 smithi135 ceph-mon[93152]: pgmap v14080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:16:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:12.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:12.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:13.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:13.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:12 smithi194 ceph-mon[104785]: pgmap v14081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:12 smithi135 ceph-mon[93152]: pgmap v14081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:14.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:14.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:15.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:15.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:14 smithi194 ceph-mon[104785]: pgmap v14082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:14 smithi135 ceph-mon[93152]: pgmap v14082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:16.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:16.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:17.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:17.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:16 smithi194 ceph-mon[104785]: pgmap v14083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:16 smithi135 ceph-mon[93152]: pgmap v14083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:18.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:18.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:18 smithi194 ceph-mon[104785]: pgmap v14084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:18.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:18 smithi135 ceph-mon[93152]: pgmap v14084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:19.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:19.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:20.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:20.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:21.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:21.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:20 smithi194 ceph-mon[104785]: pgmap v14085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:16:21.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:20 smithi135 ceph-mon[93152]: pgmap v14085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:16:22.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:22.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:23.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:23.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:22 smithi194 ceph-mon[104785]: pgmap v14086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:22 smithi135 ceph-mon[93152]: pgmap v14086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:24.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:24.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:25.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:25.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:24 smithi194 ceph-mon[104785]: pgmap v14087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:24 smithi135 ceph-mon[93152]: pgmap v14087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:26.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:26.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:26 smithi194 ceph-mon[104785]: pgmap v14088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:27.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:27.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:26 smithi135 ceph-mon[93152]: pgmap v14088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:28.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:28.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:28 smithi194 ceph-mon[104785]: pgmap v14089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:28 smithi135 ceph-mon[93152]: pgmap v14089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:29.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:29.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:30.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:30.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:31.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:31.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:30 smithi194 ceph-mon[104785]: pgmap v14090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:16:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:30 smithi135 ceph-mon[93152]: pgmap v14090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:16:32.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:32.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:33.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:33.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:32 smithi194 ceph-mon[104785]: pgmap v14091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:32 smithi135 ceph-mon[93152]: pgmap v14091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:34.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:34.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:35.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:35.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:34 smithi194 ceph-mon[104785]: pgmap v14092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:34 smithi135 ceph-mon[93152]: pgmap v14092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:36.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:36.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:37.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:37.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:36 smithi194 ceph-mon[104785]: pgmap v14093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:36 smithi135 ceph-mon[93152]: pgmap v14093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:38.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:38.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:38 smithi194 ceph-mon[104785]: pgmap v14094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:38 smithi135 ceph-mon[93152]: pgmap v14094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:39.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:39.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:40.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:40.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:41.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:41.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:40 smithi194 ceph-mon[104785]: pgmap v14095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:16:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:41.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:40 smithi135 ceph-mon[93152]: pgmap v14095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:16:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:42.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:42.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:16:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:16:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:16:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:16:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:16:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:16:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:16:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:16:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:16:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:16:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:16:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:16:43.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:43.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:42 smithi194 ceph-mon[104785]: pgmap v14096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:42 smithi135 ceph-mon[93152]: pgmap v14096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:44.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:44.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:45.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:45.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:44 smithi194 ceph-mon[104785]: pgmap v14097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:44 smithi135 ceph-mon[93152]: pgmap v14097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:46.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:46.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:47.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:47.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:46 smithi194 ceph-mon[104785]: pgmap v14098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:46 smithi135 ceph-mon[93152]: pgmap v14098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:48.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:48.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:48 smithi194 ceph-mon[104785]: pgmap v14099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:48 smithi135 ceph-mon[93152]: pgmap v14099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:49.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:49.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:50.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:50.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:51.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:51.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:51.171 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:50 smithi135 ceph-mon[93152]: pgmap v14100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:16:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:50 smithi194 ceph-mon[104785]: pgmap v14100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:16:52.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:52.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:53.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:53.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:52 smithi194 ceph-mon[104785]: pgmap v14101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:52 smithi135 ceph-mon[93152]: pgmap v14101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:54.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:54.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:55.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:55.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:54 smithi194 ceph-mon[104785]: pgmap v14102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:54 smithi135 ceph-mon[93152]: pgmap v14102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:56.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:56.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:56.221 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:16:57.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:57.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:56 smithi194 ceph-mon[104785]: pgmap v14103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:56 smithi135 ceph-mon[93152]: pgmap v14103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:58.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:58.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:16:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:16:58 smithi194 ceph-mon[104785]: pgmap v14104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:58.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:16:58 smithi135 ceph-mon[93152]: pgmap v14104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:16:59.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:16:59.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:00.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:00.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:01.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:01.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:00 smithi194 ceph-mon[104785]: pgmap v14105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:17:01.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:00 smithi135 ceph-mon[93152]: pgmap v14105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:17:02.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:02.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:03.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:03.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:02 smithi194 ceph-mon[104785]: pgmap v14106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:02 smithi135 ceph-mon[93152]: pgmap v14106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:04.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:04.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:05.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:05.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:04 smithi194 ceph-mon[104785]: pgmap v14107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:04 smithi135 ceph-mon[93152]: pgmap v14107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:06.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:06.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:07.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:07.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:06 smithi194 ceph-mon[104785]: pgmap v14108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:06 smithi135 ceph-mon[93152]: pgmap v14108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:08.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:08.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:08 smithi194 ceph-mon[104785]: pgmap v14109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:08 smithi135 ceph-mon[93152]: pgmap v14109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:09.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:09.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:10.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:10.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:11.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:11.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:10 smithi194 ceph-mon[104785]: pgmap v14110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:17:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:10 smithi135 ceph-mon[93152]: pgmap v14110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:17:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:12.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:12.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:13.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:13.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:12 smithi194 ceph-mon[104785]: pgmap v14111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:12 smithi135 ceph-mon[93152]: pgmap v14111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:14.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:14.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:15.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:15.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:14 smithi194 ceph-mon[104785]: pgmap v14112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:14 smithi135 ceph-mon[93152]: pgmap v14112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:16.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:16.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:17.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:17.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:17.204 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:16 smithi194 ceph-mon[104785]: pgmap v14113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:16 smithi135 ceph-mon[93152]: pgmap v14113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:18.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:18.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:18 smithi194 ceph-mon[104785]: pgmap v14114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:18 smithi135 ceph-mon[93152]: pgmap v14114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:19.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:19.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:20.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:20.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:21.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:21.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:20 smithi194 ceph-mon[104785]: pgmap v14115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:17:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:20 smithi135 ceph-mon[93152]: pgmap v14115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:17:22.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:22.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:23.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:23.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:22 smithi194 ceph-mon[104785]: pgmap v14116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:22 smithi135 ceph-mon[93152]: pgmap v14116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:24.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:24.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:25.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:25.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:24 smithi194 ceph-mon[104785]: pgmap v14117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:24 smithi135 ceph-mon[93152]: pgmap v14117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:26.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:26.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:27.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:27.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:26 smithi194 ceph-mon[104785]: pgmap v14118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:26 smithi135 ceph-mon[93152]: pgmap v14118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:28.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:28.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:28 smithi194 ceph-mon[104785]: pgmap v14119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:28 smithi135 ceph-mon[93152]: pgmap v14119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:29.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:29.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:30.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:30.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:31.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:31.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:30 smithi194 ceph-mon[104785]: pgmap v14120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:17:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:30 smithi135 ceph-mon[93152]: pgmap v14120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:17:32.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:32.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:33.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:33.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:32 smithi194 ceph-mon[104785]: pgmap v14121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:32 smithi135 ceph-mon[93152]: pgmap v14121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:34.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:34.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:35.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:35.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:34 smithi194 ceph-mon[104785]: pgmap v14122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:34 smithi135 ceph-mon[93152]: pgmap v14122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:36.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:36.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:37.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:37.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:36 smithi194 ceph-mon[104785]: pgmap v14123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:36 smithi135 ceph-mon[93152]: pgmap v14123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:38.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:38.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:38 smithi135 ceph-mon[93152]: pgmap v14124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:38 smithi194 ceph-mon[104785]: pgmap v14124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:39.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:39.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:40.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:40.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:41.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:41.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:40 smithi194 ceph-mon[104785]: pgmap v14125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:17:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:40 smithi135 ceph-mon[93152]: pgmap v14125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:17:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:17:42.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:42.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:17:43.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:43.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:42 smithi194 ceph-mon[104785]: pgmap v14126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:17:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:17:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:17:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:17:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:17:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:42 smithi135 ceph-mon[93152]: pgmap v14126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:17:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:17:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:17:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:17:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:17:44.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:44.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:45.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:45.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:44 smithi194 ceph-mon[104785]: pgmap v14127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:44 smithi135 ceph-mon[93152]: pgmap v14127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:46.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:46.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:46 smithi135 ceph-mon[93152]: pgmap v14128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:47.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:47.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:46 smithi194 ceph-mon[104785]: pgmap v14128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:48.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:48.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:48 smithi135 ceph-mon[93152]: pgmap v14129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:48 smithi194 ceph-mon[104785]: pgmap v14129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:49.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:49.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:50.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:50.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:51.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:51.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:50 smithi194 ceph-mon[104785]: pgmap v14130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:17:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:50 smithi135 ceph-mon[93152]: pgmap v14130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:17:52.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:52.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:53.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:53.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:52 smithi194 ceph-mon[104785]: pgmap v14131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:52 smithi135 ceph-mon[93152]: pgmap v14131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:54.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:54.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:55.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:55.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:54 smithi194 ceph-mon[104785]: pgmap v14132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:54 smithi135 ceph-mon[93152]: pgmap v14132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:56.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:56.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:17:57.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:57.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:56 smithi194 ceph-mon[104785]: pgmap v14133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:56 smithi135 ceph-mon[93152]: pgmap v14133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:58.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:58.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:17:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:17:58 smithi135 ceph-mon[93152]: pgmap v14134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:17:58 smithi194 ceph-mon[104785]: pgmap v14134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:17:59.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:17:59.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:00.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:00.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:01.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:01.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:00 smithi194 ceph-mon[104785]: pgmap v14135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:18:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:00 smithi135 ceph-mon[93152]: pgmap v14135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:18:02.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:02.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:02 smithi194 ceph-mon[104785]: pgmap v14136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:03.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:03.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:02 smithi135 ceph-mon[93152]: pgmap v14136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:04.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:04.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:04 smithi194 ceph-mon[104785]: pgmap v14137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:05.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:05.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:04 smithi135 ceph-mon[93152]: pgmap v14137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:06.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:06.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:06 smithi194 ceph-mon[104785]: pgmap v14138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:07.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:07.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:06 smithi135 ceph-mon[93152]: pgmap v14138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:08.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:08.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:08 smithi135 ceph-mon[93152]: pgmap v14139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:08 smithi194 ceph-mon[104785]: pgmap v14139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:09.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:09.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:10.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:10.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:10 smithi194 ceph-mon[104785]: pgmap v14140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:18:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:11.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:11.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:10 smithi135 ceph-mon[93152]: pgmap v14140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:18:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:12.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:12.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:12 smithi194 ceph-mon[104785]: pgmap v14141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:13.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:13.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:12 smithi135 ceph-mon[93152]: pgmap v14141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:14.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:14.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:14 smithi194 ceph-mon[104785]: pgmap v14142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:15.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:15.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:15.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:14 smithi135 ceph-mon[93152]: pgmap v14142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:16.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:16.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:16 smithi194 ceph-mon[104785]: pgmap v14143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:17.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:17.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:16 smithi135 ceph-mon[93152]: pgmap v14143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:18.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:18.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:18 smithi135 ceph-mon[93152]: pgmap v14144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:18 smithi194 ceph-mon[104785]: pgmap v14144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:19.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:19.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:20.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:20.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:20 smithi194 ceph-mon[104785]: pgmap v14145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:18:21.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:21.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:21.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:20 smithi135 ceph-mon[93152]: pgmap v14145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:18:22.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:22.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:22 smithi194 ceph-mon[104785]: pgmap v14146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:23.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:23.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:22 smithi135 ceph-mon[93152]: pgmap v14146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:24.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:24.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:24 smithi194 ceph-mon[104785]: pgmap v14147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:25.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:25.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:24 smithi135 ceph-mon[93152]: pgmap v14147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:26.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:26.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:26 smithi194 ceph-mon[104785]: pgmap v14148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:27.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:27.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:26 smithi135 ceph-mon[93152]: pgmap v14148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:28.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:28.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:28 smithi135 ceph-mon[93152]: pgmap v14149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:28 smithi194 ceph-mon[104785]: pgmap v14149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:29.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:29.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:30.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:30.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:30 smithi194 ceph-mon[104785]: pgmap v14150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:18:31.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:31.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:30 smithi135 ceph-mon[93152]: pgmap v14150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:18:32.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:32.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:32 smithi194 ceph-mon[104785]: pgmap v14151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:33.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:33.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:32 smithi135 ceph-mon[93152]: pgmap v14151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:34.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:34.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:34 smithi194 ceph-mon[104785]: pgmap v14152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:34 smithi135 ceph-mon[93152]: pgmap v14152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:35.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:35.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:36.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:36.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:36 smithi194 ceph-mon[104785]: pgmap v14153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:37.208 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:36 smithi135 ceph-mon[93152]: pgmap v14153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:37.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:37.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:38.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:38.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:38 smithi194 ceph-mon[104785]: pgmap v14154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:38 smithi135 ceph-mon[93152]: pgmap v14154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:39.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:39.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:40.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:40.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:40 smithi194 ceph-mon[104785]: pgmap v14155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:18:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:40 smithi135 ceph-mon[93152]: pgmap v14155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:18:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:41.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:41.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:42.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:42.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:42 smithi194 ceph-mon[104785]: pgmap v14156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:18:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:42 smithi135 ceph-mon[93152]: pgmap v14156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:18:43.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:43.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:44.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:44.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:44 smithi194 ceph-mon[104785]: pgmap v14157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:44 smithi135 ceph-mon[93152]: pgmap v14157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:45.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:45.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:46.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:46.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:46 smithi194 ceph-mon[104785]: pgmap v14158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:46 smithi135 ceph-mon[93152]: pgmap v14158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:47.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:47.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:18:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:18:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:18:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:18:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:18:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:18:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:18:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:18:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:18:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:18:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:18:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:18:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:18:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:18:48.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:48.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:48 smithi194 ceph-mon[104785]: pgmap v14159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:49.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:48 smithi135 ceph-mon[93152]: pgmap v14159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:49.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:49.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:50.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:50.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:50 smithi135 ceph-mon[93152]: pgmap v14160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:18:51.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:51.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:50 smithi194 ceph-mon[104785]: pgmap v14160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:18:52.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:52.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:52 smithi135 ceph-mon[93152]: pgmap v14161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:53.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:53.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:52 smithi194 ceph-mon[104785]: pgmap v14161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:54.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:54.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:54 smithi135 ceph-mon[93152]: pgmap v14162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:55.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:55.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:54 smithi194 ceph-mon[104785]: pgmap v14162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:56.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:56.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:18:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:56 smithi135 ceph-mon[93152]: pgmap v14163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:57.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:57.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:56 smithi194 ceph-mon[104785]: pgmap v14163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:58.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:58.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:18:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:18:58 smithi135 ceph-mon[93152]: pgmap v14164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:18:58 smithi194 ceph-mon[104785]: pgmap v14164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:18:59.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:18:59.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:00.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:00.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:00 smithi194 ceph-mon[104785]: pgmap v14165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:19:01.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:00 smithi135 ceph-mon[93152]: pgmap v14165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:19:01.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:01.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:02.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:02.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:02 smithi194 ceph-mon[104785]: pgmap v14166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:02 smithi135 ceph-mon[93152]: pgmap v14166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:03.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:03.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:04.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:04.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:04 smithi194 ceph-mon[104785]: pgmap v14167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:04 smithi135 ceph-mon[93152]: pgmap v14167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:05.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:05.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:06.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:06.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:06 smithi194 ceph-mon[104785]: pgmap v14168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:06 smithi135 ceph-mon[93152]: pgmap v14168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:07.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:07.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:08.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:08.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:08.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:08 smithi135 ceph-mon[93152]: pgmap v14169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:08 smithi194 ceph-mon[104785]: pgmap v14169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:09.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:09.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:10.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:10.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:10 smithi194 ceph-mon[104785]: pgmap v14170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:19:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:10 smithi135 ceph-mon[93152]: pgmap v14170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:19:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:11.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:11.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:12.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:12.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:12 smithi194 ceph-mon[104785]: pgmap v14171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:12 smithi135 ceph-mon[93152]: pgmap v14171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:13.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:13.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:14.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:14.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:14 smithi194 ceph-mon[104785]: pgmap v14172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:14 smithi135 ceph-mon[93152]: pgmap v14172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:15.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:15.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:16.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:16.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:16 smithi194 ceph-mon[104785]: pgmap v14173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:16 smithi135 ceph-mon[93152]: pgmap v14173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:17.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:17.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:18.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:18.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:18 smithi135 ceph-mon[93152]: pgmap v14174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:18 smithi194 ceph-mon[104785]: pgmap v14174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:19.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:19.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:20.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:20.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:20 smithi194 ceph-mon[104785]: pgmap v14175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:19:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:20 smithi135 ceph-mon[93152]: pgmap v14175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:19:21.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:21.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:22.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:22.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:22 smithi194 ceph-mon[104785]: pgmap v14176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:22 smithi135 ceph-mon[93152]: pgmap v14176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:23.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:23.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:24.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:24.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:24 smithi194 ceph-mon[104785]: pgmap v14177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:24 smithi135 ceph-mon[93152]: pgmap v14177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:25.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:25.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:26.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:26.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:26 smithi194 ceph-mon[104785]: pgmap v14178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:26 smithi135 ceph-mon[93152]: pgmap v14178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:27.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:27.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:28.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:28.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:28 smithi135 ceph-mon[93152]: pgmap v14179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:28.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:28 smithi194 ceph-mon[104785]: pgmap v14179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:29.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:29.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:30.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:30.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:30 smithi194 ceph-mon[104785]: pgmap v14180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:19:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:30 smithi135 ceph-mon[93152]: pgmap v14180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:19:31.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:31.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:32.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:32.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:32 smithi194 ceph-mon[104785]: pgmap v14181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:32 smithi135 ceph-mon[93152]: pgmap v14181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:33.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:33.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:34.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:34.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:34 smithi194 ceph-mon[104785]: pgmap v14182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:34 smithi135 ceph-mon[93152]: pgmap v14182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:35.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:35.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:36.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:36.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:36 smithi194 ceph-mon[104785]: pgmap v14183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:36 smithi135 ceph-mon[93152]: pgmap v14183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:37.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:37.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:38.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:38.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:38 smithi135 ceph-mon[93152]: pgmap v14184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:38.673 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:38 smithi194 ceph-mon[104785]: pgmap v14184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:39.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:39.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:40.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:40.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:40 smithi194 ceph-mon[104785]: pgmap v14185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:19:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:40 smithi135 ceph-mon[93152]: pgmap v14185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:19:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:41.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:41.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:42.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:42.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:42 smithi194 ceph-mon[104785]: pgmap v14186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:42 smithi135 ceph-mon[93152]: pgmap v14186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:43.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:43.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:44.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:44.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:44 smithi194 ceph-mon[104785]: pgmap v14187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:44 smithi135 ceph-mon[93152]: pgmap v14187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:45.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:45.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:46.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:46.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:46 smithi194 ceph-mon[104785]: pgmap v14188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:46 smithi135 ceph-mon[93152]: pgmap v14188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:47.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:47.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:48.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:48.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:19:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:48 smithi135 ceph-mon[93152]: pgmap v14189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:19:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:19:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:19:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:19:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:19:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:19:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:48 smithi194 ceph-mon[104785]: pgmap v14189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:19:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:19:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:19:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:19:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:19:49.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:49.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:50.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:50.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:50 smithi194 ceph-mon[104785]: pgmap v14190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:19:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:50 smithi135 ceph-mon[93152]: pgmap v14190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:19:51.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:51.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:52.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:52.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:52 smithi194 ceph-mon[104785]: pgmap v14191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:52 smithi135 ceph-mon[93152]: pgmap v14191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:53.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:53.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:54.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:54.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:54 smithi194 ceph-mon[104785]: pgmap v14192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:54 smithi135 ceph-mon[93152]: pgmap v14192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:55.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:55.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:19:56.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:56.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:56 smithi194 ceph-mon[104785]: pgmap v14193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:56 smithi135 ceph-mon[93152]: pgmap v14193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:57.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:57.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:58.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:58.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:19:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:19:58 smithi135 ceph-mon[93152]: pgmap v14194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:19:58 smithi194 ceph-mon[104785]: pgmap v14194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:19:59.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:19:59.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:00.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:00.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:00 smithi194 ceph-mon[104785]: pgmap v14195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:20:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T12:20:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:00 smithi135 ceph-mon[93152]: pgmap v14195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:20:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T12:20:01.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:01.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:02.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:02.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:02 smithi194 ceph-mon[104785]: pgmap v14196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:02 smithi135 ceph-mon[93152]: pgmap v14196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:03.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:03.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:04.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:04.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:04 smithi194 ceph-mon[104785]: pgmap v14197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:04 smithi135 ceph-mon[93152]: pgmap v14197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:05.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:05.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:06.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:06.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:06 smithi194 ceph-mon[104785]: pgmap v14198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:07.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:06 smithi135 ceph-mon[93152]: pgmap v14198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:07.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:07.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:08.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:08.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:08 smithi135 ceph-mon[93152]: pgmap v14199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:08 smithi194 ceph-mon[104785]: pgmap v14199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:09.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:09.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:10.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:10.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:10 smithi194 ceph-mon[104785]: pgmap v14200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:20:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:10 smithi135 ceph-mon[93152]: pgmap v14200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:20:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:11.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:11.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:12.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:12.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:12 smithi194 ceph-mon[104785]: pgmap v14201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:12 smithi135 ceph-mon[93152]: pgmap v14201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:13.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:13.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:14.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:14.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:14 smithi194 ceph-mon[104785]: pgmap v14202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:14 smithi135 ceph-mon[93152]: pgmap v14202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:15.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:15.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:16.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:16.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:16 smithi194 ceph-mon[104785]: pgmap v14203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:16 smithi135 ceph-mon[93152]: pgmap v14203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:17.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:17.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:18.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:18.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:18 smithi135 ceph-mon[93152]: pgmap v14204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:18 smithi194 ceph-mon[104785]: pgmap v14204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:19.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:19.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:20.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:20.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:20 smithi194 ceph-mon[104785]: pgmap v14205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:20:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:20 smithi135 ceph-mon[93152]: pgmap v14205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:20:21.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:21.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:22.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:22.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:22 smithi194 ceph-mon[104785]: pgmap v14206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:22 smithi135 ceph-mon[93152]: pgmap v14206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:23.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:23.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:24.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:24.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:24 smithi194 ceph-mon[104785]: pgmap v14207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:25.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:24 smithi135 ceph-mon[93152]: pgmap v14207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:25.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:25.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:26.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:26.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:26 smithi194 ceph-mon[104785]: pgmap v14208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:26 smithi135 ceph-mon[93152]: pgmap v14208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:27.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:27.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:28.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:28.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:28 smithi135 ceph-mon[93152]: pgmap v14209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:28 smithi194 ceph-mon[104785]: pgmap v14209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:29.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:29.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:30.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:30.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:30 smithi194 ceph-mon[104785]: pgmap v14210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:20:31.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:30 smithi135 ceph-mon[93152]: pgmap v14210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:20:31.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:31.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:32.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:32.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:32 smithi194 ceph-mon[104785]: pgmap v14211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:32 smithi135 ceph-mon[93152]: pgmap v14211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:33.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:33.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:34.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:34.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:34 smithi194 ceph-mon[104785]: pgmap v14212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:34 smithi135 ceph-mon[93152]: pgmap v14212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:35.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:35.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:36.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:36.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:36 smithi194 ceph-mon[104785]: pgmap v14213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:36 smithi135 ceph-mon[93152]: pgmap v14213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:37.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:37.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:38.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:38.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:38 smithi135 ceph-mon[93152]: pgmap v14214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:38 smithi194 ceph-mon[104785]: pgmap v14214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:39.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:39.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:40.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:40.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:40 smithi194 ceph-mon[104785]: pgmap v14215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:20:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:40 smithi135 ceph-mon[93152]: pgmap v14215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:20:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:41.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:41.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:42.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:42.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:42 smithi194 ceph-mon[104785]: pgmap v14216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:42 smithi135 ceph-mon[93152]: pgmap v14216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:43.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:43.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:44.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:44.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:44 smithi194 ceph-mon[104785]: pgmap v14217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:44 smithi135 ceph-mon[93152]: pgmap v14217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:45.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:45.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:46.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:46.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:46 smithi194 ceph-mon[104785]: pgmap v14218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:46 smithi135 ceph-mon[93152]: pgmap v14218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:47.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:47.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:48.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:48.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:48.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:48 smithi135 ceph-mon[93152]: pgmap v14219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:20:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:48 smithi194 ceph-mon[104785]: pgmap v14219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:20:49.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:49.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:50.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:50.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:50 smithi194 ceph-mon[104785]: pgmap v14220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:20:51.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:50 smithi135 ceph-mon[93152]: pgmap v14220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:20:51.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:51.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:52.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:52.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:52 smithi194 ceph-mon[104785]: pgmap v14221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:52 smithi135 ceph-mon[93152]: pgmap v14221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:53.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:53.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:54.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:54.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:54 smithi194 ceph-mon[104785]: pgmap v14222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:54 smithi135 ceph-mon[93152]: pgmap v14222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:55.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:55.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:56.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:56.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:20:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:20:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:20:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:20:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:20:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:20:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:20:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:56 smithi135 ceph-mon[93152]: pgmap v14223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:20:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:20:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:20:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:20:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:20:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:20:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:20:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:20:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:56 smithi194 ceph-mon[104785]: pgmap v14223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:57.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:57.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:58.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:58.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:20:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:20:58 smithi135 ceph-mon[93152]: pgmap v14224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:20:58 smithi194 ceph-mon[104785]: pgmap v14224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:20:59.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:20:59.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:00.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:00.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:00 smithi194 ceph-mon[104785]: pgmap v14225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:21:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:00 smithi135 ceph-mon[93152]: pgmap v14225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:21:01.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:01.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:02.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:02.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:02 smithi194 ceph-mon[104785]: pgmap v14226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:02 smithi135 ceph-mon[93152]: pgmap v14226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:03.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:03.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:04.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:04.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:04 smithi194 ceph-mon[104785]: pgmap v14227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:04 smithi135 ceph-mon[93152]: pgmap v14227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:05.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:05.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:06.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:06.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:06 smithi194 ceph-mon[104785]: pgmap v14228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:06 smithi135 ceph-mon[93152]: pgmap v14228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:07.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:07.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:08.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:08 smithi135 ceph-mon[93152]: pgmap v14229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:08.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:08.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:08 smithi194 ceph-mon[104785]: pgmap v14229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:09.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:09.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:10.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:10.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:10 smithi194 ceph-mon[104785]: pgmap v14230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:21:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:10 smithi135 ceph-mon[93152]: pgmap v14230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:21:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:11.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:11.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:12.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:12.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:12 smithi194 ceph-mon[104785]: pgmap v14231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:12 smithi135 ceph-mon[93152]: pgmap v14231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:13.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:13.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:14.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:14.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:14 smithi194 ceph-mon[104785]: pgmap v14232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:14 smithi135 ceph-mon[93152]: pgmap v14232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:15.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:15.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:16.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:16.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:16 smithi194 ceph-mon[104785]: pgmap v14233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:16 smithi135 ceph-mon[93152]: pgmap v14233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:17.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:17.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:18.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:18.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:18 smithi194 ceph-mon[104785]: pgmap v14234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:18 smithi135 ceph-mon[93152]: pgmap v14234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:19.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:19.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:20.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:20.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:20 smithi194 ceph-mon[104785]: pgmap v14235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:21:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:20 smithi135 ceph-mon[93152]: pgmap v14235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:21:21.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:21.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:22.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:22.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:22 smithi194 ceph-mon[104785]: pgmap v14236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:22 smithi135 ceph-mon[93152]: pgmap v14236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:23.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:23.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:24.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:24.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:24 smithi194 ceph-mon[104785]: pgmap v14237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:24 smithi135 ceph-mon[93152]: pgmap v14237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:25.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:25.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:26.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:26.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:26 smithi194 ceph-mon[104785]: pgmap v14238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:26 smithi135 ceph-mon[93152]: pgmap v14238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:27.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:27.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:28.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:28.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:28 smithi194 ceph-mon[104785]: pgmap v14239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:28 smithi135 ceph-mon[93152]: pgmap v14239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:29.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:29.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:30.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:30.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:30 smithi194 ceph-mon[104785]: pgmap v14240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:21:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:30 smithi135 ceph-mon[93152]: pgmap v14240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:21:31.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:31.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:32.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:32.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:32 smithi194 ceph-mon[104785]: pgmap v14241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:32 smithi135 ceph-mon[93152]: pgmap v14241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:33.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:33.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:34.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:34.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:34 smithi194 ceph-mon[104785]: pgmap v14242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:35.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:34 smithi135 ceph-mon[93152]: pgmap v14242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:35.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:35.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:36.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:36.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:36 smithi194 ceph-mon[104785]: pgmap v14243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:36 smithi135 ceph-mon[93152]: pgmap v14243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:37.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:37.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:38.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:38.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:38 smithi194 ceph-mon[104785]: pgmap v14244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:38 smithi135 ceph-mon[93152]: pgmap v14244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:39.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:39.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:40.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:40.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:40 smithi194 ceph-mon[104785]: pgmap v14245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:21:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:40 smithi135 ceph-mon[93152]: pgmap v14245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:21:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:41.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:41.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:42.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:42.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:42 smithi194 ceph-mon[104785]: pgmap v14246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:43.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:42 smithi135 ceph-mon[93152]: pgmap v14246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:43.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:43.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:44.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:44.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:44 smithi194 ceph-mon[104785]: pgmap v14247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:45.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:44 smithi135 ceph-mon[93152]: pgmap v14247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:45.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:45.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:46.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:46.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:47.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:46 smithi135 ceph-mon[93152]: pgmap v14248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:46 smithi194 ceph-mon[104785]: pgmap v14248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:47.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:47.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:48.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:48.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:48 smithi194 ceph-mon[104785]: pgmap v14249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:48 smithi135 ceph-mon[93152]: pgmap v14249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:49.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:49.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:50.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:50.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:50 smithi194 ceph-mon[104785]: pgmap v14250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:21:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:50 smithi135 ceph-mon[93152]: pgmap v14250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:21:51.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:51.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:52.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:52.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:52 smithi194 ceph-mon[104785]: pgmap v14251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:52 smithi135 ceph-mon[93152]: pgmap v14251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:53.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:53.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:54.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:54.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:54 smithi135 ceph-mon[93152]: pgmap v14252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:54 smithi194 ceph-mon[104785]: pgmap v14252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:55.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:55.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:21:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:21:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:21:56.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:56.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:56 smithi135 ceph-mon[93152]: pgmap v14253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:21:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:21:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:21:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:21:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:21:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:21:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:21:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:56 smithi194 ceph-mon[104785]: pgmap v14253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:21:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:21:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:21:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:21:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:21:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:21:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:21:57.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:57.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:58.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:58.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:21:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:21:58 smithi194 ceph-mon[104785]: pgmap v14254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:21:58 smithi135 ceph-mon[93152]: pgmap v14254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:21:59.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:21:59.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:00.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:00.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:00 smithi194 ceph-mon[104785]: pgmap v14255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:22:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:00 smithi135 ceph-mon[93152]: pgmap v14255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:22:01.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:01.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:02.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:02.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:02 smithi135 ceph-mon[93152]: pgmap v14256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:02 smithi194 ceph-mon[104785]: pgmap v14256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:03.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:03.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:04.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:04.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:04 smithi135 ceph-mon[93152]: pgmap v14257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:04 smithi194 ceph-mon[104785]: pgmap v14257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:05.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:05.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:06.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:06.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:06 smithi135 ceph-mon[93152]: pgmap v14258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:06 smithi194 ceph-mon[104785]: pgmap v14258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:07.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:07.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:08.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:08.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:08 smithi194 ceph-mon[104785]: pgmap v14259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:08 smithi135 ceph-mon[93152]: pgmap v14259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:09.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:09.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:10.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:10.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:10 smithi135 ceph-mon[93152]: pgmap v14260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:22:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:10 smithi194 ceph-mon[104785]: pgmap v14260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:22:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:11.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:11.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:12.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:12.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:12 smithi135 ceph-mon[93152]: pgmap v14261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:12 smithi194 ceph-mon[104785]: pgmap v14261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:13.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:13.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:14.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:14.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:14 smithi135 ceph-mon[93152]: pgmap v14262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:15.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:14 smithi194 ceph-mon[104785]: pgmap v14262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:15.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:15.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:16.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:16.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:17.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:16 smithi135 ceph-mon[93152]: pgmap v14263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:16 smithi194 ceph-mon[104785]: pgmap v14263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:17.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:17.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:18.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:18.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:18 smithi194 ceph-mon[104785]: pgmap v14264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:18 smithi135 ceph-mon[93152]: pgmap v14264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:19.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:19.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:20.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:20.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:20 smithi135 ceph-mon[93152]: pgmap v14265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:22:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:20 smithi194 ceph-mon[104785]: pgmap v14265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:22:21.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:21.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:22.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:22.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:22 smithi135 ceph-mon[93152]: pgmap v14266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:22 smithi194 ceph-mon[104785]: pgmap v14266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:23.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:23.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:24.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:24.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:24 smithi135 ceph-mon[93152]: pgmap v14267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:25.417 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:24 smithi194 ceph-mon[104785]: pgmap v14267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:25.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:25.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:26.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:26.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:26 smithi135 ceph-mon[93152]: pgmap v14268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:26 smithi194 ceph-mon[104785]: pgmap v14268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:27.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:27.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:28.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:28.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:28 smithi194 ceph-mon[104785]: pgmap v14269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:28.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:28 smithi135 ceph-mon[93152]: pgmap v14269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:29.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:29.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:30.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:30.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:30 smithi135 ceph-mon[93152]: pgmap v14270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:22:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:30 smithi194 ceph-mon[104785]: pgmap v14270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:22:31.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:31.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:32.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:32.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:32 smithi135 ceph-mon[93152]: pgmap v14271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:32 smithi194 ceph-mon[104785]: pgmap v14271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:33.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:33.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:34.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:34.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:34 smithi135 ceph-mon[93152]: pgmap v14272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:34 smithi194 ceph-mon[104785]: pgmap v14272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:35.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:35.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:36.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:36.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:37.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:36 smithi135 ceph-mon[93152]: pgmap v14273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:36 smithi194 ceph-mon[104785]: pgmap v14273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:37.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:37.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:38.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:38.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:38 smithi194 ceph-mon[104785]: pgmap v14274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:38 smithi135 ceph-mon[93152]: pgmap v14274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:39.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:39.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:40.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:40.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:40 smithi135 ceph-mon[93152]: pgmap v14275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:22:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:40 smithi194 ceph-mon[104785]: pgmap v14275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:22:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:41.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:41.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:42.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:42.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:42 smithi135 ceph-mon[93152]: pgmap v14276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:42 smithi194 ceph-mon[104785]: pgmap v14276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:43.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:43.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:44.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:44.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:44 smithi135 ceph-mon[93152]: pgmap v14277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:44 smithi194 ceph-mon[104785]: pgmap v14277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:45.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:45.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:46.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:46.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:46 smithi135 ceph-mon[93152]: pgmap v14278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:46 smithi194 ceph-mon[104785]: pgmap v14278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:47.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:47.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:48.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:48.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:48 smithi194 ceph-mon[104785]: pgmap v14279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:48 smithi135 ceph-mon[93152]: pgmap v14279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:49.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:49.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:50.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:50.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:50 smithi135 ceph-mon[93152]: pgmap v14280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:22:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:50 smithi194 ceph-mon[104785]: pgmap v14280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:22:51.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:51.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:52.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:52.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:52 smithi135 ceph-mon[93152]: pgmap v14281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:52 smithi194 ceph-mon[104785]: pgmap v14281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:53.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:53.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:54.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:54.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:54 smithi135 ceph-mon[93152]: pgmap v14282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:54 smithi194 ceph-mon[104785]: pgmap v14282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:55.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:55.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:22:56.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:56.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:56 smithi135 ceph-mon[93152]: pgmap v14283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:22:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:56 smithi194 ceph-mon[104785]: pgmap v14283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:22:57.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:57.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:58.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:58.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:22:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:22:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:22:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:22:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:22:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:22:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:22:58 smithi194 ceph-mon[104785]: pgmap v14284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:22:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:22:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:22:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:22:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:22:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:22:58 smithi135 ceph-mon[93152]: pgmap v14284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:22:59.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:22:59.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:00.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:00.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:00 smithi194 ceph-mon[104785]: pgmap v14285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:23:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:00 smithi135 ceph-mon[93152]: pgmap v14285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:23:01.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:01.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:02.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:02.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:02 smithi135 ceph-mon[93152]: pgmap v14286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:02 smithi194 ceph-mon[104785]: pgmap v14286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:03.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:03.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:04.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:04.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:04 smithi135 ceph-mon[93152]: pgmap v14287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:04 smithi194 ceph-mon[104785]: pgmap v14287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:05.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:05.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:06.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:06.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:06 smithi135 ceph-mon[93152]: pgmap v14288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:06 smithi194 ceph-mon[104785]: pgmap v14288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:07.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:07.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:08.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:08.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:08 smithi194 ceph-mon[104785]: pgmap v14289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:08 smithi135 ceph-mon[93152]: pgmap v14289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:09.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:09.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:10.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:10.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:10 smithi194 ceph-mon[104785]: pgmap v14290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:23:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:10 smithi135 ceph-mon[93152]: pgmap v14290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:23:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:11.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:11.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:12.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:12.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:12 smithi135 ceph-mon[93152]: pgmap v14291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:12 smithi194 ceph-mon[104785]: pgmap v14291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:13.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:13.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:14.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:14.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:14 smithi135 ceph-mon[93152]: pgmap v14292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:14 smithi194 ceph-mon[104785]: pgmap v14292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:15.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:15.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:16.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:16.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:16 smithi135 ceph-mon[93152]: pgmap v14293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:16 smithi194 ceph-mon[104785]: pgmap v14293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:17.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:17.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:18 smithi194 ceph-mon[104785]: pgmap v14294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:18.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:18.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:18 smithi135 ceph-mon[93152]: pgmap v14294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:19.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:19.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:20.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:20.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:20 smithi135 ceph-mon[93152]: pgmap v14295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:23:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:20 smithi194 ceph-mon[104785]: pgmap v14295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:23:21.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:21.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:22.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:22.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:22 smithi135 ceph-mon[93152]: pgmap v14296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:22 smithi194 ceph-mon[104785]: pgmap v14296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:23.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:23.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:24.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:24.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:24 smithi135 ceph-mon[93152]: pgmap v14297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:24 smithi194 ceph-mon[104785]: pgmap v14297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:25.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:25.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:26.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:26.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:26.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:26 smithi135 ceph-mon[93152]: pgmap v14298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:26 smithi194 ceph-mon[104785]: pgmap v14298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:27.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:27.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:28 smithi194 ceph-mon[104785]: pgmap v14299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:28.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:28.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:28 smithi135 ceph-mon[93152]: pgmap v14299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:29.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:29.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:30.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:30.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:30 smithi135 ceph-mon[93152]: pgmap v14300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:23:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:30 smithi194 ceph-mon[104785]: pgmap v14300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:23:31.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:31.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:32.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:32.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:32 smithi135 ceph-mon[93152]: pgmap v14301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:32 smithi194 ceph-mon[104785]: pgmap v14301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:33.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:33.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:34.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:34.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:34 smithi135 ceph-mon[93152]: pgmap v14302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:34 smithi194 ceph-mon[104785]: pgmap v14302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:35.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:35.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:36.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:36.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:36 smithi135 ceph-mon[93152]: pgmap v14303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:36 smithi194 ceph-mon[104785]: pgmap v14303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:37.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:37.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:38 smithi194 ceph-mon[104785]: pgmap v14304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:38.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:38.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:38 smithi135 ceph-mon[93152]: pgmap v14304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:39.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:39.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:40.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:40.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:40 smithi135 ceph-mon[93152]: pgmap v14305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:23:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:40 smithi194 ceph-mon[104785]: pgmap v14305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:23:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:41.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:41.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:42.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:42.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:42 smithi135 ceph-mon[93152]: pgmap v14306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:42 smithi194 ceph-mon[104785]: pgmap v14306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:43.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:43.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:44.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:44.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:45.243 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:44 smithi135 ceph-mon[93152]: pgmap v14307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:44 smithi194 ceph-mon[104785]: pgmap v14307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:45.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:45.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:46.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:46.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:46 smithi135 ceph-mon[93152]: pgmap v14308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:46 smithi194 ceph-mon[104785]: pgmap v14308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:47.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:47.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:48 smithi194 ceph-mon[104785]: pgmap v14309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:48 smithi135 ceph-mon[93152]: pgmap v14309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:48.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:48.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:49.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:49.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:50.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:50.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:50 smithi135 ceph-mon[93152]: pgmap v14310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:23:51.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:50 smithi194 ceph-mon[104785]: pgmap v14310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:23:51.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:51.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:52.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:52.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:52 smithi135 ceph-mon[93152]: pgmap v14311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:52 smithi194 ceph-mon[104785]: pgmap v14311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:53.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:53.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:54.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:54.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:55.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:54 smithi135 ceph-mon[93152]: pgmap v14312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:55 smithi194 ceph-mon[104785]: pgmap v14312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:55.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:55.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:56.367 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:23:56.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:56.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:57 smithi135 ceph-mon[93152]: pgmap v14313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:57 smithi194 ceph-mon[104785]: pgmap v14313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:57.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:57.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:23:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:58 smithi194 ceph-mon[104785]: pgmap v14314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:23:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:23:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:23:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:58 smithi135 ceph-mon[93152]: pgmap v14314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:23:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:23:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:23:58.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:58.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:23:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:23:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:23:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:23:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:23:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:23:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:23:59.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:23:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:23:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:23:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:23:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:23:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:23:59.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:23:59.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:00.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:00 smithi135 ceph-mon[93152]: pgmap v14315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:24:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:00 smithi194 ceph-mon[104785]: pgmap v14315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:24:00.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:00.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:01.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:01.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:02.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:02.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:03.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:02 smithi135 ceph-mon[93152]: pgmap v14316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:02 smithi194 ceph-mon[104785]: pgmap v14316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:03.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:03.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:04.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:04.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:04 smithi135 ceph-mon[93152]: pgmap v14317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:04 smithi194 ceph-mon[104785]: pgmap v14317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:05.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:05.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:06.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:06.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:06 smithi135 ceph-mon[93152]: pgmap v14318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:06 smithi194 ceph-mon[104785]: pgmap v14318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:07.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:07.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:08 smithi194 ceph-mon[104785]: pgmap v14319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:08 smithi135 ceph-mon[93152]: pgmap v14319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:08.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:08.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:09.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:09.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:10.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:10.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:10 smithi135 ceph-mon[93152]: pgmap v14320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:24:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:10 smithi194 ceph-mon[104785]: pgmap v14320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:24:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:11.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:11.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:12.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:12.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:13.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:13 smithi135 ceph-mon[93152]: pgmap v14321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:13 smithi194 ceph-mon[104785]: pgmap v14321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:13.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:13.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:14.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:14.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:15 smithi194 ceph-mon[104785]: pgmap v14322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:15 smithi135 ceph-mon[93152]: pgmap v14322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:15.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:15.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:16.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:16.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:17 smithi194 ceph-mon[104785]: pgmap v14323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:17 smithi135 ceph-mon[93152]: pgmap v14323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:17.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:17.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:18 smithi194 ceph-mon[104785]: pgmap v14324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:18.812 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:18 smithi135 ceph-mon[93152]: pgmap v14324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:18.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:18.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:19.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:19.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:20.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:21.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:20 smithi135 ceph-mon[93152]: pgmap v14325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:24:21.527 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:20 smithi194 ceph-mon[104785]: pgmap v14325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:24:21.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:21.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:22.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:22.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:23 smithi135 ceph-mon[93152]: pgmap v14326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:23 smithi194 ceph-mon[104785]: pgmap v14326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:23.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:23.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:24.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:24.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:25 smithi135 ceph-mon[93152]: pgmap v14327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:25 smithi194 ceph-mon[104785]: pgmap v14327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:25.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:25.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:26.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:26.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:27 smithi194 ceph-mon[104785]: pgmap v14328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:27 smithi135 ceph-mon[93152]: pgmap v14328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:27.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:27.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:28 smithi194 ceph-mon[104785]: pgmap v14329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:28 smithi135 ceph-mon[93152]: pgmap v14329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:28.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:28.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:29.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:29.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:30.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:30.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:31 smithi135 ceph-mon[93152]: pgmap v14330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:24:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:31 smithi194 ceph-mon[104785]: pgmap v14330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:24:31.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:31.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:32.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:32.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:33 smithi135 ceph-mon[93152]: pgmap v14331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:33 smithi194 ceph-mon[104785]: pgmap v14331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:33.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:33.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:34.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:34.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:35 smithi194 ceph-mon[104785]: pgmap v14332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:35 smithi135 ceph-mon[93152]: pgmap v14332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:35.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:35.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:36.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:36.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:37 smithi194 ceph-mon[104785]: pgmap v14333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:37 smithi135 ceph-mon[93152]: pgmap v14333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:37.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:37.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:38 smithi194 ceph-mon[104785]: pgmap v14334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:38 smithi135 ceph-mon[93152]: pgmap v14334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:38.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:38.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:39.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:39.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:40.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:40.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:41 smithi135 ceph-mon[93152]: pgmap v14335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:24:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:41 smithi194 ceph-mon[104785]: pgmap v14335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:24:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:41.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:41.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:42.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:42.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:43 smithi194 ceph-mon[104785]: pgmap v14336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:43 smithi135 ceph-mon[93152]: pgmap v14336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:43.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:43.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:44.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:44.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:45 smithi194 ceph-mon[104785]: pgmap v14337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:45 smithi135 ceph-mon[93152]: pgmap v14337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:45.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:45.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:46.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:46.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:47 smithi194 ceph-mon[104785]: pgmap v14338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:47 smithi135 ceph-mon[93152]: pgmap v14338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:47.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:47.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:48 smithi194 ceph-mon[104785]: pgmap v14339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:48 smithi135 ceph-mon[93152]: pgmap v14339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:48.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:48.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:49.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:49.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:50.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:50.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:51 smithi135 ceph-mon[93152]: pgmap v14340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:24:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:51 smithi194 ceph-mon[104785]: pgmap v14340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:24:51.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:51.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:52.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:52.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:53 smithi194 ceph-mon[104785]: pgmap v14341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:53.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:53 smithi135 ceph-mon[93152]: pgmap v14341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:53.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:53.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:54.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:54.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:55 smithi194 ceph-mon[104785]: pgmap v14342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:55 smithi135 ceph-mon[93152]: pgmap v14342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:55.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:55.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:24:56.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:56.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:57 smithi194 ceph-mon[104785]: pgmap v14343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:57.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:57 smithi135 ceph-mon[93152]: pgmap v14343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:57.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:57.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:58 smithi194 ceph-mon[104785]: pgmap v14344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:58.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:58 smithi135 ceph-mon[93152]: pgmap v14344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:24:58.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:58.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:24:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:24:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:24:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:24:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:24:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:24:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:24:59.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:24:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:24:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:24:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:24:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:24:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:24:59.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:24:59.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:00 smithi135 ceph-mon[93152]: pgmap v14345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:25:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:00 smithi194 ceph-mon[104785]: pgmap v14345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:25:00.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:00.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:01.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:01.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:02.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:02.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:03 smithi194 ceph-mon[104785]: pgmap v14346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:03 smithi135 ceph-mon[93152]: pgmap v14346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:03.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:03.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:04.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:04.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:05 smithi194 ceph-mon[104785]: pgmap v14347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:05 smithi135 ceph-mon[93152]: pgmap v14347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:05.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:05.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:06.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:06.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:07 smithi194 ceph-mon[104785]: pgmap v14348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:07 smithi135 ceph-mon[93152]: pgmap v14348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:07.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:07.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:08 smithi194 ceph-mon[104785]: pgmap v14349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:08 smithi135 ceph-mon[93152]: pgmap v14349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:08.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:08.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:09.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:09.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:10.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:10.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:11 smithi194 ceph-mon[104785]: pgmap v14350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:25:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:11 smithi135 ceph-mon[93152]: pgmap v14350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:25:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:11.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:11.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:12.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:12.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:13 smithi194 ceph-mon[104785]: pgmap v14351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:13 smithi135 ceph-mon[93152]: pgmap v14351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:13.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:13.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:14.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:14.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:15 smithi194 ceph-mon[104785]: pgmap v14352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:15 smithi135 ceph-mon[93152]: pgmap v14352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:15.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:15.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:16.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:16.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:17 smithi194 ceph-mon[104785]: pgmap v14353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:17 smithi135 ceph-mon[93152]: pgmap v14353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:17.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:17.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:18 smithi194 ceph-mon[104785]: pgmap v14354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:18 smithi135 ceph-mon[93152]: pgmap v14354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:18.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:18.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:19.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:19.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:20.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:20.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:21 smithi194 ceph-mon[104785]: pgmap v14355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:25:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:21 smithi135 ceph-mon[93152]: pgmap v14355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:25:21.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:21.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:22.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:22.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:23 smithi194 ceph-mon[104785]: pgmap v14356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:23 smithi135 ceph-mon[93152]: pgmap v14356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:23.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:23.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:24.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:24.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:25 smithi194 ceph-mon[104785]: pgmap v14357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:25 smithi135 ceph-mon[93152]: pgmap v14357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:25.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:25.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:26.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:26.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:27.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:27 smithi194 ceph-mon[104785]: pgmap v14358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:27 smithi135 ceph-mon[93152]: pgmap v14358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:27.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:27.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:28 smithi194 ceph-mon[104785]: pgmap v14359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:28 smithi135 ceph-mon[93152]: pgmap v14359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:28.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:28.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:29.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:29.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:30.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:30.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:31.274 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:31 smithi135 ceph-mon[93152]: pgmap v14360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:25:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:31 smithi194 ceph-mon[104785]: pgmap v14360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:25:31.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:31.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:32.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:32.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:33 smithi194 ceph-mon[104785]: pgmap v14361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:33 smithi135 ceph-mon[93152]: pgmap v14361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:33.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:33.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:34.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:34.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:35 smithi194 ceph-mon[104785]: pgmap v14362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:35 smithi135 ceph-mon[93152]: pgmap v14362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:35.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:35.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:36.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:36.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:37.415 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:37 smithi194 ceph-mon[104785]: pgmap v14363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:37 smithi135 ceph-mon[93152]: pgmap v14363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:37.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:37.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:38 smithi194 ceph-mon[104785]: pgmap v14364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:38 smithi135 ceph-mon[93152]: pgmap v14364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:38.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:38.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:39.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:39.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:40.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:40.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:41.373 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:41 smithi135 ceph-mon[93152]: pgmap v14365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:25:41.373 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:41 smithi194 ceph-mon[104785]: pgmap v14365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:25:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:41.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:41.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:42.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:42.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:43 smithi194 ceph-mon[104785]: pgmap v14366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:43 smithi135 ceph-mon[93152]: pgmap v14366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:43.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:43.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:44.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:44.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:45 smithi194 ceph-mon[104785]: pgmap v14367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:45 smithi135 ceph-mon[93152]: pgmap v14367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:45.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:45.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:46.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:46.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:47 smithi194 ceph-mon[104785]: pgmap v14368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:47 smithi135 ceph-mon[93152]: pgmap v14368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:47.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:47.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:48 smithi194 ceph-mon[104785]: pgmap v14369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:48 smithi135 ceph-mon[93152]: pgmap v14369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:48.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:48.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:49.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:49.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:50.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:50.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:51 smithi194 ceph-mon[104785]: pgmap v14370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:25:51.472 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:51 smithi135 ceph-mon[93152]: pgmap v14370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:25:51.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:51.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:52.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:52.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:53 smithi194 ceph-mon[104785]: pgmap v14371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:53 smithi135 ceph-mon[93152]: pgmap v14371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:53.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:53.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:54.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:54.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:55 smithi194 ceph-mon[104785]: pgmap v14372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:55 smithi135 ceph-mon[93152]: pgmap v14372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:55.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:55.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:25:56.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:56.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:57 smithi194 ceph-mon[104785]: pgmap v14373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:57 smithi135 ceph-mon[93152]: pgmap v14373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:57.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:57.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:58 smithi194 ceph-mon[104785]: pgmap v14374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:58 smithi135 ceph-mon[93152]: pgmap v14374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:25:58.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:58.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:25:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:25:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:25:59.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:25:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:25:59.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:25:59.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:26:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:26:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:26:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:26:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:00 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1502M 2023-10-08T12:26:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:26:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:26:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:26:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:26:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:26:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:26:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:00 smithi194 ceph-mon[104785]: pgmap v14375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:26:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:26:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:26:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:26:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:26:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:00 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1502M 2023-10-08T12:26:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:26:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:26:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:26:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:26:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:26:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:26:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:00 smithi135 ceph-mon[93152]: pgmap v14375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:26:00.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:00.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:01.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:01.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:02.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:02.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:03 smithi194 ceph-mon[104785]: pgmap v14376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:03 smithi135 ceph-mon[93152]: pgmap v14376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:03.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:03.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:04.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:04.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:05 smithi194 ceph-mon[104785]: pgmap v14377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:05 smithi135 ceph-mon[93152]: pgmap v14377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:05.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:05.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:06.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:06.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:07 smithi194 ceph-mon[104785]: pgmap v14378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:07 smithi135 ceph-mon[93152]: pgmap v14378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:07.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:07.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:08 smithi194 ceph-mon[104785]: pgmap v14379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:08 smithi135 ceph-mon[93152]: pgmap v14379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:08.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:08.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:10.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:10.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:11.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:11.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:11 smithi194 ceph-mon[104785]: pgmap v14380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:26:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:11 smithi135 ceph-mon[93152]: pgmap v14380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:26:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:12.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:12.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:13.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:13.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:13 smithi194 ceph-mon[104785]: pgmap v14381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:13 smithi135 ceph-mon[93152]: pgmap v14381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:14.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:14.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:15.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:15.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:15 smithi194 ceph-mon[104785]: pgmap v14382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:15 smithi135 ceph-mon[93152]: pgmap v14382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:16.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:16.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:17.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:17.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:17 smithi194 ceph-mon[104785]: pgmap v14383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:17 smithi135 ceph-mon[93152]: pgmap v14383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:18.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:18.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:18 smithi194 ceph-mon[104785]: pgmap v14384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:18 smithi135 ceph-mon[93152]: pgmap v14384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:19.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:19.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:20.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:20.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:21.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:21.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:21 smithi194 ceph-mon[104785]: pgmap v14385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:26:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:21 smithi135 ceph-mon[93152]: pgmap v14385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:26:22.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:22.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:23.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:23.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:23 smithi194 ceph-mon[104785]: pgmap v14386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:23 smithi135 ceph-mon[93152]: pgmap v14386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:24.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:24.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:25.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:25.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:25 smithi194 ceph-mon[104785]: pgmap v14387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:25 smithi135 ceph-mon[93152]: pgmap v14387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:26.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:26.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:27.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:27.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:27 smithi135 ceph-mon[93152]: pgmap v14388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:27 smithi194 ceph-mon[104785]: pgmap v14388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:28.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:28.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:28 smithi194 ceph-mon[104785]: pgmap v14389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:28 smithi135 ceph-mon[93152]: pgmap v14389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:29.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:29.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:30.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:30.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:31.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:31.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:31 smithi194 ceph-mon[104785]: pgmap v14390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:26:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:31 smithi135 ceph-mon[93152]: pgmap v14390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:26:32.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:32.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:33.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:33.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:33 smithi194 ceph-mon[104785]: pgmap v14391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:33.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:33 smithi135 ceph-mon[93152]: pgmap v14391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:34.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:34.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:35.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:35.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:35 smithi194 ceph-mon[104785]: pgmap v14392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:35 smithi135 ceph-mon[93152]: pgmap v14392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:36.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:36.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:37.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:37.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:37 smithi135 ceph-mon[93152]: pgmap v14393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:37 smithi194 ceph-mon[104785]: pgmap v14393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:38.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:38.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:38 smithi194 ceph-mon[104785]: pgmap v14394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:38 smithi135 ceph-mon[93152]: pgmap v14394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:39.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:39.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:40.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:40.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:41.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:41.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:41 smithi194 ceph-mon[104785]: pgmap v14395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:26:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:41 smithi135 ceph-mon[93152]: pgmap v14395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:26:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:42.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:42.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:43.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:43.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:43 smithi194 ceph-mon[104785]: pgmap v14396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:43 smithi135 ceph-mon[93152]: pgmap v14396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:44.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:44.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:45.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:45.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:45 smithi194 ceph-mon[104785]: pgmap v14397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:45 smithi135 ceph-mon[93152]: pgmap v14397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:46.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:46.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:47.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:47.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:47 smithi194 ceph-mon[104785]: pgmap v14398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:47 smithi135 ceph-mon[93152]: pgmap v14398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:48.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:48.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:48 smithi194 ceph-mon[104785]: pgmap v14399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:48 smithi135 ceph-mon[93152]: pgmap v14399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:49.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:49.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:50.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:50.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:51.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:51.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:51 smithi194 ceph-mon[104785]: pgmap v14400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:26:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:51 smithi135 ceph-mon[93152]: pgmap v14400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:26:52.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:52.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:53.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:53.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:53 smithi194 ceph-mon[104785]: pgmap v14401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:53.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:53 smithi135 ceph-mon[93152]: pgmap v14401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:54.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:54.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:55.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:55.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:55.465 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:55 smithi194 ceph-mon[104785]: pgmap v14402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:55 smithi135 ceph-mon[93152]: pgmap v14402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:56.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:56.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:26:57.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:57.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:57 smithi194 ceph-mon[104785]: pgmap v14403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:57 smithi135 ceph-mon[93152]: pgmap v14403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:58.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:58.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:26:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:58 smithi194 ceph-mon[104785]: pgmap v14404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:58 smithi135 ceph-mon[93152]: pgmap v14404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:26:59.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:26:59.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:00.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:00.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:26:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:27:00.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:26:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:27:01.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:01.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:00 smithi194 ceph-mon[104785]: pgmap v14405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:27:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:27:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:27:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:27:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:27:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:27:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:00 smithi135 ceph-mon[93152]: pgmap v14405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:27:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:27:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:27:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:27:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:27:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:27:02.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:02.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:03.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:03.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:03.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:03 smithi194 ceph-mon[104785]: pgmap v14406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:03 smithi135 ceph-mon[93152]: pgmap v14406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:04.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:04.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:05.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:05.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:05 smithi194 ceph-mon[104785]: pgmap v14407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:05 smithi135 ceph-mon[93152]: pgmap v14407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:06.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:06.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:07.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:07.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:07 smithi194 ceph-mon[104785]: pgmap v14408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:07.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:07 smithi135 ceph-mon[93152]: pgmap v14408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:08.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:08.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:08 smithi194 ceph-mon[104785]: pgmap v14409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:08 smithi135 ceph-mon[93152]: pgmap v14409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:09.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:09.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:10.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:10.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:11.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:11.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:11 smithi194 ceph-mon[104785]: pgmap v14410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:27:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:11 smithi135 ceph-mon[93152]: pgmap v14410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:27:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:12.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:12.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:13.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:13.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:13.416 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:13 smithi194 ceph-mon[104785]: pgmap v14411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:13 smithi135 ceph-mon[93152]: pgmap v14411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:14.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:14.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:15.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:15.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:15 smithi194 ceph-mon[104785]: pgmap v14412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:15 smithi135 ceph-mon[93152]: pgmap v14412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:16.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:16.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:17.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:17.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:17 smithi194 ceph-mon[104785]: pgmap v14413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:17 smithi135 ceph-mon[93152]: pgmap v14413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:18.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:18.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:18 smithi194 ceph-mon[104785]: pgmap v14414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:18 smithi135 ceph-mon[93152]: pgmap v14414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:19.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:19.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:20.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:20.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:21.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:21.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:21 smithi194 ceph-mon[104785]: pgmap v14415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:27:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:21 smithi135 ceph-mon[93152]: pgmap v14415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:27:22.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:22.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:23.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:23.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:23 smithi194 ceph-mon[104785]: pgmap v14416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:23 smithi135 ceph-mon[93152]: pgmap v14416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:24.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:24.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:25.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:25.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:25 smithi194 ceph-mon[104785]: pgmap v14417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:25 smithi135 ceph-mon[93152]: pgmap v14417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:26.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:26.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:27.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:27.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:27.406 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:27 smithi135 ceph-mon[93152]: pgmap v14418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:27 smithi194 ceph-mon[104785]: pgmap v14418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:28.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:28.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:28 smithi194 ceph-mon[104785]: pgmap v14419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:28 smithi135 ceph-mon[93152]: pgmap v14419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:29.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:29.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:30.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:30.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:31.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:31.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:31 smithi194 ceph-mon[104785]: pgmap v14420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:27:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:31 smithi135 ceph-mon[93152]: pgmap v14420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:27:32.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:32.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:33.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:33.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:33 smithi194 ceph-mon[104785]: pgmap v14421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:33 smithi135 ceph-mon[93152]: pgmap v14421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:34.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:34.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:35.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:35.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:35 smithi194 ceph-mon[104785]: pgmap v14422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:35 smithi135 ceph-mon[93152]: pgmap v14422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:36.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:36.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:37.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:37.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:37 smithi194 ceph-mon[104785]: pgmap v14423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:37.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:37 smithi135 ceph-mon[93152]: pgmap v14423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:38.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:38.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:38.682 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:38 smithi194 ceph-mon[104785]: pgmap v14424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:38 smithi135 ceph-mon[93152]: pgmap v14424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:39.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:39.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:40.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:40.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:41.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:41.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:41 smithi194 ceph-mon[104785]: pgmap v14425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:27:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:41 smithi135 ceph-mon[93152]: pgmap v14425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:27:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:42.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:42.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:43.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:43.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:43 smithi194 ceph-mon[104785]: pgmap v14426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:43 smithi135 ceph-mon[93152]: pgmap v14426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:44.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:44.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:45.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:45.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:45 smithi194 ceph-mon[104785]: pgmap v14427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:45 smithi135 ceph-mon[93152]: pgmap v14427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:46.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:46.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:47.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:47.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:47 smithi194 ceph-mon[104785]: pgmap v14428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:47 smithi135 ceph-mon[93152]: pgmap v14428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:48.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:48.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:48 smithi194 ceph-mon[104785]: pgmap v14429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:48 smithi135 ceph-mon[93152]: pgmap v14429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:49.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:49.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:50.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:50.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:51.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:51.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:51 smithi194 ceph-mon[104785]: pgmap v14430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:27:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:51 smithi135 ceph-mon[93152]: pgmap v14430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:27:52.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:52.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:53.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:53.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:53 smithi194 ceph-mon[104785]: pgmap v14431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:53 smithi135 ceph-mon[93152]: pgmap v14431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:54.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:54.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:55.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:55.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:55 smithi194 ceph-mon[104785]: pgmap v14432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:55 smithi135 ceph-mon[93152]: pgmap v14432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:56.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:56.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:27:57.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:57.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:57 smithi194 ceph-mon[104785]: pgmap v14433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:57 smithi135 ceph-mon[93152]: pgmap v14433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:58.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:58.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:27:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:27:58 smithi194 ceph-mon[104785]: pgmap v14434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:27:58 smithi135 ceph-mon[93152]: pgmap v14434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:27:59.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:27:59.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:00.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:00.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:01.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:01.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:01 smithi194 ceph-mon[104785]: pgmap v14435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:28:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:28:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:28:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:28:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:28:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:28:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:28:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:01 smithi135 ceph-mon[93152]: pgmap v14435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:28:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:28:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:28:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:28:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:28:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:28:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:28:02.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:02.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:03.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:03.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:03 smithi194 ceph-mon[104785]: pgmap v14436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:03 smithi135 ceph-mon[93152]: pgmap v14436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:04.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:04.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:05.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:05.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:05 smithi194 ceph-mon[104785]: pgmap v14437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:05 smithi135 ceph-mon[93152]: pgmap v14437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:06.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:06.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:07.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:07.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:07 smithi194 ceph-mon[104785]: pgmap v14438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:07.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:07 smithi135 ceph-mon[93152]: pgmap v14438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:08.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:08.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:08 smithi194 ceph-mon[104785]: pgmap v14439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:08 smithi135 ceph-mon[93152]: pgmap v14439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:09.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:09.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:10.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:10.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:11.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:11.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:11 smithi194 ceph-mon[104785]: pgmap v14440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:28:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:11 smithi135 ceph-mon[93152]: pgmap v14440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:28:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:12.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:12.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:13.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:13.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:13 smithi135 ceph-mon[93152]: pgmap v14441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:13 smithi194 ceph-mon[104785]: pgmap v14441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:14.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:14.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:15.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:15.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:15 smithi194 ceph-mon[104785]: pgmap v14442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:15 smithi135 ceph-mon[93152]: pgmap v14442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:16.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:16.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:17.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:17.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:17 smithi194 ceph-mon[104785]: pgmap v14443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:17 smithi135 ceph-mon[93152]: pgmap v14443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:18.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:18.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:18 smithi194 ceph-mon[104785]: pgmap v14444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:18.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:18 smithi135 ceph-mon[93152]: pgmap v14444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:19.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:19.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:20.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:20.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:21.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:21.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:21 smithi194 ceph-mon[104785]: pgmap v14445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:28:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:21 smithi135 ceph-mon[93152]: pgmap v14445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:28:22.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:22.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:23.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:23.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:23 smithi135 ceph-mon[93152]: pgmap v14446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:23 smithi194 ceph-mon[104785]: pgmap v14446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:24.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:24.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:25.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:25.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:25 smithi194 ceph-mon[104785]: pgmap v14447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:25 smithi135 ceph-mon[93152]: pgmap v14447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:26.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:26.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:27.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:27.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:27 smithi194 ceph-mon[104785]: pgmap v14448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:27 smithi135 ceph-mon[93152]: pgmap v14448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:28.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:28.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:28 smithi194 ceph-mon[104785]: pgmap v14449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:28 smithi135 ceph-mon[93152]: pgmap v14449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:29.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:29.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:30.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:30.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:31.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:31.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:31 smithi194 ceph-mon[104785]: pgmap v14450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:28:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:31 smithi135 ceph-mon[93152]: pgmap v14450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:28:32.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:32.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:33.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:33.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:33 smithi194 ceph-mon[104785]: pgmap v14451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:33 smithi135 ceph-mon[93152]: pgmap v14451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:34.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:34.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:35.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:35.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:35 smithi194 ceph-mon[104785]: pgmap v14452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:35 smithi135 ceph-mon[93152]: pgmap v14452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:36.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:36.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:37.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:37.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:37 smithi194 ceph-mon[104785]: pgmap v14453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:37 smithi135 ceph-mon[93152]: pgmap v14453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:38.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:38.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:38 smithi194 ceph-mon[104785]: pgmap v14454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:38 smithi135 ceph-mon[93152]: pgmap v14454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:39.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:39.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:40.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:40.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:41.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:41.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:41 smithi194 ceph-mon[104785]: pgmap v14455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:28:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:41 smithi135 ceph-mon[93152]: pgmap v14455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:28:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:42.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:42.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:43.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:43.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:43 smithi194 ceph-mon[104785]: pgmap v14456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:43 smithi135 ceph-mon[93152]: pgmap v14456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:44.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:44.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:45.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:45.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:45 smithi194 ceph-mon[104785]: pgmap v14457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:45 smithi135 ceph-mon[93152]: pgmap v14457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:46.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:46.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:47.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:47.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:47 smithi194 ceph-mon[104785]: pgmap v14458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:47 smithi135 ceph-mon[93152]: pgmap v14458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:48.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:48.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:48 smithi135 ceph-mon[93152]: pgmap v14459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:48 smithi194 ceph-mon[104785]: pgmap v14459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:49.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:49.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:50.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:50.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:51.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:51.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:51 smithi194 ceph-mon[104785]: pgmap v14460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:28:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:51 smithi135 ceph-mon[93152]: pgmap v14460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:28:52.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:52.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:53.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:53.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:53 smithi194 ceph-mon[104785]: pgmap v14461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:53 smithi135 ceph-mon[93152]: pgmap v14461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:54.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:54.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:55.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:55.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:55 smithi194 ceph-mon[104785]: pgmap v14462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:55 smithi135 ceph-mon[93152]: pgmap v14462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:56.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:56.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:56.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:28:57.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:57.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:57 smithi194 ceph-mon[104785]: pgmap v14463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:57 smithi135 ceph-mon[93152]: pgmap v14463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:58.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:58.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:28:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:28:58 smithi194 ceph-mon[104785]: pgmap v14464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:28:58 smithi135 ceph-mon[93152]: pgmap v14464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:28:59.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:28:59.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:00.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:00.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:01.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:01.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:01 smithi194 ceph-mon[104785]: pgmap v14465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:29:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:29:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:01 smithi135 ceph-mon[93152]: pgmap v14465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:29:01.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:29:02.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:02.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:03.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:03.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:03.345 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:03 smithi135 ceph-mon[93152]: pgmap v14466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:03.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:03 smithi194 ceph-mon[104785]: pgmap v14466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:04.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:04.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:05.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:05.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:05 smithi194 ceph-mon[104785]: pgmap v14467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:05 smithi135 ceph-mon[93152]: pgmap v14467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:06.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:06.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:29:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:29:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:06 smithi194 ceph-mon[104785]: pgmap v14468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:29:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:29:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:29:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:29:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:29:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:29:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:29:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:06 smithi135 ceph-mon[93152]: pgmap v14468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:29:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:29:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:29:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:29:07.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:29:07.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:07.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:08.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:08.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:08 smithi194 ceph-mon[104785]: pgmap v14469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:08 smithi135 ceph-mon[93152]: pgmap v14469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:09.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:09.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:10.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:10.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:11.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:11.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:11 smithi194 ceph-mon[104785]: pgmap v14470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:29:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:11 smithi135 ceph-mon[93152]: pgmap v14470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:29:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:12.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:12.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:13.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:13.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:13.445 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:13 smithi135 ceph-mon[93152]: pgmap v14471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:13 smithi194 ceph-mon[104785]: pgmap v14471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:14.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:14.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:15.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:15.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:15 smithi194 ceph-mon[104785]: pgmap v14472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:15 smithi135 ceph-mon[93152]: pgmap v14472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:16.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:16.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:17.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:17.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:17 smithi194 ceph-mon[104785]: pgmap v14473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:17 smithi135 ceph-mon[93152]: pgmap v14473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:18.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:18.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:18 smithi194 ceph-mon[104785]: pgmap v14474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:18 smithi135 ceph-mon[93152]: pgmap v14474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:19.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:19.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:20.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:20.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:21.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:21.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:21 smithi194 ceph-mon[104785]: pgmap v14475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:29:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:21 smithi135 ceph-mon[93152]: pgmap v14475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:29:22.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:22.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:23.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:23.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:23 smithi194 ceph-mon[104785]: pgmap v14476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:23 smithi135 ceph-mon[93152]: pgmap v14476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:24.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:24.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:25.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:25.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:25 smithi194 ceph-mon[104785]: pgmap v14477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:25 smithi135 ceph-mon[93152]: pgmap v14477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:26.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:26.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:27.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:27.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:27 smithi194 ceph-mon[104785]: pgmap v14478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:27 smithi135 ceph-mon[93152]: pgmap v14478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:28.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:28.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:28 smithi194 ceph-mon[104785]: pgmap v14479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:28 smithi135 ceph-mon[93152]: pgmap v14479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:29.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:29.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:30.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:30.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:31.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:31.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:31 smithi194 ceph-mon[104785]: pgmap v14480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:29:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:31 smithi135 ceph-mon[93152]: pgmap v14480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:29:32.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:32.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:33.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:33.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:33 smithi194 ceph-mon[104785]: pgmap v14481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:33 smithi135 ceph-mon[93152]: pgmap v14481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:34.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:34.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:35 smithi194 ceph-mon[104785]: pgmap v14482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:35.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:35.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:35 smithi135 ceph-mon[93152]: pgmap v14482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:36.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:36.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:37.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:37.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:37 smithi194 ceph-mon[104785]: pgmap v14483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:37 smithi135 ceph-mon[93152]: pgmap v14483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:38.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:38.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:38.691 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:38 smithi135 ceph-mon[93152]: pgmap v14484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:38 smithi194 ceph-mon[104785]: pgmap v14484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:39.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:39.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:40.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:40.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:41.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:41.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:41 smithi194 ceph-mon[104785]: pgmap v14485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:29:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:41 smithi135 ceph-mon[93152]: pgmap v14485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:29:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:42.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:42.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:43.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:43.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:43 smithi194 ceph-mon[104785]: pgmap v14486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:43 smithi135 ceph-mon[93152]: pgmap v14486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:44.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:44.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:45.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:45.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:45 smithi194 ceph-mon[104785]: pgmap v14487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:45 smithi135 ceph-mon[93152]: pgmap v14487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:46.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:46.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:47.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:47.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:47 smithi194 ceph-mon[104785]: pgmap v14488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:47.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:47 smithi135 ceph-mon[93152]: pgmap v14488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:48.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:48.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:48 smithi194 ceph-mon[104785]: pgmap v14489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:48 smithi135 ceph-mon[93152]: pgmap v14489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:49.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:49.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:50.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:50.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:51.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:51.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:51 smithi194 ceph-mon[104785]: pgmap v14490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:29:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:51 smithi135 ceph-mon[93152]: pgmap v14490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:29:52.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:52.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:53.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:53.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:53 smithi194 ceph-mon[104785]: pgmap v14491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:53.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:53 smithi135 ceph-mon[93152]: pgmap v14491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:54.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:54.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:55.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:55.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:55 smithi194 ceph-mon[104785]: pgmap v14492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:55 smithi135 ceph-mon[93152]: pgmap v14492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:56.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:56.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:29:57.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:57.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:57 smithi194 ceph-mon[104785]: pgmap v14493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:57 smithi135 ceph-mon[93152]: pgmap v14493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:58.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:58.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:29:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:29:58 smithi194 ceph-mon[104785]: pgmap v14494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:29:58 smithi135 ceph-mon[93152]: pgmap v14494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:29:59.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:29:59.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:00.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:00.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T12:30:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T12:30:01.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:01.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:01 smithi194 ceph-mon[104785]: pgmap v14495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:30:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:01 smithi135 ceph-mon[93152]: pgmap v14495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:30:02.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:02.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:03.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:03.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:03 smithi194 ceph-mon[104785]: pgmap v14496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:03 smithi135 ceph-mon[93152]: pgmap v14496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:04.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:04.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:05.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:05.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:05 smithi194 ceph-mon[104785]: pgmap v14497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:05 smithi135 ceph-mon[93152]: pgmap v14497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:06.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:06.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:07.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:07.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:07 smithi194 ceph-mon[104785]: pgmap v14498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:30:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:30:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:30:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:30:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:30:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:30:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:07 smithi135 ceph-mon[93152]: pgmap v14498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:30:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:30:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:30:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:30:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:30:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:30:08.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:08.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:08 smithi194 ceph-mon[104785]: pgmap v14499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:08 smithi135 ceph-mon[93152]: pgmap v14499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:09.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:09.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:10.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:10.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:11.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:11.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:11 smithi194 ceph-mon[104785]: pgmap v14500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:30:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:11 smithi135 ceph-mon[93152]: pgmap v14500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:30:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:12.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:12.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:13.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:13.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:13 smithi194 ceph-mon[104785]: pgmap v14501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:13 smithi135 ceph-mon[93152]: pgmap v14501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:14.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:14.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:15.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:15.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:15 smithi194 ceph-mon[104785]: pgmap v14502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:15 smithi135 ceph-mon[93152]: pgmap v14502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:16.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:16.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:17.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:17.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:17 smithi194 ceph-mon[104785]: pgmap v14503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:17 smithi135 ceph-mon[93152]: pgmap v14503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:18.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:18.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:18 smithi194 ceph-mon[104785]: pgmap v14504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:18 smithi135 ceph-mon[93152]: pgmap v14504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:19.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:19.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:20.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:20.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:21.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:21.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:21 smithi194 ceph-mon[104785]: pgmap v14505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:30:21.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:21 smithi135 ceph-mon[93152]: pgmap v14505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:30:22.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:22.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:23.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:23.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:23 smithi194 ceph-mon[104785]: pgmap v14506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:23 smithi135 ceph-mon[93152]: pgmap v14506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:24.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:24.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:25.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:25.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:25.426 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:25 smithi194 ceph-mon[104785]: pgmap v14507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:25 smithi135 ceph-mon[93152]: pgmap v14507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:26.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:26.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:27.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:27.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:27 smithi194 ceph-mon[104785]: pgmap v14508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:27 smithi135 ceph-mon[93152]: pgmap v14508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:28.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:28.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:28 smithi194 ceph-mon[104785]: pgmap v14509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:28 smithi135 ceph-mon[93152]: pgmap v14509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:29.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:30.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:30.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:31.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:31.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:31 smithi194 ceph-mon[104785]: pgmap v14510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:30:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:31 smithi135 ceph-mon[93152]: pgmap v14510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:30:32.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:32.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:33.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:33.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:33 smithi194 ceph-mon[104785]: pgmap v14511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:33 smithi135 ceph-mon[93152]: pgmap v14511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:34.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:34.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:35.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:35.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:35 smithi194 ceph-mon[104785]: pgmap v14512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:35 smithi135 ceph-mon[93152]: pgmap v14512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:36.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:36.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:37.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:37.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:37 smithi194 ceph-mon[104785]: pgmap v14513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:37 smithi135 ceph-mon[93152]: pgmap v14513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:38.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:38.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:38 smithi194 ceph-mon[104785]: pgmap v14514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:38 smithi135 ceph-mon[93152]: pgmap v14514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:39.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:39.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:40.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:40.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:41.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:41.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:41 smithi194 ceph-mon[104785]: pgmap v14515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:30:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:41 smithi135 ceph-mon[93152]: pgmap v14515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:30:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:42.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:42.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:43.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:43.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:43 smithi194 ceph-mon[104785]: pgmap v14516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:43 smithi135 ceph-mon[93152]: pgmap v14516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:44.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:44.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:45.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:45.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:45 smithi194 ceph-mon[104785]: pgmap v14517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:45 smithi135 ceph-mon[93152]: pgmap v14517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:46.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:46.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:47 smithi194 ceph-mon[104785]: pgmap v14518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:47.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:47.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:47 smithi135 ceph-mon[93152]: pgmap v14518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:48.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:48.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:48 smithi194 ceph-mon[104785]: pgmap v14519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:48 smithi135 ceph-mon[93152]: pgmap v14519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:49.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:49.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:50.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:50.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:51 smithi194 ceph-mon[104785]: pgmap v14520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:30:51.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:51.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:51 smithi135 ceph-mon[93152]: pgmap v14520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:30:52.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:52.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:53 smithi194 ceph-mon[104785]: pgmap v14521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:53.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:53.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:53 smithi135 ceph-mon[93152]: pgmap v14521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:54.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:54.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:55 smithi194 ceph-mon[104785]: pgmap v14522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:55.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:55.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:55 smithi135 ceph-mon[93152]: pgmap v14522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:56.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:56.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:30:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:57 smithi194 ceph-mon[104785]: pgmap v14523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:57.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:57.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:57 smithi135 ceph-mon[93152]: pgmap v14523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:58.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:58.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:30:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:30:58 smithi194 ceph-mon[104785]: pgmap v14524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:30:58 smithi135 ceph-mon[93152]: pgmap v14524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:30:59.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:30:59.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:00.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:00.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:01 smithi194 ceph-mon[104785]: pgmap v14525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:31:01.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:01.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:01 smithi135 ceph-mon[93152]: pgmap v14525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:31:02.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:02.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:03 smithi194 ceph-mon[104785]: pgmap v14526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:03.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:03.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:03 smithi135 ceph-mon[93152]: pgmap v14526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:04.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:04.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:05 smithi194 ceph-mon[104785]: pgmap v14527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:05.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:05.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:05 smithi135 ceph-mon[93152]: pgmap v14527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:06.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:06.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:07 smithi194 ceph-mon[104785]: pgmap v14528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:31:07.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:07.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:07.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:07 smithi135 ceph-mon[93152]: pgmap v14528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:07.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:31:08.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:08.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:08 smithi194 ceph-mon[104785]: pgmap v14529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:08 smithi135 ceph-mon[93152]: pgmap v14529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:09.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:09.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:10.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:10.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:11 smithi194 ceph-mon[104785]: pgmap v14530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:31:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:11.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:11.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:11.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:11 smithi135 ceph-mon[93152]: pgmap v14530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:31:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:12.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:12.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:13 smithi194 ceph-mon[104785]: pgmap v14531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:13.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:13.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:13 smithi135 ceph-mon[93152]: pgmap v14531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:14.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:14.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:31:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:31:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:14 smithi135 ceph-mon[93152]: pgmap v14532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:31:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:31:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:31:15.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:31:15.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:14 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:31:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:31:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:31:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:14 smithi194 ceph-mon[104785]: pgmap v14532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:31:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:31:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:31:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:31:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:14 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:31:15.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:15.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:16.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:16.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:17 smithi194 ceph-mon[104785]: pgmap v14533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:17 smithi135 ceph-mon[93152]: pgmap v14533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:17.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:17.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:18.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:18.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:18 smithi194 ceph-mon[104785]: pgmap v14534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:18 smithi135 ceph-mon[93152]: pgmap v14534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:19.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:19.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:20.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:20.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:21 smithi194 ceph-mon[104785]: pgmap v14535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:31:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:21 smithi135 ceph-mon[93152]: pgmap v14535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:31:21.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:21.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:22.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:22.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:23 smithi194 ceph-mon[104785]: pgmap v14536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:23 smithi135 ceph-mon[93152]: pgmap v14536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:23.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:23.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:24.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:24.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:25 smithi194 ceph-mon[104785]: pgmap v14537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:25 smithi135 ceph-mon[93152]: pgmap v14537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:25.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:25.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:26.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:26.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:27 smithi194 ceph-mon[104785]: pgmap v14538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:27 smithi135 ceph-mon[93152]: pgmap v14538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:27.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:27.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:28.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:28.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:28 smithi194 ceph-mon[104785]: pgmap v14539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:28.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:28 smithi135 ceph-mon[93152]: pgmap v14539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:29.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:29.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:30.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:30.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:31 smithi194 ceph-mon[104785]: pgmap v14540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:31:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:31 smithi135 ceph-mon[93152]: pgmap v14540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:31:31.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:31.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:32.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:32.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:33 smithi194 ceph-mon[104785]: pgmap v14541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:33 smithi135 ceph-mon[93152]: pgmap v14541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:33.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:33.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:34.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:34.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:35 smithi194 ceph-mon[104785]: pgmap v14542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:35 smithi135 ceph-mon[93152]: pgmap v14542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:35.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:35.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:36.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:36.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:37 smithi194 ceph-mon[104785]: pgmap v14543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:37 smithi135 ceph-mon[93152]: pgmap v14543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:37.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:37.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:38.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:38.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:38 smithi194 ceph-mon[104785]: pgmap v14544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:38 smithi135 ceph-mon[93152]: pgmap v14544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:39.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:39.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:40.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:40.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:41 smithi194 ceph-mon[104785]: pgmap v14545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:31:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:41 smithi135 ceph-mon[93152]: pgmap v14545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:31:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:41.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:41.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:42.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:42.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:43 smithi194 ceph-mon[104785]: pgmap v14546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:43.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:43 smithi135 ceph-mon[93152]: pgmap v14546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:43.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:43.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:44.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:44.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:45 smithi135 ceph-mon[93152]: pgmap v14547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:45 smithi194 ceph-mon[104785]: pgmap v14547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:45.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:45.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:46.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:46.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:47 smithi194 ceph-mon[104785]: pgmap v14548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:47 smithi135 ceph-mon[93152]: pgmap v14548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:47.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:47.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:48.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:48.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:48 smithi194 ceph-mon[104785]: pgmap v14549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:48 smithi135 ceph-mon[93152]: pgmap v14549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:49.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:49.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:50.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:50.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:51 smithi194 ceph-mon[104785]: pgmap v14550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:31:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:51 smithi135 ceph-mon[93152]: pgmap v14550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:31:51.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:51.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:52.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:52.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:53 smithi194 ceph-mon[104785]: pgmap v14551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:53 smithi135 ceph-mon[93152]: pgmap v14551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:53.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:53.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:54.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:54.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:55 smithi194 ceph-mon[104785]: pgmap v14552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:55 smithi135 ceph-mon[93152]: pgmap v14552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:55.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:55.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:31:56.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:56.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:57 smithi194 ceph-mon[104785]: pgmap v14553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:57.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:57 smithi135 ceph-mon[93152]: pgmap v14553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:57.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:57.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:58.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:58.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:31:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:31:58 smithi194 ceph-mon[104785]: pgmap v14554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:31:58 smithi135 ceph-mon[93152]: pgmap v14554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:31:59.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:31:59.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:00.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:00.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:01.425 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:01 smithi194 ceph-mon[104785]: pgmap v14555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:32:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:01 smithi135 ceph-mon[93152]: pgmap v14555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:32:01.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:01.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:02.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:02.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:03 smithi194 ceph-mon[104785]: pgmap v14556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:03 smithi135 ceph-mon[93152]: pgmap v14556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:03.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:03.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:04.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:04.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:05 smithi194 ceph-mon[104785]: pgmap v14557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:05 smithi135 ceph-mon[93152]: pgmap v14557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:05.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:05.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:06.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:06.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:07 smithi194 ceph-mon[104785]: pgmap v14558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:07 smithi135 ceph-mon[93152]: pgmap v14558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:07.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:07.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:08.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:08.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:08 smithi194 ceph-mon[104785]: pgmap v14559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:08 smithi135 ceph-mon[93152]: pgmap v14559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:09.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:09.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:10.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:10.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:11 smithi194 ceph-mon[104785]: pgmap v14560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:32:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:11 smithi135 ceph-mon[93152]: pgmap v14560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:32:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:11.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:11.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:12.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:12.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:13 smithi194 ceph-mon[104785]: pgmap v14561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:13 smithi135 ceph-mon[93152]: pgmap v14561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:13.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:13.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:14.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:14.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:15 smithi194 ceph-mon[104785]: pgmap v14562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:32:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:32:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:32:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:15 smithi135 ceph-mon[93152]: pgmap v14562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:32:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:32:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:32:15.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:15.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:32:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:32:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:32:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:32:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:32:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:32:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:32:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:32:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:32:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:32:16.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:16.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:17 smithi194 ceph-mon[104785]: pgmap v14563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:17 smithi135 ceph-mon[93152]: pgmap v14563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:17.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:17.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:18.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:18.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:18 smithi194 ceph-mon[104785]: pgmap v14564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:18 smithi135 ceph-mon[93152]: pgmap v14564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:19.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:19.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:20.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:20.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:21 smithi194 ceph-mon[104785]: pgmap v14565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:32:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:21 smithi135 ceph-mon[93152]: pgmap v14565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:32:21.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:21.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:22.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:22.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:23 smithi194 ceph-mon[104785]: pgmap v14566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:23 smithi135 ceph-mon[93152]: pgmap v14566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:23.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:23.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:24.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:24.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:25 smithi194 ceph-mon[104785]: pgmap v14567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:25 smithi135 ceph-mon[93152]: pgmap v14567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:25.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:25.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:26.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:26.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:27 smithi194 ceph-mon[104785]: pgmap v14568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:27 smithi135 ceph-mon[93152]: pgmap v14568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:27.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:27.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:28.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:28.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:28 smithi194 ceph-mon[104785]: pgmap v14569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:28 smithi135 ceph-mon[93152]: pgmap v14569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:29.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:29.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:30.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:30.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:31 smithi194 ceph-mon[104785]: pgmap v14570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:32:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:31 smithi135 ceph-mon[93152]: pgmap v14570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:32:31.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:31.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:32.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:32.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:33 smithi194 ceph-mon[104785]: pgmap v14571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:33 smithi135 ceph-mon[93152]: pgmap v14571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:33.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:33.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:34.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:34.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:35.429 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:35 smithi135 ceph-mon[93152]: pgmap v14572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:35 smithi194 ceph-mon[104785]: pgmap v14572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:35.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:35.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:36.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:36.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:37 smithi194 ceph-mon[104785]: pgmap v14573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:37 smithi135 ceph-mon[93152]: pgmap v14573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:37.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:37.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:38.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:38.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:38 smithi194 ceph-mon[104785]: pgmap v14574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:38 smithi135 ceph-mon[93152]: pgmap v14574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:39.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:39.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:40.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:40.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:41 smithi194 ceph-mon[104785]: pgmap v14575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:32:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:41 smithi135 ceph-mon[93152]: pgmap v14575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:32:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:41.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:41.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:42.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:42.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:43 smithi194 ceph-mon[104785]: pgmap v14576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:43 smithi135 ceph-mon[93152]: pgmap v14576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:43.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:43.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:44.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:44.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:45 smithi194 ceph-mon[104785]: pgmap v14577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:45 smithi135 ceph-mon[93152]: pgmap v14577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:45.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:45.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:46.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:46.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:47 smithi194 ceph-mon[104785]: pgmap v14578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:47 smithi135 ceph-mon[93152]: pgmap v14578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:47.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:47.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:48.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:48.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:48 smithi194 ceph-mon[104785]: pgmap v14579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:48 smithi135 ceph-mon[93152]: pgmap v14579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:49.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:49.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:50.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:50.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:51 smithi194 ceph-mon[104785]: pgmap v14580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:32:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:51 smithi135 ceph-mon[93152]: pgmap v14580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:32:51.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:51.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:52.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:52.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:53 smithi194 ceph-mon[104785]: pgmap v14581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:53 smithi135 ceph-mon[93152]: pgmap v14581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:53.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:53.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:54.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:54.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:55 smithi194 ceph-mon[104785]: pgmap v14582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:55 smithi135 ceph-mon[93152]: pgmap v14582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:55.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:55.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:32:56.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:56.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:57 smithi194 ceph-mon[104785]: pgmap v14583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:57 smithi135 ceph-mon[93152]: pgmap v14583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:57.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:57.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:58.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:58.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:32:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:32:58 smithi194 ceph-mon[104785]: pgmap v14584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:32:58 smithi135 ceph-mon[93152]: pgmap v14584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:32:59.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:32:59.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:00.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:00.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:01 smithi194 ceph-mon[104785]: pgmap v14585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:33:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:01 smithi135 ceph-mon[93152]: pgmap v14585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:33:01.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:01.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:02.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:02.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:03 smithi194 ceph-mon[104785]: pgmap v14586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:03 smithi135 ceph-mon[93152]: pgmap v14586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:03.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:03.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:04.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:04.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:05 smithi194 ceph-mon[104785]: pgmap v14587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:05 smithi135 ceph-mon[93152]: pgmap v14587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:05.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:05.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:06.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:06.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:07 smithi194 ceph-mon[104785]: pgmap v14588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:07 smithi135 ceph-mon[93152]: pgmap v14588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:07.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:07.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:08.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:08.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:08 smithi194 ceph-mon[104785]: pgmap v14589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:08 smithi135 ceph-mon[93152]: pgmap v14589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:09.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:09.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:10.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:10.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:11 smithi194 ceph-mon[104785]: pgmap v14590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:33:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:11 smithi135 ceph-mon[93152]: pgmap v14590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:33:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:11.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:11.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:12.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:12.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:13 smithi194 ceph-mon[104785]: pgmap v14591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:13 smithi135 ceph-mon[93152]: pgmap v14591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:13.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:13.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:14.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:14.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:15 smithi194 ceph-mon[104785]: pgmap v14592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:15 smithi135 ceph-mon[93152]: pgmap v14592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:15.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:15.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:33:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:33:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:33:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:33:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:33:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:33:16.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:33:16.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:33:16.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:33:16.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:33:16.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:33:16.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:33:16.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:16.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:17 smithi194 ceph-mon[104785]: pgmap v14593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:17 smithi135 ceph-mon[93152]: pgmap v14593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:17.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:17.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:18.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:18.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:18 smithi194 ceph-mon[104785]: pgmap v14594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:18 smithi135 ceph-mon[93152]: pgmap v14594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:19.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:19.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:20.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:20.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:21 smithi194 ceph-mon[104785]: pgmap v14595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:33:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:21 smithi135 ceph-mon[93152]: pgmap v14595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:33:21.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:21.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:22.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:22.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:23 smithi194 ceph-mon[104785]: pgmap v14596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:23 smithi135 ceph-mon[93152]: pgmap v14596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:23.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:23.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:24.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:24.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:25 smithi194 ceph-mon[104785]: pgmap v14597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:25 smithi135 ceph-mon[93152]: pgmap v14597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:25.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:25.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:26.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:26.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:27 smithi194 ceph-mon[104785]: pgmap v14598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:27.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:27 smithi135 ceph-mon[93152]: pgmap v14598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:27.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:27.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:28 smithi194 ceph-mon[104785]: pgmap v14599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:28.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:28.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:28 smithi135 ceph-mon[93152]: pgmap v14599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:29.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:29.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:30.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:30.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:31 smithi135 ceph-mon[93152]: pgmap v14600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:33:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:31 smithi194 ceph-mon[104785]: pgmap v14600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:33:31.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:31.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:32.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:32.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:33 smithi194 ceph-mon[104785]: pgmap v14601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:33 smithi135 ceph-mon[93152]: pgmap v14601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:33.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:33.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:34.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:34.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:35 smithi194 ceph-mon[104785]: pgmap v14602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:35 smithi135 ceph-mon[93152]: pgmap v14602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:35.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:35.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:36.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:36.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:37.422 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:37 smithi194 ceph-mon[104785]: pgmap v14603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:37.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:37 smithi135 ceph-mon[93152]: pgmap v14603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:37.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:37.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:38 smithi194 ceph-mon[104785]: pgmap v14604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:38.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:38.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:38.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:38 smithi135 ceph-mon[93152]: pgmap v14604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:39.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:39.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:40.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:40.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:41 smithi194 ceph-mon[104785]: pgmap v14605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:33:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:41 smithi135 ceph-mon[93152]: pgmap v14605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:33:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:41.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:41.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:42.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:42.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:43 smithi194 ceph-mon[104785]: pgmap v14606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:43 smithi135 ceph-mon[93152]: pgmap v14606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:43.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:43.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:44.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:44.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:45 smithi194 ceph-mon[104785]: pgmap v14607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:45 smithi135 ceph-mon[93152]: pgmap v14607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:45.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:45.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:46.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:46.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:47 smithi194 ceph-mon[104785]: pgmap v14608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:47 smithi135 ceph-mon[93152]: pgmap v14608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:47.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:47.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:48 smithi194 ceph-mon[104785]: pgmap v14609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:48.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:48.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:48.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:48 smithi135 ceph-mon[93152]: pgmap v14609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:49.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:49.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:50.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:50.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:51 smithi194 ceph-mon[104785]: pgmap v14610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:33:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:51 smithi135 ceph-mon[93152]: pgmap v14610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:33:51.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:51.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:52.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:52.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:53 smithi194 ceph-mon[104785]: pgmap v14611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:53 smithi135 ceph-mon[93152]: pgmap v14611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:53.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:53.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:54.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:54.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:55 smithi194 ceph-mon[104785]: pgmap v14612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:55 smithi135 ceph-mon[93152]: pgmap v14612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:55.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:55.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:33:56.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:56.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:57 smithi194 ceph-mon[104785]: pgmap v14613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:57 smithi135 ceph-mon[93152]: pgmap v14613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:57.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:57.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:33:58 smithi194 ceph-mon[104785]: pgmap v14614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:33:58 smithi135 ceph-mon[93152]: pgmap v14614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:33:58.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:58.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:33:59.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:33:59.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:00.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:00.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:01 smithi194 ceph-mon[104785]: pgmap v14615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:34:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:01 smithi135 ceph-mon[93152]: pgmap v14615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:34:01.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:01.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:02.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:02.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:03 smithi194 ceph-mon[104785]: pgmap v14616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:03 smithi135 ceph-mon[93152]: pgmap v14616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:03.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:03.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:04.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:04.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:05 smithi194 ceph-mon[104785]: pgmap v14617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:05 smithi135 ceph-mon[93152]: pgmap v14617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:05.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:05.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:06.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:06.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:07 smithi194 ceph-mon[104785]: pgmap v14618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:07 smithi135 ceph-mon[93152]: pgmap v14618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:07.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:07.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:08 smithi194 ceph-mon[104785]: pgmap v14619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:08 smithi135 ceph-mon[93152]: pgmap v14619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:08.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:08.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:09.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:09.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:10.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:10.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:11 smithi194 ceph-mon[104785]: pgmap v14620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:34:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:11 smithi135 ceph-mon[93152]: pgmap v14620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:34:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:11.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:11.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:12.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:12.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:13 smithi194 ceph-mon[104785]: pgmap v14621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:13 smithi135 ceph-mon[93152]: pgmap v14621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:13.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:13.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:14.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:14.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:15 smithi194 ceph-mon[104785]: pgmap v14622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:15 smithi135 ceph-mon[93152]: pgmap v14622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:15.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:15.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:34:16.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:34:16.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:16.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:17 smithi194 ceph-mon[104785]: pgmap v14623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:34:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:34:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:34:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:34:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:34:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:34:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:34:17.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:17 smithi135 ceph-mon[93152]: pgmap v14623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:34:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:34:17.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:17.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:18 smithi194 ceph-mon[104785]: pgmap v14624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:18 smithi135 ceph-mon[93152]: pgmap v14624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:18.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:18.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:19.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:19.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:20.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:20.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:21 smithi194 ceph-mon[104785]: pgmap v14625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:34:21.469 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:21 smithi135 ceph-mon[93152]: pgmap v14625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:34:21.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:21.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:22.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:22.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:23 smithi194 ceph-mon[104785]: pgmap v14626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:23 smithi135 ceph-mon[93152]: pgmap v14626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:23.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:23.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:24.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:24.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:25 smithi194 ceph-mon[104785]: pgmap v14627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:25 smithi135 ceph-mon[93152]: pgmap v14627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:25.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:25.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:26.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:26.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:27 smithi194 ceph-mon[104785]: pgmap v14628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:27 smithi135 ceph-mon[93152]: pgmap v14628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:27.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:27.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:28 smithi194 ceph-mon[104785]: pgmap v14629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:28 smithi135 ceph-mon[93152]: pgmap v14629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:28.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:28.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:29.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:29.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:30.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:30.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:31 smithi194 ceph-mon[104785]: pgmap v14630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:34:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:31 smithi135 ceph-mon[93152]: pgmap v14630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:34:31.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:31.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:32.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:32.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:33 smithi194 ceph-mon[104785]: pgmap v14631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:33 smithi135 ceph-mon[93152]: pgmap v14631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:33.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:33.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:34.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:34.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:35 smithi194 ceph-mon[104785]: pgmap v14632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:35 smithi135 ceph-mon[93152]: pgmap v14632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:35.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:35.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:36.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:36.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:37 smithi194 ceph-mon[104785]: pgmap v14633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:37 smithi135 ceph-mon[93152]: pgmap v14633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:37.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:37.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:38 smithi194 ceph-mon[104785]: pgmap v14634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:38 smithi135 ceph-mon[93152]: pgmap v14634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:38.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:38.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:39.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:39.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:40.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:40.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:41 smithi194 ceph-mon[104785]: pgmap v14635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:34:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:41 smithi135 ceph-mon[93152]: pgmap v14635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:34:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:41.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:41.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:42.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:42.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:43 smithi194 ceph-mon[104785]: pgmap v14636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:43 smithi135 ceph-mon[93152]: pgmap v14636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:43.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:43.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:44.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:44.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:45 smithi194 ceph-mon[104785]: pgmap v14637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:45 smithi135 ceph-mon[93152]: pgmap v14637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:45.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:45.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:46.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:46.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:47 smithi194 ceph-mon[104785]: pgmap v14638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:47 smithi135 ceph-mon[93152]: pgmap v14638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:47.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:47.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:48 smithi194 ceph-mon[104785]: pgmap v14639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:48 smithi135 ceph-mon[93152]: pgmap v14639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:48.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:48.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:49.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:49.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:50.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:50.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:51 smithi194 ceph-mon[104785]: pgmap v14640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:34:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:51 smithi135 ceph-mon[93152]: pgmap v14640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:34:51.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:51.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:52.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:52.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:53 smithi194 ceph-mon[104785]: pgmap v14641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:53 smithi135 ceph-mon[93152]: pgmap v14641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:53.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:53.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:54.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:54.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:55 smithi194 ceph-mon[104785]: pgmap v14642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:55 smithi135 ceph-mon[93152]: pgmap v14642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:55.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:55.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:34:56.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:56.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:57 smithi194 ceph-mon[104785]: pgmap v14643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:57 smithi135 ceph-mon[93152]: pgmap v14643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:57.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:57.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:34:58 smithi194 ceph-mon[104785]: pgmap v14644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:34:58 smithi135 ceph-mon[93152]: pgmap v14644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:34:58.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:58.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:34:59.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:34:59.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:00.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:00.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:01 smithi194 ceph-mon[104785]: pgmap v14645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:35:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:01 smithi135 ceph-mon[93152]: pgmap v14645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:35:01.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:01.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:02.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:02.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:03 smithi194 ceph-mon[104785]: pgmap v14646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:03 smithi135 ceph-mon[93152]: pgmap v14646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:03.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:03.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:04.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:04.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:05 smithi194 ceph-mon[104785]: pgmap v14647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:05 smithi135 ceph-mon[93152]: pgmap v14647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:05.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:05.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:06.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:06.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:07 smithi194 ceph-mon[104785]: pgmap v14648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:07 smithi135 ceph-mon[93152]: pgmap v14648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:07.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:07.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:08 smithi194 ceph-mon[104785]: pgmap v14649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:08 smithi135 ceph-mon[93152]: pgmap v14649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:08.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:08.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:09.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:09.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:10.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:10.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:11 smithi194 ceph-mon[104785]: pgmap v14650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:35:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:11 smithi135 ceph-mon[93152]: pgmap v14650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:35:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:11.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:11.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:12.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:12.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:13 smithi194 ceph-mon[104785]: pgmap v14651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:13 smithi135 ceph-mon[93152]: pgmap v14651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:13.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:13.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:14.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:14.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:15 smithi194 ceph-mon[104785]: pgmap v14652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:15 smithi135 ceph-mon[93152]: pgmap v14652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:15.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:15.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:16.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:16.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:17 smithi194 ceph-mon[104785]: pgmap v14653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:35:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:17 smithi135 ceph-mon[93152]: pgmap v14653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:35:17.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:17.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:35:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:35:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:35:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:35:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:35:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:18 smithi194 ceph-mon[104785]: pgmap v14654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:35:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:35:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:35:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:35:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:35:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:18 smithi135 ceph-mon[93152]: pgmap v14654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:18.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:18.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:19.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:19.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:20.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:20.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:21 smithi194 ceph-mon[104785]: pgmap v14655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:35:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:21 smithi135 ceph-mon[93152]: pgmap v14655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:35:21.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:21.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:22.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:22.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:23 smithi194 ceph-mon[104785]: pgmap v14656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:23 smithi135 ceph-mon[93152]: pgmap v14656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:23.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:23.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:24.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:24.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:25 smithi194 ceph-mon[104785]: pgmap v14657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:25 smithi135 ceph-mon[93152]: pgmap v14657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:25.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:25.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:26.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:26.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:27 smithi135 ceph-mon[93152]: pgmap v14658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:27 smithi194 ceph-mon[104785]: pgmap v14658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:27.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:27.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:28 smithi194 ceph-mon[104785]: pgmap v14659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:28 smithi135 ceph-mon[93152]: pgmap v14659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:28.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:28.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:29.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:29.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:30.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:30.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:31 smithi194 ceph-mon[104785]: pgmap v14660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:35:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:31 smithi135 ceph-mon[93152]: pgmap v14660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:35:31.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:31.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:32.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:32.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:33 smithi194 ceph-mon[104785]: pgmap v14661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:33 smithi135 ceph-mon[93152]: pgmap v14661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:33.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:33.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:34.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:34.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:35 smithi194 ceph-mon[104785]: pgmap v14662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:35 smithi135 ceph-mon[93152]: pgmap v14662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:35.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:35.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:36.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:36.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:37 smithi135 ceph-mon[93152]: pgmap v14663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:37 smithi194 ceph-mon[104785]: pgmap v14663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:37.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:37.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:38 smithi135 ceph-mon[93152]: pgmap v14664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:38.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:38.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:38 smithi194 ceph-mon[104785]: pgmap v14664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:39.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:39.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:40.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:40.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:41 smithi194 ceph-mon[104785]: pgmap v14665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:35:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:41 smithi135 ceph-mon[93152]: pgmap v14665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:35:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:41.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:41.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:42.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:42.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:43 smithi194 ceph-mon[104785]: pgmap v14666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:43 smithi135 ceph-mon[93152]: pgmap v14666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:43.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:43.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:44.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:44.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:45 smithi135 ceph-mon[93152]: pgmap v14667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:45 smithi194 ceph-mon[104785]: pgmap v14667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:45.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:45.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:46.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:46.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:47 smithi135 ceph-mon[93152]: pgmap v14668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:47 smithi194 ceph-mon[104785]: pgmap v14668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:47.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:47.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:48 smithi135 ceph-mon[93152]: pgmap v14669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:48.782 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:48 smithi194 ceph-mon[104785]: pgmap v14669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:48.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:48.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:49.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:49.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:50.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:50.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:51 smithi194 ceph-mon[104785]: pgmap v14670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:35:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:51 smithi135 ceph-mon[93152]: pgmap v14670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:35:51.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:51.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:52.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:52.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:53 smithi135 ceph-mon[93152]: pgmap v14671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:53 smithi194 ceph-mon[104785]: pgmap v14671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:53.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:53.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:54.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:54.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:55 smithi135 ceph-mon[93152]: pgmap v14672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:55 smithi194 ceph-mon[104785]: pgmap v14672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:55.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:55.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:35:56.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:56.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:57 smithi135 ceph-mon[93152]: pgmap v14673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:57 smithi194 ceph-mon[104785]: pgmap v14673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:57.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:57.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:35:58 smithi135 ceph-mon[93152]: pgmap v14674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:58.885 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:35:58 smithi194 ceph-mon[104785]: pgmap v14674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:35:58.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:58.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:35:59.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:35:59.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:00.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:00.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:01 smithi135 ceph-mon[93152]: pgmap v14675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:36:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:01 smithi194 ceph-mon[104785]: pgmap v14675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:36:01.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:01.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:02.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:02.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:03 smithi135 ceph-mon[93152]: pgmap v14676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:03 smithi194 ceph-mon[104785]: pgmap v14676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:03.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:03.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:04.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:04.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:05 smithi135 ceph-mon[93152]: pgmap v14677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:05 smithi194 ceph-mon[104785]: pgmap v14677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:05.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:05.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:06.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:06.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:07.503 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:07 smithi135 ceph-mon[93152]: pgmap v14678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:07 smithi194 ceph-mon[104785]: pgmap v14678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:07.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:07.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:08 smithi135 ceph-mon[93152]: pgmap v14679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:08 smithi194 ceph-mon[104785]: pgmap v14679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:08.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:08.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:09.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:09.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:10.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:10.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:11 smithi135 ceph-mon[93152]: pgmap v14680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:36:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:11 smithi194 ceph-mon[104785]: pgmap v14680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:36:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:11.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:11.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:12.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:12.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:13 smithi135 ceph-mon[93152]: pgmap v14681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:13 smithi194 ceph-mon[104785]: pgmap v14681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:13.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:13.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:15.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:15.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:15 smithi135 ceph-mon[93152]: pgmap v14682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:15 smithi194 ceph-mon[104785]: pgmap v14682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:16.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:16.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:17.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:17.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:17 smithi135 ceph-mon[93152]: pgmap v14683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:17 smithi194 ceph-mon[104785]: pgmap v14683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:18.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:18.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:36:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: pgmap v14684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:36:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:36:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:36:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:36:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1495M 2023-10-08T12:36:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:36:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:36:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:36:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:36:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:36:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:36:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:36:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: pgmap v14684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1495M 2023-10-08T12:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:36:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:36:19.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:19.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:20.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:20.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:21.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:21.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:21 smithi135 ceph-mon[93152]: pgmap v14685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:36:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:21 smithi194 ceph-mon[104785]: pgmap v14685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:36:22.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:22.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:23.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:23.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:23 smithi135 ceph-mon[93152]: pgmap v14686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:23 smithi194 ceph-mon[104785]: pgmap v14686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:24.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:24.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:25.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:25.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:25 smithi135 ceph-mon[93152]: pgmap v14687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:25 smithi194 ceph-mon[104785]: pgmap v14687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:26.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:26.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:27.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:27.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:27 smithi135 ceph-mon[93152]: pgmap v14688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:27 smithi194 ceph-mon[104785]: pgmap v14688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:28.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:28.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:28 smithi135 ceph-mon[93152]: pgmap v14689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:28 smithi194 ceph-mon[104785]: pgmap v14689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:29.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:29.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:30.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:30.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:31.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:31.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:31 smithi135 ceph-mon[93152]: pgmap v14690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:36:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:31 smithi194 ceph-mon[104785]: pgmap v14690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:36:32.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:32.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:33.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:33.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:33 smithi135 ceph-mon[93152]: pgmap v14691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:33 smithi194 ceph-mon[104785]: pgmap v14691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:34.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:34.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:35.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:35.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:35 smithi135 ceph-mon[93152]: pgmap v14692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:35 smithi194 ceph-mon[104785]: pgmap v14692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:36.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:36.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:37.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:37.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:37 smithi135 ceph-mon[93152]: pgmap v14693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:37 smithi194 ceph-mon[104785]: pgmap v14693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:38.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:38.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:38 smithi135 ceph-mon[93152]: pgmap v14694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:38 smithi194 ceph-mon[104785]: pgmap v14694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:39.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:39.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:40.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:40.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:41.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:41.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:41 smithi135 ceph-mon[93152]: pgmap v14695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:36:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:41 smithi194 ceph-mon[104785]: pgmap v14695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:36:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:42.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:42.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:43.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:43.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:43 smithi135 ceph-mon[93152]: pgmap v14696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:43 smithi194 ceph-mon[104785]: pgmap v14696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:44.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:44.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:45.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:45.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:45 smithi135 ceph-mon[93152]: pgmap v14697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:45 smithi194 ceph-mon[104785]: pgmap v14697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:46.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:46.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:47.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:47.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:47 smithi135 ceph-mon[93152]: pgmap v14698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:47 smithi194 ceph-mon[104785]: pgmap v14698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:48.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:48.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:48 smithi135 ceph-mon[93152]: pgmap v14699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:48 smithi194 ceph-mon[104785]: pgmap v14699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:49.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:49.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:50.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:50.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:51.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:51.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:51 smithi135 ceph-mon[93152]: pgmap v14700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:36:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:51 smithi194 ceph-mon[104785]: pgmap v14700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:36:52.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:52.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:53.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:53.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:53 smithi135 ceph-mon[93152]: pgmap v14701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:53 smithi194 ceph-mon[104785]: pgmap v14701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:54.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:54.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:55.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:55.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:55 smithi135 ceph-mon[93152]: pgmap v14702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:55.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:55 smithi194 ceph-mon[104785]: pgmap v14702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:56.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:56.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:36:57.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:57.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:57.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:57 smithi135 ceph-mon[93152]: pgmap v14703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:57 smithi194 ceph-mon[104785]: pgmap v14703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:58.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:58.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:36:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:36:58 smithi135 ceph-mon[93152]: pgmap v14704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:36:58 smithi194 ceph-mon[104785]: pgmap v14704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:36:59.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:36:59.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:00.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:00.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:01.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:01.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:01 smithi135 ceph-mon[93152]: pgmap v14705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:37:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:01 smithi194 ceph-mon[104785]: pgmap v14705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:37:02.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:02.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:03.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:03.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:03 smithi135 ceph-mon[93152]: pgmap v14706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:03 smithi194 ceph-mon[104785]: pgmap v14706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:04.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:04.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:05.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:05.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:05 smithi135 ceph-mon[93152]: pgmap v14707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:05 smithi194 ceph-mon[104785]: pgmap v14707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:06.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:06.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:07.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:07.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:07 smithi135 ceph-mon[93152]: pgmap v14708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:07 smithi194 ceph-mon[104785]: pgmap v14708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:08.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:08.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:08 smithi135 ceph-mon[93152]: pgmap v14709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:08 smithi194 ceph-mon[104785]: pgmap v14709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:09.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:09.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:10.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:10.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:11.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:11.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:11 smithi135 ceph-mon[93152]: pgmap v14710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:37:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:11 smithi194 ceph-mon[104785]: pgmap v14710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:37:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:12.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:12.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:13.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:13.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:13 smithi135 ceph-mon[93152]: pgmap v14711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:13 smithi194 ceph-mon[104785]: pgmap v14711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:14.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:14.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:15.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:15.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:15 smithi135 ceph-mon[93152]: pgmap v14712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:15 smithi194 ceph-mon[104785]: pgmap v14712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:16.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:16.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:17.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:17.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:17 smithi135 ceph-mon[93152]: pgmap v14713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:17 smithi194 ceph-mon[104785]: pgmap v14713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:18.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:18.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:18 smithi135 ceph-mon[93152]: pgmap v14714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:37:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:18 smithi194 ceph-mon[104785]: pgmap v14714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:37:19.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:19.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:19.732 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:37:19.732 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:37:19.732 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:37:19.733 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:37:19.733 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:37:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:37:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:37:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:37:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:37:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:37:20.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:20.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:20 smithi135 ceph-mon[93152]: pgmap v14715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:37:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:20 smithi194 ceph-mon[104785]: pgmap v14715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:37:21.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:21.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:22.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:22.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:23.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:23.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:23 smithi135 ceph-mon[93152]: pgmap v14716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:23.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:23 smithi194 ceph-mon[104785]: pgmap v14716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:24.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:24.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:25.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:25.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:25 smithi135 ceph-mon[93152]: pgmap v14717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:25 smithi194 ceph-mon[104785]: pgmap v14717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:26.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:26.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:27.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:27.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:27 smithi135 ceph-mon[93152]: pgmap v14718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:27 smithi194 ceph-mon[104785]: pgmap v14718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:28.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:28.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:28 smithi135 ceph-mon[93152]: pgmap v14719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:28 smithi194 ceph-mon[104785]: pgmap v14719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:29.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:29.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:30.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:30.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:31.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:31.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:31 smithi135 ceph-mon[93152]: pgmap v14720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:37:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:31 smithi194 ceph-mon[104785]: pgmap v14720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:37:32.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:32.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:33.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:33.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:33 smithi135 ceph-mon[93152]: pgmap v14721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:33 smithi194 ceph-mon[104785]: pgmap v14721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:34.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:34.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:35.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:35.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:35 smithi135 ceph-mon[93152]: pgmap v14722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:35 smithi194 ceph-mon[104785]: pgmap v14722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:36.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:36.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:37.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:37.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:37 smithi135 ceph-mon[93152]: pgmap v14723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:37 smithi194 ceph-mon[104785]: pgmap v14723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:38.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:38.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:38 smithi135 ceph-mon[93152]: pgmap v14724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:38 smithi194 ceph-mon[104785]: pgmap v14724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:39.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:39.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:40.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:40.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:41.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:41.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:41 smithi135 ceph-mon[93152]: pgmap v14725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:37:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:41 smithi194 ceph-mon[104785]: pgmap v14725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:37:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:42.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:42.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:43.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:43.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:43 smithi135 ceph-mon[93152]: pgmap v14726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:43 smithi194 ceph-mon[104785]: pgmap v14726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:44.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:44.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:45.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:45.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:45 smithi135 ceph-mon[93152]: pgmap v14727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:45 smithi194 ceph-mon[104785]: pgmap v14727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:46.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:46.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:47.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:47.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:47 smithi135 ceph-mon[93152]: pgmap v14728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:47 smithi194 ceph-mon[104785]: pgmap v14728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:48.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:48.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:48 smithi135 ceph-mon[93152]: pgmap v14729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:48 smithi194 ceph-mon[104785]: pgmap v14729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:49.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:49.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:50.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:50.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:51.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:51.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:51 smithi135 ceph-mon[93152]: pgmap v14730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:37:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:51 smithi194 ceph-mon[104785]: pgmap v14730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:37:52.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:52.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:53.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:53.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:53 smithi135 ceph-mon[93152]: pgmap v14731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:53 smithi194 ceph-mon[104785]: pgmap v14731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:54.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:54.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:55.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:55.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:55 smithi194 ceph-mon[104785]: pgmap v14732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:55 smithi135 ceph-mon[93152]: pgmap v14732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:56.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:56.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:37:57.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:57.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:57 smithi194 ceph-mon[104785]: pgmap v14733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:57 smithi135 ceph-mon[93152]: pgmap v14733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:58.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:58.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:37:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:37:58 smithi135 ceph-mon[93152]: pgmap v14734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:37:58 smithi194 ceph-mon[104785]: pgmap v14734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:37:59.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:37:59.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:00.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:00.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:01.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:01.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:01 smithi135 ceph-mon[93152]: pgmap v14735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:38:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:01 smithi194 ceph-mon[104785]: pgmap v14735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:38:02.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:02.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:03.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:03.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:03 smithi135 ceph-mon[93152]: pgmap v14736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:03 smithi194 ceph-mon[104785]: pgmap v14736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:04.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:04.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:05.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:05.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:05 smithi194 ceph-mon[104785]: pgmap v14737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:05 smithi135 ceph-mon[93152]: pgmap v14737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:06.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:06.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:07.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:07.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:07 smithi135 ceph-mon[93152]: pgmap v14738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:07 smithi194 ceph-mon[104785]: pgmap v14738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:08.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:08.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:08 smithi135 ceph-mon[93152]: pgmap v14739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:08 smithi194 ceph-mon[104785]: pgmap v14739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:09.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:09.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:10.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:10.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:11.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:11.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:11 smithi135 ceph-mon[93152]: pgmap v14740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:38:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:11 smithi194 ceph-mon[104785]: pgmap v14740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:38:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:12.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:12.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:13.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:13.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:13 smithi135 ceph-mon[93152]: pgmap v14741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:13 smithi194 ceph-mon[104785]: pgmap v14741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:14.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:14.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:15.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:15.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:15 smithi135 ceph-mon[93152]: pgmap v14742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:15 smithi194 ceph-mon[104785]: pgmap v14742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:16.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:16.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:17.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:17.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:17 smithi194 ceph-mon[104785]: pgmap v14743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:17 smithi135 ceph-mon[93152]: pgmap v14743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:18.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:18.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:18 smithi135 ceph-mon[93152]: pgmap v14744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:18 smithi194 ceph-mon[104785]: pgmap v14744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:19.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:19.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:38:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:38:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:38:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:38:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:38:19.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:38:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:38:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:38:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:38:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:38:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:38:19.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:38:20.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:20.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:20 smithi194 ceph-mon[104785]: pgmap v14745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:38:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:20 smithi135 ceph-mon[93152]: pgmap v14745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:38:21.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:21.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:22.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:22.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:23.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:23.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:23 smithi135 ceph-mon[93152]: pgmap v14746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:23 smithi194 ceph-mon[104785]: pgmap v14746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:24.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:24.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:25.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:25.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:25 smithi135 ceph-mon[93152]: pgmap v14747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:25 smithi194 ceph-mon[104785]: pgmap v14747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:26.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:26.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:27.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:27.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:27 smithi194 ceph-mon[104785]: pgmap v14748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:27 smithi135 ceph-mon[93152]: pgmap v14748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:28.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:28.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:28 smithi135 ceph-mon[93152]: pgmap v14749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:28 smithi194 ceph-mon[104785]: pgmap v14749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:29.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:29.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:30.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:30.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:31.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:31.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:31 smithi135 ceph-mon[93152]: pgmap v14750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:38:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:31 smithi194 ceph-mon[104785]: pgmap v14750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:38:32.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:32.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:33.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:33.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:33 smithi194 ceph-mon[104785]: pgmap v14751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:33 smithi135 ceph-mon[93152]: pgmap v14751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:34.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:34.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:35.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:35.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:35.523 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:35 smithi194 ceph-mon[104785]: pgmap v14752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:35 smithi135 ceph-mon[93152]: pgmap v14752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:36.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:36.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:37.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:37.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:37 smithi194 ceph-mon[104785]: pgmap v14753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:37 smithi135 ceph-mon[93152]: pgmap v14753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:38.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:38.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:38.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:38 smithi135 ceph-mon[93152]: pgmap v14754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:38 smithi194 ceph-mon[104785]: pgmap v14754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:39.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:39.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:40.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:40.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:41.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:41.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:41 smithi194 ceph-mon[104785]: pgmap v14755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:38:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:41 smithi135 ceph-mon[93152]: pgmap v14755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:38:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:42.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:42.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:43.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:43.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:43 smithi194 ceph-mon[104785]: pgmap v14756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:43.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:43 smithi135 ceph-mon[93152]: pgmap v14756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:44.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:44.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:45.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:45.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:45.629 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:45 smithi194 ceph-mon[104785]: pgmap v14757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:45 smithi135 ceph-mon[93152]: pgmap v14757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:46.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:46.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:47.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:47.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:47 smithi194 ceph-mon[104785]: pgmap v14758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:47 smithi135 ceph-mon[93152]: pgmap v14758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:48.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:48.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:48 smithi194 ceph-mon[104785]: pgmap v14759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:48 smithi135 ceph-mon[93152]: pgmap v14759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:49.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:49.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:50.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:50.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:51.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:51.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:51 smithi194 ceph-mon[104785]: pgmap v14760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:38:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:51 smithi135 ceph-mon[93152]: pgmap v14760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:38:52.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:52.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:53.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:53.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:53 smithi194 ceph-mon[104785]: pgmap v14761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:53 smithi135 ceph-mon[93152]: pgmap v14761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:54.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:54.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:55.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:55.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:55 smithi194 ceph-mon[104785]: pgmap v14762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:55 smithi135 ceph-mon[93152]: pgmap v14762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:56.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:56.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:38:57.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:57.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:57 smithi194 ceph-mon[104785]: pgmap v14763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:57 smithi135 ceph-mon[93152]: pgmap v14763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:58.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:58.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:38:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:38:58 smithi135 ceph-mon[93152]: pgmap v14764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:38:58 smithi194 ceph-mon[104785]: pgmap v14764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:38:59.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:38:59.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:00.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:00.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:01.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:01.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:01 smithi194 ceph-mon[104785]: pgmap v14765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:39:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:01 smithi135 ceph-mon[93152]: pgmap v14765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:39:02.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:02.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:03.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:03.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:03 smithi194 ceph-mon[104785]: pgmap v14766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:03 smithi135 ceph-mon[93152]: pgmap v14766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:04.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:04.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:05.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:05.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:05 smithi194 ceph-mon[104785]: pgmap v14767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:05 smithi135 ceph-mon[93152]: pgmap v14767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:06.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:06.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:07.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:07.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:07 smithi194 ceph-mon[104785]: pgmap v14768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:07 smithi135 ceph-mon[93152]: pgmap v14768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:08.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:08.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:08 smithi194 ceph-mon[104785]: pgmap v14769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:08 smithi135 ceph-mon[93152]: pgmap v14769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:09.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:09.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:10.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:10.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:11.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:11.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:11 smithi194 ceph-mon[104785]: pgmap v14770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:39:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:11 smithi135 ceph-mon[93152]: pgmap v14770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:39:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:12.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:12.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:13.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:13.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:13 smithi194 ceph-mon[104785]: pgmap v14771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:13 smithi135 ceph-mon[93152]: pgmap v14771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:14.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:14.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:15.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:15.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:15 smithi194 ceph-mon[104785]: pgmap v14772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:15.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:15 smithi135 ceph-mon[93152]: pgmap v14772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:16.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:16.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:17.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:17.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:17 smithi194 ceph-mon[104785]: pgmap v14773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:17 smithi135 ceph-mon[93152]: pgmap v14773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:18.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:18.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:18 smithi194 ceph-mon[104785]: pgmap v14774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:18 smithi135 ceph-mon[93152]: pgmap v14774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:19.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:19.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:39:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:39:20.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:20.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:20 smithi194 ceph-mon[104785]: pgmap v14775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:39:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:20 smithi135 ceph-mon[93152]: pgmap v14775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:39:21.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:21.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:22.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:22.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:23.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:23.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:23 smithi194 ceph-mon[104785]: pgmap v14776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:23 smithi135 ceph-mon[93152]: pgmap v14776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:24.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:24.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:25.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:25.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:39:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:39:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:25 smithi194 ceph-mon[104785]: pgmap v14777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:39:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:39:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:39:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:39:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:39:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:39:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:39:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:25 smithi135 ceph-mon[93152]: pgmap v14777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:39:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:39:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:39:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:39:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:39:26.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:26.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:27.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:27.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:27 smithi135 ceph-mon[93152]: pgmap v14778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:27 smithi194 ceph-mon[104785]: pgmap v14778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:28.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:28.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:28 smithi194 ceph-mon[104785]: pgmap v14779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:28 smithi135 ceph-mon[93152]: pgmap v14779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:29.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:29.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:30.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:30.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:31.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:31.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:31 smithi194 ceph-mon[104785]: pgmap v14780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:39:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:31 smithi135 ceph-mon[93152]: pgmap v14780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:39:32.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:32.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:33.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:33.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:33 smithi194 ceph-mon[104785]: pgmap v14781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:33 smithi135 ceph-mon[93152]: pgmap v14781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:34.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:34.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:35.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:35.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:35 smithi194 ceph-mon[104785]: pgmap v14782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:35 smithi135 ceph-mon[93152]: pgmap v14782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:36.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:36.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:37.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:37.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:37 smithi194 ceph-mon[104785]: pgmap v14783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:37 smithi135 ceph-mon[93152]: pgmap v14783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:38.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:38.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:38 smithi194 ceph-mon[104785]: pgmap v14784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:38 smithi135 ceph-mon[93152]: pgmap v14784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:39.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:39.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:40.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:40.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:41.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:41.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:41 smithi194 ceph-mon[104785]: pgmap v14785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:39:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:41 smithi135 ceph-mon[93152]: pgmap v14785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:39:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:42.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:42.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:43.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:43.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:43 smithi194 ceph-mon[104785]: pgmap v14786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:43.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:43 smithi135 ceph-mon[93152]: pgmap v14786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:44.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:44.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:45.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:45.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:45 smithi194 ceph-mon[104785]: pgmap v14787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:45 smithi135 ceph-mon[93152]: pgmap v14787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:46.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:46.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:47.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:47.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:47 smithi194 ceph-mon[104785]: pgmap v14788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:47 smithi135 ceph-mon[93152]: pgmap v14788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:48.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:48.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:48 smithi194 ceph-mon[104785]: pgmap v14789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:48 smithi135 ceph-mon[93152]: pgmap v14789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:49.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:49.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:50.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:50.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:51.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:51.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:51 smithi194 ceph-mon[104785]: pgmap v14790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:39:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:51 smithi135 ceph-mon[93152]: pgmap v14790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:39:52.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:52.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:53.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:53.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:53 smithi194 ceph-mon[104785]: pgmap v14791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:53 smithi135 ceph-mon[93152]: pgmap v14791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:54.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:54.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:55.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:55.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:55 smithi194 ceph-mon[104785]: pgmap v14792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:55 smithi135 ceph-mon[93152]: pgmap v14792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:56.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:56.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:39:57.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:57.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:57 smithi194 ceph-mon[104785]: pgmap v14793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:57 smithi135 ceph-mon[93152]: pgmap v14793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:58.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:58.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:39:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:39:58 smithi194 ceph-mon[104785]: pgmap v14794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:39:58 smithi135 ceph-mon[93152]: pgmap v14794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:39:59.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:39:59.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:00.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:00.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T12:40:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T12:40:01.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:01.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:01.415 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:01 smithi194 ceph-mon[104785]: pgmap v14795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:40:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:01 smithi135 ceph-mon[93152]: pgmap v14795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:40:02.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:02.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:03.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:03.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:03 smithi194 ceph-mon[104785]: pgmap v14796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:03 smithi135 ceph-mon[93152]: pgmap v14796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:04.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:04.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:05.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:05.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:05 smithi194 ceph-mon[104785]: pgmap v14797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:05 smithi135 ceph-mon[93152]: pgmap v14797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:06.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:06.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:07.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:07.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:07 smithi194 ceph-mon[104785]: pgmap v14798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:07.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:07 smithi135 ceph-mon[93152]: pgmap v14798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:08.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:08.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:08.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:08 smithi194 ceph-mon[104785]: pgmap v14799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:08 smithi135 ceph-mon[93152]: pgmap v14799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:09.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:09.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:10.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:10.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:11.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:11.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:11 smithi194 ceph-mon[104785]: pgmap v14800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:40:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:11 smithi135 ceph-mon[93152]: pgmap v14800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:40:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:12.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:12.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:13.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:13.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:13 smithi194 ceph-mon[104785]: pgmap v14801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:13 smithi135 ceph-mon[93152]: pgmap v14801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:14.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:14.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:15.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:15.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:15 smithi194 ceph-mon[104785]: pgmap v14802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:15.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:15 smithi135 ceph-mon[93152]: pgmap v14802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:16.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:16.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:17.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:17.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:17 smithi194 ceph-mon[104785]: pgmap v14803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:17 smithi135 ceph-mon[93152]: pgmap v14803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:18.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:18.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:18 smithi194 ceph-mon[104785]: pgmap v14804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:18 smithi135 ceph-mon[93152]: pgmap v14804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:19.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:19.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:20.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:20.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:21.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:21.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:21.627 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:21 smithi194 ceph-mon[104785]: pgmap v14805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:40:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:21 smithi135 ceph-mon[93152]: pgmap v14805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:40:22.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:22.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:23.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:23.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:23 smithi194 ceph-mon[104785]: pgmap v14806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:23 smithi135 ceph-mon[93152]: pgmap v14806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:24.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:24.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:25.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:25.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:25 smithi194 ceph-mon[104785]: pgmap v14807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:40:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:25 smithi135 ceph-mon[93152]: pgmap v14807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:25.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:40:26.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:26.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:26.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:40:26.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:40:26.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:40:26.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:40:26.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:40:26.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:40:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:40:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:40:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:40:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:40:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:27.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:27.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:27 smithi194 ceph-mon[104785]: pgmap v14808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:27 smithi135 ceph-mon[93152]: pgmap v14808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:28.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:28.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:28 smithi194 ceph-mon[104785]: pgmap v14809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:28 smithi135 ceph-mon[93152]: pgmap v14809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:29.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:29.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:30.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:30.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:31.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:31.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:31 smithi194 ceph-mon[104785]: pgmap v14810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:40:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:31 smithi135 ceph-mon[93152]: pgmap v14810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:40:32.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:32.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:33.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:33.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:33 smithi194 ceph-mon[104785]: pgmap v14811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:33 smithi135 ceph-mon[93152]: pgmap v14811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:34.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:34.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:35.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:35.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:35 smithi135 ceph-mon[93152]: pgmap v14812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:35 smithi194 ceph-mon[104785]: pgmap v14812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:36.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:36.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:37.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:37.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:37 smithi194 ceph-mon[104785]: pgmap v14813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:37 smithi135 ceph-mon[93152]: pgmap v14813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:38.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:38.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:38.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:38 smithi194 ceph-mon[104785]: pgmap v14814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:38 smithi135 ceph-mon[93152]: pgmap v14814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:39.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:39.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:40.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:40.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:41.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:41.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:41 smithi194 ceph-mon[104785]: pgmap v14815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:40:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:41 smithi135 ceph-mon[93152]: pgmap v14815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:40:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:42.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:42.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:43.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:43.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:43 smithi194 ceph-mon[104785]: pgmap v14816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:43.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:43 smithi135 ceph-mon[93152]: pgmap v14816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:44.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:44.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:45.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:45.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:45 smithi135 ceph-mon[93152]: pgmap v14817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:45 smithi194 ceph-mon[104785]: pgmap v14817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:46.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:46.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:47.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:47.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:47 smithi194 ceph-mon[104785]: pgmap v14818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:47 smithi135 ceph-mon[93152]: pgmap v14818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:48.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:48.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:48 smithi194 ceph-mon[104785]: pgmap v14819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:48 smithi135 ceph-mon[93152]: pgmap v14819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:49.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:49.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:50.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:50.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:51.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:51.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:51 smithi194 ceph-mon[104785]: pgmap v14820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:40:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:51 smithi135 ceph-mon[93152]: pgmap v14820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:40:52.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:52.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:53.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:53.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:53 smithi194 ceph-mon[104785]: pgmap v14821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:53 smithi135 ceph-mon[93152]: pgmap v14821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:54.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:54.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:55.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:55.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:55 smithi194 ceph-mon[104785]: pgmap v14822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:55 smithi135 ceph-mon[93152]: pgmap v14822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:56.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:56.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:40:57.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:57.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:57.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:57 smithi194 ceph-mon[104785]: pgmap v14823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:57.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:57 smithi135 ceph-mon[93152]: pgmap v14823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:58.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:58.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:40:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:40:58 smithi194 ceph-mon[104785]: pgmap v14824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:40:58 smithi135 ceph-mon[93152]: pgmap v14824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:40:59.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:40:59.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:00.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:00.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:01.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:01.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:01 smithi194 ceph-mon[104785]: pgmap v14825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:41:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:01 smithi135 ceph-mon[93152]: pgmap v14825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:41:02.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:02.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:03.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:03.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:03 smithi194 ceph-mon[104785]: pgmap v14826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:03 smithi135 ceph-mon[93152]: pgmap v14826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:04.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:04.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:05.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:05.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:05 smithi194 ceph-mon[104785]: pgmap v14827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:05 smithi135 ceph-mon[93152]: pgmap v14827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:06.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:06.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:07 smithi194 ceph-mon[104785]: pgmap v14828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:07.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:07.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:07 smithi135 ceph-mon[93152]: pgmap v14828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:08.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:08.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:08 smithi194 ceph-mon[104785]: pgmap v14829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:08 smithi135 ceph-mon[93152]: pgmap v14829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:09.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:09.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:10.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:10.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:11.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:11.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:11 smithi194 ceph-mon[104785]: pgmap v14830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:41:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:11 smithi135 ceph-mon[93152]: pgmap v14830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:41:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:12.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:12.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:13.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:13.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:13 smithi194 ceph-mon[104785]: pgmap v14831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:13 smithi135 ceph-mon[93152]: pgmap v14831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:14.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:14.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:15.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:15.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:15 smithi194 ceph-mon[104785]: pgmap v14832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:15.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:15 smithi135 ceph-mon[93152]: pgmap v14832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:16.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:16.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:17.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:17.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:17 smithi194 ceph-mon[104785]: pgmap v14833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:17 smithi135 ceph-mon[93152]: pgmap v14833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:18.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:18.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:18 smithi194 ceph-mon[104785]: pgmap v14834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:18 smithi135 ceph-mon[93152]: pgmap v14834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:19.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:19.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:20.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:20.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:21.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:21.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:21 smithi194 ceph-mon[104785]: pgmap v14835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:41:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:21 smithi135 ceph-mon[93152]: pgmap v14835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:41:22.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:22.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:23.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:23.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:23 smithi194 ceph-mon[104785]: pgmap v14836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:23 smithi135 ceph-mon[93152]: pgmap v14836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:24.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:24.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:25.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:25.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:25.610 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:25 smithi135 ceph-mon[93152]: pgmap v14837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:25 smithi194 ceph-mon[104785]: pgmap v14837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:26.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:26.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:41:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:41:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:27.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:27.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:27 smithi194 ceph-mon[104785]: pgmap v14838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:27 smithi135 ceph-mon[93152]: pgmap v14838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:28.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:28.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:28 smithi194 ceph-mon[104785]: pgmap v14839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:28 smithi135 ceph-mon[93152]: pgmap v14839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:29.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:29.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:30.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:30.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:31.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:31.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:31 smithi194 ceph-mon[104785]: pgmap v14840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:41:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:31 smithi135 ceph-mon[93152]: pgmap v14840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:41:32.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:32.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:33.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:33.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:33 smithi194 ceph-mon[104785]: pgmap v14841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:41:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:41:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:41:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:41:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:41:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:41:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:41:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:33 smithi135 ceph-mon[93152]: pgmap v14841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:41:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:41:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:41:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:41:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:41:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:41:33.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:41:34.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:34.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:35.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:35.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:35.704 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:35 smithi135 ceph-mon[93152]: pgmap v14842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:35 smithi194 ceph-mon[104785]: pgmap v14842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:36.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:36.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:36 smithi194 ceph-mon[104785]: pgmap v14843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:36 smithi135 ceph-mon[93152]: pgmap v14843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:37.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:37.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:38.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:38.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:38 smithi194 ceph-mon[104785]: pgmap v14844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:39.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:38 smithi135 ceph-mon[93152]: pgmap v14844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:39.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:39.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:40.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:40.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:41.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:41.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:41 smithi194 ceph-mon[104785]: pgmap v14845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:41:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:41 smithi135 ceph-mon[93152]: pgmap v14845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:41:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:42.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:42.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:43.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:43.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:43 smithi194 ceph-mon[104785]: pgmap v14846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:43.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:43 smithi135 ceph-mon[93152]: pgmap v14846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:44.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:44.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:45.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:45.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:45 smithi194 ceph-mon[104785]: pgmap v14847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:45 smithi135 ceph-mon[93152]: pgmap v14847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:46.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:46.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:46 smithi194 ceph-mon[104785]: pgmap v14848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:46 smithi135 ceph-mon[93152]: pgmap v14848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:47.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:47.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:48.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:48.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:48 smithi194 ceph-mon[104785]: pgmap v14849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:48 smithi135 ceph-mon[93152]: pgmap v14849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:49.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:49.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:50.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:50.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:51.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:51.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:51 smithi194 ceph-mon[104785]: pgmap v14850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:41:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:51 smithi135 ceph-mon[93152]: pgmap v14850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:41:52.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:52.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:53.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:53.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:53 smithi194 ceph-mon[104785]: pgmap v14851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:53 smithi135 ceph-mon[93152]: pgmap v14851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:54.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:54.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:54 smithi194 ceph-mon[104785]: pgmap v14852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:54 smithi135 ceph-mon[93152]: pgmap v14852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:55.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:55.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:41:56.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:56.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:56 smithi194 ceph-mon[104785]: pgmap v14853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:56 smithi135 ceph-mon[93152]: pgmap v14853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:57.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:57.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:58.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:58.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:41:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:41:58 smithi194 ceph-mon[104785]: pgmap v14854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:41:58 smithi135 ceph-mon[93152]: pgmap v14854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:41:59.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:41:59.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:00.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:00.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:01.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:01.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:01 smithi194 ceph-mon[104785]: pgmap v14855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:42:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:01 smithi135 ceph-mon[93152]: pgmap v14855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:42:02.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:02.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:03.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:03.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:03 smithi194 ceph-mon[104785]: pgmap v14856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:03 smithi135 ceph-mon[93152]: pgmap v14856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:04.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:04.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:04 smithi194 ceph-mon[104785]: pgmap v14857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:04 smithi135 ceph-mon[93152]: pgmap v14857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:05.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:05.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:06.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:06.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:07.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:07.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:07 smithi194 ceph-mon[104785]: pgmap v14858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:07 smithi135 ceph-mon[93152]: pgmap v14858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:08.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:08.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:08 smithi194 ceph-mon[104785]: pgmap v14859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:08 smithi135 ceph-mon[93152]: pgmap v14859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:09.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:09.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:10.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:10.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:11.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:11.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:11 smithi194 ceph-mon[104785]: pgmap v14860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:42:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:11 smithi135 ceph-mon[93152]: pgmap v14860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:42:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:12.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:12.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:12 smithi194 ceph-mon[104785]: pgmap v14861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:12 smithi135 ceph-mon[93152]: pgmap v14861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:13.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:13.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:14.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:14.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:15.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:15.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:15 smithi194 ceph-mon[104785]: pgmap v14862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:15.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:15 smithi135 ceph-mon[93152]: pgmap v14862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:16 smithi135 ceph-mon[93152]: pgmap v14863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:16.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:16.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:16 smithi194 ceph-mon[104785]: pgmap v14863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:17.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:17.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:18.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:18.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:18 smithi194 ceph-mon[104785]: pgmap v14864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:18 smithi135 ceph-mon[93152]: pgmap v14864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:19.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:19.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:20.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:20.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:20 smithi194 ceph-mon[104785]: pgmap v14865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:42:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:20 smithi135 ceph-mon[93152]: pgmap v14865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:42:21.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:21.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:22.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:22.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:22 smithi194 ceph-mon[104785]: pgmap v14866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:22 smithi135 ceph-mon[93152]: pgmap v14866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:23.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:23.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:24.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:24.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:24 smithi194 ceph-mon[104785]: pgmap v14867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:24 smithi135 ceph-mon[93152]: pgmap v14867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:25.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:25.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:26.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:26.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:26 smithi194 ceph-mon[104785]: pgmap v14868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:26 smithi135 ceph-mon[93152]: pgmap v14868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:27.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:27.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:28.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:28.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:28 smithi194 ceph-mon[104785]: pgmap v14869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:28 smithi135 ceph-mon[93152]: pgmap v14869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:29.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:29.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:30.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:30.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:30 smithi194 ceph-mon[104785]: pgmap v14870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:42:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:30 smithi135 ceph-mon[93152]: pgmap v14870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:42:31.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:31.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:32.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:32.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:32 smithi194 ceph-mon[104785]: pgmap v14871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:32 smithi135 ceph-mon[93152]: pgmap v14871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:33.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:33.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:33 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:42:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:33 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:42:34.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:34.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:34 smithi194 ceph-mon[104785]: pgmap v14872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:42:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:42:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:42:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:34 smithi135 ceph-mon[93152]: pgmap v14872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:42:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:42:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:42:35.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:42:35.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:35.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:36.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:36.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:36 smithi194 ceph-mon[104785]: pgmap v14873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:36 smithi135 ceph-mon[93152]: pgmap v14873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:37.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:37.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:38.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:38.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:38 smithi194 ceph-mon[104785]: pgmap v14874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:38 smithi135 ceph-mon[93152]: pgmap v14874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:39.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:39.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:40.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:40.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:40 smithi194 ceph-mon[104785]: pgmap v14875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:42:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:40 smithi135 ceph-mon[93152]: pgmap v14875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:42:41.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:41.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:42.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:42.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:42 smithi194 ceph-mon[104785]: pgmap v14876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:42 smithi135 ceph-mon[93152]: pgmap v14876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:43.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:43.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:44.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:44.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:44 smithi194 ceph-mon[104785]: pgmap v14877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:44 smithi135 ceph-mon[93152]: pgmap v14877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:45.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:45.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:46.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:46.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:46 smithi194 ceph-mon[104785]: pgmap v14878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:46 smithi135 ceph-mon[93152]: pgmap v14878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:47.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:47.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:48.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:48.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:48 smithi194 ceph-mon[104785]: pgmap v14879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:48 smithi135 ceph-mon[93152]: pgmap v14879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:49.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:49.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:50.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:50.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:50 smithi194 ceph-mon[104785]: pgmap v14880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:42:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:50 smithi135 ceph-mon[93152]: pgmap v14880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:42:51.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:51.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:52.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:52.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:52 smithi194 ceph-mon[104785]: pgmap v14881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:52 smithi135 ceph-mon[93152]: pgmap v14881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:53.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:53.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:54.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:54.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:54 smithi194 ceph-mon[104785]: pgmap v14882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:54 smithi135 ceph-mon[93152]: pgmap v14882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:55.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:55.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:56.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:42:56.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:56.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:56 smithi135 ceph-mon[93152]: pgmap v14883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:56 smithi194 ceph-mon[104785]: pgmap v14883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:57.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:57.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:58.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:58.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:42:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:42:58 smithi194 ceph-mon[104785]: pgmap v14884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:42:58 smithi135 ceph-mon[93152]: pgmap v14884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:42:59.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:42:59.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:00.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:00.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:00 smithi194 ceph-mon[104785]: pgmap v14885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:43:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:00 smithi135 ceph-mon[93152]: pgmap v14885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:43:01.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:01.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:02.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:02.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:02 smithi194 ceph-mon[104785]: pgmap v14886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:02 smithi135 ceph-mon[93152]: pgmap v14886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:03.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:03.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:04.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:04.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:04 smithi194 ceph-mon[104785]: pgmap v14887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:04 smithi135 ceph-mon[93152]: pgmap v14887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:05.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:05.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:06.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:06.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:06 smithi194 ceph-mon[104785]: pgmap v14888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:06 smithi135 ceph-mon[93152]: pgmap v14888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:07.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:07.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:08.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:08.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:08 smithi194 ceph-mon[104785]: pgmap v14889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:08 smithi135 ceph-mon[93152]: pgmap v14889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:09.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:09.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:10.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:10.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:10 smithi194 ceph-mon[104785]: pgmap v14890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:43:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:10 smithi135 ceph-mon[93152]: pgmap v14890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:43:11.638 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:11.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:11.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:12.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:12.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:12 smithi194 ceph-mon[104785]: pgmap v14891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:12 smithi135 ceph-mon[93152]: pgmap v14891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:13.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:13.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:14.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:14.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:14 smithi194 ceph-mon[104785]: pgmap v14892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:14 smithi135 ceph-mon[93152]: pgmap v14892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:15.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:15.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:16.687 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:16 smithi135 ceph-mon[93152]: pgmap v14893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:16.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:16.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:16 smithi194 ceph-mon[104785]: pgmap v14893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:17.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:17.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:18.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:18.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:18 smithi194 ceph-mon[104785]: pgmap v14894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:18 smithi135 ceph-mon[93152]: pgmap v14894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:19.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:19.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:20.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:20.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:20 smithi194 ceph-mon[104785]: pgmap v14895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:43:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:20 smithi135 ceph-mon[93152]: pgmap v14895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:43:21.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:21.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:22.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:22.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:22 smithi194 ceph-mon[104785]: pgmap v14896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:22 smithi135 ceph-mon[93152]: pgmap v14896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:23.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:23.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:24.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:24.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:24 smithi194 ceph-mon[104785]: pgmap v14897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:24 smithi135 ceph-mon[93152]: pgmap v14897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:25.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:25.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:26.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:26.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:26 smithi194 ceph-mon[104785]: pgmap v14898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:26 smithi135 ceph-mon[93152]: pgmap v14898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:27.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:27.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:28.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:28.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:28 smithi194 ceph-mon[104785]: pgmap v14899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:28 smithi135 ceph-mon[93152]: pgmap v14899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:29.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:29.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:30 smithi194 ceph-mon[104785]: pgmap v14900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:43:30.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:30.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:30 smithi135 ceph-mon[93152]: pgmap v14900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:43:31.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:31.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:32 smithi194 ceph-mon[104785]: pgmap v14901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:32.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:32.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:32 smithi135 ceph-mon[93152]: pgmap v14901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:33.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:33.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:34 smithi194 ceph-mon[104785]: pgmap v14902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:34.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:34.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:34 smithi135 ceph-mon[93152]: pgmap v14902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:43:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:43:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:43:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:43:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:43:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:43:35.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:35.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:43:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:43:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:43:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:43:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:43:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:43:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:36 smithi194 ceph-mon[104785]: pgmap v14903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:36.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:36.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:36.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:36 smithi135 ceph-mon[93152]: pgmap v14903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:37.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:37.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:38.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:38.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:38 smithi194 ceph-mon[104785]: pgmap v14904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:38 smithi135 ceph-mon[93152]: pgmap v14904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:39.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:39.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:40 smithi194 ceph-mon[104785]: pgmap v14905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:43:40.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:40.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:40 smithi135 ceph-mon[93152]: pgmap v14905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:43:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:41.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:41.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:42 smithi194 ceph-mon[104785]: pgmap v14906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:42.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:42.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:42 smithi135 ceph-mon[93152]: pgmap v14906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:43.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:43.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:44 smithi194 ceph-mon[104785]: pgmap v14907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:44.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:44.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:44 smithi135 ceph-mon[93152]: pgmap v14907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:45.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:45.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:46 smithi194 ceph-mon[104785]: pgmap v14908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:46.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:46.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:46 smithi135 ceph-mon[93152]: pgmap v14908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:47.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:47.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:48.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:48.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:48 smithi194 ceph-mon[104785]: pgmap v14909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:48 smithi135 ceph-mon[93152]: pgmap v14909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:49.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:49.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:50 smithi194 ceph-mon[104785]: pgmap v14910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:43:50.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:50.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:50.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:50 smithi135 ceph-mon[93152]: pgmap v14910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:43:51.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:51.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:52 smithi194 ceph-mon[104785]: pgmap v14911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:52.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:52.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:52 smithi135 ceph-mon[93152]: pgmap v14911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:53.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:53.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:54 smithi194 ceph-mon[104785]: pgmap v14912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:54.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:54.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:54 smithi135 ceph-mon[93152]: pgmap v14912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:55.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:55.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:43:56.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:56.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:56 smithi194 ceph-mon[104785]: pgmap v14913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:56 smithi135 ceph-mon[93152]: pgmap v14913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:57.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:57.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:58.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:58.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:43:58.901 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:43:58 smithi194 ceph-mon[104785]: pgmap v14914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:43:58 smithi135 ceph-mon[93152]: pgmap v14914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:43:59.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:43:59.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:00 smithi194 ceph-mon[104785]: pgmap v14915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:44:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:00 smithi135 ceph-mon[93152]: pgmap v14915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:44:00.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:00.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:01.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:01.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:02 smithi194 ceph-mon[104785]: pgmap v14916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:02 smithi135 ceph-mon[93152]: pgmap v14916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:02.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:02.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:03.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:03.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:04 smithi194 ceph-mon[104785]: pgmap v14917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:04 smithi135 ceph-mon[93152]: pgmap v14917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:04.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:04.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:05.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:05.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:06 smithi194 ceph-mon[104785]: pgmap v14918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:06 smithi135 ceph-mon[93152]: pgmap v14918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:06.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:06.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:07.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:07.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:08.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:08.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:08 smithi194 ceph-mon[104785]: pgmap v14919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:08 smithi135 ceph-mon[93152]: pgmap v14919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:09.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:09.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:10 smithi194 ceph-mon[104785]: pgmap v14920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:44:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:10 smithi135 ceph-mon[93152]: pgmap v14920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:44:10.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:10.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:11.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:11.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:12 smithi135 ceph-mon[93152]: pgmap v14921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:12 smithi194 ceph-mon[104785]: pgmap v14921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:12.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:12.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:13.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:13.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:14 smithi194 ceph-mon[104785]: pgmap v14922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:14 smithi135 ceph-mon[93152]: pgmap v14922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:14.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:14.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:15.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:15.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:16 smithi194 ceph-mon[104785]: pgmap v14923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:16 smithi135 ceph-mon[93152]: pgmap v14923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:16.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:16.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:17.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:17.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:18.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:18.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:18 smithi194 ceph-mon[104785]: pgmap v14924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:18 smithi135 ceph-mon[93152]: pgmap v14924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:19.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:19.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:20 smithi194 ceph-mon[104785]: pgmap v14925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:44:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:20 smithi135 ceph-mon[93152]: pgmap v14925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:44:20.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:20.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:21.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:21.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:22 smithi194 ceph-mon[104785]: pgmap v14926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:22 smithi135 ceph-mon[93152]: pgmap v14926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:22.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:22.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:23.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:23.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:24 smithi194 ceph-mon[104785]: pgmap v14927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:24 smithi135 ceph-mon[93152]: pgmap v14927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:24.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:24.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:25.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:25.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:26.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:26.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:26 smithi194 ceph-mon[104785]: pgmap v14928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:26 smithi135 ceph-mon[93152]: pgmap v14928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:27.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:27.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:28.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:28.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:28 smithi194 ceph-mon[104785]: pgmap v14929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:28 smithi135 ceph-mon[93152]: pgmap v14929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:29.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:29.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:30 smithi194 ceph-mon[104785]: pgmap v14930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:44:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:30 smithi135 ceph-mon[93152]: pgmap v14930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:44:30.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:30.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:31.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:31.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:32 smithi194 ceph-mon[104785]: pgmap v14931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:32 smithi135 ceph-mon[93152]: pgmap v14931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:32.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:32.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:33.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:33.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:34 smithi194 ceph-mon[104785]: pgmap v14932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:34 smithi135 ceph-mon[93152]: pgmap v14932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:34.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:34.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:44:35.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:35.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:44:36.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:36.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:36 smithi194 ceph-mon[104785]: pgmap v14933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:44:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:44:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:44:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:36 smithi135 ceph-mon[93152]: pgmap v14933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:44:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:44:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:44:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:44:37.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:44:37.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:37.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:38.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:38.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:38 smithi194 ceph-mon[104785]: pgmap v14934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:38 smithi135 ceph-mon[93152]: pgmap v14934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:39.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:39.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:40 smithi194 ceph-mon[104785]: pgmap v14935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:44:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:40 smithi135 ceph-mon[93152]: pgmap v14935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:44:40.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:40.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:41.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:41.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:42 smithi194 ceph-mon[104785]: pgmap v14936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:42 smithi135 ceph-mon[93152]: pgmap v14936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:42.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:42.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:43.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:43.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:44 smithi194 ceph-mon[104785]: pgmap v14937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:44 smithi135 ceph-mon[93152]: pgmap v14937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:44.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:44.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:45.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:45.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:46 smithi194 ceph-mon[104785]: pgmap v14938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:46 smithi135 ceph-mon[93152]: pgmap v14938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:46.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:46.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:47.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:47.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:48.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:48.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:48 smithi194 ceph-mon[104785]: pgmap v14939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:48 smithi135 ceph-mon[93152]: pgmap v14939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:49.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:49.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:50 smithi194 ceph-mon[104785]: pgmap v14940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:44:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:50 smithi135 ceph-mon[93152]: pgmap v14940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:44:50.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:50.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:51.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:51.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:52 smithi194 ceph-mon[104785]: pgmap v14941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:52 smithi135 ceph-mon[93152]: pgmap v14941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:52.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:52.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:53.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:53.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:54 smithi194 ceph-mon[104785]: pgmap v14942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:54 smithi135 ceph-mon[93152]: pgmap v14942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:54.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:54.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:55.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:55.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:44:56.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:56.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:56 smithi194 ceph-mon[104785]: pgmap v14943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:56 smithi135 ceph-mon[93152]: pgmap v14943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:57.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:57.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:58.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:58.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:44:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:44:58 smithi194 ceph-mon[104785]: pgmap v14944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:44:58 smithi135 ceph-mon[93152]: pgmap v14944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:44:59.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:44:59.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:00 smithi194 ceph-mon[104785]: pgmap v14945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:45:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:00 smithi135 ceph-mon[93152]: pgmap v14945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:45:00.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:00.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:01.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:01.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:02 smithi194 ceph-mon[104785]: pgmap v14946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:02.727 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:02 smithi135 ceph-mon[93152]: pgmap v14946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:02.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:02.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:03.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:03.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:04 smithi194 ceph-mon[104785]: pgmap v14947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:04 smithi135 ceph-mon[93152]: pgmap v14947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:04.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:04.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:05.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:05.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:06 smithi194 ceph-mon[104785]: pgmap v14948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:06 smithi135 ceph-mon[93152]: pgmap v14948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:06.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:06.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:07.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:07.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:08.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:08.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:08 smithi194 ceph-mon[104785]: pgmap v14949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:08 smithi135 ceph-mon[93152]: pgmap v14949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:09.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:09.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:10 smithi194 ceph-mon[104785]: pgmap v14950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:45:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:10 smithi135 ceph-mon[93152]: pgmap v14950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:45:10.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:10.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:11.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:11.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:12 smithi194 ceph-mon[104785]: pgmap v14951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:12 smithi135 ceph-mon[93152]: pgmap v14951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:12.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:12.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:13.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:13.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:14.696 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:14 smithi194 ceph-mon[104785]: pgmap v14952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:14 smithi135 ceph-mon[93152]: pgmap v14952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:14.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:14.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:15.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:15.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:16 smithi194 ceph-mon[104785]: pgmap v14953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:16 smithi135 ceph-mon[93152]: pgmap v14953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:16.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:16.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:17.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:17.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:18.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:18.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:18 smithi194 ceph-mon[104785]: pgmap v14954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:18 smithi135 ceph-mon[93152]: pgmap v14954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:19.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:19.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:20 smithi194 ceph-mon[104785]: pgmap v14955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:45:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:20 smithi135 ceph-mon[93152]: pgmap v14955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:45:20.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:20.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:21.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:21.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:22 smithi194 ceph-mon[104785]: pgmap v14956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:22 smithi135 ceph-mon[93152]: pgmap v14956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:22.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:22.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:23.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:23.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:24 smithi194 ceph-mon[104785]: pgmap v14957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:24 smithi135 ceph-mon[93152]: pgmap v14957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:24.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:24.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:25.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:25.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:26.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:26.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:26 smithi194 ceph-mon[104785]: pgmap v14958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:26 smithi135 ceph-mon[93152]: pgmap v14958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:27.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:27.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:28.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:28.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:28 smithi194 ceph-mon[104785]: pgmap v14959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:28 smithi135 ceph-mon[93152]: pgmap v14959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:29.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:29.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:30 smithi194 ceph-mon[104785]: pgmap v14960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:45:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:30 smithi135 ceph-mon[93152]: pgmap v14960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:45:30.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:30.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:31.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:31.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:32 smithi194 ceph-mon[104785]: pgmap v14961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:32 smithi135 ceph-mon[93152]: pgmap v14961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:32.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:32.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:33.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:33.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:34 smithi194 ceph-mon[104785]: pgmap v14962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:34 smithi135 ceph-mon[93152]: pgmap v14962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:34.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:34.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:35.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:35.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:36 smithi194 ceph-mon[104785]: pgmap v14963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:36 smithi135 ceph-mon[93152]: pgmap v14963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:36.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:36.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:45:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:45:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:45:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:45:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:45:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:45:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:45:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:45:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:45:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:45:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:45:37.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:45:37.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:37.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:38.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:38.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:38 smithi194 ceph-mon[104785]: pgmap v14964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:38 smithi135 ceph-mon[93152]: pgmap v14964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:39.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:39.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:40 smithi194 ceph-mon[104785]: pgmap v14965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:45:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:40 smithi135 ceph-mon[93152]: pgmap v14965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:45:40.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:40.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:41.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:41.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:42 smithi194 ceph-mon[104785]: pgmap v14966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:42 smithi135 ceph-mon[93152]: pgmap v14966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:42.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:42.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:43.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:43.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:44 smithi194 ceph-mon[104785]: pgmap v14967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:44 smithi135 ceph-mon[93152]: pgmap v14967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:44.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:44.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:45.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:45.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:46 smithi194 ceph-mon[104785]: pgmap v14968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:46 smithi135 ceph-mon[93152]: pgmap v14968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:46.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:46.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:47.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:47.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:48.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:48.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:48 smithi194 ceph-mon[104785]: pgmap v14969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:48 smithi135 ceph-mon[93152]: pgmap v14969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:49.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:49.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:50 smithi194 ceph-mon[104785]: pgmap v14970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:45:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:50 smithi135 ceph-mon[93152]: pgmap v14970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:45:50.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:50.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:51.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:51.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:52 smithi194 ceph-mon[104785]: pgmap v14971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:52 smithi135 ceph-mon[93152]: pgmap v14971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:52.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:52.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:53.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:53.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:54 smithi194 ceph-mon[104785]: pgmap v14972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:54 smithi135 ceph-mon[93152]: pgmap v14972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:54.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:54.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:55.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:55.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:45:56.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:56.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:56 smithi194 ceph-mon[104785]: pgmap v14973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:56 smithi135 ceph-mon[93152]: pgmap v14973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:57.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:57.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:45:58 smithi194 ceph-mon[104785]: pgmap v14974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:58.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:58.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:45:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:45:58 smithi135 ceph-mon[93152]: pgmap v14974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:45:59.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:45:59.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:00 smithi194 ceph-mon[104785]: pgmap v14975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:46:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:00 smithi135 ceph-mon[93152]: pgmap v14975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:46:00.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:00.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:01.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:01.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:02 smithi194 ceph-mon[104785]: pgmap v14976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:02 smithi135 ceph-mon[93152]: pgmap v14976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:02.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:02.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:03.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:03.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:04 smithi194 ceph-mon[104785]: pgmap v14977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:04 smithi135 ceph-mon[93152]: pgmap v14977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:04.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:04.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:05.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:05.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:06 smithi194 ceph-mon[104785]: pgmap v14978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:06 smithi135 ceph-mon[93152]: pgmap v14978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:06.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:06.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:07.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:07.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:08 smithi135 ceph-mon[93152]: pgmap v14979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:08 smithi194 ceph-mon[104785]: pgmap v14979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:08.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:08.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:09.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:09.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:10 smithi194 ceph-mon[104785]: pgmap v14980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:46:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:10 smithi135 ceph-mon[93152]: pgmap v14980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:46:10.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:10.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:11.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:11.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:12 smithi194 ceph-mon[104785]: pgmap v14981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:12 smithi135 ceph-mon[93152]: pgmap v14981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:12.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:12.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:13.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:13.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:14 smithi194 ceph-mon[104785]: pgmap v14982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:14 smithi135 ceph-mon[93152]: pgmap v14982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:14.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:14.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:15.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:15.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:16 smithi194 ceph-mon[104785]: pgmap v14983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:16 smithi135 ceph-mon[93152]: pgmap v14983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:16.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:16.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:17.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:17.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:18 smithi135 ceph-mon[93152]: pgmap v14984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:18 smithi194 ceph-mon[104785]: pgmap v14984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:18.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:18.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:19.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:19.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:20 smithi194 ceph-mon[104785]: pgmap v14985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:46:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:20 smithi135 ceph-mon[93152]: pgmap v14985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:46:20.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:20.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:21.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:21.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:22 smithi194 ceph-mon[104785]: pgmap v14986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:22 smithi135 ceph-mon[93152]: pgmap v14986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:22.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:22.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:24.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:24.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:24 smithi194 ceph-mon[104785]: pgmap v14987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:24 smithi135 ceph-mon[93152]: pgmap v14987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:25.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:25.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:26.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:26.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:26 smithi194 ceph-mon[104785]: pgmap v14988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:27.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:27.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:27.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:26 smithi135 ceph-mon[93152]: pgmap v14988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:28.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:28.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:28 smithi194 ceph-mon[104785]: pgmap v14989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:28 smithi135 ceph-mon[93152]: pgmap v14989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:29.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:29.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:30.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:30.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:30 smithi194 ceph-mon[104785]: pgmap v14990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:46:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:30 smithi135 ceph-mon[93152]: pgmap v14990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:46:31.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:31.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:32.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:32.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:32 smithi194 ceph-mon[104785]: pgmap v14991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:32 smithi135 ceph-mon[93152]: pgmap v14991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:33.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:33.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:34.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:34.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:34 smithi194 ceph-mon[104785]: pgmap v14992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:34.709 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:34 smithi135 ceph-mon[93152]: pgmap v14992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:35.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:35.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:36.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:36.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:36 smithi194 ceph-mon[104785]: pgmap v14993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:36 smithi135 ceph-mon[93152]: pgmap v14993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:37.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:37.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:46:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:46:38.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:38.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:38.692 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:38 smithi135 ceph-mon[93152]: pgmap v14994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:38 smithi194 ceph-mon[104785]: pgmap v14994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:39.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:39.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:40.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:40.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:40 smithi194 ceph-mon[104785]: pgmap v14995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:46:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:40 smithi135 ceph-mon[93152]: pgmap v14995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:46:41.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:41.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:42.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:42.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:46:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:46:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:46:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:46:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1487M 2023-10-08T12:46:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:46:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:46:42.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:42.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:46:42.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:42.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:42 smithi194 ceph-mon[104785]: pgmap v14996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:46:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:46:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:46:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:46:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1487M 2023-10-08T12:46:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:46:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:46:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:46:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:46:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:42 smithi135 ceph-mon[93152]: pgmap v14996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:43.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:43.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:44.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:44.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:44 smithi194 ceph-mon[104785]: pgmap v14997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:44 smithi135 ceph-mon[93152]: pgmap v14997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:45.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:45.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:46.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:46.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:46 smithi194 ceph-mon[104785]: pgmap v14998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:46 smithi135 ceph-mon[93152]: pgmap v14998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:47.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:47.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:48.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:48.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:48 smithi194 ceph-mon[104785]: pgmap v14999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:48 smithi135 ceph-mon[93152]: pgmap v14999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:49.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:49.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:50.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:50.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:50.701 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:50 smithi194 ceph-mon[104785]: pgmap v15000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:46:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:50 smithi135 ceph-mon[93152]: pgmap v15000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:46:51.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:51.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:52.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:52.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:52 smithi194 ceph-mon[104785]: pgmap v15001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:52 smithi135 ceph-mon[93152]: pgmap v15001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:53.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:53.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:54.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:54.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:54 smithi194 ceph-mon[104785]: pgmap v15002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:54 smithi135 ceph-mon[93152]: pgmap v15002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:55.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:55.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:46:56.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:56.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:56 smithi194 ceph-mon[104785]: pgmap v15003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:56 smithi135 ceph-mon[93152]: pgmap v15003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:57.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:57.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:58.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:58.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:46:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:46:58 smithi194 ceph-mon[104785]: pgmap v15004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:59.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:46:58 smithi135 ceph-mon[93152]: pgmap v15004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:46:59.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:46:59.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:00.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:00.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:00 smithi194 ceph-mon[104785]: pgmap v15005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:47:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:00 smithi135 ceph-mon[93152]: pgmap v15005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:47:01.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:01.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:02.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:02.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:02 smithi194 ceph-mon[104785]: pgmap v15006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:02 smithi135 ceph-mon[93152]: pgmap v15006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:03.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:03.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:04.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:04.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:04 smithi194 ceph-mon[104785]: pgmap v15007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:04 smithi135 ceph-mon[93152]: pgmap v15007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:05.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:05.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:06.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:06.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:06 smithi194 ceph-mon[104785]: pgmap v15008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:06 smithi135 ceph-mon[93152]: pgmap v15008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:07.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:07.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:08.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:08.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:08 smithi194 ceph-mon[104785]: pgmap v15009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:08.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:08 smithi135 ceph-mon[93152]: pgmap v15009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:09.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:09.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:10.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:10.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:10 smithi194 ceph-mon[104785]: pgmap v15010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:47:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:10 smithi135 ceph-mon[93152]: pgmap v15010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:47:11.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:11.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:12.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:12.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:12 smithi194 ceph-mon[104785]: pgmap v15011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:12 smithi135 ceph-mon[93152]: pgmap v15011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:13.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:13.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:14.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:14.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:14 smithi194 ceph-mon[104785]: pgmap v15012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:14 smithi135 ceph-mon[93152]: pgmap v15012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:15.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:15.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:16.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:16.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:16 smithi194 ceph-mon[104785]: pgmap v15013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:16 smithi135 ceph-mon[93152]: pgmap v15013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:17.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:17.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:18.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:18.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:18 smithi194 ceph-mon[104785]: pgmap v15014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:18 smithi135 ceph-mon[93152]: pgmap v15014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:19.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:19.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:20.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:20.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:20 smithi194 ceph-mon[104785]: pgmap v15015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:47:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:20 smithi135 ceph-mon[93152]: pgmap v15015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:47:21.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:21.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:22.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:22.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:22 smithi194 ceph-mon[104785]: pgmap v15016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:22 smithi135 ceph-mon[93152]: pgmap v15016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:23.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:23.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:24.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:24.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:24 smithi194 ceph-mon[104785]: pgmap v15017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:24 smithi135 ceph-mon[93152]: pgmap v15017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:25.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:25.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:26.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:26.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:26 smithi194 ceph-mon[104785]: pgmap v15018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:26 smithi135 ceph-mon[93152]: pgmap v15018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:27.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:27.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:28.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:28.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:28 smithi194 ceph-mon[104785]: pgmap v15019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:28 smithi135 ceph-mon[93152]: pgmap v15019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:29.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:29.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:30.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:30.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:30 smithi194 ceph-mon[104785]: pgmap v15020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:47:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:30 smithi135 ceph-mon[93152]: pgmap v15020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:47:31.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:31.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:32.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:32.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:32 smithi194 ceph-mon[104785]: pgmap v15021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:32 smithi135 ceph-mon[93152]: pgmap v15021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:33.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:33.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:34.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:34.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:34 smithi135 ceph-mon[93152]: pgmap v15022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:34 smithi194 ceph-mon[104785]: pgmap v15022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:35.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:35.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:36.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:36.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:36 smithi194 ceph-mon[104785]: pgmap v15023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:36 smithi135 ceph-mon[93152]: pgmap v15023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:37.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:37.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:38.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:38.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:38 smithi194 ceph-mon[104785]: pgmap v15024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:38 smithi135 ceph-mon[93152]: pgmap v15024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:39.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:39.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:40.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:40.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:40 smithi194 ceph-mon[104785]: pgmap v15025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:47:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:40 smithi135 ceph-mon[93152]: pgmap v15025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:47:41.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:41.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:42.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:42.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:47:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:47:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:47:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:47:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:47:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:47:42.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:42 smithi194 ceph-mon[104785]: pgmap v15026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:47:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:47:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:47:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:47:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:47:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:47:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:42 smithi135 ceph-mon[93152]: pgmap v15026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:43.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:43.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:44.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:44.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:44 smithi194 ceph-mon[104785]: pgmap v15027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:44 smithi135 ceph-mon[93152]: pgmap v15027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:45.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:45.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:46.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:46.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:46 smithi194 ceph-mon[104785]: pgmap v15028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:46 smithi135 ceph-mon[93152]: pgmap v15028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:47.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:47.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:48.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:48.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:48 smithi194 ceph-mon[104785]: pgmap v15029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:48 smithi135 ceph-mon[93152]: pgmap v15029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:49.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:49.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:50.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:50.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:50 smithi194 ceph-mon[104785]: pgmap v15030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:47:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:50 smithi135 ceph-mon[93152]: pgmap v15030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:47:51.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:51.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:52.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:52.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:52 smithi194 ceph-mon[104785]: pgmap v15031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:52 smithi135 ceph-mon[93152]: pgmap v15031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:53.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:53.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:54.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:54.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:54 smithi194 ceph-mon[104785]: pgmap v15032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:54 smithi135 ceph-mon[93152]: pgmap v15032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:55.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:55.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:55.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:47:56.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:56.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:57.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:57.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:57 smithi194 ceph-mon[104785]: pgmap v15033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:57 smithi135 ceph-mon[93152]: pgmap v15033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:58.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:58.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:59.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:47:59.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:47:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:47:59 smithi135 ceph-mon[93152]: pgmap v15034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:47:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:47:59 smithi194 ceph-mon[104785]: pgmap v15034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:00.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:00.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:01.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:01.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:01 smithi194 ceph-mon[104785]: pgmap v15035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:48:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:01 smithi135 ceph-mon[93152]: pgmap v15035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:48:02.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:02.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:03.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:03.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:03 smithi135 ceph-mon[93152]: pgmap v15036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:04.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:04.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:03 smithi194 ceph-mon[104785]: pgmap v15036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:05.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:05.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:05 smithi135 ceph-mon[93152]: pgmap v15037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:06.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:06.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:05 smithi194 ceph-mon[104785]: pgmap v15037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:07.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:07.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:07 smithi135 ceph-mon[93152]: pgmap v15038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:08.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:08.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:07 smithi194 ceph-mon[104785]: pgmap v15038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:09.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:09.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:09 smithi135 ceph-mon[93152]: pgmap v15039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:10.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:10.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:09 smithi194 ceph-mon[104785]: pgmap v15039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:11.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:11.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:11 smithi194 ceph-mon[104785]: pgmap v15040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:48:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:11 smithi135 ceph-mon[93152]: pgmap v15040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:48:12.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:12.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:13.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:13.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:13 smithi135 ceph-mon[93152]: pgmap v15041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:14.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:14.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:13 smithi194 ceph-mon[104785]: pgmap v15041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:15.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:15.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:15 smithi135 ceph-mon[93152]: pgmap v15042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:16.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:16.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:15 smithi194 ceph-mon[104785]: pgmap v15042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:17.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:17.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:17 smithi135 ceph-mon[93152]: pgmap v15043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:18.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:18.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:17 smithi194 ceph-mon[104785]: pgmap v15043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:19.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:19.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:19 smithi135 ceph-mon[93152]: pgmap v15044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:20.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:20.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:19 smithi194 ceph-mon[104785]: pgmap v15044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:21.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:21.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:21 smithi194 ceph-mon[104785]: pgmap v15045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:48:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:21 smithi135 ceph-mon[93152]: pgmap v15045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:48:22.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:22.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:23.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:23.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:23 smithi135 ceph-mon[93152]: pgmap v15046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:24.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:24.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:23 smithi194 ceph-mon[104785]: pgmap v15046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:25.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:25.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:25 smithi135 ceph-mon[93152]: pgmap v15047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:26.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:26.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:25 smithi194 ceph-mon[104785]: pgmap v15047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:27.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:27.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:27 smithi135 ceph-mon[93152]: pgmap v15048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:28.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:28.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:27 smithi194 ceph-mon[104785]: pgmap v15048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:29.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:29.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:29 smithi135 ceph-mon[93152]: pgmap v15049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:29 smithi194 ceph-mon[104785]: pgmap v15049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:30.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:30.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:31.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:31.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:31 smithi194 ceph-mon[104785]: pgmap v15050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:48:32.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:32.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:31 smithi135 ceph-mon[93152]: pgmap v15050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:48:33.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:33.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:33 smithi194 ceph-mon[104785]: pgmap v15051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:34.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:34.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:33 smithi135 ceph-mon[93152]: pgmap v15051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:35.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:35.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:35 smithi194 ceph-mon[104785]: pgmap v15052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:36.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:36.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:35 smithi135 ceph-mon[93152]: pgmap v15052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:37.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:37.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:37 smithi194 ceph-mon[104785]: pgmap v15053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:38.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:38.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:37 smithi135 ceph-mon[93152]: pgmap v15053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:39.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:39.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:39 smithi194 ceph-mon[104785]: pgmap v15054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:40.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:40.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:39 smithi135 ceph-mon[93152]: pgmap v15054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:41.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:41.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:41 smithi194 ceph-mon[104785]: pgmap v15055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:48:42.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:42.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:41 smithi135 ceph-mon[93152]: pgmap v15055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:48:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:48:43.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:43.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:48:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:43 smithi194 ceph-mon[104785]: pgmap v15056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:48:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:48:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:48:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:48:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:48:44.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:44.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:43 smithi135 ceph-mon[93152]: pgmap v15056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:48:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:48:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:48:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:48:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:48:45.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:45.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:46.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:45 smithi194 ceph-mon[104785]: pgmap v15057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:46.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:46.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:45 smithi135 ceph-mon[93152]: pgmap v15057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:47.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:47.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:47 smithi194 ceph-mon[104785]: pgmap v15058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:48.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:48.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:47 smithi135 ceph-mon[93152]: pgmap v15058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:49.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:49.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:49 smithi194 ceph-mon[104785]: pgmap v15059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:50.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:50.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:49 smithi135 ceph-mon[93152]: pgmap v15059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:51.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:51.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:51 smithi194 ceph-mon[104785]: pgmap v15060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:48:52.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:52.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:52.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:51 smithi135 ceph-mon[93152]: pgmap v15060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:48:53.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:53.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:53 smithi194 ceph-mon[104785]: pgmap v15061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:54.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:54.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:54.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:53 smithi135 ceph-mon[93152]: pgmap v15061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:55.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:55.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:55 smithi194 ceph-mon[104785]: pgmap v15062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:56.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:56.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:55 smithi135 ceph-mon[93152]: pgmap v15062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:48:57.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:57.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:57 smithi194 ceph-mon[104785]: pgmap v15063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:58.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:58.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:48:58.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:57 smithi135 ceph-mon[93152]: pgmap v15063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:48:59.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:48:59.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:48:59 smithi194 ceph-mon[104785]: pgmap v15064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:48:59 smithi135 ceph-mon[93152]: pgmap v15064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:00.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:00.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:01.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:01.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:02.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:01 smithi194 ceph-mon[104785]: pgmap v15065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:49:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:01 smithi135 ceph-mon[93152]: pgmap v15065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:49:02.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:02.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:03.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:03.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:03 smithi194 ceph-mon[104785]: pgmap v15066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:03 smithi135 ceph-mon[93152]: pgmap v15066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:04.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:04.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:05.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:05.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:05 smithi194 ceph-mon[104785]: pgmap v15067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:05 smithi135 ceph-mon[93152]: pgmap v15067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:06.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:06.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:07.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:07.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:07 smithi194 ceph-mon[104785]: pgmap v15068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:07 smithi135 ceph-mon[93152]: pgmap v15068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:08.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:08.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:09.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:09.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:10.147 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:09 smithi135 ceph-mon[93152]: pgmap v15069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:09 smithi194 ceph-mon[104785]: pgmap v15069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:10.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:10.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:11.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:11.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:12.171 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:11 smithi194 ceph-mon[104785]: pgmap v15070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:49:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:11 smithi135 ceph-mon[93152]: pgmap v15070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:49:12.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:12.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:13.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:13.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:13 smithi194 ceph-mon[104785]: pgmap v15071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:13 smithi135 ceph-mon[93152]: pgmap v15071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:14.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:14.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:15.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:15.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:15 smithi194 ceph-mon[104785]: pgmap v15072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:15 smithi135 ceph-mon[93152]: pgmap v15072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:16.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:16.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:17.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:17.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:17 smithi194 ceph-mon[104785]: pgmap v15073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:17 smithi135 ceph-mon[93152]: pgmap v15073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:18.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:18.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:19.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:19.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:19 smithi194 ceph-mon[104785]: pgmap v15074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:20.245 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:19 smithi135 ceph-mon[93152]: pgmap v15074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:20.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:20.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:21.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:21.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:21 smithi194 ceph-mon[104785]: pgmap v15075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:49:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:21 smithi135 ceph-mon[93152]: pgmap v15075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:49:22.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:22.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:23.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:23.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:23 smithi194 ceph-mon[104785]: pgmap v15076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:23 smithi135 ceph-mon[93152]: pgmap v15076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:24.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:24.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:25.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:25.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:25 smithi194 ceph-mon[104785]: pgmap v15077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:25 smithi135 ceph-mon[93152]: pgmap v15077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:26.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:26.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:27.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:27.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:27 smithi194 ceph-mon[104785]: pgmap v15078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:27 smithi135 ceph-mon[93152]: pgmap v15078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:28.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:28.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:29.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:29.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:29 smithi194 ceph-mon[104785]: pgmap v15079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:29 smithi135 ceph-mon[93152]: pgmap v15079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:30.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:30.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:31.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:31.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:31 smithi194 ceph-mon[104785]: pgmap v15080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:49:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:31 smithi135 ceph-mon[93152]: pgmap v15080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:49:32.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:32.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:33.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:33.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:33 smithi194 ceph-mon[104785]: pgmap v15081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:33 smithi135 ceph-mon[93152]: pgmap v15081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:34.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:34.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:35.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:35.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:35 smithi194 ceph-mon[104785]: pgmap v15082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:35 smithi135 ceph-mon[93152]: pgmap v15082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:36.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:36.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:37.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:37.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:37 smithi194 ceph-mon[104785]: pgmap v15083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:37 smithi135 ceph-mon[93152]: pgmap v15083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:38.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:38.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:39.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:39.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:39 smithi194 ceph-mon[104785]: pgmap v15084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:39 smithi135 ceph-mon[93152]: pgmap v15084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:40.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:40.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:41.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:41.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:41 smithi194 ceph-mon[104785]: pgmap v15085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:49:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:41 smithi135 ceph-mon[93152]: pgmap v15085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:49:42.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:42.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:43.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:43.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:44.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:43 smithi194 ceph-mon[104785]: pgmap v15086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:44.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:49:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:43 smithi135 ceph-mon[93152]: pgmap v15086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:49:44.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:44.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:45.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:45.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:45 smithi194 ceph-mon[104785]: pgmap v15087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:45 smithi135 ceph-mon[93152]: pgmap v15087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:46.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:46.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:47.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:47.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:47 smithi194 ceph-mon[104785]: pgmap v15088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:49:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:49:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:47 smithi135 ceph-mon[93152]: pgmap v15088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:49:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:49:48.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:48.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:49:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:49:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:49:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:49:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:49:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:49:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:49:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:49:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:49:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:49:49.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:49.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:50.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:50.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:50 smithi194 ceph-mon[104785]: pgmap v15089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:50 smithi135 ceph-mon[93152]: pgmap v15089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:51.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:51.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:52.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:52.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:52 smithi194 ceph-mon[104785]: pgmap v15090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:49:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:52 smithi135 ceph-mon[93152]: pgmap v15090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:49:53.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:53.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:54.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:54.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:54 smithi194 ceph-mon[104785]: pgmap v15091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:54 smithi135 ceph-mon[93152]: pgmap v15091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:55.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:55.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:56.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:56.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:56 smithi194 ceph-mon[104785]: pgmap v15092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:56 smithi135 ceph-mon[93152]: pgmap v15092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:49:57.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:57.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:58.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:58.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:49:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:49:58 smithi194 ceph-mon[104785]: pgmap v15093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:49:58 smithi135 ceph-mon[93152]: pgmap v15093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:49:59.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:49:59.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:00.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:00.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:00 smithi194 ceph-mon[104785]: pgmap v15094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T12:50:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:00 smithi135 ceph-mon[93152]: pgmap v15094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T12:50:01.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:01.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:02.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:02.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:02 smithi194 ceph-mon[104785]: pgmap v15095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:50:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:02 smithi135 ceph-mon[93152]: pgmap v15095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:50:03.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:03.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:04.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:04.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:04 smithi194 ceph-mon[104785]: pgmap v15096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:04 smithi135 ceph-mon[93152]: pgmap v15096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:05.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:05.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:06.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:06.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:06 smithi194 ceph-mon[104785]: pgmap v15097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:06 smithi135 ceph-mon[93152]: pgmap v15097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:07.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:07.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:08.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:08.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:08 smithi194 ceph-mon[104785]: pgmap v15098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:08 smithi135 ceph-mon[93152]: pgmap v15098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:09.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:09.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:10.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:10.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:10 smithi194 ceph-mon[104785]: pgmap v15099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:10 smithi135 ceph-mon[93152]: pgmap v15099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:11.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:11.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:12.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:12.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:12 smithi194 ceph-mon[104785]: pgmap v15100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:50:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:12 smithi135 ceph-mon[93152]: pgmap v15100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:50:13.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:13.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:14.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:14.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:14 smithi194 ceph-mon[104785]: pgmap v15101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:14 smithi135 ceph-mon[93152]: pgmap v15101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:15.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:15.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:16.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:16.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:16 smithi194 ceph-mon[104785]: pgmap v15102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:16 smithi135 ceph-mon[93152]: pgmap v15102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:17.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:17.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:18 smithi194 ceph-mon[104785]: pgmap v15103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:18.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:18.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:18 smithi135 ceph-mon[93152]: pgmap v15103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:19.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:19.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:20.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:20.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:20 smithi194 ceph-mon[104785]: pgmap v15104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:20 smithi135 ceph-mon[93152]: pgmap v15104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:21.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:21.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:22.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:22.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:22 smithi194 ceph-mon[104785]: pgmap v15105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:50:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:22 smithi135 ceph-mon[93152]: pgmap v15105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:50:23.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:23.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:24.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:24.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:24 smithi194 ceph-mon[104785]: pgmap v15106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:24 smithi135 ceph-mon[93152]: pgmap v15106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:25.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:25.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:26 smithi135 ceph-mon[93152]: pgmap v15107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:26.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:26.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:26 smithi194 ceph-mon[104785]: pgmap v15107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:27.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:27.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:28.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:28.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:28 smithi194 ceph-mon[104785]: pgmap v15108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:28 smithi135 ceph-mon[93152]: pgmap v15108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:29.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:29.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:30.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:30.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:30 smithi194 ceph-mon[104785]: pgmap v15109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:30 smithi135 ceph-mon[93152]: pgmap v15109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:31.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:31.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:32.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:32.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:32 smithi194 ceph-mon[104785]: pgmap v15110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:50:32.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:32 smithi135 ceph-mon[93152]: pgmap v15110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:50:33.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:33.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:34.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:34.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:34 smithi194 ceph-mon[104785]: pgmap v15111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:34.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:34 smithi135 ceph-mon[93152]: pgmap v15111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:35.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:35.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:36 smithi135 ceph-mon[93152]: pgmap v15112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:36.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:36.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:36 smithi194 ceph-mon[104785]: pgmap v15112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:37.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:37.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:38.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:38.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:38 smithi194 ceph-mon[104785]: pgmap v15113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:38 smithi135 ceph-mon[93152]: pgmap v15113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:39.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:39.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:40.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:40.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:40 smithi194 ceph-mon[104785]: pgmap v15114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:40 smithi135 ceph-mon[93152]: pgmap v15114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:41.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:41.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:42.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:42.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:42 smithi194 ceph-mon[104785]: pgmap v15115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:50:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:42 smithi135 ceph-mon[93152]: pgmap v15115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:50:43.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:43.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:44.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:44.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:44 smithi194 ceph-mon[104785]: pgmap v15116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:44 smithi135 ceph-mon[93152]: pgmap v15116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:45.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:45.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:46.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:46.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:46 smithi194 ceph-mon[104785]: pgmap v15117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:46 smithi135 ceph-mon[93152]: pgmap v15117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:47.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:47.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:48.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:48.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:48 smithi194 ceph-mon[104785]: pgmap v15118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:48 smithi135 ceph-mon[93152]: pgmap v15118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:49.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:49.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:50:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:50:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:50:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:50:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:50:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:50:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:50:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:50:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:50:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:50:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:50:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:50:50.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:50.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:50 smithi194 ceph-mon[104785]: pgmap v15119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:50 smithi135 ceph-mon[93152]: pgmap v15119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:51.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:51.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:52.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:52.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:52 smithi194 ceph-mon[104785]: pgmap v15120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:50:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:52 smithi135 ceph-mon[93152]: pgmap v15120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:50:53.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:53.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:54.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:54.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:54 smithi194 ceph-mon[104785]: pgmap v15121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:54 smithi135 ceph-mon[93152]: pgmap v15121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:55.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:55.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:56.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:56.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:56 smithi194 ceph-mon[104785]: pgmap v15122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:56 smithi135 ceph-mon[93152]: pgmap v15122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:50:57.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:57.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:58.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:58.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:50:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:50:58 smithi194 ceph-mon[104785]: pgmap v15123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:50:58 smithi135 ceph-mon[93152]: pgmap v15123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:50:59.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:50:59.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:00.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:00.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:00 smithi194 ceph-mon[104785]: pgmap v15124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:00 smithi135 ceph-mon[93152]: pgmap v15124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:01.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:01.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:02 smithi194 ceph-mon[104785]: pgmap v15125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:51:02.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:02.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:02 smithi135 ceph-mon[93152]: pgmap v15125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:51:03.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:03.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:04 smithi194 ceph-mon[104785]: pgmap v15126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:04.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:04.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:04 smithi135 ceph-mon[93152]: pgmap v15126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:05.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:05.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:06 smithi194 ceph-mon[104785]: pgmap v15127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:06.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:06.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:06 smithi135 ceph-mon[93152]: pgmap v15127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:07.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:07.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:08 smithi194 ceph-mon[104785]: pgmap v15128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:08.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:08.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:08 smithi135 ceph-mon[93152]: pgmap v15128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:09.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:09.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:10 smithi194 ceph-mon[104785]: pgmap v15129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:10.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:10.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:10.514 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:10 smithi135 ceph-mon[93152]: pgmap v15129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:11.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:11.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:12 smithi194 ceph-mon[104785]: pgmap v15130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:51:12.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:12.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:12 smithi135 ceph-mon[93152]: pgmap v15130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:51:13.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:13.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:14 smithi194 ceph-mon[104785]: pgmap v15131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:14.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:14.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:14 smithi135 ceph-mon[93152]: pgmap v15131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:15.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:15.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:16 smithi194 ceph-mon[104785]: pgmap v15132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:16.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:16.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:16 smithi135 ceph-mon[93152]: pgmap v15132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:17.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:17.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:18 smithi194 ceph-mon[104785]: pgmap v15133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:18.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:18.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:18 smithi135 ceph-mon[93152]: pgmap v15133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:19.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:19.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:20 smithi194 ceph-mon[104785]: pgmap v15134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:20.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:20.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:20.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:20 smithi135 ceph-mon[93152]: pgmap v15134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:21.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:21.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:22 smithi194 ceph-mon[104785]: pgmap v15135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:51:22.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:22.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:22 smithi135 ceph-mon[93152]: pgmap v15135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:51:23.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:23.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:24.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:24.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:24 smithi135 ceph-mon[93152]: pgmap v15136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:24 smithi194 ceph-mon[104785]: pgmap v15136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:25.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:25.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:26.488 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:26 smithi135 ceph-mon[93152]: pgmap v15137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:26.489 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:26.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:26.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:26 smithi194 ceph-mon[104785]: pgmap v15137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:27.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:27.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:28.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:28.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:28 smithi135 ceph-mon[93152]: pgmap v15138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:28.594 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:28 smithi194 ceph-mon[104785]: pgmap v15138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:29.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:29.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:30 smithi135 ceph-mon[93152]: pgmap v15139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:30.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:30.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:30 smithi194 ceph-mon[104785]: pgmap v15139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:31.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:31.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:32 smithi135 ceph-mon[93152]: pgmap v15140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:51:32.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:32.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:32 smithi194 ceph-mon[104785]: pgmap v15140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:51:33.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:33.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:34 smithi135 ceph-mon[93152]: pgmap v15141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:34.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:34.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:34 smithi194 ceph-mon[104785]: pgmap v15141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:35.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:35.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:36 smithi135 ceph-mon[93152]: pgmap v15142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:36.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:36.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:36 smithi194 ceph-mon[104785]: pgmap v15142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:37.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:37.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:38 smithi135 ceph-mon[93152]: pgmap v15143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:38.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:38.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:38.697 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:38 smithi194 ceph-mon[104785]: pgmap v15143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:39.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:39.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:40 smithi135 ceph-mon[93152]: pgmap v15144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:40.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:40.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:40 smithi194 ceph-mon[104785]: pgmap v15144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:41.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:41.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:42 smithi135 ceph-mon[93152]: pgmap v15145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:51:42.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:42.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:42 smithi194 ceph-mon[104785]: pgmap v15145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:51:43.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:43.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:44 smithi135 ceph-mon[93152]: pgmap v15146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:44.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:44.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:44 smithi194 ceph-mon[104785]: pgmap v15146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:45.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:45.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:46 smithi135 ceph-mon[93152]: pgmap v15147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:46.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:46.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:46 smithi194 ceph-mon[104785]: pgmap v15147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:47.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:47.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:48 smithi135 ceph-mon[93152]: pgmap v15148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:48.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:48.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:48 smithi194 ceph-mon[104785]: pgmap v15148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:51:49.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:49.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:51:50.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:50.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:50 smithi135 ceph-mon[93152]: pgmap v15149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:50 smithi194 ceph-mon[104785]: pgmap v15149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:51.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:51.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:52.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:52.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:52 smithi194 ceph-mon[104785]: pgmap v15150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:51:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:52 smithi135 ceph-mon[93152]: pgmap v15150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:51:53.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:53.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:54.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:54.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:54 smithi194 ceph-mon[104785]: pgmap v15151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:54 smithi135 ceph-mon[93152]: pgmap v15151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:55.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:55.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:56.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:56.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:56 smithi194 ceph-mon[104785]: pgmap v15152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:51:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:56 smithi135 ceph-mon[93152]: pgmap v15152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:51:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:51:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:51:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:51:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:51:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:51:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:51:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:51:57.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:57.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:58.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:58.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:51:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:51:58 smithi194 ceph-mon[104785]: pgmap v15153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:51:58 smithi135 ceph-mon[93152]: pgmap v15153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:51:59.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:51:59.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:00.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:00.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:00 smithi135 ceph-mon[93152]: pgmap v15154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:00 smithi194 ceph-mon[104785]: pgmap v15154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:01.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:01.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:02.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:02.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:02 smithi194 ceph-mon[104785]: pgmap v15155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:52:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:02 smithi135 ceph-mon[93152]: pgmap v15155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:52:03.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:03.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:04.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:04.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:04 smithi194 ceph-mon[104785]: pgmap v15156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:04 smithi135 ceph-mon[93152]: pgmap v15156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:05.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:05.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:06.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:06.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:06 smithi194 ceph-mon[104785]: pgmap v15157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:06 smithi135 ceph-mon[93152]: pgmap v15157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:07.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:07.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:08.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:08.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:08 smithi194 ceph-mon[104785]: pgmap v15158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:08 smithi135 ceph-mon[93152]: pgmap v15158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:09.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:09.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:10.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:10.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:10 smithi135 ceph-mon[93152]: pgmap v15159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:10 smithi194 ceph-mon[104785]: pgmap v15159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:11.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:11.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:12.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:12.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:12 smithi194 ceph-mon[104785]: pgmap v15160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:52:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:12 smithi135 ceph-mon[93152]: pgmap v15160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:52:13.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:13.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:14 smithi194 ceph-mon[104785]: pgmap v15161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:14.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:14.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:14 smithi135 ceph-mon[93152]: pgmap v15161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:15.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:15.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:16.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:16.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:16 smithi194 ceph-mon[104785]: pgmap v15162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:16 smithi135 ceph-mon[93152]: pgmap v15162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:17.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:17.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:18.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:18.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:18 smithi194 ceph-mon[104785]: pgmap v15163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:18 smithi135 ceph-mon[93152]: pgmap v15163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:19.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:19.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:20 smithi135 ceph-mon[93152]: pgmap v15164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:20.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:20.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:20 smithi194 ceph-mon[104785]: pgmap v15164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:21.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:21.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:22.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:22.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:22 smithi194 ceph-mon[104785]: pgmap v15165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:52:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:22 smithi135 ceph-mon[93152]: pgmap v15165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:52:23.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:23.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:24 smithi194 ceph-mon[104785]: pgmap v15166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:24.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:24.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:24 smithi135 ceph-mon[93152]: pgmap v15166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:25.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:25.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:26.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:26.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:26 smithi194 ceph-mon[104785]: pgmap v15167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:26 smithi135 ceph-mon[93152]: pgmap v15167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:27.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:27.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:28.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:28.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:28 smithi194 ceph-mon[104785]: pgmap v15168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:28 smithi135 ceph-mon[93152]: pgmap v15168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:29.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:29.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:30 smithi135 ceph-mon[93152]: pgmap v15169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:30.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:30.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:30 smithi194 ceph-mon[104785]: pgmap v15169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:31.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:31.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:32 smithi135 ceph-mon[93152]: pgmap v15170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:52:32.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:32.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:32 smithi194 ceph-mon[104785]: pgmap v15170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:52:33.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:33.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:34.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:34.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:34 smithi194 ceph-mon[104785]: pgmap v15171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:34 smithi135 ceph-mon[93152]: pgmap v15171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:35.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:35.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:36.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:36.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:36 smithi194 ceph-mon[104785]: pgmap v15172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:36 smithi135 ceph-mon[93152]: pgmap v15172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:37.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:37.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:38.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:38.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:38 smithi194 ceph-mon[104785]: pgmap v15173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:38 smithi135 ceph-mon[93152]: pgmap v15173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:39.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:39.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:40.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:40.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:40 smithi194 ceph-mon[104785]: pgmap v15174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:40 smithi135 ceph-mon[93152]: pgmap v15174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:41.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:41.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:42 smithi135 ceph-mon[93152]: pgmap v15175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:52:42.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:42.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:42 smithi194 ceph-mon[104785]: pgmap v15175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:52:43.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:43.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:44.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:44.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:44 smithi194 ceph-mon[104785]: pgmap v15176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:44 smithi135 ceph-mon[93152]: pgmap v15176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:45.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:45.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:46.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:46.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:46 smithi194 ceph-mon[104785]: pgmap v15177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:46 smithi135 ceph-mon[93152]: pgmap v15177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:47.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:47.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:48.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:48.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:48 smithi194 ceph-mon[104785]: pgmap v15178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:48 smithi135 ceph-mon[93152]: pgmap v15178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:49.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:49.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:50.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:50.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:50 smithi194 ceph-mon[104785]: pgmap v15179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:50 smithi135 ceph-mon[93152]: pgmap v15179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:51.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:51.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:52.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:52.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:52 smithi194 ceph-mon[104785]: pgmap v15180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:52:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:52 smithi135 ceph-mon[93152]: pgmap v15180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:52:53.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:53.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:54.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:54.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:54 smithi194 ceph-mon[104785]: pgmap v15181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:54 smithi135 ceph-mon[93152]: pgmap v15181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:55.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:55.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:56.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:56.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:56 smithi194 ceph-mon[104785]: pgmap v15182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:52:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:56 smithi135 ceph-mon[93152]: pgmap v15182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:52:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:52:57.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:57.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:57 smithi135 ceph-mon[93152]: pgmap v15183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:52:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:52:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:52:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:52:58.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:52:58.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:52:58.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:52:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:57 smithi194 ceph-mon[104785]: pgmap v15183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:52:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:52:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:52:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:52:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:52:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:52:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:52:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:52:58.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:58.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:59.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:52:59.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:52:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:52:59 smithi194 ceph-mon[104785]: pgmap v15184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:52:59 smithi135 ceph-mon[93152]: pgmap v15184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:00.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:00.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:01.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:01.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:01 smithi135 ceph-mon[93152]: pgmap v15185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:53:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:01 smithi194 ceph-mon[104785]: pgmap v15185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:53:02.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:02.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:03.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:03.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:03 smithi135 ceph-mon[93152]: pgmap v15186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:04.212 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:03 smithi194 ceph-mon[104785]: pgmap v15186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:04.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:04.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:05.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:05.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:05 smithi135 ceph-mon[93152]: pgmap v15187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:05 smithi194 ceph-mon[104785]: pgmap v15187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:06.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:06.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:07.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:07.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:07 smithi135 ceph-mon[93152]: pgmap v15188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:07 smithi194 ceph-mon[104785]: pgmap v15188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:08.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:08.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:09.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:09.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:09.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:09 smithi194 ceph-mon[104785]: pgmap v15189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:10.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:09 smithi135 ceph-mon[93152]: pgmap v15189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:10.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:10.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:11.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:11.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:11 smithi135 ceph-mon[93152]: pgmap v15190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:53:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:11 smithi194 ceph-mon[104785]: pgmap v15190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:53:12.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:12.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:13.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:13.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:14.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:13 smithi135 ceph-mon[93152]: pgmap v15191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:13 smithi194 ceph-mon[104785]: pgmap v15191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:14.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:14.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:15.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:15.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:15 smithi135 ceph-mon[93152]: pgmap v15192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:15 smithi194 ceph-mon[104785]: pgmap v15192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:16.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:16.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:17.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:17.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:17 smithi135 ceph-mon[93152]: pgmap v15193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:17 smithi194 ceph-mon[104785]: pgmap v15193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:18.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:18.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:19.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:19.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:19 smithi135 ceph-mon[93152]: pgmap v15194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:19 smithi194 ceph-mon[104785]: pgmap v15194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:20.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:20.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:21.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:21.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:21 smithi135 ceph-mon[93152]: pgmap v15195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:53:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:21 smithi194 ceph-mon[104785]: pgmap v15195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:53:22.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:22.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:23.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:23.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:23 smithi194 ceph-mon[104785]: pgmap v15196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:23 smithi135 ceph-mon[93152]: pgmap v15196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:24.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:24.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:25.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:25.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:25 smithi194 ceph-mon[104785]: pgmap v15197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:25 smithi135 ceph-mon[93152]: pgmap v15197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:26.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:26.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:27.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:27.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:27 smithi135 ceph-mon[93152]: pgmap v15198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:27 smithi194 ceph-mon[104785]: pgmap v15198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:28.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:28.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:29.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:29.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:29 smithi194 ceph-mon[104785]: pgmap v15199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:29 smithi135 ceph-mon[93152]: pgmap v15199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:30.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:30.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:31.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:31.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:31 smithi194 ceph-mon[104785]: pgmap v15200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:53:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:31 smithi135 ceph-mon[93152]: pgmap v15200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:53:32.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:32.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:33.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:33.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:33 smithi194 ceph-mon[104785]: pgmap v15201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:33 smithi135 ceph-mon[93152]: pgmap v15201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:34.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:34.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:35.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:35.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:35 smithi194 ceph-mon[104785]: pgmap v15202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:35 smithi135 ceph-mon[93152]: pgmap v15202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:36.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:36.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:37.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:37.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:37 smithi194 ceph-mon[104785]: pgmap v15203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:37 smithi135 ceph-mon[93152]: pgmap v15203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:38.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:38.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:39.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:39.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:39 smithi194 ceph-mon[104785]: pgmap v15204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:39 smithi135 ceph-mon[93152]: pgmap v15204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:40.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:40.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:41.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:41.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:41 smithi194 ceph-mon[104785]: pgmap v15205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:53:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:41 smithi135 ceph-mon[93152]: pgmap v15205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:53:42.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:42.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:43.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:43.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:43 smithi194 ceph-mon[104785]: pgmap v15206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:43 smithi135 ceph-mon[93152]: pgmap v15206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:44.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:44.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:45.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:45.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:45 smithi194 ceph-mon[104785]: pgmap v15207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:45 smithi135 ceph-mon[93152]: pgmap v15207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:46.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:46.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:47.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:47.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:47 smithi194 ceph-mon[104785]: pgmap v15208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:47 smithi135 ceph-mon[93152]: pgmap v15208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:48.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:48.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:49.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:49.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:50.072 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:49 smithi194 ceph-mon[104785]: pgmap v15209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:49 smithi135 ceph-mon[93152]: pgmap v15209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:52.667 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:51 smithi194 ceph-mon[104785]: pgmap v15210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:53:52.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:52.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:52.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:52.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:52.672 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:51 smithi135 ceph-mon[93152]: pgmap v15210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:53:52.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:52.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:53.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:53.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:53 smithi194 ceph-mon[104785]: pgmap v15211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:53 smithi135 ceph-mon[93152]: pgmap v15211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:54.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:54.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:55.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:55.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:55 smithi194 ceph-mon[104785]: pgmap v15212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:55 smithi135 ceph-mon[93152]: pgmap v15212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:53:56.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:56.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:57.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:57.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:57 smithi194 ceph-mon[104785]: pgmap v15213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:53:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:57 smithi135 ceph-mon[93152]: pgmap v15213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:53:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:53:58.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:58.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:53:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:53:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:53:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:53:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:53:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:53:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:53:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:53:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:53:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:53:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:53:59.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:53:59.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:00.177 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:53:59 smithi194 ceph-mon[104785]: pgmap v15214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:53:59 smithi135 ceph-mon[93152]: pgmap v15214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:00.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:00.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:01.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:01.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:01 smithi194 ceph-mon[104785]: pgmap v15215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:54:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:01 smithi135 ceph-mon[93152]: pgmap v15215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:54:02.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:02.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:03.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:03.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:03 smithi194 ceph-mon[104785]: pgmap v15216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:03 smithi135 ceph-mon[93152]: pgmap v15216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:04.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:04.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:05.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:05.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:05 smithi194 ceph-mon[104785]: pgmap v15217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:05 smithi135 ceph-mon[93152]: pgmap v15217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:06.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:06.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:07.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:07.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:07 smithi194 ceph-mon[104785]: pgmap v15218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:07 smithi135 ceph-mon[93152]: pgmap v15218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:08.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:08.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:09.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:09.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:09 smithi194 ceph-mon[104785]: pgmap v15219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:09 smithi135 ceph-mon[93152]: pgmap v15219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:10.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:10.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:11.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:11.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:11 smithi194 ceph-mon[104785]: pgmap v15220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:54:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:11 smithi135 ceph-mon[93152]: pgmap v15220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:54:12.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:12.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:13.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:13.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:13 smithi194 ceph-mon[104785]: pgmap v15221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:13 smithi135 ceph-mon[93152]: pgmap v15221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:14.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:14.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:15.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:15.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:15 smithi194 ceph-mon[104785]: pgmap v15222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:15 smithi135 ceph-mon[93152]: pgmap v15222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:16.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:16.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:17.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:17.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:18.159 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:17 smithi135 ceph-mon[93152]: pgmap v15223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:17 smithi194 ceph-mon[104785]: pgmap v15223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:18.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:18.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:19.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:19.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:19 smithi194 ceph-mon[104785]: pgmap v15224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:19 smithi135 ceph-mon[93152]: pgmap v15224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:20.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:20.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:21.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:21.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:21 smithi194 ceph-mon[104785]: pgmap v15225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:54:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:21 smithi135 ceph-mon[93152]: pgmap v15225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:54:22.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:22.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:23.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:23.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:23 smithi194 ceph-mon[104785]: pgmap v15226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:23 smithi135 ceph-mon[93152]: pgmap v15226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:24.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:24.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:25.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:25.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:25 smithi194 ceph-mon[104785]: pgmap v15227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:25 smithi135 ceph-mon[93152]: pgmap v15227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:26.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:26.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:27.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:27.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:27 smithi194 ceph-mon[104785]: pgmap v15228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:27 smithi135 ceph-mon[93152]: pgmap v15228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:28.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:28.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:29.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:29.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:29 smithi194 ceph-mon[104785]: pgmap v15229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:29 smithi135 ceph-mon[93152]: pgmap v15229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:30.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:30.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:31.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:31.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:31 smithi194 ceph-mon[104785]: pgmap v15230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:54:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:31 smithi135 ceph-mon[93152]: pgmap v15230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:54:32.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:32.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:33.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:33.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:33 smithi194 ceph-mon[104785]: pgmap v15231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:33 smithi135 ceph-mon[93152]: pgmap v15231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:34.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:34.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:35.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:35.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:35 smithi194 ceph-mon[104785]: pgmap v15232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:35 smithi135 ceph-mon[93152]: pgmap v15232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:36.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:36.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:37.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:37.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:37 smithi194 ceph-mon[104785]: pgmap v15233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:37 smithi135 ceph-mon[93152]: pgmap v15233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:38.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:38.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:39.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:39.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:39 smithi194 ceph-mon[104785]: pgmap v15234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:39 smithi135 ceph-mon[93152]: pgmap v15234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:40.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:40.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:41.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:41.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:41 smithi194 ceph-mon[104785]: pgmap v15235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:54:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:41 smithi135 ceph-mon[93152]: pgmap v15235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:54:42.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:42.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:43.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:43.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:43 smithi194 ceph-mon[104785]: pgmap v15236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:43 smithi135 ceph-mon[93152]: pgmap v15236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:44.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:44.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:45.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:45.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:45 smithi135 ceph-mon[93152]: pgmap v15237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:45 smithi194 ceph-mon[104785]: pgmap v15237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:46.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:46.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:47.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:47.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:47 smithi135 ceph-mon[93152]: pgmap v15238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:47 smithi194 ceph-mon[104785]: pgmap v15238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:48.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:48.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:49.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:49.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:49 smithi135 ceph-mon[93152]: pgmap v15239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:49 smithi194 ceph-mon[104785]: pgmap v15239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:50.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:50.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:51.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:51.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:51 smithi135 ceph-mon[93152]: pgmap v15240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:54:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:51 smithi194 ceph-mon[104785]: pgmap v15240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:54:52.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:52.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:53.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:53.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:53 smithi135 ceph-mon[93152]: pgmap v15241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:53 smithi194 ceph-mon[104785]: pgmap v15241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:54.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:54.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:55.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:55.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:55 smithi194 ceph-mon[104785]: pgmap v15242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:55 smithi135 ceph-mon[93152]: pgmap v15242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:54:56.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:56.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:57.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:57.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:57 smithi135 ceph-mon[93152]: pgmap v15243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:54:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:57 smithi194 ceph-mon[104785]: pgmap v15243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:54:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:54:58.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:58.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:54:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:54:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:54:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:54:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:54:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:54:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:54:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:54:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:54:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:54:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:54:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:54:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:54:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:54:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:54:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:54:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:54:59.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:54:59.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:00 smithi194 ceph-mon[104785]: pgmap v15244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:00 smithi135 ceph-mon[93152]: pgmap v15244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:00.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:00.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:01.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:01.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:02 smithi194 ceph-mon[104785]: pgmap v15245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:55:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:02 smithi135 ceph-mon[93152]: pgmap v15245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:55:02.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:02.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:03.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:03.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:04 smithi194 ceph-mon[104785]: pgmap v15246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:04 smithi135 ceph-mon[93152]: pgmap v15246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:04.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:04.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:05.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:05.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:06 smithi194 ceph-mon[104785]: pgmap v15247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:06 smithi135 ceph-mon[93152]: pgmap v15247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:06.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:06.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:07.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:07.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:08.654 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:08 smithi135 ceph-mon[93152]: pgmap v15248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:08 smithi194 ceph-mon[104785]: pgmap v15248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:08.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:08.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:09.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:09.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:10 smithi194 ceph-mon[104785]: pgmap v15249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:10 smithi135 ceph-mon[93152]: pgmap v15249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:10.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:10.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:11.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:11.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:12 smithi194 ceph-mon[104785]: pgmap v15250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:55:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:12 smithi135 ceph-mon[93152]: pgmap v15250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:55:12.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:12.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:13.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:13.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:14 smithi194 ceph-mon[104785]: pgmap v15251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:14 smithi135 ceph-mon[93152]: pgmap v15251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:14.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:14.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:15.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:15.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:16 smithi194 ceph-mon[104785]: pgmap v15252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:16 smithi135 ceph-mon[93152]: pgmap v15252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:16.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:16.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:17.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:17.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:18 smithi194 ceph-mon[104785]: pgmap v15253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:18.751 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:18 smithi135 ceph-mon[93152]: pgmap v15253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:18.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:18.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:19.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:19.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:20 smithi194 ceph-mon[104785]: pgmap v15254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:20 smithi135 ceph-mon[93152]: pgmap v15254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:20.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:20.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:21.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:21.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:22 smithi194 ceph-mon[104785]: pgmap v15255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:55:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:22 smithi135 ceph-mon[93152]: pgmap v15255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:55:22.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:22.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:23.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:23.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:24 smithi194 ceph-mon[104785]: pgmap v15256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:24 smithi135 ceph-mon[93152]: pgmap v15256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:24.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:24.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:25.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:25.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:26 smithi194 ceph-mon[104785]: pgmap v15257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:26 smithi135 ceph-mon[93152]: pgmap v15257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:26.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:26.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:27.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:27.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:28 smithi194 ceph-mon[104785]: pgmap v15258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:28 smithi135 ceph-mon[93152]: pgmap v15258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:28.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:28.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:29.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:29.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:30 smithi194 ceph-mon[104785]: pgmap v15259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:30 smithi135 ceph-mon[93152]: pgmap v15259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:30.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:30.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:31.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:31.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:32 smithi194 ceph-mon[104785]: pgmap v15260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:55:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:32 smithi135 ceph-mon[93152]: pgmap v15260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:55:32.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:32.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:33.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:33.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:34 smithi194 ceph-mon[104785]: pgmap v15261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:34 smithi135 ceph-mon[93152]: pgmap v15261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:34.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:34.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:35.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:35.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:36 smithi194 ceph-mon[104785]: pgmap v15262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:36 smithi135 ceph-mon[93152]: pgmap v15262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:36.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:36.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:37.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:37.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:38 smithi194 ceph-mon[104785]: pgmap v15263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:38 smithi135 ceph-mon[93152]: pgmap v15263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:38.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:38.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:39.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:39.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:40 smithi194 ceph-mon[104785]: pgmap v15264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:40 smithi135 ceph-mon[93152]: pgmap v15264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:40.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:40.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:41.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:41.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:42 smithi194 ceph-mon[104785]: pgmap v15265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:55:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:42 smithi135 ceph-mon[93152]: pgmap v15265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:55:42.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:42.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:43.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:43.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:44 smithi194 ceph-mon[104785]: pgmap v15266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:44 smithi135 ceph-mon[93152]: pgmap v15266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:44.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:44.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:45.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:45.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:46 smithi194 ceph-mon[104785]: pgmap v15267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:46 smithi135 ceph-mon[93152]: pgmap v15267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:46.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:46.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:47 smithi194 ceph-mon[104785]: pgmap v15268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:47 smithi135 ceph-mon[93152]: pgmap v15268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:47.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:47.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:48.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:48.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:49.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:49.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:49 smithi135 ceph-mon[93152]: pgmap v15269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:49 smithi194 ceph-mon[104785]: pgmap v15269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:50.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:50.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:51.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:51.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:51 smithi135 ceph-mon[93152]: pgmap v15270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:55:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:51 smithi194 ceph-mon[104785]: pgmap v15270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:55:52.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:52.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:53.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:53.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:53 smithi135 ceph-mon[93152]: pgmap v15271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:53 smithi194 ceph-mon[104785]: pgmap v15271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:54.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:54.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:55.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:55.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:55 smithi135 ceph-mon[93152]: pgmap v15272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:55 smithi194 ceph-mon[104785]: pgmap v15272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:55:56.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:56.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:57.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:57.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:57 smithi135 ceph-mon[93152]: pgmap v15273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:57 smithi194 ceph-mon[104785]: pgmap v15273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:55:58.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:58.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:55:59.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:55:59.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:59 smithi135 ceph-mon[93152]: pgmap v15274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:56:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:56:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:56:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:56:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:56:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:56:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:59 smithi194 ceph-mon[104785]: pgmap v15274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:56:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:56:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:56:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:56:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:56:00.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:56:00.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:00.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:01.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:01.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:01 smithi194 ceph-mon[104785]: pgmap v15275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:56:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:01 smithi135 ceph-mon[93152]: pgmap v15275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:56:02.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:02.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:03.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:03.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:04.193 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:03 smithi135 ceph-mon[93152]: pgmap v15276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:03 smithi194 ceph-mon[104785]: pgmap v15276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:04.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:04.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:05.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:05.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:05 smithi194 ceph-mon[104785]: pgmap v15277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:05 smithi135 ceph-mon[93152]: pgmap v15277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:06.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:06.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:07.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:07.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:07 smithi194 ceph-mon[104785]: pgmap v15278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:07 smithi135 ceph-mon[93152]: pgmap v15278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:08.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:08.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:09.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:09.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:09 smithi194 ceph-mon[104785]: pgmap v15279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:09 smithi135 ceph-mon[93152]: pgmap v15279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:10.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:10.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:11 smithi194 ceph-mon[104785]: pgmap v15280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:56:11.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:11.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:11 smithi135 ceph-mon[93152]: pgmap v15280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:56:12.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:12.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:13.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:13.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:13 smithi194 ceph-mon[104785]: pgmap v15281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:13 smithi135 ceph-mon[93152]: pgmap v15281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:14.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:14.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:15.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:15.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:15 smithi194 ceph-mon[104785]: pgmap v15282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:15 smithi135 ceph-mon[93152]: pgmap v15282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:16.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:16.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:17.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:17.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:17 smithi194 ceph-mon[104785]: pgmap v15283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:17 smithi135 ceph-mon[93152]: pgmap v15283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:18.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:18.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:19.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:19.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:19 smithi194 ceph-mon[104785]: pgmap v15284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:19 smithi135 ceph-mon[93152]: pgmap v15284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:20.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:20.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:21 smithi194 ceph-mon[104785]: pgmap v15285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:56:21.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:21.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:21 smithi135 ceph-mon[93152]: pgmap v15285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:56:22.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:22.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:23.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:23.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:23 smithi194 ceph-mon[104785]: pgmap v15286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:23 smithi135 ceph-mon[93152]: pgmap v15286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:24.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:24.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:25.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:25.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:25 smithi194 ceph-mon[104785]: pgmap v15287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:25 smithi135 ceph-mon[93152]: pgmap v15287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:26.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:26.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:27.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:27.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:27 smithi194 ceph-mon[104785]: pgmap v15288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:27 smithi135 ceph-mon[93152]: pgmap v15288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:28.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:28.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:29.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:29.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:29 smithi194 ceph-mon[104785]: pgmap v15289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:29 smithi135 ceph-mon[93152]: pgmap v15289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:31.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:31.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:32.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:32.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:31 smithi194 ceph-mon[104785]: pgmap v15290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:56:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:31 smithi135 ceph-mon[93152]: pgmap v15290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:56:33.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:33.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:34.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:34.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:33 smithi194 ceph-mon[104785]: pgmap v15291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:33 smithi135 ceph-mon[93152]: pgmap v15291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:35.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:35.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:36.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:36.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:35 smithi194 ceph-mon[104785]: pgmap v15292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:35 smithi135 ceph-mon[93152]: pgmap v15292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:37.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:37.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:38.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:38.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:37 smithi194 ceph-mon[104785]: pgmap v15293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:37 smithi135 ceph-mon[93152]: pgmap v15293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:39.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:39.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:40.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:40.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:39 smithi194 ceph-mon[104785]: pgmap v15294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:39 smithi135 ceph-mon[93152]: pgmap v15294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:41.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:41.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:42.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:42.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:41 smithi194 ceph-mon[104785]: pgmap v15295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:56:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:41 smithi135 ceph-mon[93152]: pgmap v15295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:56:43.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:43.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:44.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:44.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:43 smithi194 ceph-mon[104785]: pgmap v15296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:43 smithi135 ceph-mon[93152]: pgmap v15296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:45.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:45.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:46.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:46.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:45 smithi194 ceph-mon[104785]: pgmap v15297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:45 smithi135 ceph-mon[93152]: pgmap v15297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:47.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:47.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:48.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:48.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:47 smithi194 ceph-mon[104785]: pgmap v15298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:47 smithi135 ceph-mon[93152]: pgmap v15298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:49.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:49.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:49 smithi135 ceph-mon[93152]: pgmap v15299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:50.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:50.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:49 smithi194 ceph-mon[104785]: pgmap v15299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:51.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:51.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:52.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:52.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:51 smithi194 ceph-mon[104785]: pgmap v15300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:56:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:51 smithi135 ceph-mon[93152]: pgmap v15300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:56:53.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:53.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:54.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:54.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:53 smithi194 ceph-mon[104785]: pgmap v15301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:53 smithi135 ceph-mon[93152]: pgmap v15301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:55.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:55.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:56.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:56.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:55 smithi194 ceph-mon[104785]: pgmap v15302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:55 smithi135 ceph-mon[93152]: pgmap v15302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:56:57.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:57.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:58.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:58.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:56:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:57 smithi194 ceph-mon[104785]: pgmap v15303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:57 smithi135 ceph-mon[93152]: pgmap v15303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:56:59.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:56:59.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:59 smithi135 ceph-mon[93152]: pgmap v15304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:56:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:57:00.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:00.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:59 smithi194 ceph-mon[104785]: pgmap v15304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:56:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:57:01.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:01.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:57:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:57:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:57:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:57:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:00 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1479M 2023-10-08T12:57:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:57:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:57:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:57:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:57:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:57:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:57:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:57:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:57:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:57:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T12:57:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:00 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1479M 2023-10-08T12:57:01.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:57:01.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:57:01.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:57:01.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:57:01.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:57:01.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:57:02.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:02.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:02 smithi194 ceph-mon[104785]: pgmap v15305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:57:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:02 smithi135 ceph-mon[93152]: pgmap v15305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:57:03.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:03.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:04.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:04.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:04 smithi194 ceph-mon[104785]: pgmap v15306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:04 smithi135 ceph-mon[93152]: pgmap v15306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:05.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:05.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:06.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:06.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:06 smithi194 ceph-mon[104785]: pgmap v15307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:06 smithi135 ceph-mon[93152]: pgmap v15307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:07.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:07.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:08.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:08.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:08 smithi194 ceph-mon[104785]: pgmap v15308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:08 smithi135 ceph-mon[93152]: pgmap v15308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:09.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:09.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:10.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:10.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:10 smithi194 ceph-mon[104785]: pgmap v15309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:10 smithi135 ceph-mon[93152]: pgmap v15309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:11.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:11.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:12.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:12.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:12 smithi194 ceph-mon[104785]: pgmap v15310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:57:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:12 smithi135 ceph-mon[93152]: pgmap v15310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:57:13.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:13.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:14.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:14.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:14 smithi194 ceph-mon[104785]: pgmap v15311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:14 smithi135 ceph-mon[93152]: pgmap v15311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:15.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:15.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:16.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:16.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:16 smithi194 ceph-mon[104785]: pgmap v15312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:16 smithi135 ceph-mon[93152]: pgmap v15312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:17.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:17.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:18.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:18.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:18 smithi194 ceph-mon[104785]: pgmap v15313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:18 smithi135 ceph-mon[93152]: pgmap v15313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:19.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:19.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:20.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:20.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:20 smithi135 ceph-mon[93152]: pgmap v15314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:20 smithi194 ceph-mon[104785]: pgmap v15314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:21.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:21.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:22.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:22.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:22 smithi135 ceph-mon[93152]: pgmap v15315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:57:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:22 smithi194 ceph-mon[104785]: pgmap v15315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:57:23.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:23.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:24.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:24.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:24 smithi135 ceph-mon[93152]: pgmap v15316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:24 smithi194 ceph-mon[104785]: pgmap v15316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:25.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:25.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:26.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:26.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:26 smithi135 ceph-mon[93152]: pgmap v15317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:26 smithi194 ceph-mon[104785]: pgmap v15317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:27.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:27.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:28.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:28.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:28 smithi135 ceph-mon[93152]: pgmap v15318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:28 smithi194 ceph-mon[104785]: pgmap v15318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:29.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:29.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:30.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:30.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:30 smithi135 ceph-mon[93152]: pgmap v15319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:30 smithi194 ceph-mon[104785]: pgmap v15319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:31.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:31.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:32.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:32.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:32 smithi135 ceph-mon[93152]: pgmap v15320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:57:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:32 smithi194 ceph-mon[104785]: pgmap v15320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:57:33.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:33.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:34.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:34.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:34 smithi135 ceph-mon[93152]: pgmap v15321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:34 smithi194 ceph-mon[104785]: pgmap v15321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:35.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:35.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:36.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:36.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:36 smithi135 ceph-mon[93152]: pgmap v15322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:36 smithi194 ceph-mon[104785]: pgmap v15322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:37.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:37.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:38.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:38.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:38 smithi135 ceph-mon[93152]: pgmap v15323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:38 smithi194 ceph-mon[104785]: pgmap v15323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:39.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:39.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:40.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:40.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:40 smithi135 ceph-mon[93152]: pgmap v15324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:40 smithi194 ceph-mon[104785]: pgmap v15324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:41.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:41.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:42.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:42.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:42.499 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:42 smithi194 ceph-mon[104785]: pgmap v15325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:57:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:42 smithi135 ceph-mon[93152]: pgmap v15325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:57:43.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:43.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:44.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:44.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:44 smithi135 ceph-mon[93152]: pgmap v15326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:44 smithi194 ceph-mon[104785]: pgmap v15326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:45.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:45.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:46.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:46.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:46 smithi135 ceph-mon[93152]: pgmap v15327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:46 smithi194 ceph-mon[104785]: pgmap v15327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:47.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:47.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:48.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:48.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:48 smithi194 ceph-mon[104785]: pgmap v15328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:48 smithi135 ceph-mon[93152]: pgmap v15328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:49.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:49.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:50.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:50.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:50 smithi135 ceph-mon[93152]: pgmap v15329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:50 smithi194 ceph-mon[104785]: pgmap v15329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:51.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:51.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:52.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:52.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:52.604 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:52 smithi194 ceph-mon[104785]: pgmap v15330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:57:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:52 smithi135 ceph-mon[93152]: pgmap v15330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:57:53.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:53.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:54.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:54.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:54 smithi194 ceph-mon[104785]: pgmap v15331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:54 smithi135 ceph-mon[93152]: pgmap v15331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:55.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:55.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:56.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:56.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:56 smithi194 ceph-mon[104785]: pgmap v15332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:56 smithi135 ceph-mon[93152]: pgmap v15332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:57:57.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:57.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:58.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:58.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:57:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:57:58 smithi194 ceph-mon[104785]: pgmap v15333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:57:58 smithi135 ceph-mon[93152]: pgmap v15333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:57:59.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:57:59.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:00.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:00.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:00 smithi135 ceph-mon[93152]: pgmap v15334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:58:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:00 smithi194 ceph-mon[104785]: pgmap v15334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:58:01.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:01.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:58:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:58:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:58:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:58:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:58:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:58:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:58:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:58:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:58:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:58:02.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:02.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:02 smithi194 ceph-mon[104785]: pgmap v15335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:58:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:02 smithi135 ceph-mon[93152]: pgmap v15335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:58:03.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:03.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:04.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:04.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:04 smithi194 ceph-mon[104785]: pgmap v15336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:04 smithi135 ceph-mon[93152]: pgmap v15336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:05.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:05.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:06.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:06.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:06 smithi194 ceph-mon[104785]: pgmap v15337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:06 smithi135 ceph-mon[93152]: pgmap v15337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:07.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:07.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:08.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:08.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:08 smithi194 ceph-mon[104785]: pgmap v15338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:08 smithi135 ceph-mon[93152]: pgmap v15338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:09.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:09.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:10.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:10.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:10.568 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:10 smithi194 ceph-mon[104785]: pgmap v15339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:10 smithi135 ceph-mon[93152]: pgmap v15339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:11.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:11.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:12.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:12.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:12 smithi194 ceph-mon[104785]: pgmap v15340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:58:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:12 smithi135 ceph-mon[93152]: pgmap v15340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:58:13.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:13.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:14.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:14.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:14 smithi194 ceph-mon[104785]: pgmap v15341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:14 smithi135 ceph-mon[93152]: pgmap v15341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:15.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:15.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:16.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:16.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:16 smithi194 ceph-mon[104785]: pgmap v15342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:16 smithi135 ceph-mon[93152]: pgmap v15342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:17.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:17.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:18.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:18.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:18 smithi194 ceph-mon[104785]: pgmap v15343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:18 smithi135 ceph-mon[93152]: pgmap v15343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:19.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:19.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:20.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:20.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:20 smithi135 ceph-mon[93152]: pgmap v15344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:20 smithi194 ceph-mon[104785]: pgmap v15344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:21.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:21.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:22.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:22.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:22 smithi194 ceph-mon[104785]: pgmap v15345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:58:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:22 smithi135 ceph-mon[93152]: pgmap v15345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:58:23.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:23.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:24.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:24.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:24 smithi194 ceph-mon[104785]: pgmap v15346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:24 smithi135 ceph-mon[93152]: pgmap v15346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:25.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:25.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:26.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:26.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:26 smithi194 ceph-mon[104785]: pgmap v15347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:26 smithi135 ceph-mon[93152]: pgmap v15347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:27.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:27.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:28.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:28.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:28 smithi194 ceph-mon[104785]: pgmap v15348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:28 smithi135 ceph-mon[93152]: pgmap v15348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:29.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:29.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:30.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:30.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:30.639 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:30 smithi135 ceph-mon[93152]: pgmap v15349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:30 smithi194 ceph-mon[104785]: pgmap v15349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:31.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:31.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:32.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:32.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:32 smithi194 ceph-mon[104785]: pgmap v15350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:58:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:32 smithi135 ceph-mon[93152]: pgmap v15350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:58:33.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:33.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:34.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:34.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:34 smithi194 ceph-mon[104785]: pgmap v15351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:34 smithi135 ceph-mon[93152]: pgmap v15351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:35.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:35.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:36.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:36.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:36 smithi194 ceph-mon[104785]: pgmap v15352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:36 smithi135 ceph-mon[93152]: pgmap v15352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:37.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:37.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:38.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:38.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:38 smithi194 ceph-mon[104785]: pgmap v15353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:38 smithi135 ceph-mon[93152]: pgmap v15353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:39.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:39.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:40.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:40.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:40 smithi194 ceph-mon[104785]: pgmap v15354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:40.738 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:40 smithi135 ceph-mon[93152]: pgmap v15354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:41.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:41.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:42.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:42.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:42 smithi194 ceph-mon[104785]: pgmap v15355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:58:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:42 smithi135 ceph-mon[93152]: pgmap v15355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:58:43.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:43.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:44.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:44.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:44 smithi194 ceph-mon[104785]: pgmap v15356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:44 smithi135 ceph-mon[93152]: pgmap v15356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:45.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:45.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:46.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:46.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:46 smithi194 ceph-mon[104785]: pgmap v15357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:46 smithi135 ceph-mon[93152]: pgmap v15357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:47.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:47.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:48.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:48.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:48 smithi194 ceph-mon[104785]: pgmap v15358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:48 smithi135 ceph-mon[93152]: pgmap v15358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:49.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:49.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:50.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:50.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:50 smithi194 ceph-mon[104785]: pgmap v15359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:50 smithi135 ceph-mon[93152]: pgmap v15359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:51.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:51.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:52.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:52.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:52 smithi194 ceph-mon[104785]: pgmap v15360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:58:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:52 smithi135 ceph-mon[93152]: pgmap v15360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:58:53.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:53.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:54.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:54.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:54 smithi194 ceph-mon[104785]: pgmap v15361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:54 smithi135 ceph-mon[93152]: pgmap v15361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:55.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:55.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:56.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:56.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:56 smithi194 ceph-mon[104785]: pgmap v15362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:56 smithi135 ceph-mon[93152]: pgmap v15362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:58:57.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:57.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:58.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:58.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:58:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:58:58 smithi194 ceph-mon[104785]: pgmap v15363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:58:58 smithi135 ceph-mon[93152]: pgmap v15363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:58:59.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:58:59.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:00.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:00.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:00 smithi194 ceph-mon[104785]: pgmap v15364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:00 smithi135 ceph-mon[93152]: pgmap v15364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:01.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:01.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:59:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:59:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:59:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:59:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:59:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T12:59:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T12:59:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T12:59:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:59:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T12:59:02.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:02.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:02 smithi194 ceph-mon[104785]: pgmap v15365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:59:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:02 smithi135 ceph-mon[93152]: pgmap v15365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T12:59:03.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:03.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:04.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:04.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:04 smithi194 ceph-mon[104785]: pgmap v15366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:04 smithi135 ceph-mon[93152]: pgmap v15366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:05.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:05.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:06.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:06.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:06 smithi194 ceph-mon[104785]: pgmap v15367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:06 smithi135 ceph-mon[93152]: pgmap v15367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:07.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:07.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:08.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:08.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:08 smithi194 ceph-mon[104785]: pgmap v15368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:08 smithi135 ceph-mon[93152]: pgmap v15368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:09.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:09.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:10.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:10.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:10 smithi194 ceph-mon[104785]: pgmap v15369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:10 smithi135 ceph-mon[93152]: pgmap v15369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:11.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:11.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:12.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:12.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:12 smithi194 ceph-mon[104785]: pgmap v15370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:12 smithi135 ceph-mon[93152]: pgmap v15370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:13.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:13.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:14.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:14.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:14 smithi194 ceph-mon[104785]: pgmap v15371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:14 smithi135 ceph-mon[93152]: pgmap v15371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:15.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:15.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:16.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:16.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:16 smithi194 ceph-mon[104785]: pgmap v15372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:16 smithi135 ceph-mon[93152]: pgmap v15372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:17.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:17.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:18.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:18.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:18 smithi194 ceph-mon[104785]: pgmap v15373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:18 smithi135 ceph-mon[93152]: pgmap v15373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:19.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:19.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:20.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:20.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:20 smithi194 ceph-mon[104785]: pgmap v15374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:20 smithi135 ceph-mon[93152]: pgmap v15374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:21.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:21.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:22.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:22.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:22 smithi194 ceph-mon[104785]: pgmap v15375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:22 smithi135 ceph-mon[93152]: pgmap v15375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:23.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:23.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:24.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:24.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:24 smithi194 ceph-mon[104785]: pgmap v15376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:24 smithi135 ceph-mon[93152]: pgmap v15376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:25.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:25.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:26.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:26.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:26 smithi194 ceph-mon[104785]: pgmap v15377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:26 smithi135 ceph-mon[93152]: pgmap v15377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:27.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:27.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:28.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:28.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:28 smithi194 ceph-mon[104785]: pgmap v15378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:28 smithi135 ceph-mon[93152]: pgmap v15378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:29.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:29.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:30.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:30.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:30 smithi194 ceph-mon[104785]: pgmap v15379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:30 smithi135 ceph-mon[93152]: pgmap v15379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:31.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:31.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:32.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:32.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:32 smithi194 ceph-mon[104785]: pgmap v15380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:32 smithi135 ceph-mon[93152]: pgmap v15380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:33.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:33.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:34.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:34.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:34 smithi194 ceph-mon[104785]: pgmap v15381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:34 smithi135 ceph-mon[93152]: pgmap v15381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:35.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:35.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:36.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:36.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:36 smithi194 ceph-mon[104785]: pgmap v15382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:36 smithi135 ceph-mon[93152]: pgmap v15382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:37.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:37.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:38.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:38.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:38.717 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:38 smithi194 ceph-mon[104785]: pgmap v15383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:38 smithi135 ceph-mon[93152]: pgmap v15383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:39.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:39.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:40.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:40.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:40 smithi135 ceph-mon[93152]: pgmap v15384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:40 smithi194 ceph-mon[104785]: pgmap v15384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:41.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:41.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:42.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:42.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:42 smithi135 ceph-mon[93152]: pgmap v15385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:42 smithi194 ceph-mon[104785]: pgmap v15385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:43.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:43.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:44.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:44.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:44 smithi135 ceph-mon[93152]: pgmap v15386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:44 smithi194 ceph-mon[104785]: pgmap v15386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:45.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:45.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:46.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:46.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:46 smithi135 ceph-mon[93152]: pgmap v15387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:46 smithi194 ceph-mon[104785]: pgmap v15387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:47.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:47.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:48.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:48.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:48 smithi135 ceph-mon[93152]: pgmap v15388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:48.823 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:48 smithi194 ceph-mon[104785]: pgmap v15388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:49.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:49.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:50.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:50.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:50 smithi135 ceph-mon[93152]: pgmap v15389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:50 smithi194 ceph-mon[104785]: pgmap v15389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T12:59:51.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:51.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:52.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:52.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:52 smithi135 ceph-mon[93152]: pgmap v15390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:52 smithi194 ceph-mon[104785]: pgmap v15390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:53.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:53.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:53 smithi194 ceph-mon[104785]: pgmap v15391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:53 smithi135 ceph-mon[93152]: pgmap v15391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:54.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:54.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:55.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:55.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:55 smithi194 ceph-mon[104785]: pgmap v15392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:55 smithi135 ceph-mon[93152]: pgmap v15392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T12:59:56.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:56.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:57.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:57.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:57 smithi194 ceph-mon[104785]: pgmap v15393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:57 smithi135 ceph-mon[93152]: pgmap v15393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T12:59:58.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:58.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T12:59:59.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T12:59:59.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 12:59:59 smithi194 ceph-mon[104785]: pgmap v15394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:00:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 12:59:59 smithi135 ceph-mon[93152]: pgmap v15394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:00:00.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:00.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T13:00:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T13:00:01.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:01.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:01 smithi194 ceph-mon[104785]: pgmap v15395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:00:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:01 smithi135 ceph-mon[93152]: pgmap v15395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:00:02.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:02.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:03.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:03.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:03 smithi194 ceph-mon[104785]: pgmap v15396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:03 smithi135 ceph-mon[93152]: pgmap v15396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:04.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:04.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:05.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:05.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:05 smithi194 ceph-mon[104785]: pgmap v15397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:05 smithi135 ceph-mon[93152]: pgmap v15397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:06.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:06.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:07.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:07.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:00:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:00:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:00:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:00:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:00:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:00:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:00:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:00:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:00:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:00:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:00:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:00:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:00:07.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:00:08.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:08.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:08 smithi194 ceph-mon[104785]: pgmap v15398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:08 smithi135 ceph-mon[93152]: pgmap v15398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:09.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:09.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:10.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:10.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:10 smithi194 ceph-mon[104785]: pgmap v15399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:00:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:10 smithi135 ceph-mon[93152]: pgmap v15399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:00:11.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:11.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:12.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:12.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:12 smithi135 ceph-mon[93152]: pgmap v15400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:12 smithi194 ceph-mon[104785]: pgmap v15400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:13.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:13.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:14.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:14.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:14 smithi194 ceph-mon[104785]: pgmap v15401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:14 smithi135 ceph-mon[93152]: pgmap v15401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:15.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:15.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:16.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:16.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:16 smithi135 ceph-mon[93152]: pgmap v15402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:16 smithi194 ceph-mon[104785]: pgmap v15402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:17.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:17.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:18.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:18.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:18 smithi135 ceph-mon[93152]: pgmap v15403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:18 smithi194 ceph-mon[104785]: pgmap v15403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:19.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:19.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:20.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:20.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:20 smithi135 ceph-mon[93152]: pgmap v15404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:00:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:20 smithi194 ceph-mon[104785]: pgmap v15404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:00:21.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:21.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:22.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:22.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:22 smithi135 ceph-mon[93152]: pgmap v15405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:22 smithi194 ceph-mon[104785]: pgmap v15405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:23.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:23.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:24.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:24.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:24 smithi194 ceph-mon[104785]: pgmap v15406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:24 smithi135 ceph-mon[93152]: pgmap v15406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:25.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:25.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:26.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:26.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:26 smithi135 ceph-mon[93152]: pgmap v15407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:26 smithi194 ceph-mon[104785]: pgmap v15407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:27.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:27.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:28.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:28.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:28 smithi135 ceph-mon[93152]: pgmap v15408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:28 smithi194 ceph-mon[104785]: pgmap v15408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:29.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:29.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:30.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:30.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:30 smithi135 ceph-mon[93152]: pgmap v15409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:00:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:30 smithi194 ceph-mon[104785]: pgmap v15409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:00:31.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:31.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:32.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:32.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:32 smithi135 ceph-mon[93152]: pgmap v15410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:32 smithi194 ceph-mon[104785]: pgmap v15410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:33.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:33.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:34.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:34.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:34 smithi135 ceph-mon[93152]: pgmap v15411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:34 smithi194 ceph-mon[104785]: pgmap v15411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:35.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:35.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:36.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:36.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:36 smithi135 ceph-mon[93152]: pgmap v15412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:36 smithi194 ceph-mon[104785]: pgmap v15412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:37.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:37.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:38.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:38.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:38 smithi135 ceph-mon[93152]: pgmap v15413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:38 smithi194 ceph-mon[104785]: pgmap v15413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:39.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:39.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:40.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:40.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:40 smithi135 ceph-mon[93152]: pgmap v15414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:00:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:40 smithi194 ceph-mon[104785]: pgmap v15414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:00:41.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:41.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:42.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:42.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:42 smithi194 ceph-mon[104785]: pgmap v15415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:42 smithi135 ceph-mon[93152]: pgmap v15415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:43.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:43.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:44.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:44.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:44 smithi194 ceph-mon[104785]: pgmap v15416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:44 smithi135 ceph-mon[93152]: pgmap v15416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:45.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:45.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:46.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:46.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:46 smithi194 ceph-mon[104785]: pgmap v15417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:46 smithi135 ceph-mon[93152]: pgmap v15417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:47.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:47.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:48.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:48.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:48 smithi194 ceph-mon[104785]: pgmap v15418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:48 smithi135 ceph-mon[93152]: pgmap v15418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:49.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:49.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:50.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:50.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:50 smithi135 ceph-mon[93152]: pgmap v15419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:00:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:50 smithi194 ceph-mon[104785]: pgmap v15419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:00:51.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:51.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:52.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:52.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:52 smithi194 ceph-mon[104785]: pgmap v15420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:52 smithi135 ceph-mon[93152]: pgmap v15420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:53.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:53.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:54.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:54.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:54 smithi194 ceph-mon[104785]: pgmap v15421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:54 smithi135 ceph-mon[93152]: pgmap v15421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:55.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:55.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:56.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:56.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:56 smithi194 ceph-mon[104785]: pgmap v15422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:56 smithi135 ceph-mon[93152]: pgmap v15422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:56.761 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:00:57.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:57.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:58.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:58.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:00:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:00:58 smithi194 ceph-mon[104785]: pgmap v15423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:00:58 smithi135 ceph-mon[93152]: pgmap v15423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:00:59.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:00:59.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:00.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:00.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:00 smithi135 ceph-mon[93152]: pgmap v15424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:01:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:00 smithi194 ceph-mon[104785]: pgmap v15424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:01:01.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:01.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:02.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:02.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:02 smithi135 ceph-mon[93152]: pgmap v15425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:02 smithi194 ceph-mon[104785]: pgmap v15425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:03.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:03.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:04.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:04.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:04.620 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:04 smithi194 ceph-mon[104785]: pgmap v15426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:04 smithi135 ceph-mon[93152]: pgmap v15426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:05.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:05.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:06.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:06.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:06 smithi194 ceph-mon[104785]: pgmap v15427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:06 smithi135 ceph-mon[93152]: pgmap v15427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:07.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:07.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:01:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:01:08.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:08.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:08 smithi194 ceph-mon[104785]: pgmap v15428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:01:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:01:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:01:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:01:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:01:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:08 smithi135 ceph-mon[93152]: pgmap v15428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:01:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:01:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:01:08.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:01:08.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:01:09.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:09.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:10.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:10.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:10 smithi135 ceph-mon[93152]: pgmap v15429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:01:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:10 smithi194 ceph-mon[104785]: pgmap v15429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:01:11.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:11.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:12.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:12.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:12 smithi135 ceph-mon[93152]: pgmap v15430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:12 smithi194 ceph-mon[104785]: pgmap v15430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:13.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:13.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:14.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:14.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:14 smithi194 ceph-mon[104785]: pgmap v15431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:14 smithi135 ceph-mon[93152]: pgmap v15431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:15.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:15.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:16.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:16.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:16 smithi194 ceph-mon[104785]: pgmap v15432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:16 smithi135 ceph-mon[93152]: pgmap v15432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:17.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:17.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:18.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:18.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:18 smithi194 ceph-mon[104785]: pgmap v15433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:18 smithi135 ceph-mon[93152]: pgmap v15433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:19.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:19.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:20.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:20.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:20 smithi194 ceph-mon[104785]: pgmap v15434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:01:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:20 smithi135 ceph-mon[93152]: pgmap v15434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:01:21.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:21.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:22.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:22.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:22 smithi194 ceph-mon[104785]: pgmap v15435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:22 smithi135 ceph-mon[93152]: pgmap v15435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:23.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:23.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:24.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:24.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:24 smithi194 ceph-mon[104785]: pgmap v15436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:24 smithi135 ceph-mon[93152]: pgmap v15436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:25.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:25.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:26.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:26.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:26 smithi194 ceph-mon[104785]: pgmap v15437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:26 smithi135 ceph-mon[93152]: pgmap v15437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:27.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:27.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:28.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:28.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:28 smithi194 ceph-mon[104785]: pgmap v15438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:28 smithi135 ceph-mon[93152]: pgmap v15438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:29.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:29.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:30.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:30.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:30 smithi194 ceph-mon[104785]: pgmap v15439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:01:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:30 smithi135 ceph-mon[93152]: pgmap v15439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:01:31.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:31.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:32.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:32.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:32 smithi194 ceph-mon[104785]: pgmap v15440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:32 smithi135 ceph-mon[93152]: pgmap v15440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:33.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:33.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:34.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:34.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:34 smithi194 ceph-mon[104785]: pgmap v15441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:34 smithi135 ceph-mon[93152]: pgmap v15441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:35.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:35.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:36.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:36.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:36 smithi194 ceph-mon[104785]: pgmap v15442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:36 smithi135 ceph-mon[93152]: pgmap v15442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:37.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:37.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:38.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:38.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:38 smithi194 ceph-mon[104785]: pgmap v15443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:38 smithi135 ceph-mon[93152]: pgmap v15443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:39.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:39.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:40.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:40.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:40 smithi194 ceph-mon[104785]: pgmap v15444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:01:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:40 smithi135 ceph-mon[93152]: pgmap v15444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:01:41.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:41.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:42.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:42.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:42 smithi194 ceph-mon[104785]: pgmap v15445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:42 smithi135 ceph-mon[93152]: pgmap v15445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:43.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:43.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:44.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:44.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:44 smithi194 ceph-mon[104785]: pgmap v15446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:44 smithi135 ceph-mon[93152]: pgmap v15446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:45.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:45.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:46.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:46.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:46 smithi194 ceph-mon[104785]: pgmap v15447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:46 smithi135 ceph-mon[93152]: pgmap v15447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:47.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:47.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:48.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:48.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:48 smithi194 ceph-mon[104785]: pgmap v15448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:48 smithi135 ceph-mon[93152]: pgmap v15448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:49.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:49.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:50.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:50.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:50 smithi194 ceph-mon[104785]: pgmap v15449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:01:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:50 smithi135 ceph-mon[93152]: pgmap v15449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:01:51.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:51.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:52.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:52.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:52 smithi194 ceph-mon[104785]: pgmap v15450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:52 smithi135 ceph-mon[93152]: pgmap v15450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:53.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:53.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:54.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:54.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:54 smithi194 ceph-mon[104785]: pgmap v15451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:54 smithi135 ceph-mon[93152]: pgmap v15451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:55.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:55.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:56.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:56.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:56 smithi194 ceph-mon[104785]: pgmap v15452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:56 smithi135 ceph-mon[93152]: pgmap v15452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:01:57.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:57.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:58.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:58.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:01:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:01:58 smithi194 ceph-mon[104785]: pgmap v15453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:01:58 smithi135 ceph-mon[93152]: pgmap v15453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:01:59.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:01:59.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:00 smithi194 ceph-mon[104785]: pgmap v15454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:02:00.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:00.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:00 smithi135 ceph-mon[93152]: pgmap v15454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:02:01.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:01.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:02.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:02.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:02 smithi194 ceph-mon[104785]: pgmap v15455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:02.721 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:02 smithi135 ceph-mon[93152]: pgmap v15455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:03.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:03.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:04.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:04.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:04 smithi194 ceph-mon[104785]: pgmap v15456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:04 smithi135 ceph-mon[93152]: pgmap v15456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:05.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:05.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:06.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:06.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:06 smithi194 ceph-mon[104785]: pgmap v15457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:06 smithi135 ceph-mon[93152]: pgmap v15457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:07.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:07.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:08.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:08.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:08 smithi194 ceph-mon[104785]: pgmap v15458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:02:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:08 smithi135 ceph-mon[93152]: pgmap v15458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:02:09.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:09.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:10.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:10.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:10 smithi194 ceph-mon[104785]: pgmap v15459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:02:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:10 smithi135 ceph-mon[93152]: pgmap v15459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:02:11.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:11.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:12.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:12.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:12 smithi194 ceph-mon[104785]: pgmap v15460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:12 smithi135 ceph-mon[93152]: pgmap v15460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:13.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:13.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:14.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:14.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:14 smithi194 ceph-mon[104785]: pgmap v15461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:14 smithi135 ceph-mon[93152]: pgmap v15461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:15.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:15.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:15.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:15 smithi194 ceph-mon[104785]: pgmap v15462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:02:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:02:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:02:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:02:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:02:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:02:15.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:02:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:15 smithi135 ceph-mon[93152]: pgmap v15462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:02:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:02:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:02:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:02:16.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:02:16.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:02:16.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:02:16.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:16.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:17.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:17.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:17 smithi194 ceph-mon[104785]: pgmap v15463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:17 smithi135 ceph-mon[93152]: pgmap v15463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:18.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:18.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:19.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:19.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:19 smithi194 ceph-mon[104785]: pgmap v15464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:02:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:19 smithi135 ceph-mon[93152]: pgmap v15464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:02:20.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:20.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:21.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:21.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:21 smithi194 ceph-mon[104785]: pgmap v15465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:21 smithi135 ceph-mon[93152]: pgmap v15465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:22.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:22.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:23.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:23.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:23 smithi194 ceph-mon[104785]: pgmap v15466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:24.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:23 smithi135 ceph-mon[93152]: pgmap v15466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:24.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:24.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:25.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:25.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:25 smithi194 ceph-mon[104785]: pgmap v15467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:25 smithi135 ceph-mon[93152]: pgmap v15467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:26.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:26.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:27.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:27.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:27 smithi194 ceph-mon[104785]: pgmap v15468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:27 smithi135 ceph-mon[93152]: pgmap v15468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:28.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:28.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:29.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:29.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:29 smithi194 ceph-mon[104785]: pgmap v15469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:02:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:29 smithi135 ceph-mon[93152]: pgmap v15469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:02:30.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:30.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:31.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:31.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:31 smithi194 ceph-mon[104785]: pgmap v15470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:31 smithi135 ceph-mon[93152]: pgmap v15470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:32.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:32.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:33.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:33.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:33 smithi194 ceph-mon[104785]: pgmap v15471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:33 smithi135 ceph-mon[93152]: pgmap v15471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:34.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:34.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:35.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:35.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:35 smithi194 ceph-mon[104785]: pgmap v15472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:35 smithi135 ceph-mon[93152]: pgmap v15472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:36.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:36.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:37.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:37.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:37 smithi194 ceph-mon[104785]: pgmap v15473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:37 smithi135 ceph-mon[93152]: pgmap v15473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:38.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:38.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:39.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:39.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:39 smithi194 ceph-mon[104785]: pgmap v15474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:02:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:39 smithi135 ceph-mon[93152]: pgmap v15474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:02:40.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:40.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:41.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:41.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:41 smithi194 ceph-mon[104785]: pgmap v15475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:41 smithi135 ceph-mon[93152]: pgmap v15475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:42.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:42.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:43.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:43.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:43 smithi194 ceph-mon[104785]: pgmap v15476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:43 smithi135 ceph-mon[93152]: pgmap v15476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:44.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:44.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:45.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:45.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:45 smithi194 ceph-mon[104785]: pgmap v15477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:45 smithi135 ceph-mon[93152]: pgmap v15477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:46.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:46.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:47.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:47.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:48.161 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:47 smithi135 ceph-mon[93152]: pgmap v15478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:47 smithi194 ceph-mon[104785]: pgmap v15478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:48.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:48.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:49.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:49.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:49 smithi194 ceph-mon[104785]: pgmap v15479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:02:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:49 smithi135 ceph-mon[93152]: pgmap v15479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:02:50.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:50.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:51.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:51.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:51 smithi194 ceph-mon[104785]: pgmap v15480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:51 smithi135 ceph-mon[93152]: pgmap v15480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:52.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:52.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:53.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:53.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:53 smithi194 ceph-mon[104785]: pgmap v15481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:53 smithi135 ceph-mon[93152]: pgmap v15481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:54.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:54.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:55.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:55.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:55 smithi194 ceph-mon[104785]: pgmap v15482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:55 smithi135 ceph-mon[93152]: pgmap v15482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:02:56.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:56.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:57.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:57.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:57 smithi194 ceph-mon[104785]: pgmap v15483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:57 smithi135 ceph-mon[93152]: pgmap v15483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:02:58.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:58.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:02:59.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:02:59.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:02:59 smithi194 ceph-mon[104785]: pgmap v15484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:03:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:02:59 smithi135 ceph-mon[93152]: pgmap v15484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:03:00.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:00.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:01.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:01.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:01 smithi194 ceph-mon[104785]: pgmap v15485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:01 smithi135 ceph-mon[93152]: pgmap v15485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:02.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:02.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:03.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:03.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:03 smithi194 ceph-mon[104785]: pgmap v15486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:03 smithi135 ceph-mon[93152]: pgmap v15486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:04.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:04.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:05.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:05.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:05 smithi194 ceph-mon[104785]: pgmap v15487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:05 smithi135 ceph-mon[93152]: pgmap v15487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:06.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:06.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:07.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:07.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:07 smithi194 ceph-mon[104785]: pgmap v15488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:08.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:07 smithi135 ceph-mon[93152]: pgmap v15488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:08.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:08.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:09.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:09.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:09 smithi194 ceph-mon[104785]: pgmap v15489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:03:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:09 smithi135 ceph-mon[93152]: pgmap v15489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:03:10.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:10.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:11.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:11.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:11 smithi194 ceph-mon[104785]: pgmap v15490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:11 smithi135 ceph-mon[93152]: pgmap v15490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:12.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:12.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:13.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:13.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:14.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:13 smithi194 ceph-mon[104785]: pgmap v15491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:13 smithi135 ceph-mon[93152]: pgmap v15491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:14.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:14.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:15.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:15.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:15 smithi194 ceph-mon[104785]: pgmap v15492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:03:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:03:16.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:15 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:03:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:15 smithi135 ceph-mon[93152]: pgmap v15492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:03:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:03:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:15 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:03:16.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:16.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:03:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:03:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:03:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:03:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:03:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:03:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:03:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:03:17.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:03:17.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:03:17.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:17.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:18.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:18 smithi135 ceph-mon[93152]: pgmap v15493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:18 smithi194 ceph-mon[104785]: pgmap v15493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:18.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:18.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:19.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:19.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:20 smithi194 ceph-mon[104785]: pgmap v15494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:03:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:20 smithi135 ceph-mon[93152]: pgmap v15494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:03:20.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:20.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:21.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:21.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:22 smithi135 ceph-mon[93152]: pgmap v15495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:22.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:22.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:22 smithi194 ceph-mon[104785]: pgmap v15495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:23.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:23.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:24 smithi135 ceph-mon[93152]: pgmap v15496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:24.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:24.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:24 smithi194 ceph-mon[104785]: pgmap v15496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:25.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:25.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:26 smithi194 ceph-mon[104785]: pgmap v15497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:26 smithi135 ceph-mon[93152]: pgmap v15497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:26.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:26.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:27.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:27.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:28 smithi135 ceph-mon[93152]: pgmap v15498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:28.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:28.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:28 smithi194 ceph-mon[104785]: pgmap v15498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:29.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:29.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:30 smithi135 ceph-mon[93152]: pgmap v15499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:03:30.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:30.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:30 smithi194 ceph-mon[104785]: pgmap v15499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:03:31.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:31.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:32 smithi135 ceph-mon[93152]: pgmap v15500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:32.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:32.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:32 smithi194 ceph-mon[104785]: pgmap v15500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:33.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:33.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:34 smithi135 ceph-mon[93152]: pgmap v15501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:34.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:34.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:34 smithi194 ceph-mon[104785]: pgmap v15501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:35.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:35.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:36 smithi194 ceph-mon[104785]: pgmap v15502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:36 smithi135 ceph-mon[93152]: pgmap v15502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:36.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:36.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:37.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:37.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:38 smithi135 ceph-mon[93152]: pgmap v15503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:38.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:38.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:38 smithi194 ceph-mon[104785]: pgmap v15503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:39.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:39.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:40 smithi135 ceph-mon[93152]: pgmap v15504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:03:40.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:40.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:40.719 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:40 smithi194 ceph-mon[104785]: pgmap v15504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:03:41.512 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:41.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:41.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:42 smithi135 ceph-mon[93152]: pgmap v15505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:42 smithi194 ceph-mon[104785]: pgmap v15505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:42.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:42.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:43.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:43.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:44 smithi135 ceph-mon[93152]: pgmap v15506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:44 smithi194 ceph-mon[104785]: pgmap v15506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:44.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:44.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:45.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:45.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:46 smithi135 ceph-mon[93152]: pgmap v15507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:46 smithi194 ceph-mon[104785]: pgmap v15507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:46.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:46.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:47.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:47.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:48 smithi135 ceph-mon[93152]: pgmap v15508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:48 smithi194 ceph-mon[104785]: pgmap v15508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:48.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:48.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:49.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:49.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:50 smithi135 ceph-mon[93152]: pgmap v15509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:03:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:50 smithi194 ceph-mon[104785]: pgmap v15509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:03:50.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:50.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:51.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:51.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:52 smithi194 ceph-mon[104785]: pgmap v15510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:52.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:52.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:52 smithi135 ceph-mon[93152]: pgmap v15510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:53.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:53.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:54 smithi194 ceph-mon[104785]: pgmap v15511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:54.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:54.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:54 smithi135 ceph-mon[93152]: pgmap v15511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:55.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:55.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:56 smithi194 ceph-mon[104785]: pgmap v15512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:56.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:56.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:56 smithi135 ceph-mon[93152]: pgmap v15512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:03:57.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:57.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:03:58 smithi194 ceph-mon[104785]: pgmap v15513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:58.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:58.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:03:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:03:58 smithi135 ceph-mon[93152]: pgmap v15513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:03:59.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:03:59.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:00 smithi135 ceph-mon[93152]: pgmap v15514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:04:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:00 smithi194 ceph-mon[104785]: pgmap v15514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:04:00.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:00.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:01.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:01.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:02 smithi194 ceph-mon[104785]: pgmap v15515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:02.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:02.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:02 smithi135 ceph-mon[93152]: pgmap v15515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:03.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:03.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:04 smithi194 ceph-mon[104785]: pgmap v15516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:04.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:04.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:04 smithi135 ceph-mon[93152]: pgmap v15516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:05.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:05.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:06 smithi194 ceph-mon[104785]: pgmap v15517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:06.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:06.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:06 smithi135 ceph-mon[93152]: pgmap v15517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:07.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:07.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:08 smithi194 ceph-mon[104785]: pgmap v15518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:08.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:08.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:08 smithi135 ceph-mon[93152]: pgmap v15518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:09.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:09.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:10 smithi135 ceph-mon[93152]: pgmap v15519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:04:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:10 smithi194 ceph-mon[104785]: pgmap v15519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:04:10.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:10.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:11.571 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:11.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:11.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:12 smithi194 ceph-mon[104785]: pgmap v15520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:12 smithi135 ceph-mon[93152]: pgmap v15520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:12.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:12.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:13.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:13.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:14 smithi194 ceph-mon[104785]: pgmap v15521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:14 smithi135 ceph-mon[93152]: pgmap v15521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:14.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:14.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:15.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:15.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:16.624 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:16 smithi194 ceph-mon[104785]: pgmap v15522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:16.624 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:04:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:16 smithi135 ceph-mon[93152]: pgmap v15522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:04:16.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:16.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:17.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:04:17.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:04:17.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:04:17.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:04:17.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:04:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:04:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:04:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:04:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:04:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:04:17.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:17.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:18 smithi194 ceph-mon[104785]: pgmap v15523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:18 smithi135 ceph-mon[93152]: pgmap v15523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:18.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:18.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:19.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:19.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:20 smithi135 ceph-mon[93152]: pgmap v15524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:04:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:20 smithi194 ceph-mon[104785]: pgmap v15524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:04:20.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:20.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:21.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:21.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:22 smithi194 ceph-mon[104785]: pgmap v15525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:22 smithi135 ceph-mon[93152]: pgmap v15525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:22.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:22.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:23.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:23.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:24 smithi135 ceph-mon[93152]: pgmap v15526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:24 smithi194 ceph-mon[104785]: pgmap v15526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:24.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:24.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:25.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:25.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:26 smithi194 ceph-mon[104785]: pgmap v15527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:26 smithi135 ceph-mon[93152]: pgmap v15527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:26.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:26.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:27.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:27.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:28 smithi194 ceph-mon[104785]: pgmap v15528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:28 smithi135 ceph-mon[93152]: pgmap v15528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:28.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:28.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:29.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:29.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:30 smithi194 ceph-mon[104785]: pgmap v15529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:04:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:30 smithi135 ceph-mon[93152]: pgmap v15529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:04:30.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:30.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:31.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:31.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:32 smithi194 ceph-mon[104785]: pgmap v15530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:32 smithi135 ceph-mon[93152]: pgmap v15530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:32.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:32.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:33.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:33.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:34 smithi135 ceph-mon[93152]: pgmap v15531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:34 smithi194 ceph-mon[104785]: pgmap v15531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:34.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:34.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:35.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:35.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:36 smithi194 ceph-mon[104785]: pgmap v15532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:36 smithi135 ceph-mon[93152]: pgmap v15532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:36.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:36.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:37.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:37.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:38 smithi194 ceph-mon[104785]: pgmap v15533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:38 smithi135 ceph-mon[93152]: pgmap v15533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:38.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:38.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:39.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:39.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:40 smithi194 ceph-mon[104785]: pgmap v15534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:04:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:40 smithi135 ceph-mon[93152]: pgmap v15534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:04:40.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:40.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:41.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:41.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:42 smithi194 ceph-mon[104785]: pgmap v15535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:42 smithi135 ceph-mon[93152]: pgmap v15535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:42.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:42.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:43.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:43.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:44 smithi194 ceph-mon[104785]: pgmap v15536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:44 smithi135 ceph-mon[93152]: pgmap v15536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:44.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:44.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:45.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:45.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:46 smithi194 ceph-mon[104785]: pgmap v15537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:46 smithi135 ceph-mon[93152]: pgmap v15537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:46.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:46.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:47.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:47.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:48 smithi194 ceph-mon[104785]: pgmap v15538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:48 smithi135 ceph-mon[93152]: pgmap v15538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:48.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:48.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:49.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:49.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:50 smithi194 ceph-mon[104785]: pgmap v15539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:04:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:50 smithi135 ceph-mon[93152]: pgmap v15539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:04:50.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:50.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:51.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:51.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:52 smithi194 ceph-mon[104785]: pgmap v15540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:52 smithi135 ceph-mon[93152]: pgmap v15540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:52.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:52.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:53.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:53.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:54 smithi194 ceph-mon[104785]: pgmap v15541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:54 smithi135 ceph-mon[93152]: pgmap v15541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:54.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:54.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:55.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:55.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:56 smithi194 ceph-mon[104785]: pgmap v15542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:56 smithi135 ceph-mon[93152]: pgmap v15542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:04:56.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:56.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:57.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:57.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:04:58 smithi194 ceph-mon[104785]: pgmap v15543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:04:58 smithi135 ceph-mon[93152]: pgmap v15543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:04:58.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:58.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:04:59.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:04:59.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:00 smithi194 ceph-mon[104785]: pgmap v15544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:05:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:00 smithi135 ceph-mon[93152]: pgmap v15544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:05:00.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:00.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:01.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:01.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:02 smithi194 ceph-mon[104785]: pgmap v15545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:02 smithi135 ceph-mon[93152]: pgmap v15545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:02.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:02.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:03.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:03.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:04 smithi194 ceph-mon[104785]: pgmap v15546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:04 smithi135 ceph-mon[93152]: pgmap v15546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:04.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:04.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:05.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:05.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:06 smithi194 ceph-mon[104785]: pgmap v15547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:06 smithi135 ceph-mon[93152]: pgmap v15547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:06.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:06.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:07.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:07.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:08 smithi194 ceph-mon[104785]: pgmap v15548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:08 smithi135 ceph-mon[93152]: pgmap v15548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:08.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:08.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:09.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:09.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:10 smithi194 ceph-mon[104785]: pgmap v15549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:05:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:10 smithi135 ceph-mon[93152]: pgmap v15549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:05:10.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:10.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:11.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:11.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:12 smithi194 ceph-mon[104785]: pgmap v15550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:12 smithi135 ceph-mon[93152]: pgmap v15550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:12.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:12.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:13.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:13.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:14 smithi194 ceph-mon[104785]: pgmap v15551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:14 smithi135 ceph-mon[93152]: pgmap v15551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:14.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:14.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:15.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:15.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:16 smithi194 ceph-mon[104785]: pgmap v15552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:16 smithi135 ceph-mon[93152]: pgmap v15552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:16.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:16.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:05:17.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:05:17.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:05:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:05:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:05:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:05:17.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:17.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:18 smithi194 ceph-mon[104785]: pgmap v15553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:05:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:05:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:05:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:05:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:05:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:18 smithi135 ceph-mon[93152]: pgmap v15553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:05:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:05:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:05:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:05:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:05:18.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:18.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:19.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:19.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:20 smithi194 ceph-mon[104785]: pgmap v15554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:05:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:20 smithi135 ceph-mon[93152]: pgmap v15554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:05:20.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:20.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:21.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:21.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:22 smithi194 ceph-mon[104785]: pgmap v15555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:22 smithi135 ceph-mon[93152]: pgmap v15555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:22.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:22.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:23.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:23.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:24.692 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:24 smithi135 ceph-mon[93152]: pgmap v15556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:24 smithi194 ceph-mon[104785]: pgmap v15556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:24.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:24.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:25.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:25.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:26 smithi194 ceph-mon[104785]: pgmap v15557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:26 smithi135 ceph-mon[93152]: pgmap v15557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:26.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:26.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:27.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:27.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:28 smithi194 ceph-mon[104785]: pgmap v15558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:28 smithi135 ceph-mon[93152]: pgmap v15558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:28.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:28.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:29.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:29.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:30 smithi194 ceph-mon[104785]: pgmap v15559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:05:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:30 smithi135 ceph-mon[93152]: pgmap v15559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:05:30.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:30.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:31.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:31.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:32 smithi194 ceph-mon[104785]: pgmap v15560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:32 smithi135 ceph-mon[93152]: pgmap v15560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:32.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:32.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:33.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:33.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:34 smithi135 ceph-mon[93152]: pgmap v15561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:34.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:34.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:34 smithi194 ceph-mon[104785]: pgmap v15561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:35.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:35.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:36 smithi135 ceph-mon[93152]: pgmap v15562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:36.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:36.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:36 smithi194 ceph-mon[104785]: pgmap v15562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:37.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:37.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:38 smithi135 ceph-mon[93152]: pgmap v15563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:38.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:38.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:38 smithi194 ceph-mon[104785]: pgmap v15563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:39.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:39.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:40 smithi135 ceph-mon[93152]: pgmap v15564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:05:40.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:40.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:40 smithi194 ceph-mon[104785]: pgmap v15564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:05:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:41.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:41.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:42 smithi135 ceph-mon[93152]: pgmap v15565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:42.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:42.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:42 smithi194 ceph-mon[104785]: pgmap v15565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:43.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:43.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:44 smithi135 ceph-mon[93152]: pgmap v15566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:44.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:44.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:44 smithi194 ceph-mon[104785]: pgmap v15566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:45.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:45.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:46 smithi135 ceph-mon[93152]: pgmap v15567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:46.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:46.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:46 smithi194 ceph-mon[104785]: pgmap v15567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:47.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:47.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:48 smithi135 ceph-mon[93152]: pgmap v15568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:48.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:48.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:48 smithi194 ceph-mon[104785]: pgmap v15568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:49.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:49.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:50 smithi135 ceph-mon[93152]: pgmap v15569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:05:50.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:50.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:50 smithi194 ceph-mon[104785]: pgmap v15569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:05:51.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:51.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:52 smithi135 ceph-mon[93152]: pgmap v15570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:52.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:52.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:52 smithi194 ceph-mon[104785]: pgmap v15570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:53.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:53.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:54 smithi135 ceph-mon[93152]: pgmap v15571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:54.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:54.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:54 smithi194 ceph-mon[104785]: pgmap v15571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:55.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:55.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:56 smithi135 ceph-mon[93152]: pgmap v15572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:56.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:56.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:56 smithi194 ceph-mon[104785]: pgmap v15572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:05:57.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:57.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:05:58 smithi135 ceph-mon[93152]: pgmap v15573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:58.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:58.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:05:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:05:58 smithi194 ceph-mon[104785]: pgmap v15573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:05:59.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:05:59.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:00.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:00.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:00 smithi194 ceph-mon[104785]: pgmap v15574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:06:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:00 smithi135 ceph-mon[93152]: pgmap v15574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:06:01.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:01.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:02.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:02.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:02 smithi194 ceph-mon[104785]: pgmap v15575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:02 smithi135 ceph-mon[93152]: pgmap v15575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:03.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:03.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:04.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:04.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:04 smithi194 ceph-mon[104785]: pgmap v15576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:04 smithi135 ceph-mon[93152]: pgmap v15576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:05.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:05.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:06.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:06.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:06 smithi194 ceph-mon[104785]: pgmap v15577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:06 smithi135 ceph-mon[93152]: pgmap v15577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:07.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:07.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:08.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:08.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:08 smithi194 ceph-mon[104785]: pgmap v15578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:08 smithi135 ceph-mon[93152]: pgmap v15578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:09.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:09.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:10.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:10.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:10 smithi194 ceph-mon[104785]: pgmap v15579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:06:11.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:10 smithi135 ceph-mon[93152]: pgmap v15579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:06:11.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:11.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:12.835 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:12 smithi194 ceph-mon[104785]: pgmap v15580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:12.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:12.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:12 smithi135 ceph-mon[93152]: pgmap v15580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:13.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:13.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:14.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:14.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:14 smithi194 ceph-mon[104785]: pgmap v15581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:14 smithi135 ceph-mon[93152]: pgmap v15581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:15.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:15.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:16 smithi194 ceph-mon[104785]: pgmap v15582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:16.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:16.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:16 smithi135 ceph-mon[93152]: pgmap v15582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:17.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:17.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:18 smithi194 ceph-mon[104785]: pgmap v15583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:06:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:06:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:06:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:06:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:06:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:06:18.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:18.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:18 smithi135 ceph-mon[93152]: pgmap v15583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:06:19.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:19.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:20 smithi194 ceph-mon[104785]: pgmap v15584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:06:20.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:20.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:20 smithi135 ceph-mon[93152]: pgmap v15584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:06:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:21 smithi194 ceph-mon[104785]: pgmap v15585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:21.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:21.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:21 smithi135 ceph-mon[93152]: pgmap v15585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:22.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:22.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:23.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:23.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:23 smithi194 ceph-mon[104785]: pgmap v15586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:23 smithi135 ceph-mon[93152]: pgmap v15586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:24.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:24.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:25.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:25.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:25 smithi194 ceph-mon[104785]: pgmap v15587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:25 smithi135 ceph-mon[93152]: pgmap v15587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:26.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:26.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:27.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:27.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:27 smithi194 ceph-mon[104785]: pgmap v15588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:27 smithi135 ceph-mon[93152]: pgmap v15588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:28.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:28.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:29.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:29.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:30.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:29 smithi194 ceph-mon[104785]: pgmap v15589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:06:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:29 smithi135 ceph-mon[93152]: pgmap v15589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:06:30.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:30.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:31.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:31.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:31 smithi194 ceph-mon[104785]: pgmap v15590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:32.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:31 smithi135 ceph-mon[93152]: pgmap v15590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:32.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:32.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:33.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:33.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:34.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:33 smithi194 ceph-mon[104785]: pgmap v15591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:33 smithi135 ceph-mon[93152]: pgmap v15591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:34.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:34.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:35.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:35.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:35 smithi194 ceph-mon[104785]: pgmap v15592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:35 smithi135 ceph-mon[93152]: pgmap v15592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:36.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:36.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:37.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:37.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:37 smithi194 ceph-mon[104785]: pgmap v15593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:38.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:37 smithi135 ceph-mon[93152]: pgmap v15593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:38.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:38.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:39.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:39.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:39 smithi194 ceph-mon[104785]: pgmap v15594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:06:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:39 smithi135 ceph-mon[93152]: pgmap v15594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:06:41.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:41.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:42.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:42.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:41 smithi194 ceph-mon[104785]: pgmap v15595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:41 smithi135 ceph-mon[93152]: pgmap v15595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:43.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:43.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:44.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:44.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:44.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:43 smithi194 ceph-mon[104785]: pgmap v15596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:43 smithi135 ceph-mon[93152]: pgmap v15596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:45.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:45.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:46.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:46.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:45 smithi194 ceph-mon[104785]: pgmap v15597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:45 smithi135 ceph-mon[93152]: pgmap v15597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:47.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:47.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:48.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:48.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:48.203 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:47 smithi194 ceph-mon[104785]: pgmap v15598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:47 smithi135 ceph-mon[93152]: pgmap v15598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:49.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:49.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:50.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:50.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:49 smithi194 ceph-mon[104785]: pgmap v15599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:06:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:49 smithi135 ceph-mon[93152]: pgmap v15599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:06:51.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:51.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:52.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:52.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:51 smithi194 ceph-mon[104785]: pgmap v15600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:52.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:51 smithi135 ceph-mon[93152]: pgmap v15600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:53.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:53.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:54.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:54.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:53 smithi194 ceph-mon[104785]: pgmap v15601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:53 smithi135 ceph-mon[93152]: pgmap v15601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:55.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:55.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:56.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:56.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:55 smithi194 ceph-mon[104785]: pgmap v15602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:56.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:55 smithi135 ceph-mon[93152]: pgmap v15602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:06:57.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:57.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:58.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:58.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:06:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:57 smithi194 ceph-mon[104785]: pgmap v15603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:57 smithi135 ceph-mon[93152]: pgmap v15603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:06:59.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:06:59.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:00.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:00.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:00.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:06:59 smithi194 ceph-mon[104785]: pgmap v15604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:07:00.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:06:59 smithi135 ceph-mon[93152]: pgmap v15604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:07:01.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:01.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:02.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:02.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:01 smithi194 ceph-mon[104785]: pgmap v15605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:01 smithi135 ceph-mon[93152]: pgmap v15605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:03.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:03.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:04.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:04.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:03 smithi194 ceph-mon[104785]: pgmap v15606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:03 smithi135 ceph-mon[93152]: pgmap v15606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:05.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:05.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:06.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:06.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:05 smithi135 ceph-mon[93152]: pgmap v15607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:05 smithi194 ceph-mon[104785]: pgmap v15607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:07.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:07.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:08.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:08.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:07 smithi135 ceph-mon[93152]: pgmap v15608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:08.413 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:07 smithi194 ceph-mon[104785]: pgmap v15608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:09.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:09.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:10.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:10.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:09 smithi135 ceph-mon[93152]: pgmap v15609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:07:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:09 smithi194 ceph-mon[104785]: pgmap v15609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:07:11.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:11.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:12.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:12.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:11 smithi135 ceph-mon[93152]: pgmap v15610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:11 smithi194 ceph-mon[104785]: pgmap v15610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:13.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:13.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:14.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:14.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:14.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:13 smithi135 ceph-mon[93152]: pgmap v15611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:13 smithi194 ceph-mon[104785]: pgmap v15611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:15.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:15.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:16.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:16.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:15 smithi135 ceph-mon[93152]: pgmap v15612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:15 smithi194 ceph-mon[104785]: pgmap v15612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:17.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:17.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:18.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:18.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:17 smithi135 ceph-mon[93152]: pgmap v15613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:17 smithi194 ceph-mon[104785]: pgmap v15613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:19.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:19.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:07:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:07:20.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:20.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:19 smithi135 ceph-mon[93152]: pgmap v15614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:07:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:07:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:07:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:07:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:07:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:19 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1471M 2023-10-08T13:07:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:07:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:07:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:07:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:07:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:07:20.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:07:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:19 smithi194 ceph-mon[104785]: pgmap v15614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:07:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:07:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:07:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:07:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:07:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:19 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1471M 2023-10-08T13:07:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:07:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:07:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:07:20.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:07:20.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:07:20.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:07:21.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:21.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:22.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:22.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:21 smithi135 ceph-mon[93152]: pgmap v15615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:21 smithi194 ceph-mon[104785]: pgmap v15615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:23.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:23.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:24.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:24.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:23 smithi135 ceph-mon[93152]: pgmap v15616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:23 smithi194 ceph-mon[104785]: pgmap v15616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:25.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:25.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:26.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:26.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:26 smithi135 ceph-mon[93152]: pgmap v15617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:26 smithi194 ceph-mon[104785]: pgmap v15617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:27.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:27.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:28.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:28.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:28 smithi135 ceph-mon[93152]: pgmap v15618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:28 smithi194 ceph-mon[104785]: pgmap v15618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:29.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:29.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:30.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:30.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:30 smithi135 ceph-mon[93152]: pgmap v15619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:07:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:30 smithi194 ceph-mon[104785]: pgmap v15619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:07:31.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:31.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:32.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:32.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:32 smithi194 ceph-mon[104785]: pgmap v15620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:32 smithi135 ceph-mon[93152]: pgmap v15620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:33.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:33.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:34.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:34.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:34 smithi194 ceph-mon[104785]: pgmap v15621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:34 smithi135 ceph-mon[93152]: pgmap v15621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:35.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:35.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:36.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:36.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:36 smithi135 ceph-mon[93152]: pgmap v15622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:36 smithi194 ceph-mon[104785]: pgmap v15622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:37.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:37.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:38.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:38.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:38 smithi194 ceph-mon[104785]: pgmap v15623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:38 smithi135 ceph-mon[93152]: pgmap v15623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:39.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:39.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:40.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:40.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:40 smithi194 ceph-mon[104785]: pgmap v15624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:07:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:40 smithi135 ceph-mon[93152]: pgmap v15624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:07:41.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:41.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:42.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:42.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:42 smithi194 ceph-mon[104785]: pgmap v15625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:42 smithi135 ceph-mon[93152]: pgmap v15625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:43.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:43.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:44.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:44.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:44 smithi194 ceph-mon[104785]: pgmap v15626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:44 smithi135 ceph-mon[93152]: pgmap v15626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:45.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:45.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:46.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:46.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:46 smithi194 ceph-mon[104785]: pgmap v15627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:46 smithi135 ceph-mon[93152]: pgmap v15627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:47.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:47.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:48.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:48.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:48 smithi194 ceph-mon[104785]: pgmap v15628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:48 smithi135 ceph-mon[93152]: pgmap v15628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:49.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:49.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:50.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:50.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:50 smithi194 ceph-mon[104785]: pgmap v15629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:07:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:50 smithi135 ceph-mon[93152]: pgmap v15629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:07:51.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:51.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:52.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:52.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:52 smithi194 ceph-mon[104785]: pgmap v15630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:52 smithi135 ceph-mon[93152]: pgmap v15630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:53.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:53.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:54.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:54.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:54 smithi194 ceph-mon[104785]: pgmap v15631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:54 smithi135 ceph-mon[93152]: pgmap v15631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:55.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:55.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:56.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:56.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:56 smithi194 ceph-mon[104785]: pgmap v15632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:56 smithi135 ceph-mon[93152]: pgmap v15632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:07:57.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:57.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:58.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:58.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:07:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:07:58 smithi194 ceph-mon[104785]: pgmap v15633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:07:58 smithi135 ceph-mon[93152]: pgmap v15633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:07:59.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:07:59.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:00.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:00.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:00 smithi194 ceph-mon[104785]: pgmap v15634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:08:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:00 smithi135 ceph-mon[93152]: pgmap v15634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:08:01.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:01.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:02.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:02.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:02 smithi194 ceph-mon[104785]: pgmap v15635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:02 smithi135 ceph-mon[93152]: pgmap v15635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:03.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:03.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:04.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:04.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:04 smithi194 ceph-mon[104785]: pgmap v15636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:04 smithi135 ceph-mon[93152]: pgmap v15636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:05.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:05.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:06.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:06.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:06 smithi194 ceph-mon[104785]: pgmap v15637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:06 smithi135 ceph-mon[93152]: pgmap v15637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:07.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:07.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:08.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:08.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:08 smithi194 ceph-mon[104785]: pgmap v15638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:08 smithi135 ceph-mon[93152]: pgmap v15638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:09.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:09.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:10.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:10.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:10 smithi194 ceph-mon[104785]: pgmap v15639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:08:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:10 smithi135 ceph-mon[93152]: pgmap v15639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:08:11.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:11.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:12.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:12.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:12 smithi194 ceph-mon[104785]: pgmap v15640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:12 smithi135 ceph-mon[93152]: pgmap v15640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:13.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:13.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:14.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:14.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:14 smithi194 ceph-mon[104785]: pgmap v15641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:14 smithi135 ceph-mon[93152]: pgmap v15641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:15.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:15.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:16.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:16.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:16.372 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:16 smithi135 ceph-mon[93152]: pgmap v15642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:16 smithi194 ceph-mon[104785]: pgmap v15642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:17.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:17.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:18.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:18.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:18 smithi194 ceph-mon[104785]: pgmap v15643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:18 smithi135 ceph-mon[93152]: pgmap v15643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:19.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:19.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:20.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:20.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:20 smithi194 ceph-mon[104785]: pgmap v15644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:08:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:08:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:08:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:08:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:08:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:08:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:08:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:20 smithi135 ceph-mon[93152]: pgmap v15644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:08:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:08:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:08:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:08:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:08:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:08:20.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:08:21.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:21.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:22.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:22.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:22 smithi194 ceph-mon[104785]: pgmap v15645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:22 smithi135 ceph-mon[93152]: pgmap v15645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:23.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:23.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:24.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:24.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:24 smithi194 ceph-mon[104785]: pgmap v15646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:24 smithi135 ceph-mon[93152]: pgmap v15646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:25.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:25.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:26.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:26.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:26 smithi194 ceph-mon[104785]: pgmap v15647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:26.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:26 smithi135 ceph-mon[93152]: pgmap v15647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:26.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:27.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:27.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:28.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:28.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:28 smithi194 ceph-mon[104785]: pgmap v15648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:28 smithi135 ceph-mon[93152]: pgmap v15648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:29.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:29.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:30.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:30.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:30 smithi194 ceph-mon[104785]: pgmap v15649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:08:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:30 smithi135 ceph-mon[93152]: pgmap v15649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:08:31.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:31.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:32.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:32.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:32 smithi194 ceph-mon[104785]: pgmap v15650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:32 smithi135 ceph-mon[93152]: pgmap v15650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:33.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:33.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:34.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:34.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:34 smithi194 ceph-mon[104785]: pgmap v15651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:34 smithi135 ceph-mon[93152]: pgmap v15651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:35.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:35.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:36.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:36.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:36 smithi194 ceph-mon[104785]: pgmap v15652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:36 smithi135 ceph-mon[93152]: pgmap v15652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:37.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:37.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:38.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:38.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:38 smithi194 ceph-mon[104785]: pgmap v15653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:38 smithi135 ceph-mon[93152]: pgmap v15653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:39.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:39.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:40.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:40.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:40 smithi135 ceph-mon[93152]: pgmap v15654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:08:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:40 smithi194 ceph-mon[104785]: pgmap v15654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:08:41.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:41.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:42.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:42.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:42 smithi194 ceph-mon[104785]: pgmap v15655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:42 smithi135 ceph-mon[93152]: pgmap v15655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:43.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:43.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:44.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:44.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:44.412 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:44 smithi194 ceph-mon[104785]: pgmap v15656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:44 smithi135 ceph-mon[93152]: pgmap v15656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:45.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:45.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:46.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:46.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:46 smithi194 ceph-mon[104785]: pgmap v15657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:46.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:46 smithi135 ceph-mon[93152]: pgmap v15657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:47.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:47.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:48.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:48.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:48 smithi194 ceph-mon[104785]: pgmap v15658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:48 smithi135 ceph-mon[93152]: pgmap v15658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:49.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:49.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:50.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:50.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:50 smithi194 ceph-mon[104785]: pgmap v15659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:08:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:50 smithi135 ceph-mon[93152]: pgmap v15659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:08:51.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:51.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:52.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:52.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:52 smithi194 ceph-mon[104785]: pgmap v15660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:52 smithi135 ceph-mon[93152]: pgmap v15660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:53.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:53.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:54.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:54.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:54 smithi194 ceph-mon[104785]: pgmap v15661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:54 smithi135 ceph-mon[93152]: pgmap v15661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:55.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:55.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:56.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:56.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:56 smithi194 ceph-mon[104785]: pgmap v15662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:56 smithi135 ceph-mon[93152]: pgmap v15662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:08:57.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:57.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:58.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:58.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:08:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:08:58 smithi194 ceph-mon[104785]: pgmap v15663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:08:58 smithi135 ceph-mon[93152]: pgmap v15663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:08:59.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:08:59.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:00.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:00.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:00 smithi194 ceph-mon[104785]: pgmap v15664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:09:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:00 smithi135 ceph-mon[93152]: pgmap v15664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:09:01.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:01.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:02.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:02.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:02 smithi194 ceph-mon[104785]: pgmap v15665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:02 smithi135 ceph-mon[93152]: pgmap v15665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:03.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:03.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:04.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:04.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:04 smithi194 ceph-mon[104785]: pgmap v15666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:04 smithi135 ceph-mon[93152]: pgmap v15666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:05.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:05.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:06.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:06.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:06 smithi194 ceph-mon[104785]: pgmap v15667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:06 smithi135 ceph-mon[93152]: pgmap v15667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:07.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:07.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:08.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:08.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:08 smithi194 ceph-mon[104785]: pgmap v15668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:08 smithi135 ceph-mon[93152]: pgmap v15668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:09.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:09.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:10.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:10.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:10 smithi194 ceph-mon[104785]: pgmap v15669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:09:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:10 smithi135 ceph-mon[93152]: pgmap v15669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:09:11.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:11.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:12.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:12.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:12 smithi194 ceph-mon[104785]: pgmap v15670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:12 smithi135 ceph-mon[93152]: pgmap v15670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:13.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:13.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:14.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:14.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:14 smithi194 ceph-mon[104785]: pgmap v15671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:14 smithi135 ceph-mon[93152]: pgmap v15671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:15.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:15.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:16.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:16.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:16.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:16 smithi194 ceph-mon[104785]: pgmap v15672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:16 smithi135 ceph-mon[93152]: pgmap v15672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:17.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:17.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:18.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:18.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:18.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:18 smithi194 ceph-mon[104785]: pgmap v15673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:18 smithi135 ceph-mon[93152]: pgmap v15673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:19.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:19.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:20.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:20.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:20 smithi194 ceph-mon[104785]: pgmap v15674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:09:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:09:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:20 smithi135 ceph-mon[93152]: pgmap v15674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:09:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:09:21.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:21.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:09:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:09:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:09:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:09:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:09:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:09:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:09:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:09:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:09:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:09:22.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:22.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:22 smithi194 ceph-mon[104785]: pgmap v15675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:22 smithi135 ceph-mon[93152]: pgmap v15675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:23.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:23.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:24.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:24.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:24 smithi194 ceph-mon[104785]: pgmap v15676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:24 smithi135 ceph-mon[93152]: pgmap v15676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:25.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:25.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:26.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:26.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:26 smithi194 ceph-mon[104785]: pgmap v15677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:26 smithi135 ceph-mon[93152]: pgmap v15677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:27.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:27.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:28.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:28.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:28 smithi194 ceph-mon[104785]: pgmap v15678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:28 smithi135 ceph-mon[93152]: pgmap v15678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:29.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:29.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:30.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:30.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:30 smithi135 ceph-mon[93152]: pgmap v15679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:09:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:30 smithi194 ceph-mon[104785]: pgmap v15679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:09:31.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:31.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:32.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:32.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:32 smithi135 ceph-mon[93152]: pgmap v15680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:32 smithi194 ceph-mon[104785]: pgmap v15680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:33.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:33.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:34.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:34.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:34 smithi194 ceph-mon[104785]: pgmap v15681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:34 smithi135 ceph-mon[93152]: pgmap v15681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:35.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:35.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:36.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:36.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:36 smithi194 ceph-mon[104785]: pgmap v15682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:36 smithi135 ceph-mon[93152]: pgmap v15682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:37.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:37.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:38.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:38.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:38 smithi194 ceph-mon[104785]: pgmap v15683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:38 smithi135 ceph-mon[93152]: pgmap v15683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:39.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:39.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:40.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:40.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:40 smithi135 ceph-mon[93152]: pgmap v15684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:09:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:40 smithi194 ceph-mon[104785]: pgmap v15684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:09:41.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:41.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:42.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:42.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:42 smithi135 ceph-mon[93152]: pgmap v15685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:42 smithi194 ceph-mon[104785]: pgmap v15685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:43.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:43.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:44.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:44.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:44 smithi194 ceph-mon[104785]: pgmap v15686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:44 smithi135 ceph-mon[93152]: pgmap v15686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:45.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:45.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:46.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:46.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:46 smithi194 ceph-mon[104785]: pgmap v15687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:46 smithi135 ceph-mon[93152]: pgmap v15687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:47.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:47.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:48.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:48.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:48 smithi194 ceph-mon[104785]: pgmap v15688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:48 smithi135 ceph-mon[93152]: pgmap v15688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:49.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:49.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:50.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:50.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:50 smithi194 ceph-mon[104785]: pgmap v15689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:09:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:50 smithi135 ceph-mon[93152]: pgmap v15689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:09:51.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:51.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:52.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:52.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:52 smithi194 ceph-mon[104785]: pgmap v15690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:52 smithi135 ceph-mon[93152]: pgmap v15690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:53.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:53.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:54.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:54.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:54 smithi194 ceph-mon[104785]: pgmap v15691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:54 smithi135 ceph-mon[93152]: pgmap v15691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:55.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:55.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:56.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:56.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:56 smithi194 ceph-mon[104785]: pgmap v15692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:56 smithi135 ceph-mon[93152]: pgmap v15692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:09:57.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:57.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:58.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:58.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:09:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:09:58 smithi194 ceph-mon[104785]: pgmap v15693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:09:58 smithi135 ceph-mon[93152]: pgmap v15693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:09:59.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:09:59.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:00.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:00.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:00 smithi194 ceph-mon[104785]: pgmap v15694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:10:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T13:10:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:00 smithi135 ceph-mon[93152]: pgmap v15694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:10:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T13:10:01.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:01.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:02.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:02.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:02 smithi194 ceph-mon[104785]: pgmap v15695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:02 smithi135 ceph-mon[93152]: pgmap v15695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:03.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:03.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:04.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:04.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:04 smithi194 ceph-mon[104785]: pgmap v15696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:04 smithi135 ceph-mon[93152]: pgmap v15696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:05.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:05.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:06.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:06.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:06 smithi194 ceph-mon[104785]: pgmap v15697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:06 smithi135 ceph-mon[93152]: pgmap v15697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:07.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:07.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:08.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:08.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:08 smithi194 ceph-mon[104785]: pgmap v15698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:08 smithi135 ceph-mon[93152]: pgmap v15698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:09.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:09.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:10.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:10.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:10 smithi194 ceph-mon[104785]: pgmap v15699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:10:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:10 smithi135 ceph-mon[93152]: pgmap v15699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:10:11.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:11.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:12.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:12.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:12 smithi194 ceph-mon[104785]: pgmap v15700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:12 smithi135 ceph-mon[93152]: pgmap v15700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:13.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:13.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:14.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:14.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:14 smithi194 ceph-mon[104785]: pgmap v15701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:14 smithi135 ceph-mon[93152]: pgmap v15701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:15.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:15.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:16.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:16.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:16 smithi194 ceph-mon[104785]: pgmap v15702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:16 smithi135 ceph-mon[93152]: pgmap v15702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:17.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:17.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:18.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:18.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:18 smithi194 ceph-mon[104785]: pgmap v15703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:18 smithi135 ceph-mon[93152]: pgmap v15703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:19.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:19.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:20.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:20.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:20 smithi194 ceph-mon[104785]: pgmap v15704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:10:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:10:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:20 smithi135 ceph-mon[93152]: pgmap v15704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:10:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:10:21.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:21.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:22.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:22.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:22 smithi194 ceph-mon[104785]: pgmap v15705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:22 smithi135 ceph-mon[93152]: pgmap v15705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:23.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:23.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:24.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:24.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:24 smithi194 ceph-mon[104785]: pgmap v15706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:24 smithi135 ceph-mon[93152]: pgmap v15706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:25.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:25.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:25 smithi135 ceph-mon[93152]: pgmap v15707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:10:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:10:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:10:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:10:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:10:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:10:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:10:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:26.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:26.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:25 smithi194 ceph-mon[104785]: pgmap v15707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:10:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:10:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:10:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:10:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:10:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:10:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:10:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:27.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:27.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:28 smithi135 ceph-mon[93152]: pgmap v15708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:28.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:28.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:28 smithi194 ceph-mon[104785]: pgmap v15708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:29.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:29.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:30.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:30 smithi135 ceph-mon[93152]: pgmap v15709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:10:30.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:30.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:30 smithi194 ceph-mon[104785]: pgmap v15709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:10:31.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:31.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:32.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:32.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:32 smithi194 ceph-mon[104785]: pgmap v15710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:32 smithi135 ceph-mon[93152]: pgmap v15710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:33.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:33.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:34.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:34.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:34 smithi194 ceph-mon[104785]: pgmap v15711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:34 smithi135 ceph-mon[93152]: pgmap v15711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:35.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:35.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:36.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:36.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:36 smithi194 ceph-mon[104785]: pgmap v15712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:36 smithi135 ceph-mon[93152]: pgmap v15712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:37.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:37.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:38.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:38.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:38 smithi194 ceph-mon[104785]: pgmap v15713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:38 smithi135 ceph-mon[93152]: pgmap v15713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:39.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:39.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:40.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:40.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:40 smithi194 ceph-mon[104785]: pgmap v15714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:10:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:40 smithi135 ceph-mon[93152]: pgmap v15714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:10:41.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:41.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:42.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:42.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:42 smithi194 ceph-mon[104785]: pgmap v15715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:42 smithi135 ceph-mon[93152]: pgmap v15715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:43.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:43.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:44.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:44.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:44 smithi194 ceph-mon[104785]: pgmap v15716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:44 smithi135 ceph-mon[93152]: pgmap v15716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:45.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:45.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:46.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:46.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:46 smithi194 ceph-mon[104785]: pgmap v15717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:46 smithi135 ceph-mon[93152]: pgmap v15717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:47.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:47.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:48 smithi135 ceph-mon[93152]: pgmap v15718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:48.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:48.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:48 smithi194 ceph-mon[104785]: pgmap v15718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:49.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:49.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:50.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:50.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:50 smithi194 ceph-mon[104785]: pgmap v15719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:10:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:50 smithi135 ceph-mon[93152]: pgmap v15719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:10:51.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:51.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:52.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:52.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:52 smithi194 ceph-mon[104785]: pgmap v15720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:52 smithi135 ceph-mon[93152]: pgmap v15720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:53.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:53.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:54.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:54.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:54 smithi194 ceph-mon[104785]: pgmap v15721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:54 smithi135 ceph-mon[93152]: pgmap v15721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:55.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:55.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:56.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:56.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:56 smithi194 ceph-mon[104785]: pgmap v15722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:56 smithi135 ceph-mon[93152]: pgmap v15722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:10:57.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:57.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:10:58 smithi135 ceph-mon[93152]: pgmap v15723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:58.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:58.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:10:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:10:58 smithi194 ceph-mon[104785]: pgmap v15723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:10:59.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:10:59.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:00.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:00.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:00 smithi194 ceph-mon[104785]: pgmap v15724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:11:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:00 smithi135 ceph-mon[93152]: pgmap v15724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:11:01.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:01.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:02.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:02.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:02 smithi194 ceph-mon[104785]: pgmap v15725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:02 smithi135 ceph-mon[93152]: pgmap v15725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:03.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:03.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:04.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:04.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:04 smithi194 ceph-mon[104785]: pgmap v15726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:04 smithi135 ceph-mon[93152]: pgmap v15726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:05.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:05.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:06 smithi194 ceph-mon[104785]: pgmap v15727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:06.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:06.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:06 smithi135 ceph-mon[93152]: pgmap v15727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:07.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:07.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:08.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:08.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:08 smithi194 ceph-mon[104785]: pgmap v15728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:08 smithi135 ceph-mon[93152]: pgmap v15728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:09.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:09.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:10.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:10.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:10 smithi194 ceph-mon[104785]: pgmap v15729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:11:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:10 smithi135 ceph-mon[93152]: pgmap v15729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:11:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:11.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:11.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:12.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:12.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:12 smithi194 ceph-mon[104785]: pgmap v15730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:12 smithi135 ceph-mon[93152]: pgmap v15730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:13.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:13.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:14.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:14.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:14 smithi194 ceph-mon[104785]: pgmap v15731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:14 smithi135 ceph-mon[93152]: pgmap v15731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:15.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:15.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:16.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:16.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:16 smithi194 ceph-mon[104785]: pgmap v15732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:16 smithi135 ceph-mon[93152]: pgmap v15732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:17.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:17.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:18.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:18.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:18 smithi194 ceph-mon[104785]: pgmap v15733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:18 smithi135 ceph-mon[93152]: pgmap v15733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:19.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:19.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:20 smithi194 ceph-mon[104785]: pgmap v15734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:11:20.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:20.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:20 smithi135 ceph-mon[93152]: pgmap v15734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:11:21.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:21.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:22 smithi194 ceph-mon[104785]: pgmap v15735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:22.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:22.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:22 smithi135 ceph-mon[93152]: pgmap v15735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:23.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:23.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:24 smithi194 ceph-mon[104785]: pgmap v15736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:24.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:24.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:24 smithi135 ceph-mon[93152]: pgmap v15736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:25.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:25.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:26 smithi194 ceph-mon[104785]: pgmap v15737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:11:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:26.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:26.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:26 smithi135 ceph-mon[93152]: pgmap v15737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:11:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:11:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:11:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:11:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:11:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:11:27.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:27.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:11:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:11:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:11:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:11:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:11:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:28 smithi194 ceph-mon[104785]: pgmap v15738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:28.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:28.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:28 smithi135 ceph-mon[93152]: pgmap v15738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:29.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:29.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:30 smithi194 ceph-mon[104785]: pgmap v15739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:11:30.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:30.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:30 smithi135 ceph-mon[93152]: pgmap v15739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:11:31.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:31.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:32 smithi194 ceph-mon[104785]: pgmap v15740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:32.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:32.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:32 smithi135 ceph-mon[93152]: pgmap v15740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:33.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:33.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:34 smithi194 ceph-mon[104785]: pgmap v15741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:34.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:34.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:34 smithi135 ceph-mon[93152]: pgmap v15741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:35.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:35.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:36 smithi194 ceph-mon[104785]: pgmap v15742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:36.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:36.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:36 smithi135 ceph-mon[93152]: pgmap v15742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:37.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:37.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:38 smithi194 ceph-mon[104785]: pgmap v15743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:38.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:38.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:38 smithi135 ceph-mon[93152]: pgmap v15743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:39.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:39.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:40 smithi194 ceph-mon[104785]: pgmap v15744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:11:40.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:40.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:40 smithi135 ceph-mon[93152]: pgmap v15744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:11:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:41.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:41.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:42 smithi194 ceph-mon[104785]: pgmap v15745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:42.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:42.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:42 smithi135 ceph-mon[93152]: pgmap v15745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:43.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:43.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:44 smithi194 ceph-mon[104785]: pgmap v15746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:44.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:44.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:44 smithi135 ceph-mon[93152]: pgmap v15746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:45.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:45.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:46 smithi194 ceph-mon[104785]: pgmap v15747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:46.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:46.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:46 smithi135 ceph-mon[93152]: pgmap v15747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:47.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:47.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:48.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:48 smithi135 ceph-mon[93152]: pgmap v15748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:48 smithi194 ceph-mon[104785]: pgmap v15748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:48.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:48.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:49.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:49.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:50.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:50 smithi194 ceph-mon[104785]: pgmap v15749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:11:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:50 smithi135 ceph-mon[93152]: pgmap v15749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:11:50.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:50.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:51.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:51.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:52 smithi194 ceph-mon[104785]: pgmap v15750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:52 smithi135 ceph-mon[93152]: pgmap v15750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:52.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:52.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:53.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:53.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:54 smithi194 ceph-mon[104785]: pgmap v15751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:54 smithi135 ceph-mon[93152]: pgmap v15751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:54.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:54.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:55.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:55.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:56 smithi194 ceph-mon[104785]: pgmap v15752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:56 smithi135 ceph-mon[93152]: pgmap v15752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:11:56.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:56.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:57.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:57.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:11:58 smithi194 ceph-mon[104785]: pgmap v15753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:11:58 smithi135 ceph-mon[93152]: pgmap v15753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:11:58.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:58.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:11:59.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:11:59.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:00 smithi194 ceph-mon[104785]: pgmap v15754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:12:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:00 smithi135 ceph-mon[93152]: pgmap v15754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:12:00.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:00.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:01.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:01.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:02 smithi194 ceph-mon[104785]: pgmap v15755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:02 smithi135 ceph-mon[93152]: pgmap v15755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:02.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:02.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:03.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:03.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:04 smithi194 ceph-mon[104785]: pgmap v15756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:04 smithi135 ceph-mon[93152]: pgmap v15756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:04.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:04.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:05.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:05.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:06 smithi194 ceph-mon[104785]: pgmap v15757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:06 smithi135 ceph-mon[93152]: pgmap v15757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:06.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:06.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:07.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:07.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:08 smithi135 ceph-mon[93152]: pgmap v15758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:08.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:08.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:08 smithi194 ceph-mon[104785]: pgmap v15758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:09.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:09.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:10 smithi135 ceph-mon[93152]: pgmap v15759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:12:10.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:10.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:10 smithi194 ceph-mon[104785]: pgmap v15759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:12:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:11.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:11.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:11.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:12 smithi135 ceph-mon[93152]: pgmap v15760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:12.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:12.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:12 smithi194 ceph-mon[104785]: pgmap v15760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:13.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:13.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:14 smithi135 ceph-mon[93152]: pgmap v15761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:14.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:14.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:14 smithi194 ceph-mon[104785]: pgmap v15761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:15.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:15.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:16 smithi135 ceph-mon[93152]: pgmap v15762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:16.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:16.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:16.620 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:16 smithi194 ceph-mon[104785]: pgmap v15762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:17.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:17.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:18 smithi135 ceph-mon[93152]: pgmap v15763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:18.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:18.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:18 smithi194 ceph-mon[104785]: pgmap v15763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:19.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:19.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:20 smithi135 ceph-mon[93152]: pgmap v15764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:12:20.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:20.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:20 smithi194 ceph-mon[104785]: pgmap v15764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:12:21.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:21.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:22 smithi135 ceph-mon[93152]: pgmap v15765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:22.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:22.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:22 smithi194 ceph-mon[104785]: pgmap v15765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:23.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:23.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:24 smithi135 ceph-mon[93152]: pgmap v15766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:24.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:24.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:24 smithi194 ceph-mon[104785]: pgmap v15766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:25.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:25.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:26 smithi135 ceph-mon[93152]: pgmap v15767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:12:26.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:26.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:26 smithi194 ceph-mon[104785]: pgmap v15767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:12:27.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:27.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:28 smithi135 ceph-mon[93152]: pgmap v15768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:28.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:28.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:28 smithi194 ceph-mon[104785]: pgmap v15768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:29.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:29.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:30 smithi135 ceph-mon[93152]: pgmap v15769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:12:30.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:30.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:30 smithi194 ceph-mon[104785]: pgmap v15769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:12:31.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:31.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:32 smithi135 ceph-mon[93152]: pgmap v15770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:32.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:32.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:32 smithi194 ceph-mon[104785]: pgmap v15770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:33.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:33.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:34 smithi135 ceph-mon[93152]: pgmap v15771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:12:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:12:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:12:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:12:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:12:34.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:12:34.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:12:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:34 smithi194 ceph-mon[104785]: pgmap v15771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:12:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:12:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:12:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:12:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:12:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:12:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:12:34.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:34.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:35.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:35.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:36 smithi194 ceph-mon[104785]: pgmap v15772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:36 smithi135 ceph-mon[93152]: pgmap v15772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:36.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:36.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:37.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:37.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:38 smithi194 ceph-mon[104785]: pgmap v15773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:38 smithi135 ceph-mon[93152]: pgmap v15773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:38.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:38.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:39.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:39.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:40 smithi194 ceph-mon[104785]: pgmap v15774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:12:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:40 smithi135 ceph-mon[93152]: pgmap v15774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:12:40.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:40.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:41.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:41.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:42 smithi194 ceph-mon[104785]: pgmap v15775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:42 smithi135 ceph-mon[93152]: pgmap v15775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:42.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:42.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:43.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:43.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:44.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:44 smithi135 ceph-mon[93152]: pgmap v15776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:44 smithi194 ceph-mon[104785]: pgmap v15776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:44.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:44.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:45.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:45.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:46 smithi194 ceph-mon[104785]: pgmap v15777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:46 smithi135 ceph-mon[93152]: pgmap v15777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:46.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:46.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:47.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:47.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:48 smithi194 ceph-mon[104785]: pgmap v15778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:48 smithi135 ceph-mon[93152]: pgmap v15778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:48.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:48.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:49.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:49.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:50 smithi194 ceph-mon[104785]: pgmap v15779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:12:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:50 smithi135 ceph-mon[93152]: pgmap v15779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:12:50.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:50.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:51.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:51.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:52 smithi194 ceph-mon[104785]: pgmap v15780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:52 smithi135 ceph-mon[93152]: pgmap v15780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:52.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:52.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:53.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:53.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:54 smithi194 ceph-mon[104785]: pgmap v15781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:54 smithi135 ceph-mon[93152]: pgmap v15781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:54.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:54.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:55.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:55.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:56 smithi194 ceph-mon[104785]: pgmap v15782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:56 smithi135 ceph-mon[93152]: pgmap v15782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:12:56.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:56.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:57.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:57.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:12:58 smithi194 ceph-mon[104785]: pgmap v15783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:12:58 smithi135 ceph-mon[93152]: pgmap v15783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:12:58.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:58.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:12:59.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:12:59.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:00 smithi194 ceph-mon[104785]: pgmap v15784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:13:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:00 smithi135 ceph-mon[93152]: pgmap v15784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:13:00.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:00.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:01.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:01.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:02 smithi194 ceph-mon[104785]: pgmap v15785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:02 smithi135 ceph-mon[93152]: pgmap v15785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:02.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:02.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:03.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:03.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:04 smithi194 ceph-mon[104785]: pgmap v15786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:04 smithi135 ceph-mon[93152]: pgmap v15786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:04.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:04.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:05.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:05.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:06 smithi194 ceph-mon[104785]: pgmap v15787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:06 smithi135 ceph-mon[93152]: pgmap v15787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:06.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:06.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:07.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:07.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:08 smithi194 ceph-mon[104785]: pgmap v15788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:08 smithi135 ceph-mon[93152]: pgmap v15788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:08.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:08.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:09.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:09.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:10 smithi194 ceph-mon[104785]: pgmap v15789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:13:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:10 smithi135 ceph-mon[93152]: pgmap v15789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:13:10.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:10.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:11.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:11.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:12 smithi194 ceph-mon[104785]: pgmap v15790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:12 smithi135 ceph-mon[93152]: pgmap v15790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:12.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:12.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:13.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:13.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:14 smithi194 ceph-mon[104785]: pgmap v15791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:14 smithi135 ceph-mon[93152]: pgmap v15791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:14.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:14.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:15.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:15.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:16 smithi194 ceph-mon[104785]: pgmap v15792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:16 smithi135 ceph-mon[93152]: pgmap v15792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:16.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:16.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:17.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:17.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:18 smithi194 ceph-mon[104785]: pgmap v15793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:18 smithi135 ceph-mon[93152]: pgmap v15793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:18.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:18.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:19.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:19.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:20 smithi194 ceph-mon[104785]: pgmap v15794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:13:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:20 smithi135 ceph-mon[93152]: pgmap v15794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:13:20.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:20.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:21.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:21.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:22 smithi194 ceph-mon[104785]: pgmap v15795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:22 smithi135 ceph-mon[93152]: pgmap v15795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:22.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:22.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:23.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:23.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:24 smithi194 ceph-mon[104785]: pgmap v15796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:24 smithi135 ceph-mon[93152]: pgmap v15796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:24.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:24.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:25.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:25.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:26 smithi194 ceph-mon[104785]: pgmap v15797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:26 smithi135 ceph-mon[93152]: pgmap v15797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:26.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:26.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:27.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:27.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:28 smithi194 ceph-mon[104785]: pgmap v15798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:28 smithi135 ceph-mon[93152]: pgmap v15798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:28.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:28.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:29.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:29.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:30 smithi194 ceph-mon[104785]: pgmap v15799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:13:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:30 smithi135 ceph-mon[93152]: pgmap v15799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:13:30.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:30.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:31.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:31.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:32 smithi194 ceph-mon[104785]: pgmap v15800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:32 smithi135 ceph-mon[93152]: pgmap v15800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:32.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:32.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:33.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:33.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:34 smithi194 ceph-mon[104785]: pgmap v15801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:13:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:34.486 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:34 smithi135 ceph-mon[93152]: pgmap v15801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:34.487 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:13:34.487 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:34.487 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:34.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:34.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:35.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:35.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:13:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:13:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:13:35.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:13:36.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:13:36.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:36.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:13:36.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:13:36.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:36.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:36 smithi194 ceph-mon[104785]: pgmap v15802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:36 smithi135 ceph-mon[93152]: pgmap v15802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:37.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:37.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:38.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:38.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:38 smithi194 ceph-mon[104785]: pgmap v15803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:38 smithi135 ceph-mon[93152]: pgmap v15803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:39.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:39.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:40.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:40.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:40 smithi194 ceph-mon[104785]: pgmap v15804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:13:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:40 smithi135 ceph-mon[93152]: pgmap v15804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:13:41.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:41.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:42.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:42.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:42 smithi194 ceph-mon[104785]: pgmap v15805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:42 smithi135 ceph-mon[93152]: pgmap v15805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:43.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:43.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:44.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:44.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:44 smithi194 ceph-mon[104785]: pgmap v15806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:44 smithi135 ceph-mon[93152]: pgmap v15806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:45.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:45.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:46.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:46.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:46 smithi194 ceph-mon[104785]: pgmap v15807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:46 smithi135 ceph-mon[93152]: pgmap v15807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:47.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:47.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:48.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:48.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:48 smithi194 ceph-mon[104785]: pgmap v15808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:48 smithi135 ceph-mon[93152]: pgmap v15808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:49.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:49.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:50.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:50.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:50 smithi194 ceph-mon[104785]: pgmap v15809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:13:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:50 smithi135 ceph-mon[93152]: pgmap v15809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:13:51.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:51.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:52.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:52.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:52 smithi194 ceph-mon[104785]: pgmap v15810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:52 smithi135 ceph-mon[93152]: pgmap v15810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:53.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:53.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:53 smithi135 ceph-mon[93152]: pgmap v15811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:53 smithi194 ceph-mon[104785]: pgmap v15811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:54.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:54.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:55.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:55.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:56 smithi135 ceph-mon[93152]: pgmap v15812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:56 smithi194 ceph-mon[104785]: pgmap v15812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:13:56.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:56.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:57.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:57.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:13:58 smithi135 ceph-mon[93152]: pgmap v15813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:13:58 smithi194 ceph-mon[104785]: pgmap v15813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:13:58.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:58.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:13:59.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:13:59.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:00 smithi194 ceph-mon[104785]: pgmap v15814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:14:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:00 smithi135 ceph-mon[93152]: pgmap v15814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:14:00.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:00.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:01.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:01.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:02 smithi194 ceph-mon[104785]: pgmap v15815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:02 smithi135 ceph-mon[93152]: pgmap v15815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:02.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:02.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:03.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:03.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:04 smithi194 ceph-mon[104785]: pgmap v15816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:04 smithi135 ceph-mon[93152]: pgmap v15816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:04.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:04.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:05.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:05.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:06 smithi194 ceph-mon[104785]: pgmap v15817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:06 smithi135 ceph-mon[93152]: pgmap v15817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:06.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:06.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:07.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:07.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:08 smithi194 ceph-mon[104785]: pgmap v15818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:08 smithi135 ceph-mon[93152]: pgmap v15818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:08.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:08.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:09.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:09.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:10 smithi135 ceph-mon[93152]: pgmap v15819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:14:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:10 smithi194 ceph-mon[104785]: pgmap v15819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:14:10.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:10.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:11.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:11.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:12 smithi194 ceph-mon[104785]: pgmap v15820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:12.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:12 smithi135 ceph-mon[93152]: pgmap v15820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:12.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:12.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:13.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:13.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:14 smithi194 ceph-mon[104785]: pgmap v15821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:14 smithi135 ceph-mon[93152]: pgmap v15821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:14.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:14.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:15.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:15.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:16 smithi194 ceph-mon[104785]: pgmap v15822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:16 smithi135 ceph-mon[93152]: pgmap v15822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:16.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:16.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:17.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:17.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:18 smithi194 ceph-mon[104785]: pgmap v15823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:18 smithi135 ceph-mon[93152]: pgmap v15823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:18.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:18.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:19.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:19.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:20 smithi135 ceph-mon[93152]: pgmap v15824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:14:20.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:20 smithi194 ceph-mon[104785]: pgmap v15824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:14:20.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:20.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:21.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:21.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:22 smithi194 ceph-mon[104785]: pgmap v15825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:22 smithi135 ceph-mon[93152]: pgmap v15825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:22.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:22.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:23.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:23.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:24 smithi194 ceph-mon[104785]: pgmap v15826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:24 smithi135 ceph-mon[93152]: pgmap v15826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:24.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:24.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:25.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:25.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:26 smithi194 ceph-mon[104785]: pgmap v15827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:26 smithi135 ceph-mon[93152]: pgmap v15827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:26.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:26.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:27.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:27.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:28 smithi194 ceph-mon[104785]: pgmap v15828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:28 smithi135 ceph-mon[93152]: pgmap v15828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:28.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:28.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:29.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:29.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:30 smithi194 ceph-mon[104785]: pgmap v15829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:14:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:30 smithi135 ceph-mon[93152]: pgmap v15829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:14:30.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:30.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:31.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:31.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:32 smithi194 ceph-mon[104785]: pgmap v15830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:32 smithi135 ceph-mon[93152]: pgmap v15830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:32.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:32.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:33.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:33.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:34.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:34 smithi194 ceph-mon[104785]: pgmap v15831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:34 smithi135 ceph-mon[93152]: pgmap v15831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:34.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:34.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:35.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:35.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:36 smithi194 ceph-mon[104785]: pgmap v15832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:36.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:14:36.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:14:36.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:14:36.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:14:36.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:14:36.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:14:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:36 smithi135 ceph-mon[93152]: pgmap v15832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:14:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:14:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:14:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:14:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:14:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:14:36.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:36.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:37.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:37.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:38 smithi194 ceph-mon[104785]: pgmap v15833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:38 smithi135 ceph-mon[93152]: pgmap v15833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:38.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:38.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:39.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:39.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:40 smithi194 ceph-mon[104785]: pgmap v15834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:14:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:40 smithi135 ceph-mon[93152]: pgmap v15834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:14:40.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:40.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:41.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:41.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:42 smithi194 ceph-mon[104785]: pgmap v15835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:42 smithi135 ceph-mon[93152]: pgmap v15835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:42.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:42.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:43.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:43.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:44 smithi194 ceph-mon[104785]: pgmap v15836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:44 smithi135 ceph-mon[93152]: pgmap v15836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:44.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:44.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:45.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:45.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:46 smithi194 ceph-mon[104785]: pgmap v15837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:46 smithi135 ceph-mon[93152]: pgmap v15837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:46.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:46.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:47.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:47.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:48 smithi194 ceph-mon[104785]: pgmap v15838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:48 smithi135 ceph-mon[93152]: pgmap v15838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:48.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:48.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:49.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:49.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:50 smithi194 ceph-mon[104785]: pgmap v15839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:14:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:50 smithi135 ceph-mon[93152]: pgmap v15839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:14:50.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:50.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:51.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:51.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:52 smithi194 ceph-mon[104785]: pgmap v15840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:52 smithi135 ceph-mon[93152]: pgmap v15840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:52.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:52.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:53.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:53.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:54 smithi194 ceph-mon[104785]: pgmap v15841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:54 smithi135 ceph-mon[93152]: pgmap v15841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:54.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:54.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:55.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:55.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:56 smithi194 ceph-mon[104785]: pgmap v15842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:56 smithi135 ceph-mon[93152]: pgmap v15842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:14:56.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:56.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:57.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:57.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:14:58 smithi194 ceph-mon[104785]: pgmap v15843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:14:58 smithi135 ceph-mon[93152]: pgmap v15843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:14:58.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:58.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:14:59.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:14:59.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:00 smithi194 ceph-mon[104785]: pgmap v15844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:15:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:00 smithi135 ceph-mon[93152]: pgmap v15844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:15:00.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:00.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:01.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:01.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:02 smithi194 ceph-mon[104785]: pgmap v15845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:02 smithi135 ceph-mon[93152]: pgmap v15845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:02.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:02.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:03.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:03.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:04 smithi194 ceph-mon[104785]: pgmap v15846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:04 smithi135 ceph-mon[93152]: pgmap v15846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:04.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:04.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:05.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:05.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:06 smithi194 ceph-mon[104785]: pgmap v15847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:06 smithi135 ceph-mon[93152]: pgmap v15847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:06.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:06.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:07.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:07.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:08.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:08 smithi194 ceph-mon[104785]: pgmap v15848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:08 smithi135 ceph-mon[93152]: pgmap v15848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:08.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:08.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:09.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:09.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:10.430 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:10 smithi135 ceph-mon[93152]: pgmap v15849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:15:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:10 smithi194 ceph-mon[104785]: pgmap v15849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:15:10.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:10.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:11.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:11.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:12 smithi194 ceph-mon[104785]: pgmap v15850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:12 smithi135 ceph-mon[93152]: pgmap v15850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:12.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:12.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:13.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:13.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:14 smithi194 ceph-mon[104785]: pgmap v15851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:14 smithi135 ceph-mon[93152]: pgmap v15851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:14.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:14.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:15.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:15.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:16.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:16 smithi194 ceph-mon[104785]: pgmap v15852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:16 smithi135 ceph-mon[93152]: pgmap v15852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:16.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:16.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:17.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:17.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:18 smithi194 ceph-mon[104785]: pgmap v15853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:18 smithi135 ceph-mon[93152]: pgmap v15853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:18.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:18.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:19.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:19.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:20 smithi194 ceph-mon[104785]: pgmap v15854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:15:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:20 smithi135 ceph-mon[93152]: pgmap v15854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:15:20.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:20.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:21.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:21.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:22 smithi194 ceph-mon[104785]: pgmap v15855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:22 smithi135 ceph-mon[93152]: pgmap v15855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:22.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:22.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:23.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:23.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:24 smithi194 ceph-mon[104785]: pgmap v15856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:24 smithi135 ceph-mon[93152]: pgmap v15856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:24.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:24.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:25.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:25.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:26 smithi194 ceph-mon[104785]: pgmap v15857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:26 smithi135 ceph-mon[93152]: pgmap v15857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:26.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:26.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:27.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:27.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:28 smithi194 ceph-mon[104785]: pgmap v15858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:28 smithi135 ceph-mon[93152]: pgmap v15858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:28.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:28.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:29.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:29.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:30 smithi194 ceph-mon[104785]: pgmap v15859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:15:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:30 smithi135 ceph-mon[93152]: pgmap v15859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:15:30.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:30.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:31.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:31.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:32 smithi194 ceph-mon[104785]: pgmap v15860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:32 smithi135 ceph-mon[93152]: pgmap v15860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:32.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:32.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:33.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:33.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:34 smithi194 ceph-mon[104785]: pgmap v15861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:34.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:34 smithi135 ceph-mon[93152]: pgmap v15861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:34.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:34.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:35.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:35.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:36 smithi194 ceph-mon[104785]: pgmap v15862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:15:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:15:36.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:15:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:36 smithi135 ceph-mon[93152]: pgmap v15862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:15:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:15:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:15:36.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:36.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:15:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:15:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:15:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:15:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:15:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:15:37.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:37.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:38.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:38 smithi194 ceph-mon[104785]: pgmap v15863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:38 smithi135 ceph-mon[93152]: pgmap v15863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:38.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:38.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:39.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:39.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:40 smithi194 ceph-mon[104785]: pgmap v15864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:15:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:40 smithi135 ceph-mon[93152]: pgmap v15864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:15:40.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:40.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:41.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:41.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:42 smithi135 ceph-mon[93152]: pgmap v15865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:42 smithi194 ceph-mon[104785]: pgmap v15865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:42.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:42.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:43.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:43.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:44 smithi135 ceph-mon[93152]: pgmap v15866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:44 smithi194 ceph-mon[104785]: pgmap v15866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:44.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:44.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:45.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:45.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:46 smithi135 ceph-mon[93152]: pgmap v15867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:46 smithi194 ceph-mon[104785]: pgmap v15867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:46.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:46.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:47.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:47.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:48 smithi135 ceph-mon[93152]: pgmap v15868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:48 smithi194 ceph-mon[104785]: pgmap v15868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:48.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:48.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:49.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:49.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:50 smithi135 ceph-mon[93152]: pgmap v15869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:15:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:50 smithi194 ceph-mon[104785]: pgmap v15869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:15:50.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:50.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:51.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:51.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:52 smithi135 ceph-mon[93152]: pgmap v15870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:52 smithi194 ceph-mon[104785]: pgmap v15870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:52.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:52.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:53.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:53.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:54 smithi135 ceph-mon[93152]: pgmap v15871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:54 smithi194 ceph-mon[104785]: pgmap v15871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:54.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:54.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:55.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:55.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:56 smithi135 ceph-mon[93152]: pgmap v15872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:56 smithi194 ceph-mon[104785]: pgmap v15872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:15:56.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:56.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:57.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:57.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:15:58 smithi135 ceph-mon[93152]: pgmap v15873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:15:58 smithi194 ceph-mon[104785]: pgmap v15873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:15:58.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:58.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:15:59.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:15:59.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:00.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:00 smithi135 ceph-mon[93152]: pgmap v15874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:16:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:00 smithi194 ceph-mon[104785]: pgmap v15874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:16:00.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:00.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:01.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:01.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:02 smithi135 ceph-mon[93152]: pgmap v15875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:02 smithi194 ceph-mon[104785]: pgmap v15875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:02.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:02.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:03.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:03.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:04 smithi135 ceph-mon[93152]: pgmap v15876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:04 smithi194 ceph-mon[104785]: pgmap v15876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:04.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:04.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:05.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:05.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:06 smithi135 ceph-mon[93152]: pgmap v15877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:06 smithi194 ceph-mon[104785]: pgmap v15877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:06.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:06.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:07.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:07.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:08 smithi135 ceph-mon[93152]: pgmap v15878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:08 smithi194 ceph-mon[104785]: pgmap v15878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:08.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:08.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:09.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:09.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:10 smithi135 ceph-mon[93152]: pgmap v15879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:16:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:10 smithi194 ceph-mon[104785]: pgmap v15879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:16:10.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:10.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:11.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:11.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:12 smithi194 ceph-mon[104785]: pgmap v15880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:12 smithi135 ceph-mon[93152]: pgmap v15880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:12.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:12.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:13.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:13.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:14 smithi194 ceph-mon[104785]: pgmap v15881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:14 smithi135 ceph-mon[93152]: pgmap v15881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:14.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:14.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:15.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:15.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:16 smithi135 ceph-mon[93152]: pgmap v15882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:16 smithi194 ceph-mon[104785]: pgmap v15882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:16.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:16.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:17.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:17.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:18 smithi194 ceph-mon[104785]: pgmap v15883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:18 smithi135 ceph-mon[93152]: pgmap v15883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:18.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:18.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:19.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:19.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:20.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:20 smithi135 ceph-mon[93152]: pgmap v15884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:16:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:20 smithi194 ceph-mon[104785]: pgmap v15884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:16:20.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:20.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:21.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:21.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:22 smithi194 ceph-mon[104785]: pgmap v15885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:22 smithi135 ceph-mon[93152]: pgmap v15885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:22.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:22.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:23.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:23.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:24 smithi194 ceph-mon[104785]: pgmap v15886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:24 smithi135 ceph-mon[93152]: pgmap v15886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:24.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:24.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:25.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:25.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:26 smithi135 ceph-mon[93152]: pgmap v15887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:26 smithi194 ceph-mon[104785]: pgmap v15887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:26.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:26.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:27.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:27.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:28 smithi194 ceph-mon[104785]: pgmap v15888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:28 smithi135 ceph-mon[93152]: pgmap v15888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:28.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:28.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:29.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:29.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:30 smithi135 ceph-mon[93152]: pgmap v15889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:16:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:30 smithi194 ceph-mon[104785]: pgmap v15889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:16:30.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:30.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:31.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:31.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:32 smithi194 ceph-mon[104785]: pgmap v15890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:32 smithi135 ceph-mon[93152]: pgmap v15890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:32.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:32.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:33.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:33.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:34 smithi194 ceph-mon[104785]: pgmap v15891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:34.804 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:34 smithi135 ceph-mon[93152]: pgmap v15891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:34.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:35.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:35.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:35.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:36 smithi194 ceph-mon[104785]: pgmap v15892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:36 smithi135 ceph-mon[93152]: pgmap v15892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:36.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:36.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:16:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:16:37.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:37.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:38 smithi194 ceph-mon[104785]: pgmap v15893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:16:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:16:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:16:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:16:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:16:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:38 smithi135 ceph-mon[93152]: pgmap v15893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:16:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:16:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:16:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:16:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:16:38.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:38.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:39.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:39.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:40 smithi135 ceph-mon[93152]: pgmap v15894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:16:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:40 smithi194 ceph-mon[104785]: pgmap v15894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:16:40.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:40.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:41.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:41.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:42 smithi194 ceph-mon[104785]: pgmap v15895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:42 smithi135 ceph-mon[93152]: pgmap v15895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:42.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:42.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:43.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:43.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:44 smithi194 ceph-mon[104785]: pgmap v15896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:44 smithi135 ceph-mon[93152]: pgmap v15896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:44.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:44.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:45.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:45.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:46 smithi194 ceph-mon[104785]: pgmap v15897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:46 smithi135 ceph-mon[93152]: pgmap v15897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:46.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:46.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:47.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:47.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:48 smithi194 ceph-mon[104785]: pgmap v15898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:48 smithi135 ceph-mon[93152]: pgmap v15898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:48.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:48.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:50.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:50.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:50 smithi135 ceph-mon[93152]: pgmap v15899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:16:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:50 smithi194 ceph-mon[104785]: pgmap v15899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:16:51.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:51.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:52.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:52.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:52 smithi194 ceph-mon[104785]: pgmap v15900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:52 smithi135 ceph-mon[93152]: pgmap v15900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:53.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:53.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:54.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:54.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:54 smithi194 ceph-mon[104785]: pgmap v15901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:54 smithi135 ceph-mon[93152]: pgmap v15901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:55.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:55.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:56.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:56.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:56 smithi194 ceph-mon[104785]: pgmap v15902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:56 smithi135 ceph-mon[93152]: pgmap v15902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:16:57.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:57.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:58.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:58.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:16:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:16:58 smithi194 ceph-mon[104785]: pgmap v15903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:16:58 smithi135 ceph-mon[93152]: pgmap v15903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:16:59.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:16:59.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:00.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:00.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:00 smithi194 ceph-mon[104785]: pgmap v15904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:17:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:00 smithi135 ceph-mon[93152]: pgmap v15904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:17:01.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:01.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:02.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:02.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:02 smithi194 ceph-mon[104785]: pgmap v15905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:02 smithi135 ceph-mon[93152]: pgmap v15905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:03.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:03.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:04.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:04.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:04.620 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:04 smithi194 ceph-mon[104785]: pgmap v15906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:04 smithi135 ceph-mon[93152]: pgmap v15906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:05.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:05.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:06.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:06.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:06 smithi194 ceph-mon[104785]: pgmap v15907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:06 smithi135 ceph-mon[93152]: pgmap v15907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:07.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:07.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:08.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:08.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:08 smithi194 ceph-mon[104785]: pgmap v15908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:08 smithi135 ceph-mon[93152]: pgmap v15908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:09.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:09.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:10.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:10.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:10 smithi194 ceph-mon[104785]: pgmap v15909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:17:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:10 smithi135 ceph-mon[93152]: pgmap v15909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:17:11.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:11.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:12.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:12.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:12 smithi194 ceph-mon[104785]: pgmap v15910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:12 smithi135 ceph-mon[93152]: pgmap v15910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:13.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:13.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:14.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:14.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:14 smithi135 ceph-mon[93152]: pgmap v15911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:14 smithi194 ceph-mon[104785]: pgmap v15911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:15.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:15.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:16.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:16.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:16.660 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:16 smithi135 ceph-mon[93152]: pgmap v15912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:16 smithi194 ceph-mon[104785]: pgmap v15912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:17.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:17.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:18.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:18.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:18 smithi194 ceph-mon[104785]: pgmap v15913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:18 smithi135 ceph-mon[93152]: pgmap v15913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:19.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:19.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:20.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:20.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:20 smithi194 ceph-mon[104785]: pgmap v15914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:17:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:20 smithi135 ceph-mon[93152]: pgmap v15914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:17:21.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:21.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:22.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:22.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:22 smithi194 ceph-mon[104785]: pgmap v15915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:22 smithi135 ceph-mon[93152]: pgmap v15915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:23.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:23.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:24.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:24.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:24 smithi194 ceph-mon[104785]: pgmap v15916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:24 smithi135 ceph-mon[93152]: pgmap v15916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:25.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:25.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:26.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:26.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:26 smithi194 ceph-mon[104785]: pgmap v15917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:26 smithi135 ceph-mon[93152]: pgmap v15917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:27.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:27.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:28.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:28.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:28 smithi194 ceph-mon[104785]: pgmap v15918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:28 smithi135 ceph-mon[93152]: pgmap v15918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:29.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:29.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:30.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:30.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:30 smithi194 ceph-mon[104785]: pgmap v15919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:17:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:30 smithi135 ceph-mon[93152]: pgmap v15919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:17:31.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:31.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:32.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:32.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:32 smithi194 ceph-mon[104785]: pgmap v15920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:32 smithi135 ceph-mon[93152]: pgmap v15920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:33.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:33.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:34.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:34.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:34 smithi194 ceph-mon[104785]: pgmap v15921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:34 smithi135 ceph-mon[93152]: pgmap v15921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:35.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:35.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:36.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:36.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:36 smithi194 ceph-mon[104785]: pgmap v15922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:36 smithi135 ceph-mon[93152]: pgmap v15922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:37.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:37.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:17:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:17:38.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:38.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:38 smithi194 ceph-mon[104785]: pgmap v15923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:38 smithi135 ceph-mon[93152]: pgmap v15923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:39.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:39.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:40.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:40.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:40 smithi194 ceph-mon[104785]: pgmap v15924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:17:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:40 smithi135 ceph-mon[93152]: pgmap v15924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:17:41.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:41.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:41.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:42.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:42.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: pgmap v15925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:17:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:17:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:17:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:17:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:17:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:17:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:42.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:17:42.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: pgmap v15925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:17:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:17:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:17:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:17:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:17:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:17:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:17:42.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:17:43.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:43.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:43 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1464M 2023-10-08T13:17:43.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:43 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1464M 2023-10-08T13:17:44.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:44.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:44 smithi194 ceph-mon[104785]: pgmap v15926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:44 smithi135 ceph-mon[93152]: pgmap v15926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:45.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:45.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:46.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:46.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:46 smithi194 ceph-mon[104785]: pgmap v15927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:46 smithi135 ceph-mon[93152]: pgmap v15927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:47.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:47.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:48.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:48.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:48 smithi194 ceph-mon[104785]: pgmap v15928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:48 smithi135 ceph-mon[93152]: pgmap v15928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:49.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:49.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:50.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:50.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:50 smithi194 ceph-mon[104785]: pgmap v15929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:17:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:50 smithi135 ceph-mon[93152]: pgmap v15929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:17:51.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:51.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:52.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:52.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:52 smithi194 ceph-mon[104785]: pgmap v15930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:52 smithi135 ceph-mon[93152]: pgmap v15930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:53.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:53.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:54.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:54.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:54 smithi194 ceph-mon[104785]: pgmap v15931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:54 smithi135 ceph-mon[93152]: pgmap v15931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:55.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:55.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:56.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:56.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:56 smithi194 ceph-mon[104785]: pgmap v15932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:56 smithi135 ceph-mon[93152]: pgmap v15932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:17:57.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:57.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:58.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:58.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:17:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:17:58 smithi194 ceph-mon[104785]: pgmap v15933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:17:58 smithi135 ceph-mon[93152]: pgmap v15933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:17:59.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:17:59.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:00.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:00.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:00 smithi135 ceph-mon[93152]: pgmap v15934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:18:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:00 smithi194 ceph-mon[104785]: pgmap v15934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:18:01.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:01.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:02.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:02.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:02 smithi135 ceph-mon[93152]: pgmap v15935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:02 smithi194 ceph-mon[104785]: pgmap v15935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:03.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:03.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:04.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:04.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:04 smithi135 ceph-mon[93152]: pgmap v15936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:04 smithi194 ceph-mon[104785]: pgmap v15936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:05.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:05.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:06.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:06.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:06 smithi135 ceph-mon[93152]: pgmap v15937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:06 smithi194 ceph-mon[104785]: pgmap v15937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:07.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:07.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:08.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:08.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:08 smithi135 ceph-mon[93152]: pgmap v15938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:08 smithi194 ceph-mon[104785]: pgmap v15938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:09.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:09.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:10.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:10.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:10 smithi194 ceph-mon[104785]: pgmap v15939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:18:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:10 smithi135 ceph-mon[93152]: pgmap v15939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:18:11.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:11.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:12.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:12.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:12 smithi135 ceph-mon[93152]: pgmap v15940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:12 smithi194 ceph-mon[104785]: pgmap v15940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:13.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:13.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:14.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:14.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:14 smithi135 ceph-mon[93152]: pgmap v15941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:14 smithi194 ceph-mon[104785]: pgmap v15941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:15.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:15.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:16.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:16.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:16 smithi135 ceph-mon[93152]: pgmap v15942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:16 smithi194 ceph-mon[104785]: pgmap v15942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:17.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:17.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:18.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:18.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:18 smithi135 ceph-mon[93152]: pgmap v15943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:18 smithi194 ceph-mon[104785]: pgmap v15943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:19.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:19.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:20.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:20.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:20 smithi194 ceph-mon[104785]: pgmap v15944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:18:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:20 smithi135 ceph-mon[93152]: pgmap v15944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:18:21.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:21.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:22.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:22.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:22 smithi135 ceph-mon[93152]: pgmap v15945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:22 smithi194 ceph-mon[104785]: pgmap v15945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:23.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:23.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:24.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:24.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:24 smithi194 ceph-mon[104785]: pgmap v15946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:24 smithi135 ceph-mon[93152]: pgmap v15946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:25.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:25.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:26.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:26.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:26 smithi194 ceph-mon[104785]: pgmap v15947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:26 smithi135 ceph-mon[93152]: pgmap v15947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:27.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:27.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:28.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:28.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:28 smithi194 ceph-mon[104785]: pgmap v15948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:28 smithi135 ceph-mon[93152]: pgmap v15948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:29.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:29.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:30.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:30.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:30 smithi194 ceph-mon[104785]: pgmap v15949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:18:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:30 smithi135 ceph-mon[93152]: pgmap v15949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:18:31.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:31.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:32.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:32.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:32 smithi135 ceph-mon[93152]: pgmap v15950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:32 smithi194 ceph-mon[104785]: pgmap v15950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:33.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:33.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:34.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:34.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:34 smithi194 ceph-mon[104785]: pgmap v15951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:34 smithi135 ceph-mon[93152]: pgmap v15951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:35.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:35.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:36.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:36.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:36 smithi194 ceph-mon[104785]: pgmap v15952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:36 smithi135 ceph-mon[93152]: pgmap v15952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:37.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:37.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:38.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:38.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:38 smithi194 ceph-mon[104785]: pgmap v15953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:38 smithi135 ceph-mon[93152]: pgmap v15953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:39.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:39.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:40.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:40.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:40 smithi194 ceph-mon[104785]: pgmap v15954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:18:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:40 smithi135 ceph-mon[93152]: pgmap v15954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:18:41.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:41.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:42.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:42.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:42 smithi135 ceph-mon[93152]: pgmap v15955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:18:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:42 smithi194 ceph-mon[104785]: pgmap v15955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:18:43.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:43.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:18:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:18:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:18:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:18:43.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:18:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:18:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:18:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:18:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:18:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:18:44.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:44.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:44 smithi194 ceph-mon[104785]: pgmap v15956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:44 smithi135 ceph-mon[93152]: pgmap v15956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:45.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:45.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:46.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:46.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:46 smithi194 ceph-mon[104785]: pgmap v15957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:46 smithi135 ceph-mon[93152]: pgmap v15957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:47.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:47.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:48.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:48.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:48 smithi194 ceph-mon[104785]: pgmap v15958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:48 smithi135 ceph-mon[93152]: pgmap v15958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:49.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:49.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:50.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:50.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:50 smithi194 ceph-mon[104785]: pgmap v15959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:18:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:50 smithi135 ceph-mon[93152]: pgmap v15959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:18:51.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:51.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:52.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:52.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:52 smithi194 ceph-mon[104785]: pgmap v15960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:52 smithi135 ceph-mon[93152]: pgmap v15960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:53.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:53.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:54.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:54.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:54 smithi194 ceph-mon[104785]: pgmap v15961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:54 smithi135 ceph-mon[93152]: pgmap v15961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:55.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:55.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:56.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:56.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:56 smithi194 ceph-mon[104785]: pgmap v15962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:56 smithi135 ceph-mon[93152]: pgmap v15962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:18:57.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:57.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:58.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:58.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:58 smithi194 ceph-mon[104785]: pgmap v15963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:58 smithi135 ceph-mon[93152]: pgmap v15963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:18:59.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:18:59.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:18:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:18:59 smithi194 ceph-mon[104785]: pgmap v15964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:19:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:18:59 smithi135 ceph-mon[93152]: pgmap v15964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:19:00.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:00.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:01.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:01.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:02.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:02.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:02 smithi135 ceph-mon[93152]: pgmap v15965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:02 smithi194 ceph-mon[104785]: pgmap v15965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:03.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:03.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:04.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:04.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:04 smithi194 ceph-mon[104785]: pgmap v15966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:04 smithi135 ceph-mon[93152]: pgmap v15966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:05.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:05.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:06 smithi194 ceph-mon[104785]: pgmap v15967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:06.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:06.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:06 smithi135 ceph-mon[93152]: pgmap v15967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:07.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:07.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:08.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:08.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:08 smithi194 ceph-mon[104785]: pgmap v15968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:08 smithi135 ceph-mon[93152]: pgmap v15968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:09.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:09.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:10.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:10.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:10 smithi194 ceph-mon[104785]: pgmap v15969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:19:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:10 smithi135 ceph-mon[93152]: pgmap v15969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:19:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:11.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:11.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:12.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:12.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:12 smithi194 ceph-mon[104785]: pgmap v15970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:12 smithi135 ceph-mon[93152]: pgmap v15970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:13.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:13.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:14.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:14.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:14 smithi194 ceph-mon[104785]: pgmap v15971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:14 smithi135 ceph-mon[93152]: pgmap v15971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:15.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:15.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:16.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:16.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:16 smithi194 ceph-mon[104785]: pgmap v15972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:16 smithi135 ceph-mon[93152]: pgmap v15972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:17.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:17.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:18.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:18.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:18 smithi135 ceph-mon[93152]: pgmap v15973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:18 smithi194 ceph-mon[104785]: pgmap v15973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:19.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:19.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:20.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:20.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:20 smithi194 ceph-mon[104785]: pgmap v15974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:19:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:20 smithi135 ceph-mon[93152]: pgmap v15974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:19:21.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:21.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:22.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:22.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:22 smithi194 ceph-mon[104785]: pgmap v15975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:22 smithi135 ceph-mon[93152]: pgmap v15975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:23.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:23.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:24.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:24.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:24 smithi194 ceph-mon[104785]: pgmap v15976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:24 smithi135 ceph-mon[93152]: pgmap v15976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:25.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:25.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:26.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:26.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:26 smithi194 ceph-mon[104785]: pgmap v15977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:26 smithi135 ceph-mon[93152]: pgmap v15977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:27.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:27.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:28 smithi135 ceph-mon[93152]: pgmap v15978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:28.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:28.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:28 smithi194 ceph-mon[104785]: pgmap v15978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:29.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:29.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:30.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:30.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:30 smithi194 ceph-mon[104785]: pgmap v15979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:19:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:30 smithi135 ceph-mon[93152]: pgmap v15979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:19:31.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:31.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:32.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:32.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:32 smithi194 ceph-mon[104785]: pgmap v15980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:32 smithi135 ceph-mon[93152]: pgmap v15980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:33.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:33.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:34.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:34.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:34 smithi194 ceph-mon[104785]: pgmap v15981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:34 smithi135 ceph-mon[93152]: pgmap v15981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:35.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:35.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:36.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:36.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:36 smithi194 ceph-mon[104785]: pgmap v15982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:36 smithi135 ceph-mon[93152]: pgmap v15982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:37.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:37.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:38.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:38.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:38 smithi194 ceph-mon[104785]: pgmap v15983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:38 smithi135 ceph-mon[93152]: pgmap v15983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:39.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:39.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:40.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:40.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:40 smithi194 ceph-mon[104785]: pgmap v15984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:19:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:40 smithi135 ceph-mon[93152]: pgmap v15984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:19:41.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:41.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:42.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:42.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:42 smithi194 ceph-mon[104785]: pgmap v15985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:42 smithi135 ceph-mon[93152]: pgmap v15985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:43.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:43.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:19:43.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:19:44.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:44.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:44 smithi194 ceph-mon[104785]: pgmap v15986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:19:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:19:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:19:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:19:44.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:19:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:44 smithi135 ceph-mon[93152]: pgmap v15986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:19:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:19:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:19:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:19:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:19:45.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:45.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:46.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:46.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:46 smithi194 ceph-mon[104785]: pgmap v15987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:46 smithi135 ceph-mon[93152]: pgmap v15987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:47.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:47.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:48.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:48.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:48 smithi194 ceph-mon[104785]: pgmap v15988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:48 smithi135 ceph-mon[93152]: pgmap v15988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:49.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:49.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:50.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:50.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:50 smithi194 ceph-mon[104785]: pgmap v15989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:19:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:50 smithi135 ceph-mon[93152]: pgmap v15989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:19:51.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:51.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:52.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:52.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:52 smithi194 ceph-mon[104785]: pgmap v15990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:52 smithi135 ceph-mon[93152]: pgmap v15990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:53.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:53.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:54.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:54.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:54 smithi194 ceph-mon[104785]: pgmap v15991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:54 smithi135 ceph-mon[93152]: pgmap v15991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:55.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:55.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:56.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:56.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:56 smithi194 ceph-mon[104785]: pgmap v15992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:56 smithi135 ceph-mon[93152]: pgmap v15992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:19:57.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:57.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:58.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:58.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:19:58.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:19:58 smithi194 ceph-mon[104785]: pgmap v15993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:19:58 smithi135 ceph-mon[93152]: pgmap v15993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:19:59.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:19:59.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:00.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:00.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:00 smithi194 ceph-mon[104785]: pgmap v15994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:20:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T13:20:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:00 smithi135 ceph-mon[93152]: pgmap v15994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:20:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T13:20:01.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:01.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:02.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:02.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:02 smithi194 ceph-mon[104785]: pgmap v15995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:02 smithi135 ceph-mon[93152]: pgmap v15995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:03.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:03.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:04.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:04.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:04 smithi194 ceph-mon[104785]: pgmap v15996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:04 smithi135 ceph-mon[93152]: pgmap v15996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:05.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:05.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:06.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:06.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:06 smithi194 ceph-mon[104785]: pgmap v15997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:06 smithi135 ceph-mon[93152]: pgmap v15997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:07.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:07.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:08.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:08.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:08 smithi194 ceph-mon[104785]: pgmap v15998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:08 smithi135 ceph-mon[93152]: pgmap v15998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:09.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:09.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:10.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:10.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:10.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:10 smithi194 ceph-mon[104785]: pgmap v15999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:20:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:10 smithi135 ceph-mon[93152]: pgmap v15999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:20:11.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:11.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:12.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:12.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:12 smithi194 ceph-mon[104785]: pgmap v16000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:12 smithi135 ceph-mon[93152]: pgmap v16000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:13.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:13.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:14.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:14.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:14.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:14 smithi194 ceph-mon[104785]: pgmap v16001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:14 smithi135 ceph-mon[93152]: pgmap v16001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:15.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:15.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:16.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:16.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:16 smithi194 ceph-mon[104785]: pgmap v16002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:16 smithi135 ceph-mon[93152]: pgmap v16002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:17.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:17.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:18.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:18.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:18.455 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:18 smithi135 ceph-mon[93152]: pgmap v16003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:18 smithi194 ceph-mon[104785]: pgmap v16003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:19.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:19.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:20.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:20.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:20 smithi194 ceph-mon[104785]: pgmap v16004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:20:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:20 smithi135 ceph-mon[93152]: pgmap v16004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:20:21.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:21.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:22.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:22.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:22 smithi135 ceph-mon[93152]: pgmap v16005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:22 smithi194 ceph-mon[104785]: pgmap v16005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:23.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:23.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:24.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:24.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:24 smithi135 ceph-mon[93152]: pgmap v16006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:24 smithi194 ceph-mon[104785]: pgmap v16006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:25.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:25.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:26.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:26.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:26 smithi135 ceph-mon[93152]: pgmap v16007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:26 smithi194 ceph-mon[104785]: pgmap v16007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:27.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:27.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:28.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:28.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:28 smithi135 ceph-mon[93152]: pgmap v16008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:28 smithi194 ceph-mon[104785]: pgmap v16008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:29.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:29.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:30.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:30.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:30 smithi135 ceph-mon[93152]: pgmap v16009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:20:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:30 smithi194 ceph-mon[104785]: pgmap v16009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:20:31.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:31.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:32.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:32.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:32 smithi135 ceph-mon[93152]: pgmap v16010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:32 smithi194 ceph-mon[104785]: pgmap v16010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:33.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:33.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:34.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:34.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:34 smithi135 ceph-mon[93152]: pgmap v16011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:34 smithi194 ceph-mon[104785]: pgmap v16011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:35.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:35.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:36.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:36.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:36 smithi135 ceph-mon[93152]: pgmap v16012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:36 smithi194 ceph-mon[104785]: pgmap v16012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:37.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:37.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:38.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:38.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:38 smithi135 ceph-mon[93152]: pgmap v16013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:38 smithi194 ceph-mon[104785]: pgmap v16013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:39.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:39.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:40.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:40.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:40 smithi135 ceph-mon[93152]: pgmap v16014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:20:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:40 smithi194 ceph-mon[104785]: pgmap v16014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:20:41.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:41.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:42.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:42.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:42 smithi135 ceph-mon[93152]: pgmap v16015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:42 smithi194 ceph-mon[104785]: pgmap v16015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:43.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:43.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:44.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:44.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:44 smithi135 ceph-mon[93152]: pgmap v16016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:20:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:44 smithi194 ceph-mon[104785]: pgmap v16016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:20:45.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:45.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:46.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:46.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:46 smithi135 ceph-mon[93152]: pgmap v16017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:46 smithi194 ceph-mon[104785]: pgmap v16017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:47.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:47.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:48.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:48.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:48 smithi135 ceph-mon[93152]: pgmap v16018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:20:48.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:20:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:48 smithi194 ceph-mon[104785]: pgmap v16018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:20:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:20:49.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:49.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:20:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:20:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:20:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:20:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:20:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:20:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:20:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:20:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:20:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:20:50.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:50.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:50 smithi194 ceph-mon[104785]: pgmap v16019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:20:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:50 smithi135 ceph-mon[93152]: pgmap v16019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:20:51.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:51.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:52.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:52.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:52 smithi194 ceph-mon[104785]: pgmap v16020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:52 smithi135 ceph-mon[93152]: pgmap v16020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:53.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:53.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:54.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:54.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:54 smithi194 ceph-mon[104785]: pgmap v16021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:54 smithi135 ceph-mon[93152]: pgmap v16021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:55.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:55.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:56.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:56.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:56 smithi194 ceph-mon[104785]: pgmap v16022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:56 smithi135 ceph-mon[93152]: pgmap v16022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:20:57.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:57.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:58.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:58.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:20:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:20:58 smithi194 ceph-mon[104785]: pgmap v16023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:20:58 smithi135 ceph-mon[93152]: pgmap v16023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:20:59.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:20:59.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:00.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:00.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:00 smithi135 ceph-mon[93152]: pgmap v16024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:21:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:00 smithi194 ceph-mon[104785]: pgmap v16024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:21:01.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:01.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:02.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:02.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:02 smithi135 ceph-mon[93152]: pgmap v16025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:02 smithi194 ceph-mon[104785]: pgmap v16025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:03.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:03.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:04.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:04.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:04 smithi135 ceph-mon[93152]: pgmap v16026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:04 smithi194 ceph-mon[104785]: pgmap v16026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:05.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:05.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:06.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:06.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:06.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:06 smithi135 ceph-mon[93152]: pgmap v16027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:06 smithi194 ceph-mon[104785]: pgmap v16027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:07.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:07.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:08.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:08.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:08 smithi135 ceph-mon[93152]: pgmap v16028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:08 smithi194 ceph-mon[104785]: pgmap v16028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:09.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:09.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:10.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:10.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:10 smithi135 ceph-mon[93152]: pgmap v16029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:21:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:10 smithi194 ceph-mon[104785]: pgmap v16029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:21:11.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:11.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:12.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:12.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:12 smithi135 ceph-mon[93152]: pgmap v16030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:12 smithi194 ceph-mon[104785]: pgmap v16030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:13.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:13.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:14.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:14.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:14 smithi135 ceph-mon[93152]: pgmap v16031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:14 smithi194 ceph-mon[104785]: pgmap v16031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:15.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:15.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:16.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:16.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:16 smithi135 ceph-mon[93152]: pgmap v16032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:16 smithi194 ceph-mon[104785]: pgmap v16032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:17.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:17.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:18.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:18.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:18 smithi135 ceph-mon[93152]: pgmap v16033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:18 smithi194 ceph-mon[104785]: pgmap v16033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:19.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:19.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:20.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:20.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:20 smithi135 ceph-mon[93152]: pgmap v16034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:21:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:20 smithi194 ceph-mon[104785]: pgmap v16034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:21:21.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:21.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:22.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:22.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:22 smithi194 ceph-mon[104785]: pgmap v16035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:22 smithi135 ceph-mon[93152]: pgmap v16035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:23.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:23.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:24.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:24.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:24 smithi135 ceph-mon[93152]: pgmap v16036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:24 smithi194 ceph-mon[104785]: pgmap v16036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:25.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:25.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:26.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:26.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:26 smithi135 ceph-mon[93152]: pgmap v16037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:26 smithi194 ceph-mon[104785]: pgmap v16037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:27.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:27.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:28.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:28.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:28 smithi194 ceph-mon[104785]: pgmap v16038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:28 smithi135 ceph-mon[93152]: pgmap v16038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:29.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:29.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:30.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:30.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:30 smithi194 ceph-mon[104785]: pgmap v16039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:21:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:30 smithi135 ceph-mon[93152]: pgmap v16039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:21:31.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:31.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:32.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:32.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:32 smithi194 ceph-mon[104785]: pgmap v16040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:32 smithi135 ceph-mon[93152]: pgmap v16040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:33.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:33.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:34.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:34.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:34 smithi194 ceph-mon[104785]: pgmap v16041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:34 smithi135 ceph-mon[93152]: pgmap v16041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:35.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:35.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:36.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:36.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:36 smithi194 ceph-mon[104785]: pgmap v16042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:36 smithi135 ceph-mon[93152]: pgmap v16042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:37.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:37.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:38.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:38.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:38 smithi194 ceph-mon[104785]: pgmap v16043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:38 smithi135 ceph-mon[93152]: pgmap v16043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:39.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:39.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:40.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:40.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:40 smithi194 ceph-mon[104785]: pgmap v16044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:21:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:40 smithi135 ceph-mon[93152]: pgmap v16044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:21:41.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:41.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:42.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:42.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:42 smithi194 ceph-mon[104785]: pgmap v16045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:42 smithi135 ceph-mon[93152]: pgmap v16045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:43.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:43.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:44.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:44.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:44 smithi135 ceph-mon[93152]: pgmap v16046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:44 smithi194 ceph-mon[104785]: pgmap v16046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:45.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:45.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:46.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:46.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:46 smithi194 ceph-mon[104785]: pgmap v16047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:46 smithi135 ceph-mon[93152]: pgmap v16047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:47.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:47.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:48.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:48.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:48 smithi194 ceph-mon[104785]: pgmap v16048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:21:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:48 smithi135 ceph-mon[93152]: pgmap v16048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:21:49.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:49.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:21:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:21:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:21:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:21:49.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:21:49.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:21:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:21:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:21:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:21:49.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:21:50.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:50.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:50 smithi194 ceph-mon[104785]: pgmap v16049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:21:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:50 smithi135 ceph-mon[93152]: pgmap v16049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:21:51.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:51.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:52.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:52.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:52 smithi194 ceph-mon[104785]: pgmap v16050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:52 smithi135 ceph-mon[93152]: pgmap v16050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:53.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:53.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:54.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:54.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:54 smithi135 ceph-mon[93152]: pgmap v16051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:54 smithi194 ceph-mon[104785]: pgmap v16051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:55.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:55.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:56.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:56.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:56 smithi194 ceph-mon[104785]: pgmap v16052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:56 smithi135 ceph-mon[93152]: pgmap v16052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:21:57.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:57.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:58.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:58.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:21:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:21:58 smithi194 ceph-mon[104785]: pgmap v16053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:21:58 smithi135 ceph-mon[93152]: pgmap v16053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:21:59.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:21:59.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:00.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:00.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:00 smithi194 ceph-mon[104785]: pgmap v16054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:22:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:00 smithi135 ceph-mon[93152]: pgmap v16054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:22:01.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:01.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:02.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:02.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:02 smithi194 ceph-mon[104785]: pgmap v16055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:02 smithi135 ceph-mon[93152]: pgmap v16055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:03.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:03.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:04.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:04.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:04 smithi135 ceph-mon[93152]: pgmap v16056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:04 smithi194 ceph-mon[104785]: pgmap v16056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:05.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:05.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:06.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:06.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:06 smithi194 ceph-mon[104785]: pgmap v16057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:06 smithi135 ceph-mon[93152]: pgmap v16057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:07.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:07.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:08.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:08.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:08 smithi194 ceph-mon[104785]: pgmap v16058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:08 smithi135 ceph-mon[93152]: pgmap v16058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:09.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:09.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:10.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:10.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:10 smithi194 ceph-mon[104785]: pgmap v16059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:22:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:10 smithi135 ceph-mon[93152]: pgmap v16059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:22:11.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:11.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:12.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:12.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:12 smithi194 ceph-mon[104785]: pgmap v16060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:12 smithi135 ceph-mon[93152]: pgmap v16060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:13.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:13.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:14.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:14.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:14 smithi194 ceph-mon[104785]: pgmap v16061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:14 smithi135 ceph-mon[93152]: pgmap v16061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:15.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:15.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:16.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:16.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:16 smithi194 ceph-mon[104785]: pgmap v16062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:16 smithi135 ceph-mon[93152]: pgmap v16062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:17.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:17.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:18.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:18.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:18 smithi194 ceph-mon[104785]: pgmap v16063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:18 smithi135 ceph-mon[93152]: pgmap v16063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:19.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:19.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:20.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:20.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:20 smithi194 ceph-mon[104785]: pgmap v16064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:22:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:20 smithi135 ceph-mon[93152]: pgmap v16064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:22:21.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:21.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:22.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:22.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:22.934 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:22 smithi194 ceph-mon[104785]: pgmap v16065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:22 smithi135 ceph-mon[93152]: pgmap v16065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:23.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:23.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:24.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:24.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:24 smithi194 ceph-mon[104785]: pgmap v16066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:24 smithi135 ceph-mon[93152]: pgmap v16066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:25.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:25.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:26.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:26.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:26 smithi194 ceph-mon[104785]: pgmap v16067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:26 smithi135 ceph-mon[93152]: pgmap v16067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:27.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:27.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:28.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:28.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:28 smithi194 ceph-mon[104785]: pgmap v16068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:28 smithi135 ceph-mon[93152]: pgmap v16068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:29.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:29.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:30.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:30.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:30 smithi194 ceph-mon[104785]: pgmap v16069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:22:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:30 smithi135 ceph-mon[93152]: pgmap v16069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:22:31.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:31.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:32.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:32.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:32 smithi194 ceph-mon[104785]: pgmap v16070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:32 smithi135 ceph-mon[93152]: pgmap v16070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:33.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:33.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:34.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:34.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:34 smithi194 ceph-mon[104785]: pgmap v16071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:34 smithi135 ceph-mon[93152]: pgmap v16071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:35.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:35.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:36.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:36.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:36 smithi194 ceph-mon[104785]: pgmap v16072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:36 smithi135 ceph-mon[93152]: pgmap v16072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:37.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:37.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:38.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:38.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:38 smithi194 ceph-mon[104785]: pgmap v16073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:38 smithi135 ceph-mon[93152]: pgmap v16073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:39.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:39.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:40.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:40.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:40 smithi194 ceph-mon[104785]: pgmap v16074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:22:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:40 smithi135 ceph-mon[93152]: pgmap v16074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:22:41.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:41.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:42.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:42.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:42 smithi194 ceph-mon[104785]: pgmap v16075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:42 smithi135 ceph-mon[93152]: pgmap v16075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:43.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:43.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:44.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:44.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:44 smithi194 ceph-mon[104785]: pgmap v16076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:44 smithi135 ceph-mon[93152]: pgmap v16076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:45.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:45.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:46.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:46.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:46 smithi194 ceph-mon[104785]: pgmap v16077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:46 smithi135 ceph-mon[93152]: pgmap v16077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:47.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:47.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:48.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:48.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:48 smithi194 ceph-mon[104785]: pgmap v16078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:48 smithi135 ceph-mon[93152]: pgmap v16078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:49.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:49.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:49.933 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:22:49.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:22:50.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:50.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:50 smithi194 ceph-mon[104785]: pgmap v16079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:22:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:50 smithi135 ceph-mon[93152]: pgmap v16079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:22:51.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:51.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:52.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:52.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:52 smithi194 ceph-mon[104785]: pgmap v16080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:53.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:52 smithi135 ceph-mon[93152]: pgmap v16080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:53.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:53.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:54.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:54.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:54 smithi194 ceph-mon[104785]: pgmap v16081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:54.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:54 smithi135 ceph-mon[93152]: pgmap v16081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:55.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:55.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:56.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:56.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:56 smithi194 ceph-mon[104785]: pgmap v16082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:22:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:22:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:56 smithi135 ceph-mon[93152]: pgmap v16082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:22:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:22:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:22:57.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:57.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:22:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:22:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:22:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:22:57.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:57 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:22:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:22:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:22:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:22:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:22:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:57 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:22:58.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:58.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:22:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:22:58 smithi194 ceph-mon[104785]: pgmap v16083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:22:58 smithi135 ceph-mon[93152]: pgmap v16083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:22:59.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:22:59.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:00.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:00.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:00 smithi194 ceph-mon[104785]: pgmap v16084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:23:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:00 smithi135 ceph-mon[93152]: pgmap v16084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:23:01.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:01.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:02.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:02.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:02 smithi194 ceph-mon[104785]: pgmap v16085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:02 smithi135 ceph-mon[93152]: pgmap v16085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:03.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:03.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:04.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:04.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:04 smithi194 ceph-mon[104785]: pgmap v16086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:04 smithi135 ceph-mon[93152]: pgmap v16086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:05.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:05.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:05 smithi135 ceph-mon[93152]: pgmap v16087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:05 smithi194 ceph-mon[104785]: pgmap v16087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:06.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:06.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:07.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:07.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:08.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:08 smithi194 ceph-mon[104785]: pgmap v16088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:08 smithi135 ceph-mon[93152]: pgmap v16088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:08.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:08.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:09.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:09.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:10.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:10 smithi194 ceph-mon[104785]: pgmap v16089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:23:10.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:10 smithi135 ceph-mon[93152]: pgmap v16089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:23:10.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:10.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:11.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:11.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:12 smithi194 ceph-mon[104785]: pgmap v16090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:12 smithi135 ceph-mon[93152]: pgmap v16090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:12.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:12.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:13.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:13.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:14 smithi194 ceph-mon[104785]: pgmap v16091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:14 smithi135 ceph-mon[93152]: pgmap v16091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:14.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:14.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:15.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:15.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:16 smithi194 ceph-mon[104785]: pgmap v16092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:16 smithi135 ceph-mon[93152]: pgmap v16092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:16.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:16.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:17.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:17.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:18 smithi194 ceph-mon[104785]: pgmap v16093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:18 smithi135 ceph-mon[93152]: pgmap v16093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:18.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:18.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:19.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:19.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:20 smithi194 ceph-mon[104785]: pgmap v16094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:23:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:20 smithi135 ceph-mon[93152]: pgmap v16094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:23:20.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:20.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:21.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:21.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:22 smithi194 ceph-mon[104785]: pgmap v16095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:22 smithi135 ceph-mon[93152]: pgmap v16095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:22.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:22.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:23.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:23.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:24 smithi194 ceph-mon[104785]: pgmap v16096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:24 smithi135 ceph-mon[93152]: pgmap v16096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:24.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:24.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:25.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:25.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:26 smithi194 ceph-mon[104785]: pgmap v16097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:26 smithi135 ceph-mon[93152]: pgmap v16097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:26.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:26.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:27.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:27.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:28.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:28 smithi194 ceph-mon[104785]: pgmap v16098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:28 smithi135 ceph-mon[93152]: pgmap v16098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:28.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:28.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:29.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:29.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:30 smithi194 ceph-mon[104785]: pgmap v16099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:23:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:30 smithi135 ceph-mon[93152]: pgmap v16099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:23:30.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:30.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:31.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:31.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:32 smithi194 ceph-mon[104785]: pgmap v16100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:32 smithi135 ceph-mon[93152]: pgmap v16100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:32.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:32.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:33.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:33.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:34 smithi194 ceph-mon[104785]: pgmap v16101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:34 smithi135 ceph-mon[93152]: pgmap v16101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:34.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:34.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:35.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:35.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:36 smithi194 ceph-mon[104785]: pgmap v16102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:36 smithi135 ceph-mon[93152]: pgmap v16102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:36.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:36.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:37.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:37.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:38 smithi194 ceph-mon[104785]: pgmap v16103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:38 smithi135 ceph-mon[93152]: pgmap v16103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:38.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:38.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:39.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:39.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:40 smithi194 ceph-mon[104785]: pgmap v16104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:23:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:40 smithi135 ceph-mon[93152]: pgmap v16104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:23:40.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:40.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:41.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:41.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:42 smithi194 ceph-mon[104785]: pgmap v16105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:42 smithi135 ceph-mon[93152]: pgmap v16105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:42.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:42.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:43.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:43.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:44 smithi194 ceph-mon[104785]: pgmap v16106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:44 smithi135 ceph-mon[93152]: pgmap v16106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:44.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:44.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:45.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:45.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:46 smithi194 ceph-mon[104785]: pgmap v16107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:46 smithi135 ceph-mon[93152]: pgmap v16107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:46.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:46.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:47.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:47.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:48 smithi194 ceph-mon[104785]: pgmap v16108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:48 smithi135 ceph-mon[93152]: pgmap v16108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:48.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:48.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:49.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:49.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:50 smithi194 ceph-mon[104785]: pgmap v16109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:23:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:50 smithi135 ceph-mon[93152]: pgmap v16109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:23:50.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:50.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:51.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:51.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:52 smithi194 ceph-mon[104785]: pgmap v16110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:52 smithi135 ceph-mon[93152]: pgmap v16110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:52.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:52.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:53.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:53.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:54 smithi194 ceph-mon[104785]: pgmap v16111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:54 smithi135 ceph-mon[93152]: pgmap v16111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:54.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:54.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:55.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:55.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:56 smithi135 ceph-mon[93152]: pgmap v16112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:56.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:56.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:56 smithi194 ceph-mon[104785]: pgmap v16112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:23:57.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:57.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:58 smithi135 ceph-mon[93152]: pgmap v16113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:23:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:23:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:23:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:23:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:23:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:23:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:23:58.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:23:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:23:58.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:58.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:23:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:58 smithi194 ceph-mon[104785]: pgmap v16113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:23:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:23:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:23:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:23:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:23:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:23:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:23:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:23:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:23:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:23:59.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:23:59.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:00 smithi135 ceph-mon[93152]: pgmap v16114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:24:00.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:00.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:00 smithi194 ceph-mon[104785]: pgmap v16114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:24:01.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:01.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:02 smithi135 ceph-mon[93152]: pgmap v16115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:02.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:02.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:02 smithi194 ceph-mon[104785]: pgmap v16115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:03.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:03.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:04 smithi194 ceph-mon[104785]: pgmap v16116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:04 smithi135 ceph-mon[93152]: pgmap v16116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:04.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:04.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:05.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:05.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:06 smithi135 ceph-mon[93152]: pgmap v16117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:06 smithi194 ceph-mon[104785]: pgmap v16117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:06.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:06.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:07.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:07.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:08 smithi135 ceph-mon[93152]: pgmap v16118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:08 smithi194 ceph-mon[104785]: pgmap v16118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:08.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:08.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:09.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:09.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:10 smithi135 ceph-mon[93152]: pgmap v16119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:24:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:10 smithi194 ceph-mon[104785]: pgmap v16119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:24:10.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:10.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:11.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:11.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:12 smithi135 ceph-mon[93152]: pgmap v16120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:12 smithi194 ceph-mon[104785]: pgmap v16120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:12.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:12.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:13.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:13.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:14 smithi194 ceph-mon[104785]: pgmap v16121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:14 smithi135 ceph-mon[93152]: pgmap v16121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:14.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:14.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:15.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:15.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:16 smithi135 ceph-mon[93152]: pgmap v16122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:16 smithi194 ceph-mon[104785]: pgmap v16122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:16.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:16.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:17.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:17.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:18 smithi135 ceph-mon[93152]: pgmap v16123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:18 smithi194 ceph-mon[104785]: pgmap v16123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:18.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:18.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:19.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:19.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:20 smithi135 ceph-mon[93152]: pgmap v16124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:24:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:20 smithi194 ceph-mon[104785]: pgmap v16124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:24:20.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:20.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:21.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:21.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:22 smithi135 ceph-mon[93152]: pgmap v16125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:22 smithi194 ceph-mon[104785]: pgmap v16125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:22.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:22.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:23.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:23.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:24 smithi194 ceph-mon[104785]: pgmap v16126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:24 smithi135 ceph-mon[93152]: pgmap v16126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:24.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:24.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:25.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:25.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:26 smithi194 ceph-mon[104785]: pgmap v16127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:26.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:26.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:26 smithi135 ceph-mon[93152]: pgmap v16127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:27.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:27.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:28 smithi194 ceph-mon[104785]: pgmap v16128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:28.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:28.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:28 smithi135 ceph-mon[93152]: pgmap v16128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:29.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:29.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:30 smithi135 ceph-mon[93152]: pgmap v16129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:24:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:30 smithi194 ceph-mon[104785]: pgmap v16129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:24:30.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:30.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:31.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:31.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:32 smithi194 ceph-mon[104785]: pgmap v16130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:32.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:32.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:32 smithi135 ceph-mon[93152]: pgmap v16130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:33.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:33.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:34 smithi194 ceph-mon[104785]: pgmap v16131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:34 smithi135 ceph-mon[93152]: pgmap v16131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:34.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:34.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:35.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:35.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:36 smithi194 ceph-mon[104785]: pgmap v16132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:36 smithi135 ceph-mon[93152]: pgmap v16132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:36.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:36.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:37.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:37.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:38.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:38 smithi194 ceph-mon[104785]: pgmap v16133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:38 smithi135 ceph-mon[93152]: pgmap v16133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:38.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:38.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:39.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:39.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:40 smithi135 ceph-mon[93152]: pgmap v16134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:24:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:40 smithi194 ceph-mon[104785]: pgmap v16134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:24:40.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:40.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:41.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:41.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:42 smithi194 ceph-mon[104785]: pgmap v16135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:42 smithi135 ceph-mon[93152]: pgmap v16135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:42.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:42.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:43.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:43.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:44 smithi194 ceph-mon[104785]: pgmap v16136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:44 smithi135 ceph-mon[93152]: pgmap v16136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:44.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:44.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:45.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:45.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:46 smithi135 ceph-mon[93152]: pgmap v16137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:46 smithi194 ceph-mon[104785]: pgmap v16137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:46.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:46.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:47.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:47.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:48 smithi194 ceph-mon[104785]: pgmap v16138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:48 smithi135 ceph-mon[93152]: pgmap v16138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:48.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:48.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:49.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:49.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:50 smithi135 ceph-mon[93152]: pgmap v16139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:24:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:50 smithi194 ceph-mon[104785]: pgmap v16139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:24:50.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:50.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:51.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:51.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:52 smithi194 ceph-mon[104785]: pgmap v16140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:52 smithi135 ceph-mon[93152]: pgmap v16140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:52.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:52.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:53.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:53.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:54 smithi194 ceph-mon[104785]: pgmap v16141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:54 smithi135 ceph-mon[93152]: pgmap v16141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:54.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:54.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:55.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:55.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:56 smithi135 ceph-mon[93152]: pgmap v16142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:56 smithi194 ceph-mon[104785]: pgmap v16142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:24:56.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:56.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:57.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:57.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:58 smithi194 ceph-mon[104785]: pgmap v16143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:24:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:58 smithi135 ceph-mon[93152]: pgmap v16143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:24:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:24:58.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:58.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:24:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:24:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:24:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:24:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:24:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:24:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:24:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:24:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:24:59.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:24:59.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:24:59.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:24:59.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:00 smithi135 ceph-mon[93152]: pgmap v16144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:25:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:00 smithi194 ceph-mon[104785]: pgmap v16144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:25:00.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:00.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:01.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:01.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:02 smithi194 ceph-mon[104785]: pgmap v16145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:02 smithi135 ceph-mon[93152]: pgmap v16145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:02.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:02.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:03.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:03.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:04.620 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:04 smithi194 ceph-mon[104785]: pgmap v16146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:04 smithi135 ceph-mon[93152]: pgmap v16146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:04.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:04.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:05.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:05.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:06 smithi194 ceph-mon[104785]: pgmap v16147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:06 smithi135 ceph-mon[93152]: pgmap v16147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:06.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:06.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:07.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:07.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:08 smithi194 ceph-mon[104785]: pgmap v16148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:08 smithi135 ceph-mon[93152]: pgmap v16148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:08.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:08.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:09.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:09.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:10 smithi194 ceph-mon[104785]: pgmap v16149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:25:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:10 smithi135 ceph-mon[93152]: pgmap v16149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:25:10.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:10.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:11.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:11.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:12 smithi194 ceph-mon[104785]: pgmap v16150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:12 smithi135 ceph-mon[93152]: pgmap v16150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:12.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:12.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:13.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:13.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:14 smithi194 ceph-mon[104785]: pgmap v16151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:14 smithi135 ceph-mon[93152]: pgmap v16151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:14.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:14.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:15.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:15.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:16 smithi194 ceph-mon[104785]: pgmap v16152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:16 smithi135 ceph-mon[93152]: pgmap v16152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:16.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:16.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:17.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:17.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:18 smithi194 ceph-mon[104785]: pgmap v16153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:18 smithi135 ceph-mon[93152]: pgmap v16153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:18.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:18.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:19.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:19.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:20 smithi194 ceph-mon[104785]: pgmap v16154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:25:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:20 smithi135 ceph-mon[93152]: pgmap v16154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:25:20.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:20.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:21.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:21.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:22 smithi194 ceph-mon[104785]: pgmap v16155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:22 smithi135 ceph-mon[93152]: pgmap v16155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:22.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:22.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:23.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:23.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:24 smithi194 ceph-mon[104785]: pgmap v16156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:24 smithi135 ceph-mon[93152]: pgmap v16156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:24.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:24.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:25.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:25.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:26 smithi194 ceph-mon[104785]: pgmap v16157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:26 smithi135 ceph-mon[93152]: pgmap v16157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:26.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:26.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:27.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:27.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:28 smithi194 ceph-mon[104785]: pgmap v16158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:28 smithi135 ceph-mon[93152]: pgmap v16158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:28.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:28.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:29.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:29.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:30 smithi194 ceph-mon[104785]: pgmap v16159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:25:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:30 smithi135 ceph-mon[93152]: pgmap v16159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:25:30.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:30.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:31.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:31.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:32 smithi194 ceph-mon[104785]: pgmap v16160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:32 smithi135 ceph-mon[93152]: pgmap v16160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:32.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:32.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:33.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:33.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:34 smithi194 ceph-mon[104785]: pgmap v16161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:34 smithi135 ceph-mon[93152]: pgmap v16161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:34.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:34.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:35.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:35.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:36 smithi194 ceph-mon[104785]: pgmap v16162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:36 smithi135 ceph-mon[93152]: pgmap v16162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:36.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:36.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:37.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:37.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:38 smithi194 ceph-mon[104785]: pgmap v16163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:38 smithi135 ceph-mon[93152]: pgmap v16163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:38.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:38.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:39.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:39.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:40 smithi194 ceph-mon[104785]: pgmap v16164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:25:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:40 smithi135 ceph-mon[93152]: pgmap v16164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:25:40.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:40.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:41.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:41.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:42 smithi194 ceph-mon[104785]: pgmap v16165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:42 smithi135 ceph-mon[93152]: pgmap v16165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:42.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:42.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:43.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:43.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:44 smithi194 ceph-mon[104785]: pgmap v16166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:44 smithi135 ceph-mon[93152]: pgmap v16166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:44.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:44.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:45.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:45.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:46.662 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:46 smithi135 ceph-mon[93152]: pgmap v16167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:46 smithi194 ceph-mon[104785]: pgmap v16167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:46.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:46.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:47.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:47.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:48 smithi194 ceph-mon[104785]: pgmap v16168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:48 smithi135 ceph-mon[93152]: pgmap v16168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:48.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:48.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:49.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:49.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:50 smithi194 ceph-mon[104785]: pgmap v16169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:25:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:50 smithi135 ceph-mon[93152]: pgmap v16169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:25:50.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:50.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:51.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:51.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:52 smithi194 ceph-mon[104785]: pgmap v16170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:52 smithi135 ceph-mon[93152]: pgmap v16170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:52.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:52.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:53.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:53.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:54 smithi194 ceph-mon[104785]: pgmap v16171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:54 smithi135 ceph-mon[93152]: pgmap v16171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:54.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:54.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:55.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:55.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:56 smithi194 ceph-mon[104785]: pgmap v16172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:56 smithi135 ceph-mon[93152]: pgmap v16172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:25:56.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:56.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:57.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:57.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:58 smithi194 ceph-mon[104785]: pgmap v16173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:58 smithi135 ceph-mon[93152]: pgmap v16173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:25:58.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:58.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:25:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:25:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:25:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:25:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:25:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:25:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:25:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:25:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:25:59.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:25:59.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:00 smithi194 ceph-mon[104785]: pgmap v16174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:26:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:26:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:26:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:26:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:26:00.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:26:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:00 smithi135 ceph-mon[93152]: pgmap v16174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:26:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:26:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:26:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:26:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:26:00.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:26:00.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:00.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:01.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:01.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:02 smithi194 ceph-mon[104785]: pgmap v16175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:02 smithi135 ceph-mon[93152]: pgmap v16175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:02.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:02.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:03.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:03.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:04 smithi194 ceph-mon[104785]: pgmap v16176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:04 smithi135 ceph-mon[93152]: pgmap v16176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:04.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:04.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:05.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:05.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:06 smithi194 ceph-mon[104785]: pgmap v16177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:06 smithi135 ceph-mon[93152]: pgmap v16177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:06.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:06.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:07.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:07.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:08 smithi194 ceph-mon[104785]: pgmap v16178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:08 smithi135 ceph-mon[93152]: pgmap v16178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:08.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:08.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:09.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:09.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:10 smithi194 ceph-mon[104785]: pgmap v16179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:26:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:10 smithi135 ceph-mon[93152]: pgmap v16179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:26:10.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:10.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:11.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:11.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:12 smithi194 ceph-mon[104785]: pgmap v16180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:12 smithi135 ceph-mon[93152]: pgmap v16180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:12.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:12.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:13.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:13.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:14 smithi135 ceph-mon[93152]: pgmap v16181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:14.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:14.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:14 smithi194 ceph-mon[104785]: pgmap v16181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:15.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:15.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:16 smithi135 ceph-mon[93152]: pgmap v16182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:16.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:16.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:16 smithi194 ceph-mon[104785]: pgmap v16182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:17.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:17.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:18 smithi135 ceph-mon[93152]: pgmap v16183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:18.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:18.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:18 smithi194 ceph-mon[104785]: pgmap v16183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:19.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:19.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:20 smithi194 ceph-mon[104785]: pgmap v16184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:26:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:20 smithi135 ceph-mon[93152]: pgmap v16184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:26:20.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:20.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:21.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:21.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:22 smithi135 ceph-mon[93152]: pgmap v16185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:22.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:22.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:22 smithi194 ceph-mon[104785]: pgmap v16185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:23.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:23.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:24 smithi135 ceph-mon[93152]: pgmap v16186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:24.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:24.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:24 smithi194 ceph-mon[104785]: pgmap v16186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:25.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:25.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:26 smithi135 ceph-mon[93152]: pgmap v16187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:26.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:26.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:26 smithi194 ceph-mon[104785]: pgmap v16187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:27.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:27.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:28 smithi135 ceph-mon[93152]: pgmap v16188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:28.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:28.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:28 smithi194 ceph-mon[104785]: pgmap v16188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:29.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:29.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:30 smithi135 ceph-mon[93152]: pgmap v16189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:26:30.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:30.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:30 smithi194 ceph-mon[104785]: pgmap v16189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:26:31.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:31.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:32 smithi135 ceph-mon[93152]: pgmap v16190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:32.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:32.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:32 smithi194 ceph-mon[104785]: pgmap v16190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:33.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:33.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:34 smithi135 ceph-mon[93152]: pgmap v16191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:34.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:34.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:34 smithi194 ceph-mon[104785]: pgmap v16191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:35.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:35.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:36 smithi135 ceph-mon[93152]: pgmap v16192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:36.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:36.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:36 smithi194 ceph-mon[104785]: pgmap v16192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:37.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:37.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:38 smithi135 ceph-mon[93152]: pgmap v16193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:38 smithi194 ceph-mon[104785]: pgmap v16193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:38.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:38.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:39.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:39.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:40 smithi135 ceph-mon[93152]: pgmap v16194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:26:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:40 smithi194 ceph-mon[104785]: pgmap v16194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:26:40.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:40.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:41.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:41.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:42 smithi194 ceph-mon[104785]: pgmap v16195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:42.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:42.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:42 smithi135 ceph-mon[93152]: pgmap v16195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:43.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:43.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:44.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:44 smithi194 ceph-mon[104785]: pgmap v16196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:44.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:44.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:44 smithi135 ceph-mon[93152]: pgmap v16196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:45.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:45.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:46 smithi194 ceph-mon[104785]: pgmap v16197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:46.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:46.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:46 smithi135 ceph-mon[93152]: pgmap v16197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:47.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:47.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:48 smithi194 ceph-mon[104785]: pgmap v16198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:48.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:48.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:48 smithi135 ceph-mon[93152]: pgmap v16198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:49.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:49.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:50 smithi194 ceph-mon[104785]: pgmap v16199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:26:50.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:50.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:50 smithi135 ceph-mon[93152]: pgmap v16199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:26:51.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:51.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:52 smithi135 ceph-mon[93152]: pgmap v16200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:52 smithi194 ceph-mon[104785]: pgmap v16200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:52.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:52.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:53.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:53.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:54 smithi194 ceph-mon[104785]: pgmap v16201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:54.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:54.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:54 smithi135 ceph-mon[93152]: pgmap v16201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:55.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:55.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:56 smithi194 ceph-mon[104785]: pgmap v16202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:56.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:56.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:56 smithi135 ceph-mon[93152]: pgmap v16202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:26:57.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:57.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:26:58 smithi194 ceph-mon[104785]: pgmap v16203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:58.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:58.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:26:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:26:58 smithi135 ceph-mon[93152]: pgmap v16203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:26:59.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:26:59.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:00.826 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:00 smithi194 ceph-mon[104785]: pgmap v16204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:27:00.826 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:27:00.827 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:27:00.827 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:27:00.827 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:27:00.827 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:27:00.827 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:27:00.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:00.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:00 smithi135 ceph-mon[93152]: pgmap v16204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:27:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:27:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:27:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:27:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:27:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:27:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:27:01.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:01.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:02 smithi135 ceph-mon[93152]: pgmap v16205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:02 smithi194 ceph-mon[104785]: pgmap v16205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:03.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:03.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:04.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:04.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:04 smithi194 ceph-mon[104785]: pgmap v16206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:05.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:05.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:04 smithi135 ceph-mon[93152]: pgmap v16206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:06.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:06.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:06 smithi194 ceph-mon[104785]: pgmap v16207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:06 smithi135 ceph-mon[93152]: pgmap v16207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:07.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:07.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:08.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:08.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:08 smithi194 ceph-mon[104785]: pgmap v16208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:08 smithi135 ceph-mon[93152]: pgmap v16208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:09.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:09.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:10.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:10.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:10.928 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:10 smithi194 ceph-mon[104785]: pgmap v16209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:27:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:10 smithi135 ceph-mon[93152]: pgmap v16209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:27:11.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:11.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:12.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:12.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:12 smithi135 ceph-mon[93152]: pgmap v16210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:12 smithi194 ceph-mon[104785]: pgmap v16210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:13.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:13.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:14.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:14.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:14 smithi135 ceph-mon[93152]: pgmap v16211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:14 smithi194 ceph-mon[104785]: pgmap v16211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:15.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:15.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:16.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:16.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:16 smithi194 ceph-mon[104785]: pgmap v16212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:16 smithi135 ceph-mon[93152]: pgmap v16212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:17.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:17.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:18.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:18.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:18 smithi194 ceph-mon[104785]: pgmap v16213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:18 smithi135 ceph-mon[93152]: pgmap v16213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:19.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:19.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:20.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:20.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:20 smithi194 ceph-mon[104785]: pgmap v16214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:27:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:20 smithi135 ceph-mon[93152]: pgmap v16214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:27:21.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:21.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:22.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:22.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:22 smithi194 ceph-mon[104785]: pgmap v16215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:22 smithi135 ceph-mon[93152]: pgmap v16215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:23.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:23.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:24.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:24.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:24 smithi194 ceph-mon[104785]: pgmap v16216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:24 smithi135 ceph-mon[93152]: pgmap v16216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:25.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:25.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:26.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:26.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:26 smithi194 ceph-mon[104785]: pgmap v16217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:26 smithi135 ceph-mon[93152]: pgmap v16217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:27.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:27.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:28.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:28.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:28 smithi194 ceph-mon[104785]: pgmap v16218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:28 smithi135 ceph-mon[93152]: pgmap v16218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:29.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:29.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:30.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:30.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:30 smithi194 ceph-mon[104785]: pgmap v16219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:27:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:30 smithi135 ceph-mon[93152]: pgmap v16219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:27:31.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:31.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:32.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:32.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:32 smithi194 ceph-mon[104785]: pgmap v16220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:32 smithi135 ceph-mon[93152]: pgmap v16220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:33.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:33.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:34.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:34.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:34 smithi194 ceph-mon[104785]: pgmap v16221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:34 smithi135 ceph-mon[93152]: pgmap v16221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:35.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:35.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:36.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:36.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:36 smithi194 ceph-mon[104785]: pgmap v16222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:36 smithi135 ceph-mon[93152]: pgmap v16222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:37.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:37.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:38.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:38.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:38 smithi194 ceph-mon[104785]: pgmap v16223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:38 smithi135 ceph-mon[93152]: pgmap v16223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:39.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:39.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:40.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:40.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:40 smithi194 ceph-mon[104785]: pgmap v16224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:27:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:40 smithi135 ceph-mon[93152]: pgmap v16224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:27:41.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:41.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:42.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:42.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:42 smithi194 ceph-mon[104785]: pgmap v16225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:42 smithi135 ceph-mon[93152]: pgmap v16225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:43.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:43.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:44.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:44.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:44 smithi194 ceph-mon[104785]: pgmap v16226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:44 smithi135 ceph-mon[93152]: pgmap v16226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:45.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:45.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:46.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:46.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:46 smithi194 ceph-mon[104785]: pgmap v16227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:46 smithi135 ceph-mon[93152]: pgmap v16227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:47.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:47.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:48.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:48.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:48 smithi194 ceph-mon[104785]: pgmap v16228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:48 smithi135 ceph-mon[93152]: pgmap v16228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:49.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:49.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:50.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:50.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:50 smithi194 ceph-mon[104785]: pgmap v16229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:27:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:50 smithi135 ceph-mon[93152]: pgmap v16229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:27:51.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:51.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:52.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:52.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:52.898 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:52 smithi135 ceph-mon[93152]: pgmap v16230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:52 smithi194 ceph-mon[104785]: pgmap v16230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:53.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:53.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:54.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:54.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:54 smithi194 ceph-mon[104785]: pgmap v16231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:54 smithi135 ceph-mon[93152]: pgmap v16231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:55.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:55.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:56.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:56.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:56 smithi194 ceph-mon[104785]: pgmap v16232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:56 smithi135 ceph-mon[93152]: pgmap v16232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:27:57.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:57.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:58.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:58.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:27:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:27:58 smithi194 ceph-mon[104785]: pgmap v16233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:27:58 smithi135 ceph-mon[93152]: pgmap v16233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:27:59.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:27:59.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:00.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:00.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:00 smithi194 ceph-mon[104785]: pgmap v16234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:28:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:28:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:00 smithi135 ceph-mon[93152]: pgmap v16234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:28:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:28:01.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:01.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:28:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:28:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:28:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:28:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:28:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:28:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:28:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:28:01.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:28:01.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:28:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:28:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:28:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:28:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:28:02.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:28:02.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:28:02.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:28:02.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:28:02.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:28:02.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:28:02.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:02.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:02 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1456M 2023-10-08T13:28:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:02 smithi194 ceph-mon[104785]: pgmap v16235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:02.999 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:02 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1456M 2023-10-08T13:28:02.999 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:02 smithi135 ceph-mon[93152]: pgmap v16235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:03.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:03.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:04.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:04.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:04 smithi194 ceph-mon[104785]: pgmap v16236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:04 smithi135 ceph-mon[93152]: pgmap v16236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:05.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:05.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:06.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:06.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:06 smithi194 ceph-mon[104785]: pgmap v16237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:06 smithi135 ceph-mon[93152]: pgmap v16237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:07.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:07.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:08.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:08.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:08 smithi194 ceph-mon[104785]: pgmap v16238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:08 smithi135 ceph-mon[93152]: pgmap v16238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:09.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:09.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:10.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:10.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:10 smithi194 ceph-mon[104785]: pgmap v16239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:28:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:10 smithi135 ceph-mon[93152]: pgmap v16239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:28:11.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:11.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:12.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:12.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:12 smithi194 ceph-mon[104785]: pgmap v16240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:12 smithi135 ceph-mon[93152]: pgmap v16240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:13.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:13.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:14.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:14.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:14 smithi194 ceph-mon[104785]: pgmap v16241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:14 smithi135 ceph-mon[93152]: pgmap v16241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:15.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:15.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:16.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:16.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:16 smithi194 ceph-mon[104785]: pgmap v16242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:16 smithi135 ceph-mon[93152]: pgmap v16242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:17.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:17.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:18.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:18.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:18 smithi194 ceph-mon[104785]: pgmap v16243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:18 smithi135 ceph-mon[93152]: pgmap v16243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:19.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:19.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:20.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:20.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:20 smithi194 ceph-mon[104785]: pgmap v16244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:28:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:20 smithi135 ceph-mon[93152]: pgmap v16244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:28:21.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:21.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:22.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:22.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:22 smithi194 ceph-mon[104785]: pgmap v16245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:22 smithi135 ceph-mon[93152]: pgmap v16245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:23.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:23.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:24.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:24.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:24 smithi194 ceph-mon[104785]: pgmap v16246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:24 smithi135 ceph-mon[93152]: pgmap v16246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:25.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:25.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:26.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:26.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:26 smithi194 ceph-mon[104785]: pgmap v16247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:26 smithi135 ceph-mon[93152]: pgmap v16247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:27.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:27.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:28.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:28.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:28 smithi194 ceph-mon[104785]: pgmap v16248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:28 smithi135 ceph-mon[93152]: pgmap v16248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:29.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:29.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:30.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:30.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:30 smithi194 ceph-mon[104785]: pgmap v16249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:28:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:30 smithi135 ceph-mon[93152]: pgmap v16249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:28:31.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:31.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:32.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:32.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:32 smithi194 ceph-mon[104785]: pgmap v16250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:32 smithi135 ceph-mon[93152]: pgmap v16250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:33.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:33.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:34.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:34.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:34 smithi194 ceph-mon[104785]: pgmap v16251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:34 smithi135 ceph-mon[93152]: pgmap v16251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:35.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:35.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:36.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:36.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:36 smithi194 ceph-mon[104785]: pgmap v16252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:36 smithi135 ceph-mon[93152]: pgmap v16252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:37.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:37.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:38.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:38.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:38 smithi135 ceph-mon[93152]: pgmap v16253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:39.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:39.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:38 smithi194 ceph-mon[104785]: pgmap v16253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:40.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:40.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:40 smithi135 ceph-mon[93152]: pgmap v16254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:28:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:41.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:41.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:40 smithi194 ceph-mon[104785]: pgmap v16254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:28:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:42.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:42.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:42 smithi135 ceph-mon[93152]: pgmap v16255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:43.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:43.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:42 smithi194 ceph-mon[104785]: pgmap v16255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:44.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:44.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:44 smithi135 ceph-mon[93152]: pgmap v16256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:45.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:45.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:44 smithi194 ceph-mon[104785]: pgmap v16256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:46.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:46.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:46 smithi135 ceph-mon[93152]: pgmap v16257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:47.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:47.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:46 smithi194 ceph-mon[104785]: pgmap v16257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:48.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:48.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:48 smithi135 ceph-mon[93152]: pgmap v16258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:49.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:49.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:48 smithi194 ceph-mon[104785]: pgmap v16258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:50.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:50.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:50 smithi135 ceph-mon[93152]: pgmap v16259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:28:51.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:51.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:50 smithi194 ceph-mon[104785]: pgmap v16259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:28:52.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:52.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:52 smithi135 ceph-mon[93152]: pgmap v16260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:53.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:53.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:52 smithi194 ceph-mon[104785]: pgmap v16260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:54.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:54.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:54 smithi135 ceph-mon[93152]: pgmap v16261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:55.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:55.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:54 smithi194 ceph-mon[104785]: pgmap v16261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:56.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:56.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:28:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:56 smithi135 ceph-mon[93152]: pgmap v16262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:57.025 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:56 smithi194 ceph-mon[104785]: pgmap v16262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:57.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:57.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:58.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:58.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:28:58 smithi135 ceph-mon[93152]: pgmap v16263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:28:59.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:28:59.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:28:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:28:58 smithi194 ceph-mon[104785]: pgmap v16263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:00.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:00.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:00 smithi135 ceph-mon[93152]: pgmap v16264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:29:01.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:01.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:00 smithi194 ceph-mon[104785]: pgmap v16264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:29:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:01 smithi135 ceph-mon[93152]: pgmap v16265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:29:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:29:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:29:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:29:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:29:02.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:29:02.078 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:01 smithi194 ceph-mon[104785]: pgmap v16265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:02.078 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:29:02.079 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:29:02.079 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:29:02.079 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:29:02.079 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:29:02.079 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:29:02.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:02.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:03.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:03.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:04.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:04.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:04 smithi194 ceph-mon[104785]: pgmap v16266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:04 smithi135 ceph-mon[93152]: pgmap v16266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:05.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:05.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:06.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:06.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:06 smithi135 ceph-mon[93152]: pgmap v16267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:06 smithi194 ceph-mon[104785]: pgmap v16267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:07.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:07.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:08.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:08.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:08 smithi135 ceph-mon[93152]: pgmap v16268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:08 smithi194 ceph-mon[104785]: pgmap v16268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:09.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:09.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:10.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:10.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:10 smithi135 ceph-mon[93152]: pgmap v16269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:29:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:10 smithi194 ceph-mon[104785]: pgmap v16269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:29:11.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:11.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:12.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:12.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:12 smithi194 ceph-mon[104785]: pgmap v16270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:12 smithi135 ceph-mon[93152]: pgmap v16270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:13.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:13.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:14.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:14.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:14 smithi135 ceph-mon[93152]: pgmap v16271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:14 smithi194 ceph-mon[104785]: pgmap v16271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:15.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:15.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:16.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:16.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:16 smithi135 ceph-mon[93152]: pgmap v16272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:16 smithi194 ceph-mon[104785]: pgmap v16272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:17.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:17.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:18.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:18.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:18 smithi135 ceph-mon[93152]: pgmap v16273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:18 smithi194 ceph-mon[104785]: pgmap v16273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:19.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:19.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:20.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:20.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:20 smithi135 ceph-mon[93152]: pgmap v16274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:29:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:20 smithi194 ceph-mon[104785]: pgmap v16274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:29:21.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:21.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:22.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:22.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:22 smithi135 ceph-mon[93152]: pgmap v16275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:22 smithi194 ceph-mon[104785]: pgmap v16275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:23.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:23.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:24.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:24.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:24 smithi135 ceph-mon[93152]: pgmap v16276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:24 smithi194 ceph-mon[104785]: pgmap v16276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:25.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:25.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:26.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:26.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:26 smithi135 ceph-mon[93152]: pgmap v16277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:26 smithi194 ceph-mon[104785]: pgmap v16277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:27.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:27.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:28.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:28.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:28.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:28 smithi135 ceph-mon[93152]: pgmap v16278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:28 smithi194 ceph-mon[104785]: pgmap v16278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:29.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:29.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:30.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:30.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:30 smithi135 ceph-mon[93152]: pgmap v16279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:29:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:30 smithi194 ceph-mon[104785]: pgmap v16279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:29:31.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:31.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:32.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:32.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:32 smithi135 ceph-mon[93152]: pgmap v16280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:32 smithi194 ceph-mon[104785]: pgmap v16280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:33.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:33.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:34.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:34.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:34 smithi194 ceph-mon[104785]: pgmap v16281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:34 smithi135 ceph-mon[93152]: pgmap v16281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:35.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:35.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:36.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:36.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:36 smithi194 ceph-mon[104785]: pgmap v16282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:36 smithi135 ceph-mon[93152]: pgmap v16282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:37.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:37.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:38.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:38.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:38 smithi194 ceph-mon[104785]: pgmap v16283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:38 smithi135 ceph-mon[93152]: pgmap v16283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:39.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:39.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:40.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:40.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:40 smithi135 ceph-mon[93152]: pgmap v16284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:29:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:40 smithi194 ceph-mon[104785]: pgmap v16284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:29:41.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:41.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:42.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:42.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:42 smithi194 ceph-mon[104785]: pgmap v16285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:42 smithi135 ceph-mon[93152]: pgmap v16285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:43.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:43.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:44.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:44.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:44 smithi194 ceph-mon[104785]: pgmap v16286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:44 smithi135 ceph-mon[93152]: pgmap v16286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:45.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:45.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:46.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:46.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:46 smithi194 ceph-mon[104785]: pgmap v16287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:46 smithi135 ceph-mon[93152]: pgmap v16287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:47.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:47.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:48.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:48.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:48 smithi194 ceph-mon[104785]: pgmap v16288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:48 smithi135 ceph-mon[93152]: pgmap v16288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:49.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:49.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:50.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:50.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:50 smithi135 ceph-mon[93152]: pgmap v16289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:29:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:50 smithi194 ceph-mon[104785]: pgmap v16289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:29:51.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:51.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:52.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:52.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:52.600 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:52 smithi194 ceph-mon[104785]: pgmap v16290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:52 smithi135 ceph-mon[93152]: pgmap v16290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:53.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:53.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:54.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:54.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:54 smithi135 ceph-mon[93152]: pgmap v16291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:54 smithi194 ceph-mon[104785]: pgmap v16291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:55.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:55.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:56.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:56.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:56 smithi194 ceph-mon[104785]: pgmap v16292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:56 smithi135 ceph-mon[93152]: pgmap v16292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:29:57.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:57.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:58.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:58.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:29:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:29:58 smithi194 ceph-mon[104785]: pgmap v16293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:29:58 smithi135 ceph-mon[93152]: pgmap v16293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:29:59.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:29:59.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:00.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:00.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:00 smithi135 ceph-mon[93152]: pgmap v16294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:30:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T13:30:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:00 smithi194 ceph-mon[104785]: pgmap v16294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:30:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T13:30:01.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:01.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:02.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:02.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:02.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:02 smithi194 ceph-mon[104785]: pgmap v16295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:02.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:30:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:02 smithi135 ceph-mon[93152]: pgmap v16295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:30:03.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:03.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:30:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:30:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:30:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:30:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:30:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:30:04.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:04.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:04 smithi135 ceph-mon[93152]: pgmap v16296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:04 smithi194 ceph-mon[104785]: pgmap v16296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:05.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:05.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:06.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:06.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:06 smithi194 ceph-mon[104785]: pgmap v16297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:06 smithi135 ceph-mon[93152]: pgmap v16297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:07.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:07.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:08.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:08.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:08 smithi194 ceph-mon[104785]: pgmap v16298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:08 smithi135 ceph-mon[93152]: pgmap v16298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:09.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:09.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:10.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:10.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:10 smithi194 ceph-mon[104785]: pgmap v16299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:30:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:10 smithi135 ceph-mon[93152]: pgmap v16299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:30:11.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:11.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:12.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:12.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:12 smithi194 ceph-mon[104785]: pgmap v16300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:12 smithi135 ceph-mon[93152]: pgmap v16300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:13.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:13.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:14.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:14.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:14 smithi194 ceph-mon[104785]: pgmap v16301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:14 smithi135 ceph-mon[93152]: pgmap v16301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:15.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:15.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:16.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:16.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:16 smithi194 ceph-mon[104785]: pgmap v16302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:16 smithi135 ceph-mon[93152]: pgmap v16302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:17.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:17.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:18.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:18.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:18 smithi194 ceph-mon[104785]: pgmap v16303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:18 smithi135 ceph-mon[93152]: pgmap v16303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:19.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:19.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:20.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:20.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:20 smithi194 ceph-mon[104785]: pgmap v16304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:30:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:20 smithi135 ceph-mon[93152]: pgmap v16304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:30:21.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:21.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:22.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:22.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:22 smithi194 ceph-mon[104785]: pgmap v16305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:22 smithi135 ceph-mon[93152]: pgmap v16305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:23.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:23.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:24.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:24.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:24 smithi194 ceph-mon[104785]: pgmap v16306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:24 smithi135 ceph-mon[93152]: pgmap v16306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:25.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:25.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:26.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:26.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:26 smithi194 ceph-mon[104785]: pgmap v16307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:26 smithi135 ceph-mon[93152]: pgmap v16307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:27.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:27.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:28.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:28.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:28 smithi194 ceph-mon[104785]: pgmap v16308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:28 smithi135 ceph-mon[93152]: pgmap v16308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:29.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:29.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:30.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:30.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:30 smithi194 ceph-mon[104785]: pgmap v16309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:30:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:30 smithi135 ceph-mon[93152]: pgmap v16309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:30:31.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:31.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:32.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:32.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:32 smithi194 ceph-mon[104785]: pgmap v16310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:32 smithi135 ceph-mon[93152]: pgmap v16310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:33.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:33.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:34.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:34.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:34 smithi194 ceph-mon[104785]: pgmap v16311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:34 smithi135 ceph-mon[93152]: pgmap v16311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:35.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:35.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:36.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:36.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:36 smithi194 ceph-mon[104785]: pgmap v16312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:36 smithi135 ceph-mon[93152]: pgmap v16312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:37.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:37.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:38.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:38.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:38 smithi194 ceph-mon[104785]: pgmap v16313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:38 smithi135 ceph-mon[93152]: pgmap v16313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:39.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:39.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:40.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:40.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:40 smithi194 ceph-mon[104785]: pgmap v16314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:30:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:40 smithi135 ceph-mon[93152]: pgmap v16314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:30:41.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:41.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:42.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:42.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:42 smithi194 ceph-mon[104785]: pgmap v16315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:42 smithi135 ceph-mon[93152]: pgmap v16315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:43.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:43.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:44.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:44.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:44 smithi194 ceph-mon[104785]: pgmap v16316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:44 smithi135 ceph-mon[93152]: pgmap v16316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:45.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:45.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:46.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:46.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:46 smithi194 ceph-mon[104785]: pgmap v16317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:46 smithi135 ceph-mon[93152]: pgmap v16317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:47.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:47.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:48.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:48.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:48 smithi194 ceph-mon[104785]: pgmap v16318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:48 smithi135 ceph-mon[93152]: pgmap v16318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:49.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:49.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:50.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:50.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:50 smithi194 ceph-mon[104785]: pgmap v16319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:30:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:50 smithi135 ceph-mon[93152]: pgmap v16319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:30:51.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:51.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:52.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:52.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:52 smithi194 ceph-mon[104785]: pgmap v16320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:52 smithi135 ceph-mon[93152]: pgmap v16320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:53.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:53.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:54.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:54.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:54.680 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:54 smithi135 ceph-mon[93152]: pgmap v16321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:54 smithi194 ceph-mon[104785]: pgmap v16321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:55.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:55.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:56.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:56.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:56 smithi194 ceph-mon[104785]: pgmap v16322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:56 smithi135 ceph-mon[93152]: pgmap v16322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:30:57.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:57.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:58.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:58.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:30:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:30:58 smithi194 ceph-mon[104785]: pgmap v16323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:30:58 smithi135 ceph-mon[93152]: pgmap v16323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:30:59.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:30:59.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:00.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:00.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:00 smithi194 ceph-mon[104785]: pgmap v16324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:31:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:00 smithi135 ceph-mon[93152]: pgmap v16324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:31:01.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:01.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:02.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:02.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:02 smithi194 ceph-mon[104785]: pgmap v16325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:31:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:02 smithi135 ceph-mon[93152]: pgmap v16325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:31:03.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:03.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:04.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:04.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:04 smithi194 ceph-mon[104785]: pgmap v16326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:04 smithi135 ceph-mon[93152]: pgmap v16326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:05.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:05.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:06.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:06.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:06 smithi194 ceph-mon[104785]: pgmap v16327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:06 smithi135 ceph-mon[93152]: pgmap v16327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:07.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:07.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:08.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:08.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:08 smithi135 ceph-mon[93152]: pgmap v16328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:31:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:31:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:31:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:31:08.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:31:08.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:31:08.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:31:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:08 smithi194 ceph-mon[104785]: pgmap v16328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:31:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:31:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:31:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:31:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:31:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:31:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:31:09.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:09.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:10.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:10.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:10 smithi135 ceph-mon[93152]: pgmap v16329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:31:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:10 smithi194 ceph-mon[104785]: pgmap v16329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:31:11.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:11.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:12.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:12.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:12 smithi135 ceph-mon[93152]: pgmap v16330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:12 smithi194 ceph-mon[104785]: pgmap v16330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:13.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:13.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:14.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:14.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:14 smithi194 ceph-mon[104785]: pgmap v16331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:14 smithi135 ceph-mon[93152]: pgmap v16331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:15.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:15.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:16.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:16.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:16 smithi194 ceph-mon[104785]: pgmap v16332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:16 smithi135 ceph-mon[93152]: pgmap v16332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:17.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:17.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:18.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:18.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:18 smithi194 ceph-mon[104785]: pgmap v16333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:18 smithi135 ceph-mon[93152]: pgmap v16333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:19.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:19.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:20.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:20.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:20 smithi135 ceph-mon[93152]: pgmap v16334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:31:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:20 smithi194 ceph-mon[104785]: pgmap v16334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:31:21.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:21.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:22.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:22.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:22 smithi194 ceph-mon[104785]: pgmap v16335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:22 smithi135 ceph-mon[93152]: pgmap v16335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:23.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:23.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:24.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:24.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:24 smithi194 ceph-mon[104785]: pgmap v16336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:24 smithi135 ceph-mon[93152]: pgmap v16336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:25.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:25.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:26.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:26.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:26 smithi194 ceph-mon[104785]: pgmap v16337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:26 smithi135 ceph-mon[93152]: pgmap v16337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:27.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:27.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:28.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:28.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:28.592 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:28 smithi194 ceph-mon[104785]: pgmap v16338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:28 smithi135 ceph-mon[93152]: pgmap v16338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:29.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:29.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:30.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:30.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:30 smithi135 ceph-mon[93152]: pgmap v16339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:31:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:30 smithi194 ceph-mon[104785]: pgmap v16339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:31:31.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:31.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:32.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:32.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:32 smithi194 ceph-mon[104785]: pgmap v16340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:32 smithi135 ceph-mon[93152]: pgmap v16340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:33.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:33.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:34.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:34.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:34 smithi194 ceph-mon[104785]: pgmap v16341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:34 smithi135 ceph-mon[93152]: pgmap v16341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:35.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:35.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:36.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:36.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:36 smithi194 ceph-mon[104785]: pgmap v16342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:36 smithi135 ceph-mon[93152]: pgmap v16342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:37.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:37.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:38.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:38.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:38.697 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:38 smithi194 ceph-mon[104785]: pgmap v16343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:38 smithi135 ceph-mon[93152]: pgmap v16343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:39.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:39.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:40.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:40.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:40 smithi135 ceph-mon[93152]: pgmap v16344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:31:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:40 smithi194 ceph-mon[104785]: pgmap v16344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:31:41.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:41.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:42.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:42.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:42 smithi194 ceph-mon[104785]: pgmap v16345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:42 smithi135 ceph-mon[93152]: pgmap v16345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:43.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:43.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:44.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:44.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:44 smithi194 ceph-mon[104785]: pgmap v16346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:44 smithi135 ceph-mon[93152]: pgmap v16346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:45.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:45.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:46.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:46.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:46 smithi194 ceph-mon[104785]: pgmap v16347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:46 smithi135 ceph-mon[93152]: pgmap v16347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:47.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:47.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:48.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:48.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:48 smithi194 ceph-mon[104785]: pgmap v16348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:48 smithi135 ceph-mon[93152]: pgmap v16348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:49.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:49.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:50.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:50.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:50 smithi135 ceph-mon[93152]: pgmap v16349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:31:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:50 smithi194 ceph-mon[104785]: pgmap v16349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:31:51.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:51.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:52.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:52.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:52 smithi194 ceph-mon[104785]: pgmap v16350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:52 smithi135 ceph-mon[93152]: pgmap v16350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:53.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:53.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:54.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:54.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:54 smithi194 ceph-mon[104785]: pgmap v16351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:54 smithi135 ceph-mon[93152]: pgmap v16351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:55.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:55.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:56.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:56.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:56 smithi194 ceph-mon[104785]: pgmap v16352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:56 smithi135 ceph-mon[93152]: pgmap v16352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:31:57.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:57.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:58.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:58.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:31:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:31:58 smithi194 ceph-mon[104785]: pgmap v16353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:31:58 smithi135 ceph-mon[93152]: pgmap v16353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:31:59.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:31:59.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:00.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:00.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:00 smithi135 ceph-mon[93152]: pgmap v16354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:32:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:00 smithi194 ceph-mon[104785]: pgmap v16354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:32:01.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:01.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:02.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:02.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:02 smithi194 ceph-mon[104785]: pgmap v16355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:02 smithi135 ceph-mon[93152]: pgmap v16355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:03.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:03.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:04.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:04.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:04 smithi194 ceph-mon[104785]: pgmap v16356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:04 smithi135 ceph-mon[93152]: pgmap v16356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:05.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:05.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:06.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:06.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:06 smithi194 ceph-mon[104785]: pgmap v16357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:06 smithi135 ceph-mon[93152]: pgmap v16357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:07.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:07.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:08.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:08.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:08 smithi194 ceph-mon[104785]: pgmap v16358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:32:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:08 smithi135 ceph-mon[93152]: pgmap v16358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:32:09.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:09.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:32:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:32:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:32:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:32:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:32:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:32:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:32:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:32:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:32:09.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:32:10.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:10.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:10 smithi194 ceph-mon[104785]: pgmap v16359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:32:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:10 smithi135 ceph-mon[93152]: pgmap v16359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:32:11.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:11.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:12.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:12.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:12 smithi194 ceph-mon[104785]: pgmap v16360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:12 smithi135 ceph-mon[93152]: pgmap v16360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:13.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:13.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:14.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:14.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:14 smithi194 ceph-mon[104785]: pgmap v16361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:14 smithi135 ceph-mon[93152]: pgmap v16361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:15.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:15.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:16.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:16.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:16 smithi194 ceph-mon[104785]: pgmap v16362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:16 smithi135 ceph-mon[93152]: pgmap v16362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:17.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:17.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:18.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:18.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:18 smithi194 ceph-mon[104785]: pgmap v16363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:18 smithi135 ceph-mon[93152]: pgmap v16363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:19.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:19.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:20.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:20.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:20 smithi194 ceph-mon[104785]: pgmap v16364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:32:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:20 smithi135 ceph-mon[93152]: pgmap v16364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:32:21.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:21.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:22.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:22.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:22 smithi194 ceph-mon[104785]: pgmap v16365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:22 smithi135 ceph-mon[93152]: pgmap v16365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:23.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:23.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:24 smithi194 ceph-mon[104785]: pgmap v16366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:24.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:24.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:24 smithi135 ceph-mon[93152]: pgmap v16366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:25.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:25.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:26.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:26.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:26 smithi194 ceph-mon[104785]: pgmap v16367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:26 smithi135 ceph-mon[93152]: pgmap v16367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:26.770 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:27.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:27.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:28.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:28.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:28 smithi194 ceph-mon[104785]: pgmap v16368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:28 smithi135 ceph-mon[93152]: pgmap v16368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:29.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:29.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:30.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:30.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:30 smithi194 ceph-mon[104785]: pgmap v16369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:32:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:30 smithi135 ceph-mon[93152]: pgmap v16369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:32:31.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:31.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:32.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:32.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:32 smithi194 ceph-mon[104785]: pgmap v16370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:32 smithi135 ceph-mon[93152]: pgmap v16370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:33.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:33.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:34.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:34.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:34 smithi194 ceph-mon[104785]: pgmap v16371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:34 smithi135 ceph-mon[93152]: pgmap v16371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:35.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:35.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:36.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:36.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:36 smithi194 ceph-mon[104785]: pgmap v16372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:36 smithi135 ceph-mon[93152]: pgmap v16372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:37.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:37.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:38.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:38.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:38 smithi194 ceph-mon[104785]: pgmap v16373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:38 smithi135 ceph-mon[93152]: pgmap v16373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:39.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:39.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:40.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:40.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:40 smithi194 ceph-mon[104785]: pgmap v16374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:32:40.723 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:40 smithi135 ceph-mon[93152]: pgmap v16374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:32:41.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:41.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:42.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:42.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:42 smithi194 ceph-mon[104785]: pgmap v16375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:42 smithi135 ceph-mon[93152]: pgmap v16375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:43.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:43.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:44.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:44.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:44 smithi194 ceph-mon[104785]: pgmap v16376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:44 smithi135 ceph-mon[93152]: pgmap v16376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:45.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:45.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:46.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:46.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:46 smithi194 ceph-mon[104785]: pgmap v16377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:46 smithi135 ceph-mon[93152]: pgmap v16377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:47.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:47.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:48.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:48.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:48 smithi194 ceph-mon[104785]: pgmap v16378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:48 smithi135 ceph-mon[93152]: pgmap v16378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:49.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:49.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:50.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:50.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:50 smithi194 ceph-mon[104785]: pgmap v16379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:32:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:50 smithi135 ceph-mon[93152]: pgmap v16379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:32:51.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:51.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:52.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:52.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:52 smithi194 ceph-mon[104785]: pgmap v16380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:52 smithi135 ceph-mon[93152]: pgmap v16380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:53.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:53.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:54.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:54.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:54 smithi135 ceph-mon[93152]: pgmap v16381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:54 smithi194 ceph-mon[104785]: pgmap v16381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:55.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:55.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:56.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:56.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:56 smithi135 ceph-mon[93152]: pgmap v16382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:56 smithi194 ceph-mon[104785]: pgmap v16382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:32:57.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:57.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:58.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:58.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:32:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:32:58 smithi135 ceph-mon[93152]: pgmap v16383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:32:58 smithi194 ceph-mon[104785]: pgmap v16383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:32:59.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:32:59.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:00.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:00.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:00 smithi135 ceph-mon[93152]: pgmap v16384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:33:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:00 smithi194 ceph-mon[104785]: pgmap v16384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:33:01.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:01.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:02.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:02.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:02 smithi135 ceph-mon[93152]: pgmap v16385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:02 smithi194 ceph-mon[104785]: pgmap v16385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:03.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:03.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:04.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:04.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:04 smithi135 ceph-mon[93152]: pgmap v16386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:04 smithi194 ceph-mon[104785]: pgmap v16386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:05.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:05.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:06.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:06.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:06 smithi135 ceph-mon[93152]: pgmap v16387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:06 smithi194 ceph-mon[104785]: pgmap v16387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:07.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:07.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:08.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:08.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:08 smithi135 ceph-mon[93152]: pgmap v16388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:33:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:08 smithi194 ceph-mon[104785]: pgmap v16388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:33:09.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:09.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:10.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:10.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:10 smithi135 ceph-mon[93152]: pgmap v16389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:33:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:10 smithi194 ceph-mon[104785]: pgmap v16389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:33:11.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:11.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:12.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:12.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:12 smithi135 ceph-mon[93152]: pgmap v16390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:12 smithi194 ceph-mon[104785]: pgmap v16390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:13.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:13.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:14.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:14.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:14 smithi135 ceph-mon[93152]: pgmap v16391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:14 smithi194 ceph-mon[104785]: pgmap v16391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:15.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:15.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:16.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:16.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:16 smithi194 ceph-mon[104785]: pgmap v16392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:33:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:33:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:33:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:33:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:33:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:33:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:33:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:16 smithi135 ceph-mon[93152]: pgmap v16392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:33:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:33:17.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:33:17.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:33:17.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:33:17.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:33:17.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:33:17.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:17.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:18.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:18.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:18 smithi194 ceph-mon[104785]: pgmap v16393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:18 smithi135 ceph-mon[93152]: pgmap v16393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:19.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:19.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:20.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:20.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:20 smithi194 ceph-mon[104785]: pgmap v16394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:33:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:20 smithi135 ceph-mon[93152]: pgmap v16394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:33:21.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:21.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:22.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:22.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:22 smithi194 ceph-mon[104785]: pgmap v16395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:22 smithi135 ceph-mon[93152]: pgmap v16395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:23.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:23.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:24.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:24.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:24 smithi194 ceph-mon[104785]: pgmap v16396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:24 smithi135 ceph-mon[93152]: pgmap v16396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:25.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:25.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:26.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:26.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:26 smithi194 ceph-mon[104785]: pgmap v16397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:26 smithi135 ceph-mon[93152]: pgmap v16397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:27.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:27.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:28.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:28.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:28 smithi194 ceph-mon[104785]: pgmap v16398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:28 smithi135 ceph-mon[93152]: pgmap v16398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:29.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:29.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:30.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:30.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:30 smithi194 ceph-mon[104785]: pgmap v16399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:33:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:30 smithi135 ceph-mon[93152]: pgmap v16399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:33:31.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:31.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:32.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:32.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:32 smithi194 ceph-mon[104785]: pgmap v16400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:32 smithi135 ceph-mon[93152]: pgmap v16400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:33.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:33.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:34.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:34.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:34.907 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:34 smithi194 ceph-mon[104785]: pgmap v16401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:34 smithi135 ceph-mon[93152]: pgmap v16401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:35.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:35.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:36.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:36.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:36 smithi194 ceph-mon[104785]: pgmap v16402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:36 smithi135 ceph-mon[93152]: pgmap v16402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:37.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:37.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:38.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:38.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:38 smithi194 ceph-mon[104785]: pgmap v16403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:38 smithi135 ceph-mon[93152]: pgmap v16403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:39.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:39.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:40.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:40.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:40 smithi194 ceph-mon[104785]: pgmap v16404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:33:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:40 smithi135 ceph-mon[93152]: pgmap v16404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:33:41.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:41.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:42.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:42.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:42 smithi194 ceph-mon[104785]: pgmap v16405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:42 smithi135 ceph-mon[93152]: pgmap v16405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:43.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:43.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:44.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:44.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:44 smithi194 ceph-mon[104785]: pgmap v16406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:44 smithi135 ceph-mon[93152]: pgmap v16406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:45.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:45.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:46.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:46.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:46 smithi135 ceph-mon[93152]: pgmap v16407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:46 smithi194 ceph-mon[104785]: pgmap v16407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:47.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:47.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:48.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:48.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:48 smithi194 ceph-mon[104785]: pgmap v16408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:48 smithi135 ceph-mon[93152]: pgmap v16408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:49.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:49.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:50.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:50.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:50 smithi194 ceph-mon[104785]: pgmap v16409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:33:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:50 smithi135 ceph-mon[93152]: pgmap v16409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:33:51.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:51.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:52.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:52.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:52 smithi194 ceph-mon[104785]: pgmap v16410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:52 smithi135 ceph-mon[93152]: pgmap v16410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:53.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:53.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:54.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:54.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:54 smithi194 ceph-mon[104785]: pgmap v16411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:54 smithi135 ceph-mon[93152]: pgmap v16411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:55.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:55.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:56.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:56.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:56 smithi135 ceph-mon[93152]: pgmap v16412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:56 smithi194 ceph-mon[104785]: pgmap v16412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:33:57.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:57.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:58.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:58.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:33:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:33:58 smithi194 ceph-mon[104785]: pgmap v16413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:33:58 smithi135 ceph-mon[93152]: pgmap v16413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:33:59.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:33:59.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:00.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:00.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:00 smithi194 ceph-mon[104785]: pgmap v16414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:34:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:00 smithi135 ceph-mon[93152]: pgmap v16414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:34:01.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:01.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:02.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:02.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:02 smithi194 ceph-mon[104785]: pgmap v16415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:02 smithi135 ceph-mon[93152]: pgmap v16415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:03.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:03.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:04.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:04.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:04 smithi194 ceph-mon[104785]: pgmap v16416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:04 smithi135 ceph-mon[93152]: pgmap v16416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:05.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:05.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:06.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:06.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:06 smithi194 ceph-mon[104785]: pgmap v16417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:06 smithi135 ceph-mon[93152]: pgmap v16417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:07.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:07.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:08.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:08.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:08 smithi194 ceph-mon[104785]: pgmap v16418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:08 smithi135 ceph-mon[93152]: pgmap v16418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:09.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:09.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:10.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:10.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:10 smithi194 ceph-mon[104785]: pgmap v16419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:34:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:10 smithi135 ceph-mon[93152]: pgmap v16419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:34:11.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:11.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:12.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:12.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:12 smithi194 ceph-mon[104785]: pgmap v16420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:12 smithi135 ceph-mon[93152]: pgmap v16420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:13.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:13.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:14.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:14.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:14 smithi194 ceph-mon[104785]: pgmap v16421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:14 smithi135 ceph-mon[93152]: pgmap v16421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:15.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:15.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:16.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:16.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:16 smithi194 ceph-mon[104785]: pgmap v16422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:34:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:34:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:34:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:16 smithi135 ceph-mon[93152]: pgmap v16422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:34:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:34:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:34:17.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:17.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:34:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:34:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:34:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:34:17.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:34:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:34:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:34:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:34:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:34:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:34:18.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:18.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:18 smithi194 ceph-mon[104785]: pgmap v16423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:18 smithi135 ceph-mon[93152]: pgmap v16423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:19.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:19.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:20.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:20.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:20 smithi194 ceph-mon[104785]: pgmap v16424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:34:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:20 smithi135 ceph-mon[93152]: pgmap v16424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:34:21.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:21.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:22.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:22.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:22 smithi194 ceph-mon[104785]: pgmap v16425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:22 smithi135 ceph-mon[93152]: pgmap v16425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:23.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:23.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:24.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:24.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:24 smithi194 ceph-mon[104785]: pgmap v16426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:24 smithi135 ceph-mon[93152]: pgmap v16426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:25.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:25.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:26.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:26.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:26 smithi194 ceph-mon[104785]: pgmap v16427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:26 smithi135 ceph-mon[93152]: pgmap v16427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:27.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:27.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:28.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:28.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:28 smithi194 ceph-mon[104785]: pgmap v16428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:28 smithi135 ceph-mon[93152]: pgmap v16428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:29.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:29.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:30.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:30.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:30 smithi194 ceph-mon[104785]: pgmap v16429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:34:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:30 smithi135 ceph-mon[93152]: pgmap v16429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:34:31.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:31.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:32.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:32.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:32 smithi194 ceph-mon[104785]: pgmap v16430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:32 smithi135 ceph-mon[93152]: pgmap v16430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:33.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:33.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:34.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:34.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:34 smithi194 ceph-mon[104785]: pgmap v16431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:34 smithi135 ceph-mon[93152]: pgmap v16431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:35.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:35.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:36.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:36.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:36 smithi194 ceph-mon[104785]: pgmap v16432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:36 smithi135 ceph-mon[93152]: pgmap v16432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:37.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:37.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:38.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:38.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:38.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:38 smithi194 ceph-mon[104785]: pgmap v16433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:39.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:38 smithi135 ceph-mon[93152]: pgmap v16433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:39.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:39.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:40.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:40.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:40 smithi194 ceph-mon[104785]: pgmap v16434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:34:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:40 smithi135 ceph-mon[93152]: pgmap v16434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:34:41.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:41.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:42.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:42.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:42 smithi194 ceph-mon[104785]: pgmap v16435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:42 smithi135 ceph-mon[93152]: pgmap v16435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:43.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:43.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:44.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:44.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:44 smithi194 ceph-mon[104785]: pgmap v16436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:44 smithi135 ceph-mon[93152]: pgmap v16436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:45.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:45.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:46.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:46.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:46 smithi194 ceph-mon[104785]: pgmap v16437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:46 smithi135 ceph-mon[93152]: pgmap v16437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:47.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:47.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:48.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:48.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:48 smithi135 ceph-mon[93152]: pgmap v16438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:48 smithi194 ceph-mon[104785]: pgmap v16438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:49.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:49.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:50.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:50.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:50 smithi194 ceph-mon[104785]: pgmap v16439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:34:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:50 smithi135 ceph-mon[93152]: pgmap v16439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:34:51.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:51.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:52.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:52.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:52 smithi135 ceph-mon[93152]: pgmap v16440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:52 smithi194 ceph-mon[104785]: pgmap v16440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:53.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:53.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:54.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:54.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:54 smithi135 ceph-mon[93152]: pgmap v16441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:54 smithi194 ceph-mon[104785]: pgmap v16441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:55.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:55.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:34:56.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:56.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:56 smithi135 ceph-mon[93152]: pgmap v16442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:56 smithi194 ceph-mon[104785]: pgmap v16442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:57.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:57.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:58.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:58.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:34:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:34:58 smithi135 ceph-mon[93152]: pgmap v16443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:34:58 smithi194 ceph-mon[104785]: pgmap v16443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:34:59.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:34:59.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:00.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:00.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:00 smithi135 ceph-mon[93152]: pgmap v16444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:35:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:00 smithi194 ceph-mon[104785]: pgmap v16444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:35:01.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:01.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:02.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:02.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:02 smithi135 ceph-mon[93152]: pgmap v16445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:02 smithi194 ceph-mon[104785]: pgmap v16445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:03.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:03.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:04.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:04.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:04 smithi135 ceph-mon[93152]: pgmap v16446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:04 smithi194 ceph-mon[104785]: pgmap v16446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:05.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:05.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:06.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:06.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:06 smithi135 ceph-mon[93152]: pgmap v16447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:06 smithi194 ceph-mon[104785]: pgmap v16447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:07.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:07.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:08.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:08.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:08 smithi135 ceph-mon[93152]: pgmap v16448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:08 smithi194 ceph-mon[104785]: pgmap v16448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:09.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:09.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:10.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:10.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:10 smithi135 ceph-mon[93152]: pgmap v16449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:35:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:10 smithi194 ceph-mon[104785]: pgmap v16449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:35:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:11.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:11.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:12.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:12.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:12 smithi135 ceph-mon[93152]: pgmap v16450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:12 smithi194 ceph-mon[104785]: pgmap v16450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:13.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:13.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:14.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:14.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:14 smithi194 ceph-mon[104785]: pgmap v16451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:14 smithi135 ceph-mon[93152]: pgmap v16451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:15.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:15.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:16.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:16.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:16 smithi194 ceph-mon[104785]: pgmap v16452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:17.251 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:16 smithi135 ceph-mon[93152]: pgmap v16452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:17.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:17.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:35:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:35:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:35:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:35:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:35:18.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:35:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:35:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:35:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:35:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:35:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:35:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:35:18.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:18.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:18 smithi194 ceph-mon[104785]: pgmap v16453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:18 smithi135 ceph-mon[93152]: pgmap v16453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:19.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:19.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:20.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:20.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:20 smithi135 ceph-mon[93152]: pgmap v16454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:35:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:20 smithi194 ceph-mon[104785]: pgmap v16454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:35:21.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:21.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:22.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:22.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:22 smithi194 ceph-mon[104785]: pgmap v16455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:22 smithi135 ceph-mon[93152]: pgmap v16455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:23.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:23.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:24.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:25.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:25.256 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:24 smithi194 ceph-mon[104785]: pgmap v16456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:24 smithi135 ceph-mon[93152]: pgmap v16456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:25.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:25.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:26.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:26.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:26.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:26 smithi194 ceph-mon[104785]: pgmap v16457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:26 smithi135 ceph-mon[93152]: pgmap v16457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:27.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:27.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:28.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:28.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:28 smithi194 ceph-mon[104785]: pgmap v16458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:28 smithi135 ceph-mon[93152]: pgmap v16458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:29.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:29.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:30.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:30.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:30 smithi135 ceph-mon[93152]: pgmap v16459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:35:31.121 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:30 smithi194 ceph-mon[104785]: pgmap v16459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:35:31.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:31.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:32.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:32.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:32 smithi194 ceph-mon[104785]: pgmap v16460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:32 smithi135 ceph-mon[93152]: pgmap v16460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:33.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:33.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:34.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:34.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:34 smithi194 ceph-mon[104785]: pgmap v16461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:34 smithi135 ceph-mon[93152]: pgmap v16461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:35.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:35.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:36.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:36.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:36 smithi194 ceph-mon[104785]: pgmap v16462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:36 smithi135 ceph-mon[93152]: pgmap v16462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:37.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:37.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:38.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:38.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:38 smithi194 ceph-mon[104785]: pgmap v16463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:38 smithi135 ceph-mon[93152]: pgmap v16463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:39.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:39.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:39 smithi194 ceph-mon[104785]: pgmap v16464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:35:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:39 smithi135 ceph-mon[93152]: pgmap v16464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:35:40.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:40.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:41.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:41.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:41 smithi194 ceph-mon[104785]: pgmap v16465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:41 smithi135 ceph-mon[93152]: pgmap v16465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:42.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:42.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:43.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:43.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:44 smithi194 ceph-mon[104785]: pgmap v16466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:44 smithi135 ceph-mon[93152]: pgmap v16466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:44.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:44.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:45.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:45.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:46 smithi194 ceph-mon[104785]: pgmap v16467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:46 smithi135 ceph-mon[93152]: pgmap v16467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:46.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:46.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:47.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:47.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:48 smithi194 ceph-mon[104785]: pgmap v16468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:48 smithi135 ceph-mon[93152]: pgmap v16468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:48.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:48.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:49.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:49.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:50 smithi135 ceph-mon[93152]: pgmap v16469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:35:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:50 smithi194 ceph-mon[104785]: pgmap v16469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:35:50.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:50.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:51.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:51.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:52.594 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:52 smithi135 ceph-mon[93152]: pgmap v16470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:52 smithi194 ceph-mon[104785]: pgmap v16470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:52.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:52.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:53.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:53.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:54 smithi194 ceph-mon[104785]: pgmap v16471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:54 smithi135 ceph-mon[93152]: pgmap v16471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:54.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:54.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:55.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:55.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:56 smithi194 ceph-mon[104785]: pgmap v16472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:56 smithi135 ceph-mon[93152]: pgmap v16472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:56.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:35:56.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:56.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:57.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:57.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:35:58 smithi194 ceph-mon[104785]: pgmap v16473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:35:58 smithi135 ceph-mon[93152]: pgmap v16473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:35:58.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:58.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:35:59.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:35:59.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:00 smithi194 ceph-mon[104785]: pgmap v16474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:36:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:00 smithi135 ceph-mon[93152]: pgmap v16474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:36:00.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:00.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:01.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:01.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:02.693 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:02 smithi135 ceph-mon[93152]: pgmap v16475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:02 smithi194 ceph-mon[104785]: pgmap v16475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:02.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:02.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:03.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:03.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:04 smithi194 ceph-mon[104785]: pgmap v16476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:04 smithi135 ceph-mon[93152]: pgmap v16476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:04.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:04.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:05.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:05.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:06 smithi194 ceph-mon[104785]: pgmap v16477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:06 smithi135 ceph-mon[93152]: pgmap v16477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:06.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:06.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:07.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:07.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:08 smithi194 ceph-mon[104785]: pgmap v16478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:08 smithi135 ceph-mon[93152]: pgmap v16478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:08.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:08.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:09.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:09.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:10 smithi194 ceph-mon[104785]: pgmap v16479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:36:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:10 smithi135 ceph-mon[93152]: pgmap v16479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:36:10.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:10.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:11.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:11.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:12 smithi194 ceph-mon[104785]: pgmap v16480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:12 smithi135 ceph-mon[93152]: pgmap v16480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:12.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:12.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:13.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:13.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:14 smithi194 ceph-mon[104785]: pgmap v16481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:14 smithi135 ceph-mon[93152]: pgmap v16481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:14.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:14.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:15.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:15.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:16 smithi194 ceph-mon[104785]: pgmap v16482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:16 smithi135 ceph-mon[93152]: pgmap v16482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:16.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:16.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:17.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:17.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:18 smithi194 ceph-mon[104785]: pgmap v16483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:36:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:36:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:36:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:18 smithi135 ceph-mon[93152]: pgmap v16483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:36:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:36:18.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:36:18.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:18.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:36:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:36:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:36:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:36:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:36:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:36:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:36:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:36:19.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:36:19.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:36:19.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:19.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:20.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:20.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:20 smithi135 ceph-mon[93152]: pgmap v16484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:36:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:20 smithi194 ceph-mon[104785]: pgmap v16484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:36:21.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:21.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:22.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:22.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:22 smithi194 ceph-mon[104785]: pgmap v16485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:22 smithi135 ceph-mon[93152]: pgmap v16485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:23.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:23.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:24.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:24.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:24 smithi194 ceph-mon[104785]: pgmap v16486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:24 smithi135 ceph-mon[93152]: pgmap v16486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:25.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:25.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:26.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:26.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:26 smithi194 ceph-mon[104785]: pgmap v16487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:27.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:26 smithi135 ceph-mon[93152]: pgmap v16487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:27.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:27.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:28.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:28.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:28 smithi194 ceph-mon[104785]: pgmap v16488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:28 smithi135 ceph-mon[93152]: pgmap v16488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:29.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:29.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:30.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:30.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:30 smithi135 ceph-mon[93152]: pgmap v16489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:36:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:30 smithi194 ceph-mon[104785]: pgmap v16489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:36:31.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:31.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:32.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:32.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:32 smithi194 ceph-mon[104785]: pgmap v16490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:32 smithi135 ceph-mon[93152]: pgmap v16490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:33.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:33.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:34.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:34.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:34 smithi194 ceph-mon[104785]: pgmap v16491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:34 smithi135 ceph-mon[93152]: pgmap v16491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:35.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:35.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:36.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:36.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:36 smithi194 ceph-mon[104785]: pgmap v16492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:36 smithi135 ceph-mon[93152]: pgmap v16492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:37.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:37.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:38.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:38.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:38 smithi194 ceph-mon[104785]: pgmap v16493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:38 smithi135 ceph-mon[93152]: pgmap v16493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:39.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:39.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:40.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:40.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:40 smithi135 ceph-mon[93152]: pgmap v16494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:36:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:40 smithi194 ceph-mon[104785]: pgmap v16494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:36:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:41.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:41.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:42.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:42.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:43.090 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:42 smithi135 ceph-mon[93152]: pgmap v16495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:42 smithi194 ceph-mon[104785]: pgmap v16495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:43.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:43.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:44.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:44.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:44 smithi194 ceph-mon[104785]: pgmap v16496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:44 smithi135 ceph-mon[93152]: pgmap v16496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:45.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:45.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:46.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:46.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:46 smithi194 ceph-mon[104785]: pgmap v16497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:46 smithi135 ceph-mon[93152]: pgmap v16497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:47.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:47.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:48.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:48.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:48 smithi194 ceph-mon[104785]: pgmap v16498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:48 smithi135 ceph-mon[93152]: pgmap v16498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:49.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:49.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:50.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:50.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:50 smithi135 ceph-mon[93152]: pgmap v16499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:36:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:50 smithi194 ceph-mon[104785]: pgmap v16499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:36:51.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:51.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:52.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:52.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:53.188 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:52 smithi135 ceph-mon[93152]: pgmap v16500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:52 smithi194 ceph-mon[104785]: pgmap v16500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:53.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:53.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:54 smithi194 ceph-mon[104785]: pgmap v16501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:54 smithi135 ceph-mon[93152]: pgmap v16501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:54.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:54.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:55.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:55.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:56 smithi194 ceph-mon[104785]: pgmap v16502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:56 smithi135 ceph-mon[93152]: pgmap v16502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:36:56.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:56.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:57.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:57.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:36:58 smithi135 ceph-mon[93152]: pgmap v16503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:36:58 smithi194 ceph-mon[104785]: pgmap v16503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:36:58.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:58.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:36:59.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:36:59.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:00 smithi135 ceph-mon[93152]: pgmap v16504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:37:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:00 smithi194 ceph-mon[104785]: pgmap v16504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:37:00.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:00.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:01.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:01.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:02 smithi194 ceph-mon[104785]: pgmap v16505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:02 smithi135 ceph-mon[93152]: pgmap v16505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:02.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:02.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:03.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:03.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:04 smithi194 ceph-mon[104785]: pgmap v16506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:04 smithi135 ceph-mon[93152]: pgmap v16506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:04.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:04.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:05.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:05.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:06 smithi194 ceph-mon[104785]: pgmap v16507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:06.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:06 smithi135 ceph-mon[93152]: pgmap v16507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:06.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:06.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:07.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:07.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:08 smithi194 ceph-mon[104785]: pgmap v16508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:08 smithi135 ceph-mon[93152]: pgmap v16508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:08.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:08.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:09.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:09.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:10 smithi194 ceph-mon[104785]: pgmap v16509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:37:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:10 smithi135 ceph-mon[93152]: pgmap v16509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:37:10.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:10.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:11.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:11.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:12 smithi194 ceph-mon[104785]: pgmap v16510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:12 smithi135 ceph-mon[93152]: pgmap v16510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:12.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:12.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:13.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:13.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:14 smithi194 ceph-mon[104785]: pgmap v16511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:14 smithi135 ceph-mon[93152]: pgmap v16511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:14.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:14.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:15.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:15.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:16 smithi194 ceph-mon[104785]: pgmap v16512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:16 smithi135 ceph-mon[93152]: pgmap v16512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:17.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:17.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:18.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:18.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:18 smithi194 ceph-mon[104785]: pgmap v16513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:18 smithi135 ceph-mon[93152]: pgmap v16513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:19.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:19.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:37:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:37:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:37:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:37:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:37:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:37:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:37:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:37:20.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:20.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:20 smithi194 ceph-mon[104785]: pgmap v16514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:37:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:37:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:37:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:20 smithi135 ceph-mon[93152]: pgmap v16514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:37:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:37:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:37:21.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:21.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:22.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:22.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:22 smithi194 ceph-mon[104785]: pgmap v16515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:22 smithi135 ceph-mon[93152]: pgmap v16515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:23.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:23.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:24.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:24.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:24.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:24 smithi194 ceph-mon[104785]: pgmap v16516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:24 smithi135 ceph-mon[93152]: pgmap v16516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:25.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:25.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:26.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:26.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:26 smithi194 ceph-mon[104785]: pgmap v16517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:26 smithi135 ceph-mon[93152]: pgmap v16517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:27.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:27.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:28.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:28.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:28 smithi194 ceph-mon[104785]: pgmap v16518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:28 smithi135 ceph-mon[93152]: pgmap v16518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:29.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:29.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:30.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:30.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:30 smithi194 ceph-mon[104785]: pgmap v16519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:37:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:30 smithi135 ceph-mon[93152]: pgmap v16519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:37:31.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:31.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:32.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:32.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:32 smithi194 ceph-mon[104785]: pgmap v16520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:32 smithi135 ceph-mon[93152]: pgmap v16520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:33.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:33.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:34.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:34.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:34 smithi194 ceph-mon[104785]: pgmap v16521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:34 smithi135 ceph-mon[93152]: pgmap v16521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:35.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:35.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:36.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:36.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:36 smithi194 ceph-mon[104785]: pgmap v16522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:36 smithi135 ceph-mon[93152]: pgmap v16522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:37.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:37.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:38.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:38.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:38 smithi194 ceph-mon[104785]: pgmap v16523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:38 smithi135 ceph-mon[93152]: pgmap v16523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:39.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:39.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:40.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:40.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:40 smithi194 ceph-mon[104785]: pgmap v16524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:37:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:40 smithi135 ceph-mon[93152]: pgmap v16524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:37:41.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:41.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:42.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:42.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:42 smithi194 ceph-mon[104785]: pgmap v16525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:42 smithi135 ceph-mon[93152]: pgmap v16525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:43.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:43.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:44.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:44.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:44 smithi194 ceph-mon[104785]: pgmap v16526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:44 smithi135 ceph-mon[93152]: pgmap v16526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:45.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:45.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:46.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:46.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:46 smithi194 ceph-mon[104785]: pgmap v16527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:46 smithi135 ceph-mon[93152]: pgmap v16527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:47.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:47.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:48.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:48.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:48 smithi194 ceph-mon[104785]: pgmap v16528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:48.731 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:48 smithi135 ceph-mon[93152]: pgmap v16528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:49.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:49.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:50.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:50.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:50 smithi194 ceph-mon[104785]: pgmap v16529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:37:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:50 smithi135 ceph-mon[93152]: pgmap v16529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:37:51.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:51.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:52.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:52.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:52 smithi194 ceph-mon[104785]: pgmap v16530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:52 smithi135 ceph-mon[93152]: pgmap v16530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:53.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:53.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:54.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:54.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:54 smithi194 ceph-mon[104785]: pgmap v16531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:54 smithi135 ceph-mon[93152]: pgmap v16531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:55.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:55.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:56.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:56.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:56 smithi194 ceph-mon[104785]: pgmap v16532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:56 smithi135 ceph-mon[93152]: pgmap v16532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:37:57.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:57.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:58.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:58.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:37:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:37:58 smithi194 ceph-mon[104785]: pgmap v16533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:37:58 smithi135 ceph-mon[93152]: pgmap v16533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:37:59.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:37:59.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:00.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:00.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:00 smithi194 ceph-mon[104785]: pgmap v16534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:38:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:00 smithi135 ceph-mon[93152]: pgmap v16534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:38:01.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:01.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:02.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:02.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:02.706 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:02 smithi194 ceph-mon[104785]: pgmap v16535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:02 smithi135 ceph-mon[93152]: pgmap v16535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:03.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:03.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:04.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:04.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:04 smithi194 ceph-mon[104785]: pgmap v16536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:04 smithi135 ceph-mon[93152]: pgmap v16536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:05.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:05.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:06.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:06.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:06 smithi194 ceph-mon[104785]: pgmap v16537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:06 smithi135 ceph-mon[93152]: pgmap v16537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:07.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:07.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:08.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:08.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:08 smithi194 ceph-mon[104785]: pgmap v16538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:08 smithi135 ceph-mon[93152]: pgmap v16538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:09.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:09.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:10.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:10.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:10 smithi194 ceph-mon[104785]: pgmap v16539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:38:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:10 smithi135 ceph-mon[93152]: pgmap v16539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:38:11.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:11.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:12.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:12.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:12 smithi135 ceph-mon[93152]: pgmap v16540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:12.812 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:12 smithi194 ceph-mon[104785]: pgmap v16540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:13.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:13.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:14.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:14.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:14 smithi135 ceph-mon[93152]: pgmap v16541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:14 smithi194 ceph-mon[104785]: pgmap v16541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:15.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:15.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:16.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:16.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:16 smithi135 ceph-mon[93152]: pgmap v16542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:16 smithi194 ceph-mon[104785]: pgmap v16542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:17.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:17.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:18.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:18.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:18 smithi135 ceph-mon[93152]: pgmap v16543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:18 smithi194 ceph-mon[104785]: pgmap v16543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:19.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:19.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:38:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:38:20.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:20.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:20 smithi135 ceph-mon[93152]: pgmap v16544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:38:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:38:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:38:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:38:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:38:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:38:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:38:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:38:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:38:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:38:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:38:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:20 smithi194 ceph-mon[104785]: pgmap v16544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:38:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:38:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:38:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:38:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:38:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:38:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:38:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:38:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:38:20.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:38:20.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:38:21.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:21.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:21 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1448M 2023-10-08T13:38:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:21 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1448M 2023-10-08T13:38:22.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:22.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:22 smithi135 ceph-mon[93152]: pgmap v16545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:22.918 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:22 smithi194 ceph-mon[104785]: pgmap v16545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:23.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:23.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:24.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:24.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:24 smithi135 ceph-mon[93152]: pgmap v16546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:24 smithi194 ceph-mon[104785]: pgmap v16546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:25.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:25.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:26.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:26.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:26 smithi135 ceph-mon[93152]: pgmap v16547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:26 smithi194 ceph-mon[104785]: pgmap v16547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:27.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:27.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:28.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:28.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:28 smithi135 ceph-mon[93152]: pgmap v16548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:28 smithi194 ceph-mon[104785]: pgmap v16548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:29.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:29.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:30.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:30.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:30 smithi135 ceph-mon[93152]: pgmap v16549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:38:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:30 smithi194 ceph-mon[104785]: pgmap v16549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:38:31.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:31.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:32.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:32.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:32 smithi135 ceph-mon[93152]: pgmap v16550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:32 smithi194 ceph-mon[104785]: pgmap v16550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:33.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:33.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:34.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:34.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:34 smithi135 ceph-mon[93152]: pgmap v16551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:34 smithi194 ceph-mon[104785]: pgmap v16551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:35.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:35.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:36.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:36.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:36 smithi135 ceph-mon[93152]: pgmap v16552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:36.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:36 smithi194 ceph-mon[104785]: pgmap v16552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:37.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:37.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:38.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:38.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:38 smithi194 ceph-mon[104785]: pgmap v16553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:38 smithi135 ceph-mon[93152]: pgmap v16553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:39.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:39.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:40.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:40.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:40 smithi194 ceph-mon[104785]: pgmap v16554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:38:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:40 smithi135 ceph-mon[93152]: pgmap v16554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:38:41.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:41.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:42.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:42.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:42 smithi194 ceph-mon[104785]: pgmap v16555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:42 smithi135 ceph-mon[93152]: pgmap v16555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:43.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:43.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:44.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:44.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:44 smithi135 ceph-mon[93152]: pgmap v16556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:44 smithi194 ceph-mon[104785]: pgmap v16556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:45.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:45.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:46.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:46.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:46 smithi194 ceph-mon[104785]: pgmap v16557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:46 smithi135 ceph-mon[93152]: pgmap v16557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:47.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:47.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:48.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:48.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:48 smithi194 ceph-mon[104785]: pgmap v16558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:48 smithi135 ceph-mon[93152]: pgmap v16558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:49.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:49.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:50.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:50.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:50 smithi194 ceph-mon[104785]: pgmap v16559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:38:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:50 smithi135 ceph-mon[93152]: pgmap v16559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:38:51.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:51.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:52.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:52.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:52 smithi194 ceph-mon[104785]: pgmap v16560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:52 smithi135 ceph-mon[93152]: pgmap v16560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:53.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:53.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:54.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:54.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:54 smithi135 ceph-mon[93152]: pgmap v16561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:54 smithi194 ceph-mon[104785]: pgmap v16561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:55.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:55.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:56.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:56.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:56 smithi194 ceph-mon[104785]: pgmap v16562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:56 smithi135 ceph-mon[93152]: pgmap v16562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:38:57.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:57.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:58.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:58.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:38:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:38:58 smithi194 ceph-mon[104785]: pgmap v16563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:38:58 smithi135 ceph-mon[93152]: pgmap v16563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:38:59.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:38:59.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:00.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:00.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:00 smithi194 ceph-mon[104785]: pgmap v16564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:39:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:00 smithi135 ceph-mon[93152]: pgmap v16564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:39:01.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:01.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:02.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:02.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:02 smithi194 ceph-mon[104785]: pgmap v16565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:02 smithi135 ceph-mon[93152]: pgmap v16565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:03.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:03.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:04.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:04.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:04 smithi135 ceph-mon[93152]: pgmap v16566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:04 smithi194 ceph-mon[104785]: pgmap v16566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:05.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:05.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:06.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:06.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:06 smithi194 ceph-mon[104785]: pgmap v16567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:06 smithi135 ceph-mon[93152]: pgmap v16567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:07.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:07.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:08.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:08.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:08 smithi194 ceph-mon[104785]: pgmap v16568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:08 smithi135 ceph-mon[93152]: pgmap v16568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:09.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:09.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:10.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:10.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:10 smithi194 ceph-mon[104785]: pgmap v16569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:39:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:10 smithi135 ceph-mon[93152]: pgmap v16569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:39:11.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:11.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:12.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:12.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:12 smithi194 ceph-mon[104785]: pgmap v16570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:12 smithi135 ceph-mon[93152]: pgmap v16570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:13.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:13.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:14.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:14.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:14 smithi194 ceph-mon[104785]: pgmap v16571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:14 smithi135 ceph-mon[93152]: pgmap v16571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:15.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:15.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:16.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:16.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:16 smithi194 ceph-mon[104785]: pgmap v16572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:16 smithi135 ceph-mon[93152]: pgmap v16572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:17.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:17.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:18.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:18.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:18 smithi194 ceph-mon[104785]: pgmap v16573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:18 smithi135 ceph-mon[93152]: pgmap v16573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:19.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:19.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:20.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:20.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:20 smithi194 ceph-mon[104785]: pgmap v16574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:39:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:39:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:39:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:39:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:20 smithi135 ceph-mon[93152]: pgmap v16574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:39:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:39:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:39:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:39:21.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:21.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:39:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:39:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:39:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:39:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:39:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:39:22.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:22.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:22 smithi194 ceph-mon[104785]: pgmap v16575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:22 smithi135 ceph-mon[93152]: pgmap v16575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:23.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:23.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:24.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:24.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:24 smithi194 ceph-mon[104785]: pgmap v16576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:24 smithi135 ceph-mon[93152]: pgmap v16576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:25.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:25.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:26.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:26.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:26 smithi194 ceph-mon[104785]: pgmap v16577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:26 smithi135 ceph-mon[93152]: pgmap v16577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:27.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:27.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:28.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:28.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:28 smithi194 ceph-mon[104785]: pgmap v16578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:28 smithi135 ceph-mon[93152]: pgmap v16578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:29.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:29.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:30.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:30.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:30 smithi194 ceph-mon[104785]: pgmap v16579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:39:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:30 smithi135 ceph-mon[93152]: pgmap v16579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:39:31.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:31.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:32.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:32.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:32 smithi194 ceph-mon[104785]: pgmap v16580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:32 smithi135 ceph-mon[93152]: pgmap v16580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:33.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:33.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:34.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:34.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:34 smithi194 ceph-mon[104785]: pgmap v16581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:34 smithi135 ceph-mon[93152]: pgmap v16581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:35.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:35.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:36.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:36.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:36 smithi194 ceph-mon[104785]: pgmap v16582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:36 smithi135 ceph-mon[93152]: pgmap v16582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:37.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:37.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:38.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:38.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:38 smithi194 ceph-mon[104785]: pgmap v16583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:38 smithi135 ceph-mon[93152]: pgmap v16583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:39.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:39.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:40.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:40.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:40 smithi194 ceph-mon[104785]: pgmap v16584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:39:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:40 smithi135 ceph-mon[93152]: pgmap v16584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:39:41.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:41.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:42.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:42.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:42 smithi194 ceph-mon[104785]: pgmap v16585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:42 smithi135 ceph-mon[93152]: pgmap v16585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:43.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:43.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:44.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:44.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:44.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:44 smithi194 ceph-mon[104785]: pgmap v16586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:44 smithi135 ceph-mon[93152]: pgmap v16586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:45.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:45.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:46.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:46.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:46 smithi194 ceph-mon[104785]: pgmap v16587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:46 smithi135 ceph-mon[93152]: pgmap v16587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:47.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:47.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:48.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:48.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:48 smithi194 ceph-mon[104785]: pgmap v16588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:48 smithi135 ceph-mon[93152]: pgmap v16588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:49.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:49.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:50.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:50.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:50 smithi194 ceph-mon[104785]: pgmap v16589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:39:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:50 smithi135 ceph-mon[93152]: pgmap v16589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:39:51.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:51.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:52.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:52.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:52 smithi194 ceph-mon[104785]: pgmap v16590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:52 smithi135 ceph-mon[93152]: pgmap v16590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:53.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:53.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:54.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:54.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:54 smithi194 ceph-mon[104785]: pgmap v16591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:54.964 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:54 smithi135 ceph-mon[93152]: pgmap v16591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:55.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:55.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:56.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:56.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:56 smithi194 ceph-mon[104785]: pgmap v16592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:56 smithi135 ceph-mon[93152]: pgmap v16592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:39:57.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:57.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:58.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:58.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:39:58.923 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:39:58 smithi194 ceph-mon[104785]: pgmap v16593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:39:58 smithi135 ceph-mon[93152]: pgmap v16593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:39:59.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:39:59.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:00.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:00.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:00 smithi194 ceph-mon[104785]: pgmap v16594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:40:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T13:40:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:00 smithi135 ceph-mon[93152]: pgmap v16594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:40:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T13:40:01.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:01.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:02.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:02.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:02 smithi194 ceph-mon[104785]: pgmap v16595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:02 smithi135 ceph-mon[93152]: pgmap v16595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:03.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:03.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:04.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:04.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:04 smithi194 ceph-mon[104785]: pgmap v16596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:04 smithi135 ceph-mon[93152]: pgmap v16596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:05.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:05.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:06.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:06.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:06 smithi194 ceph-mon[104785]: pgmap v16597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:06 smithi135 ceph-mon[93152]: pgmap v16597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:07.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:07.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:08.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:08.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:08 smithi194 ceph-mon[104785]: pgmap v16598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:08 smithi135 ceph-mon[93152]: pgmap v16598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:09.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:09.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:10.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:10.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:10 smithi194 ceph-mon[104785]: pgmap v16599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:40:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:10 smithi135 ceph-mon[93152]: pgmap v16599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:40:11.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:11.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:12.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:12.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:12 smithi194 ceph-mon[104785]: pgmap v16600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:12 smithi135 ceph-mon[93152]: pgmap v16600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:13.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:13.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:14.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:14.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:14 smithi194 ceph-mon[104785]: pgmap v16601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:14 smithi135 ceph-mon[93152]: pgmap v16601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:15.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:15.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:16.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:16.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:16 smithi194 ceph-mon[104785]: pgmap v16602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:16 smithi135 ceph-mon[93152]: pgmap v16602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:17.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:17.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:18.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:18.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:18 smithi194 ceph-mon[104785]: pgmap v16603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:18 smithi135 ceph-mon[93152]: pgmap v16603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:19.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:19.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:20.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:20.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:20.886 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:20 smithi135 ceph-mon[93152]: pgmap v16604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:40:20.887 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:40:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:20 smithi194 ceph-mon[104785]: pgmap v16604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:40:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:40:21.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:21.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:40:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:40:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:40:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:40:22.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:40:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:40:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:40:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:40:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:40:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:40:22.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:22.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:22 smithi135 ceph-mon[93152]: pgmap v16605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:22 smithi194 ceph-mon[104785]: pgmap v16605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:23.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:23.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:24.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:24.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:24 smithi135 ceph-mon[93152]: pgmap v16606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:24 smithi194 ceph-mon[104785]: pgmap v16606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:25.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:25.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:26.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:26.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:26 smithi194 ceph-mon[104785]: pgmap v16607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:26 smithi135 ceph-mon[93152]: pgmap v16607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:27.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:27.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:28.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:28.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:28 smithi194 ceph-mon[104785]: pgmap v16608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:28 smithi135 ceph-mon[93152]: pgmap v16608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:29.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:29.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:30.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:30.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:30 smithi135 ceph-mon[93152]: pgmap v16609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:40:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:30 smithi194 ceph-mon[104785]: pgmap v16609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:40:31.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:31.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:32.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:32.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:32 smithi194 ceph-mon[104785]: pgmap v16610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:32 smithi135 ceph-mon[93152]: pgmap v16610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:33.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:33.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:34.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:34.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:34 smithi194 ceph-mon[104785]: pgmap v16611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:34 smithi135 ceph-mon[93152]: pgmap v16611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:35.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:35.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:36.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:36.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:36 smithi194 ceph-mon[104785]: pgmap v16612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:36 smithi135 ceph-mon[93152]: pgmap v16612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:37.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:37.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:38.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:38.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:38 smithi194 ceph-mon[104785]: pgmap v16613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:38 smithi135 ceph-mon[93152]: pgmap v16613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:39.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:39.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:40.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:40.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:40 smithi194 ceph-mon[104785]: pgmap v16614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:40:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:40 smithi135 ceph-mon[93152]: pgmap v16614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:40:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:41.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:41.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:42.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:42.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:42 smithi194 ceph-mon[104785]: pgmap v16615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:42 smithi135 ceph-mon[93152]: pgmap v16615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:43.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:43.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:44.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:44.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:44 smithi194 ceph-mon[104785]: pgmap v16616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:44 smithi135 ceph-mon[93152]: pgmap v16616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:45.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:45.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:46.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:46.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:46 smithi194 ceph-mon[104785]: pgmap v16617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:46 smithi135 ceph-mon[93152]: pgmap v16617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:47.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:47.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:48.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:48.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:48 smithi194 ceph-mon[104785]: pgmap v16618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:48 smithi135 ceph-mon[93152]: pgmap v16618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:49.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:49.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:50.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:50.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:50 smithi194 ceph-mon[104785]: pgmap v16619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:40:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:50 smithi135 ceph-mon[93152]: pgmap v16619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:40:51.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:51.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:52.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:52.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:52 smithi194 ceph-mon[104785]: pgmap v16620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:52 smithi135 ceph-mon[93152]: pgmap v16620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:53.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:53.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:54.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:54.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:54 smithi194 ceph-mon[104785]: pgmap v16621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:54 smithi135 ceph-mon[93152]: pgmap v16621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:55.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:55.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:40:56.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:56.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:56 smithi194 ceph-mon[104785]: pgmap v16622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:56 smithi135 ceph-mon[93152]: pgmap v16622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:57.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:57.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:58.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:58.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:40:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:40:58 smithi194 ceph-mon[104785]: pgmap v16623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:40:58 smithi135 ceph-mon[93152]: pgmap v16623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:40:59.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:40:59.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:00.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:00.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:00 smithi194 ceph-mon[104785]: pgmap v16624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:41:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:00 smithi135 ceph-mon[93152]: pgmap v16624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:41:01.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:01.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:02.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:02.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:02 smithi194 ceph-mon[104785]: pgmap v16625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:02 smithi135 ceph-mon[93152]: pgmap v16625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:03.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:03.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:04.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:04.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:04 smithi194 ceph-mon[104785]: pgmap v16626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:04 smithi135 ceph-mon[93152]: pgmap v16626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:05.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:05.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:06.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:06.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:06 smithi194 ceph-mon[104785]: pgmap v16627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:06 smithi135 ceph-mon[93152]: pgmap v16627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:07.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:07.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:08.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:08.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:08 smithi194 ceph-mon[104785]: pgmap v16628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:08 smithi135 ceph-mon[93152]: pgmap v16628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:09.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:09.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:10.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:10.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:10 smithi194 ceph-mon[104785]: pgmap v16629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:41:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:10 smithi135 ceph-mon[93152]: pgmap v16629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:41:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:11.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:11.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:12.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:12.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:12 smithi194 ceph-mon[104785]: pgmap v16630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:12 smithi135 ceph-mon[93152]: pgmap v16630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:13.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:13.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:14.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:14.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:14 smithi194 ceph-mon[104785]: pgmap v16631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:14 smithi135 ceph-mon[93152]: pgmap v16631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:15.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:15.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:16.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:16.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:16 smithi194 ceph-mon[104785]: pgmap v16632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:16 smithi135 ceph-mon[93152]: pgmap v16632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:17.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:17.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:17 smithi194 ceph-mon[104785]: pgmap v16633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:17 smithi135 ceph-mon[93152]: pgmap v16633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:18.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:18.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:19.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:19.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:20.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:20.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:20 smithi194 ceph-mon[104785]: pgmap v16634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:41:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:20 smithi135 ceph-mon[93152]: pgmap v16634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:41:21.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:21.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:41:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:41:22.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:22.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:22 smithi194 ceph-mon[104785]: pgmap v16635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:22 smithi135 ceph-mon[93152]: pgmap v16635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:23.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:23.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:24.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:24.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:24 smithi194 ceph-mon[104785]: pgmap v16636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:24 smithi135 ceph-mon[93152]: pgmap v16636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:25.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:25.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:26.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:26.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:26 smithi194 ceph-mon[104785]: pgmap v16637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:41:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:41:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:26 smithi135 ceph-mon[93152]: pgmap v16637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:41:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:41:27.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:27.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:41:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:41:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:41:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:41:27.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:41:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:41:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:41:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:41:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:41:27.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:41:28.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:28.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:28 smithi135 ceph-mon[93152]: pgmap v16638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:28 smithi194 ceph-mon[104785]: pgmap v16638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:29.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:29.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:30.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:30.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:30.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:30 smithi135 ceph-mon[93152]: pgmap v16639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:41:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:30 smithi194 ceph-mon[104785]: pgmap v16639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:41:31.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:31.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:32.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:32.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:32 smithi194 ceph-mon[104785]: pgmap v16640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:32 smithi135 ceph-mon[93152]: pgmap v16640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:33.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:33.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:34.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:34.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:34.928 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:34 smithi194 ceph-mon[104785]: pgmap v16641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:34 smithi135 ceph-mon[93152]: pgmap v16641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:35.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:35.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:36.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:36.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:36 smithi194 ceph-mon[104785]: pgmap v16642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:36 smithi135 ceph-mon[93152]: pgmap v16642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:37.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:37.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:38.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:38.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:38 smithi194 ceph-mon[104785]: pgmap v16643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:38 smithi135 ceph-mon[93152]: pgmap v16643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:39.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:39.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:40.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:40.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:40 smithi194 ceph-mon[104785]: pgmap v16644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:41:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:40 smithi135 ceph-mon[93152]: pgmap v16644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:41:41.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:41.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:42.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:42.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:42 smithi194 ceph-mon[104785]: pgmap v16645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:42 smithi135 ceph-mon[93152]: pgmap v16645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:43.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:43.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:44.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:44.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:44 smithi194 ceph-mon[104785]: pgmap v16646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:44 smithi135 ceph-mon[93152]: pgmap v16646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:45.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:45.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:46.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:46.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:46 smithi194 ceph-mon[104785]: pgmap v16647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:46 smithi135 ceph-mon[93152]: pgmap v16647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:47.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:47.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:48.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:48.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:48 smithi194 ceph-mon[104785]: pgmap v16648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:48 smithi135 ceph-mon[93152]: pgmap v16648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:49.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:49.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:50.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:50.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:50 smithi194 ceph-mon[104785]: pgmap v16649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:41:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:50 smithi135 ceph-mon[93152]: pgmap v16649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:41:51.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:51.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:52.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:52.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:52 smithi194 ceph-mon[104785]: pgmap v16650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:52 smithi135 ceph-mon[93152]: pgmap v16650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:53.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:53.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:54.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:54.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:54 smithi194 ceph-mon[104785]: pgmap v16651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:54 smithi135 ceph-mon[93152]: pgmap v16651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:55.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:55.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:56.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:56.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:56 smithi194 ceph-mon[104785]: pgmap v16652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:56 smithi135 ceph-mon[93152]: pgmap v16652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:41:57.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:57.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:58.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:58.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:41:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:41:58 smithi194 ceph-mon[104785]: pgmap v16653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:41:58 smithi135 ceph-mon[93152]: pgmap v16653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:41:59.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:41:59.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:00.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:00.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:00 smithi194 ceph-mon[104785]: pgmap v16654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:42:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:00 smithi135 ceph-mon[93152]: pgmap v16654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:42:01.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:01.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:02.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:02.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:02 smithi194 ceph-mon[104785]: pgmap v16655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:02 smithi135 ceph-mon[93152]: pgmap v16655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:03.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:03.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:04.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:04.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:04.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:04 smithi194 ceph-mon[104785]: pgmap v16656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:04 smithi135 ceph-mon[93152]: pgmap v16656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:05.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:05.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:06.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:06.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:06 smithi194 ceph-mon[104785]: pgmap v16657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:07.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:06 smithi135 ceph-mon[93152]: pgmap v16657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:07.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:07.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:08.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:08.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:08 smithi194 ceph-mon[104785]: pgmap v16658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:08 smithi135 ceph-mon[93152]: pgmap v16658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:09.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:09.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:10.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:10.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:10 smithi194 ceph-mon[104785]: pgmap v16659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:42:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:10 smithi135 ceph-mon[93152]: pgmap v16659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:42:11.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:11.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:12.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:12.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:12 smithi194 ceph-mon[104785]: pgmap v16660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:12 smithi135 ceph-mon[93152]: pgmap v16660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:13.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:13.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:14.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:14.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:14 smithi194 ceph-mon[104785]: pgmap v16661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:14 smithi135 ceph-mon[93152]: pgmap v16661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:15.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:15.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:16.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:16.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:16 smithi135 ceph-mon[93152]: pgmap v16662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:16 smithi194 ceph-mon[104785]: pgmap v16662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:17.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:17.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:18.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:18.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:18 smithi194 ceph-mon[104785]: pgmap v16663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:18 smithi135 ceph-mon[93152]: pgmap v16663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:19.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:19.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:20.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:20.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:20 smithi194 ceph-mon[104785]: pgmap v16664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:42:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:20 smithi135 ceph-mon[93152]: pgmap v16664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:42:21.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:21.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:22.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:22.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:22 smithi194 ceph-mon[104785]: pgmap v16665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:22 smithi135 ceph-mon[93152]: pgmap v16665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:23.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:23.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:24.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:24.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:24 smithi194 ceph-mon[104785]: pgmap v16666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:24 smithi135 ceph-mon[93152]: pgmap v16666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:25.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:25.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:26.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:26.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:26 smithi135 ceph-mon[93152]: pgmap v16667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:26 smithi194 ceph-mon[104785]: pgmap v16667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:27.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:27.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:42:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:42:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:42:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:42:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:42:27.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:42:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:42:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:42:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:42:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:42:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:42:28.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:42:28.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:28.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:28 smithi194 ceph-mon[104785]: pgmap v16668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:28 smithi135 ceph-mon[93152]: pgmap v16668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:29.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:29.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:30.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:30.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:30 smithi194 ceph-mon[104785]: pgmap v16669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:42:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:30 smithi135 ceph-mon[93152]: pgmap v16669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:42:31.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:31.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:32.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:32.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:32 smithi194 ceph-mon[104785]: pgmap v16670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:32 smithi135 ceph-mon[93152]: pgmap v16670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:33.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:33.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:34.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:34.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:34 smithi194 ceph-mon[104785]: pgmap v16671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:34 smithi135 ceph-mon[93152]: pgmap v16671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:35.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:35.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:36.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:36.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:36 smithi194 ceph-mon[104785]: pgmap v16672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:36 smithi135 ceph-mon[93152]: pgmap v16672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:37.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:37.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:38.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:38.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:38 smithi194 ceph-mon[104785]: pgmap v16673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:38 smithi135 ceph-mon[93152]: pgmap v16673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:39.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:39.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:40.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:40.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:40 smithi194 ceph-mon[104785]: pgmap v16674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:42:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:40 smithi135 ceph-mon[93152]: pgmap v16674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:42:41.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:41.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:42.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:42.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:42 smithi194 ceph-mon[104785]: pgmap v16675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:42 smithi135 ceph-mon[93152]: pgmap v16675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:43.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:43.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:44.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:44.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:44 smithi194 ceph-mon[104785]: pgmap v16676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:44 smithi135 ceph-mon[93152]: pgmap v16676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:45.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:45.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:46.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:46.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:46 smithi194 ceph-mon[104785]: pgmap v16677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:46 smithi135 ceph-mon[93152]: pgmap v16677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:47.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:47.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:48.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:48.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:48 smithi194 ceph-mon[104785]: pgmap v16678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:48 smithi135 ceph-mon[93152]: pgmap v16678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:49.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:49.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:50.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:50.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:50 smithi194 ceph-mon[104785]: pgmap v16679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:42:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:50 smithi135 ceph-mon[93152]: pgmap v16679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:42:51.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:51.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:52.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:52.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:52 smithi194 ceph-mon[104785]: pgmap v16680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:52 smithi135 ceph-mon[93152]: pgmap v16680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:53.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:53.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:54.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:54.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:54 smithi194 ceph-mon[104785]: pgmap v16681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:54 smithi135 ceph-mon[93152]: pgmap v16681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:55.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:55.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:56.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:56.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:56 smithi194 ceph-mon[104785]: pgmap v16682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:56 smithi135 ceph-mon[93152]: pgmap v16682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:42:57.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:57.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:58.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:59.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:42:59.457 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:42:58 smithi194 ceph-mon[104785]: pgmap v16683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:59.458 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:42:58 smithi135 ceph-mon[93152]: pgmap v16683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:42:59.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:42:59.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:00.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:00.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:00 smithi194 ceph-mon[104785]: pgmap v16684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:43:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:00 smithi135 ceph-mon[93152]: pgmap v16684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:43:01.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:01.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:02.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:02.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:02 smithi194 ceph-mon[104785]: pgmap v16685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:02 smithi135 ceph-mon[93152]: pgmap v16685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:03.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:03.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:04.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:04.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:04 smithi194 ceph-mon[104785]: pgmap v16686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:04 smithi135 ceph-mon[93152]: pgmap v16686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:05.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:05.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:06.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:06.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:06 smithi194 ceph-mon[104785]: pgmap v16687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:06 smithi135 ceph-mon[93152]: pgmap v16687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:07.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:07.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:08.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:08.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:08 smithi194 ceph-mon[104785]: pgmap v16688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:08 smithi135 ceph-mon[93152]: pgmap v16688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:09.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:09.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:10.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:10.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:10.929 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:10 smithi194 ceph-mon[104785]: pgmap v16689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:43:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:10 smithi135 ceph-mon[93152]: pgmap v16689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:43:11.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:11.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:12.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:12.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:12 smithi194 ceph-mon[104785]: pgmap v16690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:12 smithi135 ceph-mon[93152]: pgmap v16690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:13.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:13.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:14.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:14.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:14 smithi194 ceph-mon[104785]: pgmap v16691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:14 smithi135 ceph-mon[93152]: pgmap v16691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:15.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:15.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:16.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:16.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:16.954 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:16 smithi135 ceph-mon[93152]: pgmap v16692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:16 smithi194 ceph-mon[104785]: pgmap v16692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:17.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:17.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:18.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:18.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:18 smithi194 ceph-mon[104785]: pgmap v16693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:18 smithi135 ceph-mon[93152]: pgmap v16693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:19.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:19.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:20.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:20.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:20 smithi194 ceph-mon[104785]: pgmap v16694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:43:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:20 smithi135 ceph-mon[93152]: pgmap v16694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:43:21.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:21.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:22.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:22.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:22 smithi194 ceph-mon[104785]: pgmap v16695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:22 smithi135 ceph-mon[93152]: pgmap v16695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:23.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:23.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:24.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:24.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:24 smithi194 ceph-mon[104785]: pgmap v16696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:24 smithi135 ceph-mon[93152]: pgmap v16696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:25.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:25.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:26.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:26.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:26 smithi194 ceph-mon[104785]: pgmap v16697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:26 smithi135 ceph-mon[93152]: pgmap v16697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:27.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:27.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:43:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:43:28.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:28.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:28 smithi135 ceph-mon[93152]: pgmap v16698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:28 smithi194 ceph-mon[104785]: pgmap v16698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:29.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:29.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:30.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:30.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:30 smithi135 ceph-mon[93152]: pgmap v16699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:43:31.139 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:30 smithi194 ceph-mon[104785]: pgmap v16699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:43:31.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:31.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:32.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:32.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:32 smithi135 ceph-mon[93152]: pgmap v16700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:32 smithi194 ceph-mon[104785]: pgmap v16700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:33.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:33.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:34.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:34.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:34 smithi135 ceph-mon[93152]: pgmap v16701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:35.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:43:35.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:34 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:43:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:34 smithi194 ceph-mon[104785]: pgmap v16701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:43:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:34 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:43:35.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:35.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:43:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:43:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:43:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:43:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:43:36.192 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:43:36.193 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:43:36.193 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:43:36.193 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:43:36.193 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:43:36.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:36.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:37.151 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:36 smithi135 ceph-mon[93152]: pgmap v16702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:36 smithi194 ceph-mon[104785]: pgmap v16702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:37.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:37.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:38.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:38.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:38 smithi194 ceph-mon[104785]: pgmap v16703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:38 smithi135 ceph-mon[93152]: pgmap v16703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:39.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:39.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:40.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:40.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:40 smithi135 ceph-mon[93152]: pgmap v16704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:43:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:40 smithi194 ceph-mon[104785]: pgmap v16704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:43:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:41.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:41.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:42.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:42.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:42 smithi194 ceph-mon[104785]: pgmap v16705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:42 smithi135 ceph-mon[93152]: pgmap v16705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:43.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:43.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:44.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:44.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:44 smithi194 ceph-mon[104785]: pgmap v16706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:44 smithi135 ceph-mon[93152]: pgmap v16706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:45.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:45.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:46.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:46.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:46 smithi194 ceph-mon[104785]: pgmap v16707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:47.249 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:46 smithi135 ceph-mon[93152]: pgmap v16707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:47.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:47.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:48.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:48.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:48 smithi194 ceph-mon[104785]: pgmap v16708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:48 smithi135 ceph-mon[93152]: pgmap v16708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:49.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:49.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:50.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:50.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:50 smithi135 ceph-mon[93152]: pgmap v16709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:43:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:50 smithi194 ceph-mon[104785]: pgmap v16709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:43:51.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:51.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:52.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:52.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:52 smithi194 ceph-mon[104785]: pgmap v16710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:52 smithi135 ceph-mon[93152]: pgmap v16710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:53.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:53.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:54.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:54.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:54 smithi194 ceph-mon[104785]: pgmap v16711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:54 smithi135 ceph-mon[93152]: pgmap v16711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:55.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:55.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:43:56.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:56.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:56 smithi194 ceph-mon[104785]: pgmap v16712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:56 smithi135 ceph-mon[93152]: pgmap v16712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:57.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:57.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:58.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:58.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:43:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:43:58 smithi194 ceph-mon[104785]: pgmap v16713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:43:58 smithi135 ceph-mon[93152]: pgmap v16713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:43:59.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:43:59.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:00.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:00.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:00 smithi194 ceph-mon[104785]: pgmap v16714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:44:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:00 smithi135 ceph-mon[93152]: pgmap v16714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:44:01.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:01.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:02.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:02.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:02 smithi194 ceph-mon[104785]: pgmap v16715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:02 smithi135 ceph-mon[93152]: pgmap v16715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:03.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:03.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:04.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:04.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:04 smithi194 ceph-mon[104785]: pgmap v16716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:04 smithi135 ceph-mon[93152]: pgmap v16716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:05.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:05.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:06.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:06.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:07.212 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:06 smithi194 ceph-mon[104785]: pgmap v16717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:06 smithi135 ceph-mon[93152]: pgmap v16717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:07.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:07.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:08.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:08.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:08 smithi194 ceph-mon[104785]: pgmap v16718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:08 smithi135 ceph-mon[93152]: pgmap v16718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:09.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:09.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:10.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:10.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:10 smithi194 ceph-mon[104785]: pgmap v16719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:44:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:10 smithi135 ceph-mon[93152]: pgmap v16719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:44:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:11.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:11.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:12.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:12.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:12 smithi194 ceph-mon[104785]: pgmap v16720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:12 smithi135 ceph-mon[93152]: pgmap v16720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:13.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:13.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:14.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:14.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:14 smithi194 ceph-mon[104785]: pgmap v16721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:14 smithi135 ceph-mon[93152]: pgmap v16721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:15.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:15.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:16.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:16.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:16 smithi194 ceph-mon[104785]: pgmap v16722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:16 smithi135 ceph-mon[93152]: pgmap v16722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:17.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:17.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:18.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:18.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:18 smithi194 ceph-mon[104785]: pgmap v16723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:18 smithi135 ceph-mon[93152]: pgmap v16723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:19.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:19.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:20.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:20.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:20 smithi194 ceph-mon[104785]: pgmap v16724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:44:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:20 smithi135 ceph-mon[93152]: pgmap v16724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:44:21.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:21.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:22.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:22.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:22 smithi194 ceph-mon[104785]: pgmap v16725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:22 smithi135 ceph-mon[93152]: pgmap v16725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:23.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:23.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:24.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:24.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:24 smithi194 ceph-mon[104785]: pgmap v16726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:24 smithi135 ceph-mon[93152]: pgmap v16726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:25.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:25.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:26.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:26.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:26 smithi194 ceph-mon[104785]: pgmap v16727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:27.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:26 smithi135 ceph-mon[93152]: pgmap v16727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:27.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:27.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:27 smithi194 ceph-mon[104785]: pgmap v16728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:27 smithi135 ceph-mon[93152]: pgmap v16728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:28.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:28.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:29.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:29.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:30 smithi194 ceph-mon[104785]: pgmap v16729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:44:30.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:30.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:30 smithi135 ceph-mon[93152]: pgmap v16729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:44:31.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:31.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:32.693 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:32 smithi135 ceph-mon[93152]: pgmap v16730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:32 smithi194 ceph-mon[104785]: pgmap v16730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:32.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:32.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:33.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:33.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:34 smithi194 ceph-mon[104785]: pgmap v16731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:34.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:34.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:34 smithi135 ceph-mon[93152]: pgmap v16731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:44:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:35.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:35.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:35.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:44:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:36.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:36.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:36 smithi194 ceph-mon[104785]: pgmap v16732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:44:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:36 smithi135 ceph-mon[93152]: pgmap v16732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:37.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:37.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:44:37.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:44:37.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:37.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:44:37.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:44:37.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:37.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:38.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:38.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:38 smithi194 ceph-mon[104785]: pgmap v16733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:38 smithi135 ceph-mon[93152]: pgmap v16733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:39.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:39.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:40.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:40.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:40 smithi135 ceph-mon[93152]: pgmap v16734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:44:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:40 smithi194 ceph-mon[104785]: pgmap v16734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:44:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:41.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:41.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:42.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:42.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:42 smithi194 ceph-mon[104785]: pgmap v16735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:42 smithi135 ceph-mon[93152]: pgmap v16735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:43.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:43.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:44.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:44.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:44 smithi194 ceph-mon[104785]: pgmap v16736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:44 smithi135 ceph-mon[93152]: pgmap v16736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:45.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:45.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:46.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:46.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:46 smithi194 ceph-mon[104785]: pgmap v16737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:46 smithi135 ceph-mon[93152]: pgmap v16737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:47.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:47.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:48.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:48.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:48 smithi194 ceph-mon[104785]: pgmap v16738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:48 smithi135 ceph-mon[93152]: pgmap v16738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:49.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:49.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:50.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:50.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:50 smithi135 ceph-mon[93152]: pgmap v16739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:44:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:50 smithi194 ceph-mon[104785]: pgmap v16739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:44:51.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:51.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:52.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:52.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:52 smithi194 ceph-mon[104785]: pgmap v16740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:52 smithi135 ceph-mon[93152]: pgmap v16740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:53.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:53.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:54.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:54.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:54 smithi194 ceph-mon[104785]: pgmap v16741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:54 smithi135 ceph-mon[93152]: pgmap v16741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:55.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:55.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:44:56.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:56.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:56 smithi194 ceph-mon[104785]: pgmap v16742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:56 smithi135 ceph-mon[93152]: pgmap v16742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:57.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:57.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:58.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:58.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:44:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:44:58 smithi194 ceph-mon[104785]: pgmap v16743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:44:58 smithi135 ceph-mon[93152]: pgmap v16743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:44:59.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:44:59.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:00.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:00.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:00 smithi135 ceph-mon[93152]: pgmap v16744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:45:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:00 smithi194 ceph-mon[104785]: pgmap v16744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:45:01.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:01.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:02.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:02.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:02 smithi194 ceph-mon[104785]: pgmap v16745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:02 smithi135 ceph-mon[93152]: pgmap v16745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:03.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:03.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:04.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:04.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:04 smithi194 ceph-mon[104785]: pgmap v16746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:04 smithi135 ceph-mon[93152]: pgmap v16746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:05.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:05.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:06.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:06.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:07.136 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:06 smithi194 ceph-mon[104785]: pgmap v16747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:06 smithi135 ceph-mon[93152]: pgmap v16747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:07.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:07.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:08.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:08.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:08 smithi194 ceph-mon[104785]: pgmap v16748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:08 smithi135 ceph-mon[93152]: pgmap v16748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:09.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:09.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:10.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:10.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:10 smithi194 ceph-mon[104785]: pgmap v16749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:45:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:10 smithi135 ceph-mon[93152]: pgmap v16749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:45:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:11.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:11.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:12.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:12.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:13.094 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:12 smithi135 ceph-mon[93152]: pgmap v16750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:12 smithi194 ceph-mon[104785]: pgmap v16750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:13.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:13.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:14.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:14.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:14 smithi194 ceph-mon[104785]: pgmap v16751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:14 smithi135 ceph-mon[93152]: pgmap v16751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:15.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:15.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:16.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:16.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:16 smithi194 ceph-mon[104785]: pgmap v16752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:16 smithi135 ceph-mon[93152]: pgmap v16752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:17.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:17.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:18.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:18.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:18 smithi194 ceph-mon[104785]: pgmap v16753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:18 smithi135 ceph-mon[93152]: pgmap v16753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:19.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:19.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:20.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:20.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:20 smithi194 ceph-mon[104785]: pgmap v16754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:45:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:20 smithi135 ceph-mon[93152]: pgmap v16754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:45:21.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:21.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:22.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:22.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:23.193 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:22 smithi135 ceph-mon[93152]: pgmap v16755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:22 smithi194 ceph-mon[104785]: pgmap v16755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:23.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:23.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:24.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:24.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:24 smithi194 ceph-mon[104785]: pgmap v16756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:24 smithi135 ceph-mon[93152]: pgmap v16756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:25.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:25.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:26.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:26.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:26 smithi194 ceph-mon[104785]: pgmap v16757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:26 smithi135 ceph-mon[93152]: pgmap v16757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:27.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:27.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:28.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:28.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:28 smithi194 ceph-mon[104785]: pgmap v16758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:28 smithi135 ceph-mon[93152]: pgmap v16758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:29.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:29.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:30.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:30.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:30 smithi194 ceph-mon[104785]: pgmap v16759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:45:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:30 smithi135 ceph-mon[93152]: pgmap v16759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:45:31.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:31.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:32.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:32.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:32 smithi194 ceph-mon[104785]: pgmap v16760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:32 smithi135 ceph-mon[93152]: pgmap v16760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:33.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:33.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:34.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:34.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:34 smithi194 ceph-mon[104785]: pgmap v16761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:34 smithi135 ceph-mon[93152]: pgmap v16761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:35.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:35.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:36.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:36.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:36 smithi194 ceph-mon[104785]: pgmap v16762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:45:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:45:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:45:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:45:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:45:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:45:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:36 smithi135 ceph-mon[93152]: pgmap v16762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:45:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:45:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:45:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:45:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:45:37.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:45:37.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:37.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:38.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:38.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:38 smithi194 ceph-mon[104785]: pgmap v16763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:38 smithi135 ceph-mon[93152]: pgmap v16763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:39.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:39.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:40.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:40.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:40 smithi194 ceph-mon[104785]: pgmap v16764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:45:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:40 smithi135 ceph-mon[93152]: pgmap v16764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:45:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:41.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:41.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:42.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:42.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:42 smithi194 ceph-mon[104785]: pgmap v16765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:42 smithi135 ceph-mon[93152]: pgmap v16765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:43.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:43.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:44.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:44.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:44 smithi194 ceph-mon[104785]: pgmap v16766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:44 smithi135 ceph-mon[93152]: pgmap v16766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:45.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:45.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:45 smithi194 ceph-mon[104785]: pgmap v16767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:45 smithi135 ceph-mon[93152]: pgmap v16767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:46.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:46.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:47.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:47.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:48 smithi135 ceph-mon[93152]: pgmap v16768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:48.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:48.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:48 smithi194 ceph-mon[104785]: pgmap v16768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:49.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:49.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:50 smithi135 ceph-mon[93152]: pgmap v16769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:45:50.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:50.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:50 smithi194 ceph-mon[104785]: pgmap v16769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:45:51.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:51.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:52 smithi135 ceph-mon[93152]: pgmap v16770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:52.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:52.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:52 smithi194 ceph-mon[104785]: pgmap v16770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:53.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:53.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:54 smithi194 ceph-mon[104785]: pgmap v16771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:54 smithi135 ceph-mon[93152]: pgmap v16771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:54.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:54.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:55.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:55.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:56 smithi194 ceph-mon[104785]: pgmap v16772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:56 smithi135 ceph-mon[93152]: pgmap v16772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:45:56.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:56.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:57.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:57.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:45:58 smithi194 ceph-mon[104785]: pgmap v16773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:45:58 smithi135 ceph-mon[93152]: pgmap v16773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:45:58.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:58.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:45:59.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:45:59.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:00 smithi194 ceph-mon[104785]: pgmap v16774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:46:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:00 smithi135 ceph-mon[93152]: pgmap v16774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:46:00.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:00.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:01.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:01.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:02.715 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:02 smithi194 ceph-mon[104785]: pgmap v16775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:02 smithi135 ceph-mon[93152]: pgmap v16775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:02.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:02.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:03.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:03.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:04 smithi194 ceph-mon[104785]: pgmap v16776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:04 smithi135 ceph-mon[93152]: pgmap v16776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:04.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:04.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:05.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:05.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:06 smithi194 ceph-mon[104785]: pgmap v16777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:06 smithi135 ceph-mon[93152]: pgmap v16777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:06.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:06.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:07.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:07.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:08 smithi194 ceph-mon[104785]: pgmap v16778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:08 smithi135 ceph-mon[93152]: pgmap v16778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:08.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:08.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:09.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:09.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:10 smithi135 ceph-mon[93152]: pgmap v16779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:46:10.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:10.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:10 smithi194 ceph-mon[104785]: pgmap v16779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:46:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:11.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:11.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:12 smithi135 ceph-mon[93152]: pgmap v16780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:12.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:12 smithi194 ceph-mon[104785]: pgmap v16780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:12.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:12.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:13.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:13.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:14 smithi135 ceph-mon[93152]: pgmap v16781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:14.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:14.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:14 smithi194 ceph-mon[104785]: pgmap v16781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:15.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:15.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:16 smithi135 ceph-mon[93152]: pgmap v16782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:16.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:16.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:16 smithi194 ceph-mon[104785]: pgmap v16782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:17.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:17.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:18.740 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:18 smithi135 ceph-mon[93152]: pgmap v16783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:18.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:18.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:18 smithi194 ceph-mon[104785]: pgmap v16783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:19.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:19.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:20 smithi135 ceph-mon[93152]: pgmap v16784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:46:20.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:20.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:20 smithi194 ceph-mon[104785]: pgmap v16784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:46:21.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:21.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:22 smithi135 ceph-mon[93152]: pgmap v16785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:22.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:22.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:22.926 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:22 smithi194 ceph-mon[104785]: pgmap v16785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:23.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:23.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:24 smithi135 ceph-mon[93152]: pgmap v16786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:24.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:24.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:24 smithi194 ceph-mon[104785]: pgmap v16786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:25.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:25.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:26 smithi135 ceph-mon[93152]: pgmap v16787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:26.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:26.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:26 smithi194 ceph-mon[104785]: pgmap v16787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:27.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:27.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:28 smithi135 ceph-mon[93152]: pgmap v16788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:28.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:28.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:28 smithi194 ceph-mon[104785]: pgmap v16788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:29.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:29.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:30 smithi135 ceph-mon[93152]: pgmap v16789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:46:30.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:30.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:30 smithi194 ceph-mon[104785]: pgmap v16789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:46:31.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:31.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:32 smithi135 ceph-mon[93152]: pgmap v16790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:32.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:32.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:32 smithi194 ceph-mon[104785]: pgmap v16790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:33.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:33.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:34 smithi135 ceph-mon[93152]: pgmap v16791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:34.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:34.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:34 smithi194 ceph-mon[104785]: pgmap v16791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:35.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:35.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:36 smithi135 ceph-mon[93152]: pgmap v16792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:36.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:36.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:36 smithi194 ceph-mon[104785]: pgmap v16792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:46:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:46:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:46:37.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:37.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:37.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:46:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:46:37.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:46:38.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:38.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:38.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:38 smithi135 ceph-mon[93152]: pgmap v16793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:38.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:46:38.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:46:38.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:46:38.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:46:38.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:46:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:38 smithi194 ceph-mon[104785]: pgmap v16793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:46:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:46:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:46:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:46:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:46:39.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:39.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:40.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:40.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:40 smithi194 ceph-mon[104785]: pgmap v16794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:46:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:40 smithi135 ceph-mon[93152]: pgmap v16794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:46:41.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:41.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:42.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:42.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:42 smithi194 ceph-mon[104785]: pgmap v16795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:42 smithi135 ceph-mon[93152]: pgmap v16795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:43.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:43.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:44.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:44.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:44 smithi194 ceph-mon[104785]: pgmap v16796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:44 smithi135 ceph-mon[93152]: pgmap v16796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:45.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:45.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:46.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:46.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:46 smithi194 ceph-mon[104785]: pgmap v16797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:46 smithi135 ceph-mon[93152]: pgmap v16797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:47.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:47.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:48.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:48.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:48 smithi194 ceph-mon[104785]: pgmap v16798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:48 smithi135 ceph-mon[93152]: pgmap v16798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:49.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:49.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:50.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:50.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:50 smithi194 ceph-mon[104785]: pgmap v16799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:46:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:50 smithi135 ceph-mon[93152]: pgmap v16799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:46:51.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:51.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:52.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:52.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:52 smithi194 ceph-mon[104785]: pgmap v16800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:52 smithi135 ceph-mon[93152]: pgmap v16800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:53.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:53.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:54 smithi135 ceph-mon[93152]: pgmap v16801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:54.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:54.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:54 smithi194 ceph-mon[104785]: pgmap v16801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:55.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:55.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:56 smithi135 ceph-mon[93152]: pgmap v16802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:56.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:56.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:56 smithi194 ceph-mon[104785]: pgmap v16802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:46:57.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:57.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:46:58 smithi194 ceph-mon[104785]: pgmap v16803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:46:58 smithi135 ceph-mon[93152]: pgmap v16803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:46:58.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:58.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:46:59.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:46:59.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:00 smithi135 ceph-mon[93152]: pgmap v16804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:47:00.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:00.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:00 smithi194 ceph-mon[104785]: pgmap v16804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:47:01.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:01.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:02 smithi135 ceph-mon[93152]: pgmap v16805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:02 smithi194 ceph-mon[104785]: pgmap v16805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:02.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:02.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:03.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:03.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:04 smithi135 ceph-mon[93152]: pgmap v16806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:04 smithi194 ceph-mon[104785]: pgmap v16806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:04.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:04.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:05.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:05.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:06 smithi135 ceph-mon[93152]: pgmap v16807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:06 smithi194 ceph-mon[104785]: pgmap v16807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:06.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:06.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:07.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:07.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:08 smithi194 ceph-mon[104785]: pgmap v16808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:08 smithi135 ceph-mon[93152]: pgmap v16808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:08.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:08.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:09.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:09.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:10 smithi135 ceph-mon[93152]: pgmap v16809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:47:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:10 smithi194 ceph-mon[104785]: pgmap v16809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:47:10.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:10.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:11.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:11.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:12 smithi135 ceph-mon[93152]: pgmap v16810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:12 smithi194 ceph-mon[104785]: pgmap v16810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:12.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:12.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:13.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:13.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:14 smithi135 ceph-mon[93152]: pgmap v16811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:14 smithi194 ceph-mon[104785]: pgmap v16811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:14.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:14.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:15.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:15.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:16 smithi135 ceph-mon[93152]: pgmap v16812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:16 smithi194 ceph-mon[104785]: pgmap v16812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:16.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:16.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:17.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:17.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:18 smithi135 ceph-mon[93152]: pgmap v16813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:18 smithi194 ceph-mon[104785]: pgmap v16813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:18.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:18.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:19.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:19.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:20 smithi135 ceph-mon[93152]: pgmap v16814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:47:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:20 smithi194 ceph-mon[104785]: pgmap v16814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:47:21.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:21.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:21.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:21.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:22 smithi135 ceph-mon[93152]: pgmap v16815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:22 smithi194 ceph-mon[104785]: pgmap v16815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:22.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:22.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:23.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:23.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:24 smithi135 ceph-mon[93152]: pgmap v16816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:24 smithi194 ceph-mon[104785]: pgmap v16816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:24.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:24.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:25.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:25.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:26 smithi135 ceph-mon[93152]: pgmap v16817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:26 smithi194 ceph-mon[104785]: pgmap v16817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:27.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:27.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:28.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:28.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:28 smithi135 ceph-mon[93152]: pgmap v16818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:28 smithi194 ceph-mon[104785]: pgmap v16818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:29.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:29.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:30.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:30.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:30 smithi135 ceph-mon[93152]: pgmap v16819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:47:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:30 smithi194 ceph-mon[104785]: pgmap v16819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:47:31.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:31.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:32.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:32.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:32 smithi135 ceph-mon[93152]: pgmap v16820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:32 smithi194 ceph-mon[104785]: pgmap v16820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:33.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:33.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:34.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:34.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:34 smithi135 ceph-mon[93152]: pgmap v16821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:34 smithi194 ceph-mon[104785]: pgmap v16821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:35.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:35.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:36.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:36.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:36 smithi135 ceph-mon[93152]: pgmap v16822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:36 smithi194 ceph-mon[104785]: pgmap v16822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:37.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:37.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:38.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:38.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:38 smithi135 ceph-mon[93152]: pgmap v16823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:47:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:47:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:47:38.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:47:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:38 smithi194 ceph-mon[104785]: pgmap v16823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:47:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:47:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:47:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:47:39.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:39.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:47:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:47:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:47:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:47:40.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:40.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:40.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:40 smithi135 ceph-mon[93152]: pgmap v16824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:47:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:40 smithi194 ceph-mon[104785]: pgmap v16824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:47:41.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:41.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:42.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:42.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:42 smithi135 ceph-mon[93152]: pgmap v16825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:42 smithi194 ceph-mon[104785]: pgmap v16825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:43.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:43.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:44.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:44.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:44 smithi135 ceph-mon[93152]: pgmap v16826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:44 smithi194 ceph-mon[104785]: pgmap v16826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:45.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:45.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:46.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:46.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:46 smithi135 ceph-mon[93152]: pgmap v16827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:46 smithi194 ceph-mon[104785]: pgmap v16827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:47.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:47.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:48.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:48.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:48 smithi135 ceph-mon[93152]: pgmap v16828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:48.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:48 smithi194 ceph-mon[104785]: pgmap v16828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:49.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:49.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:50.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:50.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:50 smithi135 ceph-mon[93152]: pgmap v16829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:47:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:50 smithi194 ceph-mon[104785]: pgmap v16829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:47:51.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:51.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:52.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:52.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:52 smithi135 ceph-mon[93152]: pgmap v16830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:52 smithi194 ceph-mon[104785]: pgmap v16830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:53.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:53.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:54.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:54.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:54 smithi135 ceph-mon[93152]: pgmap v16831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:54 smithi194 ceph-mon[104785]: pgmap v16831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:55.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:55.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:56.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:56.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:56 smithi135 ceph-mon[93152]: pgmap v16832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:56 smithi194 ceph-mon[104785]: pgmap v16832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:47:57.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:57.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:58.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:58.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:47:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:47:58 smithi135 ceph-mon[93152]: pgmap v16833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:58.921 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:47:58 smithi194 ceph-mon[104785]: pgmap v16833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:47:59.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:47:59.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:00.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:00.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:00 smithi135 ceph-mon[93152]: pgmap v16834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:48:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:00 smithi194 ceph-mon[104785]: pgmap v16834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:48:01.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:01.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:02.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:02.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:02 smithi135 ceph-mon[93152]: pgmap v16835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:02 smithi194 ceph-mon[104785]: pgmap v16835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:03.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:03.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:04.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:04.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:04 smithi135 ceph-mon[93152]: pgmap v16836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:04 smithi194 ceph-mon[104785]: pgmap v16836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:05.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:05.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:06.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:06.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:06 smithi194 ceph-mon[104785]: pgmap v16837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:06 smithi135 ceph-mon[93152]: pgmap v16837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:07.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:07.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:08.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:08.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:08 smithi194 ceph-mon[104785]: pgmap v16838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:08 smithi135 ceph-mon[93152]: pgmap v16838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:09.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:09.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:10.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:10.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:10.919 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:10 smithi194 ceph-mon[104785]: pgmap v16839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:48:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:10 smithi135 ceph-mon[93152]: pgmap v16839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:48:11.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:11.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:12.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:12.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:12 smithi194 ceph-mon[104785]: pgmap v16840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:12 smithi135 ceph-mon[93152]: pgmap v16840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:13.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:13.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:14.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:14.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:14 smithi135 ceph-mon[93152]: pgmap v16841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:14 smithi194 ceph-mon[104785]: pgmap v16841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:15.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:15.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:16.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:16.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:16 smithi194 ceph-mon[104785]: pgmap v16842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:16 smithi135 ceph-mon[93152]: pgmap v16842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:17.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:17.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:18.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:18.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:18 smithi194 ceph-mon[104785]: pgmap v16843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:18 smithi135 ceph-mon[93152]: pgmap v16843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:19.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:19.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:20.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:20.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:20.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:20 smithi194 ceph-mon[104785]: pgmap v16844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:48:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:20 smithi135 ceph-mon[93152]: pgmap v16844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:48:21.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:21.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:22.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:22.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:22 smithi194 ceph-mon[104785]: pgmap v16845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:22 smithi135 ceph-mon[93152]: pgmap v16845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:23.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:23.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:24.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:24.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:24 smithi135 ceph-mon[93152]: pgmap v16846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:24 smithi194 ceph-mon[104785]: pgmap v16846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:25.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:25.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:26.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:26.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:26 smithi194 ceph-mon[104785]: pgmap v16847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:26 smithi135 ceph-mon[93152]: pgmap v16847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:27.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:27.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:28.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:28.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:28 smithi194 ceph-mon[104785]: pgmap v16848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:28 smithi135 ceph-mon[93152]: pgmap v16848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:29.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:29.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:30.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:30.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:30 smithi194 ceph-mon[104785]: pgmap v16849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:48:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:30 smithi135 ceph-mon[93152]: pgmap v16849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:48:31.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:31.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:32.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:32.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:32 smithi194 ceph-mon[104785]: pgmap v16850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:32 smithi135 ceph-mon[93152]: pgmap v16850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:33.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:33.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:34.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:34.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:34 smithi194 ceph-mon[104785]: pgmap v16851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:34 smithi135 ceph-mon[93152]: pgmap v16851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:35.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:35.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:36.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:36.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:36 smithi194 ceph-mon[104785]: pgmap v16852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:36 smithi135 ceph-mon[93152]: pgmap v16852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:37.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:37.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:38.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:38.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:38 smithi194 ceph-mon[104785]: pgmap v16853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:38 smithi135 ceph-mon[93152]: pgmap v16853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:39.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:39.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:48:39.809 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:48:40.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:40.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:40 smithi194 ceph-mon[104785]: pgmap v16854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:48:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:40 smithi135 ceph-mon[93152]: pgmap v16854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:48:41.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:41.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:42.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:42.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:42 smithi194 ceph-mon[104785]: pgmap v16855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:42.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:42 smithi135 ceph-mon[93152]: pgmap v16855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:42.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:42.953 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:43.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:43.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:44.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:44.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:44.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:44.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:44.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:48:44.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:48:44.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:48:44.393 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:48:44.394 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1440M 2023-10-08T13:48:44.394 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:44.394 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:48:44.394 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:48:44.394 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:44.394 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:48:44.394 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:44.394 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:44 smithi194 ceph-mon[104785]: pgmap v16856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:48:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:48:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:48:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:48:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1440M 2023-10-08T13:48:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:48:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:48:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:48:44.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:48:44.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:44 smithi135 ceph-mon[93152]: pgmap v16856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:45.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:45.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:46.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:46.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:46 smithi194 ceph-mon[104785]: pgmap v16857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:46 smithi135 ceph-mon[93152]: pgmap v16857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:47.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:47.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:48.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:48.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:48 smithi194 ceph-mon[104785]: pgmap v16858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:48 smithi135 ceph-mon[93152]: pgmap v16858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:49.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:49.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:50.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:50.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:50 smithi194 ceph-mon[104785]: pgmap v16859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:48:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:50 smithi135 ceph-mon[93152]: pgmap v16859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:48:51.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:51.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:52.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:52.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:52 smithi194 ceph-mon[104785]: pgmap v16860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:52 smithi135 ceph-mon[93152]: pgmap v16860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:53.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:53.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:54.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:54.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:54 smithi135 ceph-mon[93152]: pgmap v16861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:54 smithi194 ceph-mon[104785]: pgmap v16861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:55.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:55.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:56.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:56.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:56 smithi194 ceph-mon[104785]: pgmap v16862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:56 smithi135 ceph-mon[93152]: pgmap v16862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:48:57.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:57.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:58.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:58.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:48:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:48:58 smithi194 ceph-mon[104785]: pgmap v16863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:48:58 smithi135 ceph-mon[93152]: pgmap v16863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:48:59.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:48:59.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:00.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:00.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:00 smithi135 ceph-mon[93152]: pgmap v16864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:49:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:00 smithi194 ceph-mon[104785]: pgmap v16864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:49:01.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:01.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:02.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:02.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:02 smithi194 ceph-mon[104785]: pgmap v16865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:02 smithi135 ceph-mon[93152]: pgmap v16865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:03.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:03.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:04.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:04.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:04 smithi135 ceph-mon[93152]: pgmap v16866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:04 smithi194 ceph-mon[104785]: pgmap v16866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:05.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:05.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:06.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:06.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:06 smithi194 ceph-mon[104785]: pgmap v16867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:06 smithi135 ceph-mon[93152]: pgmap v16867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:07.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:07.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:08.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:08.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:08 smithi194 ceph-mon[104785]: pgmap v16868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:08 smithi135 ceph-mon[93152]: pgmap v16868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:09.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:09.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:10.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:10.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:10 smithi135 ceph-mon[93152]: pgmap v16869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:49:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:10 smithi194 ceph-mon[104785]: pgmap v16869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:49:11.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:11.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:12.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:12.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:12 smithi194 ceph-mon[104785]: pgmap v16870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:12 smithi135 ceph-mon[93152]: pgmap v16870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:13.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:13.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:14.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:14.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:14 smithi135 ceph-mon[93152]: pgmap v16871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:14 smithi194 ceph-mon[104785]: pgmap v16871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:15.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:15.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:16.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:16.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:16 smithi194 ceph-mon[104785]: pgmap v16872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:16 smithi135 ceph-mon[93152]: pgmap v16872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:17.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:17.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:18.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:18.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:18 smithi194 ceph-mon[104785]: pgmap v16873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:18 smithi135 ceph-mon[93152]: pgmap v16873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:19.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:19.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:20.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:20.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:20 smithi194 ceph-mon[104785]: pgmap v16874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:49:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:20 smithi135 ceph-mon[93152]: pgmap v16874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:49:21.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:21.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:22.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:22.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:22 smithi194 ceph-mon[104785]: pgmap v16875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:22 smithi135 ceph-mon[93152]: pgmap v16875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:23.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:23.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:24.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:24.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:24 smithi135 ceph-mon[93152]: pgmap v16876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:24.813 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:24 smithi194 ceph-mon[104785]: pgmap v16876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:25.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:25.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:26.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:26.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:26 smithi194 ceph-mon[104785]: pgmap v16877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:26 smithi135 ceph-mon[93152]: pgmap v16877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:27.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:27.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:28.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:28.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:28 smithi194 ceph-mon[104785]: pgmap v16878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:28 smithi135 ceph-mon[93152]: pgmap v16878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:29.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:29.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:30.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:30.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:30 smithi194 ceph-mon[104785]: pgmap v16879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:49:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:30 smithi135 ceph-mon[93152]: pgmap v16879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:49:31.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:31.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:32.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:32.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:32 smithi194 ceph-mon[104785]: pgmap v16880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:32 smithi135 ceph-mon[93152]: pgmap v16880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:33.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:33.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:34.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:34.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:34 smithi135 ceph-mon[93152]: pgmap v16881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:34.918 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:34 smithi194 ceph-mon[104785]: pgmap v16881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:35.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:35.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:36.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:36.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:36 smithi194 ceph-mon[104785]: pgmap v16882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:36 smithi135 ceph-mon[93152]: pgmap v16882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:37.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:37.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:38.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:38.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:38 smithi194 ceph-mon[104785]: pgmap v16883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:38 smithi135 ceph-mon[93152]: pgmap v16883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:39.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:39.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:40.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:40.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:40 smithi194 ceph-mon[104785]: pgmap v16884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:49:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:40 smithi135 ceph-mon[93152]: pgmap v16884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:49:41.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:41.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:42.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:42.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:42 smithi194 ceph-mon[104785]: pgmap v16885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:42 smithi135 ceph-mon[93152]: pgmap v16885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:43.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:43.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:43 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:49:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:43 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:49:44.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:44.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:44.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:44 smithi194 ceph-mon[104785]: pgmap v16886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:44.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:49:44.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:49:44.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:49:44.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:49:44.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:49:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:44 smithi135 ceph-mon[93152]: pgmap v16886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:49:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:49:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:49:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:49:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:49:45.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:45.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:46.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:46.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:46 smithi194 ceph-mon[104785]: pgmap v16887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:46 smithi135 ceph-mon[93152]: pgmap v16887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:47.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:47.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:48.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:48.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:48 smithi194 ceph-mon[104785]: pgmap v16888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:48 smithi135 ceph-mon[93152]: pgmap v16888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:49.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:49.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:50.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:50.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:50 smithi194 ceph-mon[104785]: pgmap v16889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:49:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:50 smithi135 ceph-mon[93152]: pgmap v16889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:49:51.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:51.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:52.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:52.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:52 smithi194 ceph-mon[104785]: pgmap v16890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:52 smithi135 ceph-mon[93152]: pgmap v16890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:53.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:53.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:54.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:54.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:54 smithi135 ceph-mon[93152]: pgmap v16891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:54 smithi194 ceph-mon[104785]: pgmap v16891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:55.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:55.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:56.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:56.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:56 smithi194 ceph-mon[104785]: pgmap v16892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:56 smithi135 ceph-mon[93152]: pgmap v16892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:49:57.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:57.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:58.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:58.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:49:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:49:58 smithi194 ceph-mon[104785]: pgmap v16893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:49:58 smithi135 ceph-mon[93152]: pgmap v16893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:49:59.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:49:59.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:00.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:00.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:00.908 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:00 smithi135 ceph-mon[93152]: pgmap v16894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:50:00.908 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T13:50:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:00 smithi194 ceph-mon[104785]: pgmap v16894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:50:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T13:50:01.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:01.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:02.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:02.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:02 smithi194 ceph-mon[104785]: pgmap v16895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:02 smithi135 ceph-mon[93152]: pgmap v16895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:03.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:03.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:04.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:04.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:04 smithi194 ceph-mon[104785]: pgmap v16896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:04 smithi135 ceph-mon[93152]: pgmap v16896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:05.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:05.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:06.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:06.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:06 smithi194 ceph-mon[104785]: pgmap v16897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:06 smithi135 ceph-mon[93152]: pgmap v16897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:07.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:07.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:08.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:08.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:08.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:08 smithi194 ceph-mon[104785]: pgmap v16898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:08 smithi135 ceph-mon[93152]: pgmap v16898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:09.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:09.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:10.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:10.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:10 smithi194 ceph-mon[104785]: pgmap v16899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:50:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:10 smithi135 ceph-mon[93152]: pgmap v16899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:50:11.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:11.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:12.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:12.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:12 smithi194 ceph-mon[104785]: pgmap v16900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:12 smithi135 ceph-mon[93152]: pgmap v16900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:13.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:13.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:14.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:14.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:14 smithi194 ceph-mon[104785]: pgmap v16901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:14 smithi135 ceph-mon[93152]: pgmap v16901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:15.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:15.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:16.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:16.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:16 smithi194 ceph-mon[104785]: pgmap v16902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:16 smithi135 ceph-mon[93152]: pgmap v16902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:17.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:17.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:18.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:18.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:18 smithi194 ceph-mon[104785]: pgmap v16903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:18 smithi135 ceph-mon[93152]: pgmap v16903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:19.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:19.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:20.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:20.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:20 smithi194 ceph-mon[104785]: pgmap v16904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:50:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:20 smithi135 ceph-mon[93152]: pgmap v16904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:50:21.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:21.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:22.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:22.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:22 smithi194 ceph-mon[104785]: pgmap v16905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:22 smithi135 ceph-mon[93152]: pgmap v16905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:23.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:23.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:24.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:24.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:24 smithi194 ceph-mon[104785]: pgmap v16906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:24 smithi135 ceph-mon[93152]: pgmap v16906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:25.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:25.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:26.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:26.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:26 smithi194 ceph-mon[104785]: pgmap v16907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:26 smithi135 ceph-mon[93152]: pgmap v16907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:27.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:27.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:28.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:28.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:28 smithi194 ceph-mon[104785]: pgmap v16908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:28 smithi135 ceph-mon[93152]: pgmap v16908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:29.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:29.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:30.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:30.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:30 smithi194 ceph-mon[104785]: pgmap v16909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:50:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:30 smithi135 ceph-mon[93152]: pgmap v16909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:50:31.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:31.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:32.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:32.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:32 smithi194 ceph-mon[104785]: pgmap v16910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:32 smithi135 ceph-mon[93152]: pgmap v16910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:33.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:33.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:34.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:34.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:34 smithi194 ceph-mon[104785]: pgmap v16911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:34 smithi135 ceph-mon[93152]: pgmap v16911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:35.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:35.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:36.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:36.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:36 smithi194 ceph-mon[104785]: pgmap v16912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:37.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:36 smithi135 ceph-mon[93152]: pgmap v16912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:37.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:37.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:38.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:38.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:38 smithi194 ceph-mon[104785]: pgmap v16913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:38 smithi135 ceph-mon[93152]: pgmap v16913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:39.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:39.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:40.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:40.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:40 smithi194 ceph-mon[104785]: pgmap v16914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:50:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:40 smithi135 ceph-mon[93152]: pgmap v16914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:50:41.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:41.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:42.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:42.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:42 smithi194 ceph-mon[104785]: pgmap v16915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:42 smithi135 ceph-mon[93152]: pgmap v16915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:43.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:43.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:44.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:44.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:44 smithi194 ceph-mon[104785]: pgmap v16916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:50:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:50:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:50:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:50:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:50:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:50:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:44 smithi135 ceph-mon[93152]: pgmap v16916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:50:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:50:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:50:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:50:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:50:45.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:50:45.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:45.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:46.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:46.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:46 smithi135 ceph-mon[93152]: pgmap v16917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:46 smithi194 ceph-mon[104785]: pgmap v16917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:47.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:47.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:48.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:48.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:48 smithi194 ceph-mon[104785]: pgmap v16918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:48 smithi135 ceph-mon[93152]: pgmap v16918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:49.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:49.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:50.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:50.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:50 smithi194 ceph-mon[104785]: pgmap v16919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:50:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:50 smithi135 ceph-mon[93152]: pgmap v16919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:50:51.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:51.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:52.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:52.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:52 smithi194 ceph-mon[104785]: pgmap v16920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:52 smithi135 ceph-mon[93152]: pgmap v16920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:53.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:53.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:54.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:54.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:54 smithi194 ceph-mon[104785]: pgmap v16921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:54 smithi135 ceph-mon[93152]: pgmap v16921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:55.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:55.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:56.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:56.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:56 smithi135 ceph-mon[93152]: pgmap v16922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:56 smithi194 ceph-mon[104785]: pgmap v16922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:50:57.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:57.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:58.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:58.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:50:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:50:58 smithi194 ceph-mon[104785]: pgmap v16923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:50:58 smithi135 ceph-mon[93152]: pgmap v16923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:50:59.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:50:59.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:00.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:00.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:00 smithi194 ceph-mon[104785]: pgmap v16924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:51:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:00 smithi135 ceph-mon[93152]: pgmap v16924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:51:01.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:01.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:02.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:02.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:02 smithi194 ceph-mon[104785]: pgmap v16925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:02 smithi135 ceph-mon[93152]: pgmap v16925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:03.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:03.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:04.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:04.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:04 smithi194 ceph-mon[104785]: pgmap v16926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:04 smithi135 ceph-mon[93152]: pgmap v16926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:05.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:05.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:06.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:06.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:06 smithi194 ceph-mon[104785]: pgmap v16927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:06 smithi135 ceph-mon[93152]: pgmap v16927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:07.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:07.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:08.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:08.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:08 smithi194 ceph-mon[104785]: pgmap v16928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:08 smithi135 ceph-mon[93152]: pgmap v16928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:09.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:09.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:10.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:10.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:10.921 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:10 smithi194 ceph-mon[104785]: pgmap v16929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:51:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:10 smithi135 ceph-mon[93152]: pgmap v16929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:51:11.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:11.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:12.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:12.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:12 smithi194 ceph-mon[104785]: pgmap v16930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:12 smithi135 ceph-mon[93152]: pgmap v16930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:13.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:13.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:14.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:14.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:14 smithi194 ceph-mon[104785]: pgmap v16931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:14 smithi135 ceph-mon[93152]: pgmap v16931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:15.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:15.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:16.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:16.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:16 smithi194 ceph-mon[104785]: pgmap v16932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:16 smithi135 ceph-mon[93152]: pgmap v16932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:17.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:17.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:18.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:18.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:18 smithi194 ceph-mon[104785]: pgmap v16933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:18 smithi135 ceph-mon[93152]: pgmap v16933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:19.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:19.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:20.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:20.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:20 smithi194 ceph-mon[104785]: pgmap v16934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:51:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:20 smithi135 ceph-mon[93152]: pgmap v16934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:51:21.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:21.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:22.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:22.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:22 smithi194 ceph-mon[104785]: pgmap v16935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:22 smithi135 ceph-mon[93152]: pgmap v16935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:23.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:23.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:24.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:24.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:24 smithi194 ceph-mon[104785]: pgmap v16936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:24 smithi135 ceph-mon[93152]: pgmap v16936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:25.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:25.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:26.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:26.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:26 smithi194 ceph-mon[104785]: pgmap v16937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:26 smithi135 ceph-mon[93152]: pgmap v16937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:27.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:27.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:28.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:28.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:28 smithi194 ceph-mon[104785]: pgmap v16938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:28 smithi135 ceph-mon[93152]: pgmap v16938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:29.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:29.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:30.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:30.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:30 smithi194 ceph-mon[104785]: pgmap v16939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:51:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:30 smithi135 ceph-mon[93152]: pgmap v16939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:51:31.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:31.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:32.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:32.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:32 smithi194 ceph-mon[104785]: pgmap v16940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:32 smithi135 ceph-mon[93152]: pgmap v16940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:33.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:33.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:34.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:34.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:34 smithi194 ceph-mon[104785]: pgmap v16941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:34 smithi135 ceph-mon[93152]: pgmap v16941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:35.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:35.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:36.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:36.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:36 smithi194 ceph-mon[104785]: pgmap v16942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:36 smithi135 ceph-mon[93152]: pgmap v16942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:37.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:37.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:38.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:38.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:38 smithi194 ceph-mon[104785]: pgmap v16943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:38 smithi135 ceph-mon[93152]: pgmap v16943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:39.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:39.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:40.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:40.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:40 smithi194 ceph-mon[104785]: pgmap v16944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:51:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:40 smithi135 ceph-mon[93152]: pgmap v16944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:51:41.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:41.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:41.894 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:42.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:42.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:42 smithi194 ceph-mon[104785]: pgmap v16945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:42 smithi135 ceph-mon[93152]: pgmap v16945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:43.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:43.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:44.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:44.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:44 smithi194 ceph-mon[104785]: pgmap v16946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:51:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:44 smithi135 ceph-mon[93152]: pgmap v16946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:51:45.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:45.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:46.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:46.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:46.943 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:46 smithi135 ceph-mon[93152]: pgmap v16947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:46 smithi194 ceph-mon[104785]: pgmap v16947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:47.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:47.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:48.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:48.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:48 smithi194 ceph-mon[104785]: pgmap v16948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:48 smithi135 ceph-mon[93152]: pgmap v16948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:49.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:49.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:50.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:51:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:51:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:51:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:51:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:51:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:51:50.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:51:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:51:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:51:50.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:51:50.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:51:50.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:51:50.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:51:50.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:51:50.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:50.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:50 smithi194 ceph-mon[104785]: pgmap v16949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:51:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:50 smithi135 ceph-mon[93152]: pgmap v16949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:51:51.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:51.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:52.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:52.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:52 smithi194 ceph-mon[104785]: pgmap v16950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:52 smithi135 ceph-mon[93152]: pgmap v16950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:53.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:53.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:54.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:54.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:54 smithi194 ceph-mon[104785]: pgmap v16951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:54 smithi135 ceph-mon[93152]: pgmap v16951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:55.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:55.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:56.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:56.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:56 smithi194 ceph-mon[104785]: pgmap v16952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:56 smithi135 ceph-mon[93152]: pgmap v16952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:51:57.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:57.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:58.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:58.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:51:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:51:58 smithi194 ceph-mon[104785]: pgmap v16953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:51:58 smithi135 ceph-mon[93152]: pgmap v16953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:51:59.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:51:59.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:00.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:00.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:00 smithi194 ceph-mon[104785]: pgmap v16954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:52:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:00 smithi135 ceph-mon[93152]: pgmap v16954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:52:01.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:01.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:02.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:02.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:02 smithi194 ceph-mon[104785]: pgmap v16955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:02 smithi135 ceph-mon[93152]: pgmap v16955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:03.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:03.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:04.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:04.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:04 smithi194 ceph-mon[104785]: pgmap v16956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:04 smithi135 ceph-mon[93152]: pgmap v16956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:05.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:05.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:06.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:06.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:06 smithi194 ceph-mon[104785]: pgmap v16957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:06 smithi135 ceph-mon[93152]: pgmap v16957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:07.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:07.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:08.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:08.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:08 smithi194 ceph-mon[104785]: pgmap v16958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:08 smithi135 ceph-mon[93152]: pgmap v16958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:09.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:09.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:10.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:10.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:10 smithi194 ceph-mon[104785]: pgmap v16959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:52:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:10 smithi135 ceph-mon[93152]: pgmap v16959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:52:11.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:11.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:12.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:12.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:12 smithi194 ceph-mon[104785]: pgmap v16960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:12 smithi135 ceph-mon[93152]: pgmap v16960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:13.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:13.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:14.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:14.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:14 smithi194 ceph-mon[104785]: pgmap v16961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:14 smithi135 ceph-mon[93152]: pgmap v16961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:15.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:15.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:16.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:16.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:16 smithi194 ceph-mon[104785]: pgmap v16962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:16 smithi135 ceph-mon[93152]: pgmap v16962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:17.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:17.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:18.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:18.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:18 smithi194 ceph-mon[104785]: pgmap v16963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:18 smithi135 ceph-mon[93152]: pgmap v16963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:19.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:19.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:20.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:20.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:20 smithi194 ceph-mon[104785]: pgmap v16964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:52:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:20 smithi135 ceph-mon[93152]: pgmap v16964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:52:21.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:21.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:22.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:22.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:22 smithi194 ceph-mon[104785]: pgmap v16965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:22 smithi135 ceph-mon[93152]: pgmap v16965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:23.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:23.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:24.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:24.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:24 smithi194 ceph-mon[104785]: pgmap v16966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:24 smithi135 ceph-mon[93152]: pgmap v16966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:25.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:25.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:26.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:26.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:26 smithi194 ceph-mon[104785]: pgmap v16967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:26 smithi135 ceph-mon[93152]: pgmap v16967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:27.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:27.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:28.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:28.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:28 smithi194 ceph-mon[104785]: pgmap v16968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:28 smithi135 ceph-mon[93152]: pgmap v16968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:29.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:29.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:30.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:30.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:30 smithi194 ceph-mon[104785]: pgmap v16969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:52:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:30 smithi135 ceph-mon[93152]: pgmap v16969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:52:31.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:31.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:32.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:32.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:32 smithi135 ceph-mon[93152]: pgmap v16970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:32 smithi194 ceph-mon[104785]: pgmap v16970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:33.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:33.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:34.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:34.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:34 smithi194 ceph-mon[104785]: pgmap v16971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:34 smithi135 ceph-mon[93152]: pgmap v16971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:35.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:35.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:36.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:36.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:36 smithi194 ceph-mon[104785]: pgmap v16972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:36 smithi135 ceph-mon[93152]: pgmap v16972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:37.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:37.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:38.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:38.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:38 smithi194 ceph-mon[104785]: pgmap v16973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:38 smithi135 ceph-mon[93152]: pgmap v16973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:39.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:39.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:40.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:40.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:40 smithi194 ceph-mon[104785]: pgmap v16974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:52:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:40 smithi135 ceph-mon[93152]: pgmap v16974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:52:41.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:41.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:42.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:42.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:42 smithi135 ceph-mon[93152]: pgmap v16975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:42 smithi194 ceph-mon[104785]: pgmap v16975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:43.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:43.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:44.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:44.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:44 smithi194 ceph-mon[104785]: pgmap v16976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:44 smithi135 ceph-mon[93152]: pgmap v16976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:45.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:45.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:46.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:46.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:46.925 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:46 smithi194 ceph-mon[104785]: pgmap v16977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:46 smithi135 ceph-mon[93152]: pgmap v16977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:47.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:47.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:48.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:48.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:48 smithi194 ceph-mon[104785]: pgmap v16978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:48 smithi135 ceph-mon[93152]: pgmap v16978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:49.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:49.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:49.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:49 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:52:50.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:49 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:52:50.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:50.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:50 smithi194 ceph-mon[104785]: pgmap v16979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:52:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:52:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:52:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:52:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:52:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:52:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:50 smithi135 ceph-mon[93152]: pgmap v16979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:52:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:52:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:52:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:52:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:52:51.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:52:51.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:51.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:52.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:52.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:52 smithi194 ceph-mon[104785]: pgmap v16980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:52 smithi135 ceph-mon[93152]: pgmap v16980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:53.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:53.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:54.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:54.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:54 smithi194 ceph-mon[104785]: pgmap v16981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:54 smithi135 ceph-mon[93152]: pgmap v16981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:55.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:55.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:56.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:56.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:56 smithi194 ceph-mon[104785]: pgmap v16982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:56 smithi135 ceph-mon[93152]: pgmap v16982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:52:57.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:57.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:58.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:58.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:52:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:52:58 smithi194 ceph-mon[104785]: pgmap v16983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:52:58 smithi135 ceph-mon[93152]: pgmap v16983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:52:59.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:52:59.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:00.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:00.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:00 smithi194 ceph-mon[104785]: pgmap v16984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:53:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:00 smithi135 ceph-mon[93152]: pgmap v16984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:53:01.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:01.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:02.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:02.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:02 smithi194 ceph-mon[104785]: pgmap v16985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:02 smithi135 ceph-mon[93152]: pgmap v16985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:03.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:03.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:04.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:04.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:04 smithi194 ceph-mon[104785]: pgmap v16986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:04 smithi135 ceph-mon[93152]: pgmap v16986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:05.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:05.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:06.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:06.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:06 smithi194 ceph-mon[104785]: pgmap v16987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:06 smithi135 ceph-mon[93152]: pgmap v16987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:07.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:07.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:08.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:08.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:08 smithi194 ceph-mon[104785]: pgmap v16988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:08 smithi135 ceph-mon[93152]: pgmap v16988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:09.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:09.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:10.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:10.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:10 smithi194 ceph-mon[104785]: pgmap v16989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:53:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:10 smithi135 ceph-mon[93152]: pgmap v16989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:53:11.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:11.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:12.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:12.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:12 smithi194 ceph-mon[104785]: pgmap v16990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:12 smithi135 ceph-mon[93152]: pgmap v16990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:13.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:13.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:14.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:14.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:14 smithi194 ceph-mon[104785]: pgmap v16991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:14 smithi135 ceph-mon[93152]: pgmap v16991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:15.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:15.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:16.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:16.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:16 smithi194 ceph-mon[104785]: pgmap v16992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:16 smithi135 ceph-mon[93152]: pgmap v16992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:17.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:17.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:18.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:18.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:18 smithi194 ceph-mon[104785]: pgmap v16993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:18 smithi135 ceph-mon[93152]: pgmap v16993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:19.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:19.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:20.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:20.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:20 smithi194 ceph-mon[104785]: pgmap v16994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:53:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:20 smithi135 ceph-mon[93152]: pgmap v16994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:53:21.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:21.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:22.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:22.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:22 smithi194 ceph-mon[104785]: pgmap v16995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:22 smithi135 ceph-mon[93152]: pgmap v16995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:23.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:23.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:24.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:24.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:24 smithi194 ceph-mon[104785]: pgmap v16996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:24 smithi135 ceph-mon[93152]: pgmap v16996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:25.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:25.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:26.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:26.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:26 smithi194 ceph-mon[104785]: pgmap v16997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:26 smithi135 ceph-mon[93152]: pgmap v16997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:27.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:27.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:28.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:28.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:28 smithi194 ceph-mon[104785]: pgmap v16998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:28 smithi135 ceph-mon[93152]: pgmap v16998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:29.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:29.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:30.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:30.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:30 smithi194 ceph-mon[104785]: pgmap v16999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:53:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:30 smithi135 ceph-mon[93152]: pgmap v16999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:53:31.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:31.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:32.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:32.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:32 smithi194 ceph-mon[104785]: pgmap v17000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:32.977 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:32 smithi135 ceph-mon[93152]: pgmap v17000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:33.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:33.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:34.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:34.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:34 smithi194 ceph-mon[104785]: pgmap v17001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:34 smithi135 ceph-mon[93152]: pgmap v17001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:35.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:35.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:36.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:36.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:36 smithi194 ceph-mon[104785]: pgmap v17002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:36 smithi135 ceph-mon[93152]: pgmap v17002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:37.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:37.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:38.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:38.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:38 smithi194 ceph-mon[104785]: pgmap v17003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:38 smithi135 ceph-mon[93152]: pgmap v17003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:39.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:39.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:40.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:40.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:40 smithi194 ceph-mon[104785]: pgmap v17004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:53:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:40 smithi135 ceph-mon[93152]: pgmap v17004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:53:41.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:41.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:42.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:42.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:42 smithi194 ceph-mon[104785]: pgmap v17005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:42 smithi135 ceph-mon[93152]: pgmap v17005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:43.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:43.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:44.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:44.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:44 smithi194 ceph-mon[104785]: pgmap v17006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:44 smithi135 ceph-mon[93152]: pgmap v17006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:45.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:45.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:46.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:46.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:46 smithi194 ceph-mon[104785]: pgmap v17007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:46 smithi135 ceph-mon[93152]: pgmap v17007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:47.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:47.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:48.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:48.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:48 smithi194 ceph-mon[104785]: pgmap v17008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:48 smithi135 ceph-mon[93152]: pgmap v17008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:49.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:49.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:50.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:50.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:50 smithi194 ceph-mon[104785]: pgmap v17009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:53:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:50 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:53:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:50 smithi135 ceph-mon[93152]: pgmap v17009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:53:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:50 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:53:51.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:51.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:52.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:52.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:52 smithi194 ceph-mon[104785]: pgmap v17010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:52 smithi135 ceph-mon[93152]: pgmap v17010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:53.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:53.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:54.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:54.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:54 smithi194 ceph-mon[104785]: pgmap v17011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:54 smithi135 ceph-mon[93152]: pgmap v17011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:55.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:55.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:56.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:56.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:56 smithi194 ceph-mon[104785]: pgmap v17012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:56 smithi135 ceph-mon[93152]: pgmap v17012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:53:57.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:57.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:53:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:53:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:58 smithi135 ceph-mon[93152]: pgmap v17013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:53:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:53:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:53:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:53:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:53:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:53:58.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:58.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:53:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:53:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:53:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:58 smithi194 ceph-mon[104785]: pgmap v17013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:53:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:53:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:53:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:53:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:53:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:53:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:53:59.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:53:59.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:00.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:00.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:00 smithi194 ceph-mon[104785]: pgmap v17014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:54:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:00 smithi135 ceph-mon[93152]: pgmap v17014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:54:01.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:01.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:02.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:02.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:02 smithi194 ceph-mon[104785]: pgmap v17015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:02 smithi135 ceph-mon[93152]: pgmap v17015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:03.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:03.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:04.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:04.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:04 smithi194 ceph-mon[104785]: pgmap v17016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:04 smithi135 ceph-mon[93152]: pgmap v17016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:05.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:05.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:06.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:06.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:06 smithi194 ceph-mon[104785]: pgmap v17017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:06 smithi135 ceph-mon[93152]: pgmap v17017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:07.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:07.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:08.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:08.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:08 smithi194 ceph-mon[104785]: pgmap v17018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:08 smithi135 ceph-mon[93152]: pgmap v17018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:09.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:09.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:10.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:10.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:10 smithi194 ceph-mon[104785]: pgmap v17019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:54:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:10 smithi135 ceph-mon[93152]: pgmap v17019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:54:11.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:11.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:12.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:12.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:12 smithi194 ceph-mon[104785]: pgmap v17020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:12 smithi135 ceph-mon[93152]: pgmap v17020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:13.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:13.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:14.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:14.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:14 smithi194 ceph-mon[104785]: pgmap v17021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:14 smithi135 ceph-mon[93152]: pgmap v17021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:15.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:15.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:16.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:16.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:16 smithi194 ceph-mon[104785]: pgmap v17022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:16 smithi135 ceph-mon[93152]: pgmap v17022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:17.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:17.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:18.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:18.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:18 smithi135 ceph-mon[93152]: pgmap v17023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:18 smithi194 ceph-mon[104785]: pgmap v17023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:19.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:19.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:20.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:20.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:20 smithi194 ceph-mon[104785]: pgmap v17024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:54:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:20 smithi135 ceph-mon[93152]: pgmap v17024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:54:21.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:21.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:22.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:22.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:22.924 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:22 smithi194 ceph-mon[104785]: pgmap v17025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:22 smithi135 ceph-mon[93152]: pgmap v17025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:23.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:23.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:24.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:24.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:24 smithi194 ceph-mon[104785]: pgmap v17026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:24 smithi135 ceph-mon[93152]: pgmap v17026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:25.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:25.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:26.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:26.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:26 smithi194 ceph-mon[104785]: pgmap v17027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:26 smithi135 ceph-mon[93152]: pgmap v17027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:27.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:27.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:28.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:28.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:28 smithi194 ceph-mon[104785]: pgmap v17028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:28 smithi135 ceph-mon[93152]: pgmap v17028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:29.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:29.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:30.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:30.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:30 smithi194 ceph-mon[104785]: pgmap v17029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:54:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:30 smithi135 ceph-mon[93152]: pgmap v17029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:54:31.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:31.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:32.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:32.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:32 smithi194 ceph-mon[104785]: pgmap v17030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:32 smithi135 ceph-mon[93152]: pgmap v17030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:33.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:33.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:34.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:34.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:34 smithi194 ceph-mon[104785]: pgmap v17031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:34 smithi135 ceph-mon[93152]: pgmap v17031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:35.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:35.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:36.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:36.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:36 smithi194 ceph-mon[104785]: pgmap v17032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:36 smithi135 ceph-mon[93152]: pgmap v17032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:37.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:37.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:38.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:38.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:38 smithi194 ceph-mon[104785]: pgmap v17033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:38 smithi135 ceph-mon[93152]: pgmap v17033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:39.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:39.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:40.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:40.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:40 smithi194 ceph-mon[104785]: pgmap v17034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:54:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:40 smithi135 ceph-mon[93152]: pgmap v17034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:54:41.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:41.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:42.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:42.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:42.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:42 smithi194 ceph-mon[104785]: pgmap v17035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:42 smithi135 ceph-mon[93152]: pgmap v17035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:43.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:43.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:44.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:44.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:44 smithi194 ceph-mon[104785]: pgmap v17036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:44 smithi135 ceph-mon[93152]: pgmap v17036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:45.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:45.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:46.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:46.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:46 smithi194 ceph-mon[104785]: pgmap v17037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:46 smithi135 ceph-mon[93152]: pgmap v17037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:47.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:47.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:48.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:48.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:48 smithi194 ceph-mon[104785]: pgmap v17038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:48 smithi135 ceph-mon[93152]: pgmap v17038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:49.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:49.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:50.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:50.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:50 smithi194 ceph-mon[104785]: pgmap v17039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:54:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:50 smithi135 ceph-mon[93152]: pgmap v17039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:54:51.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:51.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:52.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:52.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:52 smithi194 ceph-mon[104785]: pgmap v17040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:52 smithi135 ceph-mon[93152]: pgmap v17040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:53.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:53.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:54.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:54.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:54 smithi194 ceph-mon[104785]: pgmap v17041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:54 smithi135 ceph-mon[93152]: pgmap v17041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:55.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:55.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:56.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:56.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:56 smithi194 ceph-mon[104785]: pgmap v17042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:56 smithi135 ceph-mon[93152]: pgmap v17042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:54:57.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:57.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:58.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:58.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:58 smithi194 ceph-mon[104785]: pgmap v17043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:54:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:54:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:58 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:54:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:58 smithi135 ceph-mon[93152]: pgmap v17043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:54:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:54:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:54:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:58 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:54:59.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:54:59.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:54:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:54:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:54:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:54:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:54:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:54:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:55:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:55:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:55:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:55:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:55:00.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:54:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:55:00.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:00.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:00 smithi194 ceph-mon[104785]: pgmap v17044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:55:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:00 smithi135 ceph-mon[93152]: pgmap v17044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:55:01.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:01.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:02.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:02.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:02 smithi194 ceph-mon[104785]: pgmap v17045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:02 smithi135 ceph-mon[93152]: pgmap v17045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:03.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:03.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:04.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:04.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:04 smithi194 ceph-mon[104785]: pgmap v17046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:04 smithi135 ceph-mon[93152]: pgmap v17046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:05.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:05.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:06.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:06.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:06 smithi194 ceph-mon[104785]: pgmap v17047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:06 smithi135 ceph-mon[93152]: pgmap v17047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:07.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:07.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:08.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:08.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:08 smithi194 ceph-mon[104785]: pgmap v17048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:08 smithi135 ceph-mon[93152]: pgmap v17048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:09.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:09.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:10.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:10.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:10 smithi194 ceph-mon[104785]: pgmap v17049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:55:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:10 smithi135 ceph-mon[93152]: pgmap v17049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:55:11.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:11.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:12.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:12.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:12 smithi194 ceph-mon[104785]: pgmap v17050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:12 smithi135 ceph-mon[93152]: pgmap v17050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:13.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:13.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:14.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:14.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:14 smithi194 ceph-mon[104785]: pgmap v17051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:14 smithi135 ceph-mon[93152]: pgmap v17051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:15.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:15.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:16.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:16.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:16 smithi194 ceph-mon[104785]: pgmap v17052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:16 smithi135 ceph-mon[93152]: pgmap v17052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:17.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:17.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:18.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:18.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:18 smithi194 ceph-mon[104785]: pgmap v17053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:19.004 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:18 smithi135 ceph-mon[93152]: pgmap v17053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:19.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:19.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:20.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:20.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:20 smithi194 ceph-mon[104785]: pgmap v17054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:55:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:20 smithi135 ceph-mon[93152]: pgmap v17054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:55:21.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:21.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:22.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:22.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:22 smithi194 ceph-mon[104785]: pgmap v17055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:22 smithi135 ceph-mon[93152]: pgmap v17055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:23.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:23.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:24.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:24.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:24 smithi194 ceph-mon[104785]: pgmap v17056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:25.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:24 smithi135 ceph-mon[93152]: pgmap v17056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:25.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:25.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:26.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:26.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:26 smithi194 ceph-mon[104785]: pgmap v17057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:26 smithi135 ceph-mon[93152]: pgmap v17057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:27.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:27.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:28.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:28.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:28 smithi194 ceph-mon[104785]: pgmap v17058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:28 smithi135 ceph-mon[93152]: pgmap v17058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:29.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:29.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:30.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:30.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:30 smithi194 ceph-mon[104785]: pgmap v17059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:55:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:30 smithi135 ceph-mon[93152]: pgmap v17059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:55:31.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:31.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:32.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:32.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:32 smithi194 ceph-mon[104785]: pgmap v17060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:32 smithi135 ceph-mon[93152]: pgmap v17060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:33.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:33.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:34.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:34.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:34 smithi194 ceph-mon[104785]: pgmap v17061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:34 smithi135 ceph-mon[93152]: pgmap v17061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:35.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:35.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:36.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:36.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:36 smithi194 ceph-mon[104785]: pgmap v17062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:36 smithi135 ceph-mon[93152]: pgmap v17062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:37.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:37.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:38.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:38.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:38 smithi194 ceph-mon[104785]: pgmap v17063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:38 smithi135 ceph-mon[93152]: pgmap v17063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:39.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:39.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:40.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:40.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:40 smithi194 ceph-mon[104785]: pgmap v17064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:55:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:40 smithi135 ceph-mon[93152]: pgmap v17064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:55:41.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:41.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:42.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:42.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:42 smithi194 ceph-mon[104785]: pgmap v17065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:42 smithi135 ceph-mon[93152]: pgmap v17065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:43.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:43.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:44.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:44.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:44 smithi194 ceph-mon[104785]: pgmap v17066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:44 smithi135 ceph-mon[93152]: pgmap v17066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:45.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:45.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:46.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:46.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:46 smithi194 ceph-mon[104785]: pgmap v17067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:46 smithi135 ceph-mon[93152]: pgmap v17067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:47.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:47.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:48.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:48.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:48 smithi194 ceph-mon[104785]: pgmap v17068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:48 smithi135 ceph-mon[93152]: pgmap v17068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:49.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:49.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:50.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:50.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:50 smithi194 ceph-mon[104785]: pgmap v17069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:55:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:50 smithi135 ceph-mon[93152]: pgmap v17069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:55:51.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:51.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:52.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:52.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:52 smithi194 ceph-mon[104785]: pgmap v17070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:52 smithi135 ceph-mon[93152]: pgmap v17070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:53.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:53.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:54 smithi135 ceph-mon[93152]: pgmap v17071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:54.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:54.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:54 smithi194 ceph-mon[104785]: pgmap v17071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:55.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:55.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:56.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:56.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:56 smithi194 ceph-mon[104785]: pgmap v17072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:56 smithi135 ceph-mon[93152]: pgmap v17072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:55:57.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:57.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:58.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:58.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:58.932 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:58 smithi194 ceph-mon[104785]: pgmap v17073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:58 smithi135 ceph-mon[93152]: pgmap v17073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:55:59.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:55:59.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:55:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:55:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:55:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:55:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:55:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:55:59.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:55:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:56:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:56:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:56:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:56:00.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:56:00.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:56:00.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:55:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:56:00.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:00.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:00 smithi194 ceph-mon[104785]: pgmap v17074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:56:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:00 smithi135 ceph-mon[93152]: pgmap v17074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:56:01.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:01.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:02.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:02.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:02 smithi194 ceph-mon[104785]: pgmap v17075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:02 smithi135 ceph-mon[93152]: pgmap v17075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:03.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:03.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:04 smithi135 ceph-mon[93152]: pgmap v17076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:04.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:04.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:04 smithi194 ceph-mon[104785]: pgmap v17076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:05.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:05.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:06.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:06.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:06 smithi194 ceph-mon[104785]: pgmap v17077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:06 smithi135 ceph-mon[93152]: pgmap v17077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:07.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:07.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:08.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:08.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:08 smithi194 ceph-mon[104785]: pgmap v17078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:08 smithi135 ceph-mon[93152]: pgmap v17078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:09.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:09.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:10.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:10.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:10 smithi194 ceph-mon[104785]: pgmap v17079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:56:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:10 smithi135 ceph-mon[93152]: pgmap v17079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:56:11.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:11.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:12.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:12.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:12 smithi194 ceph-mon[104785]: pgmap v17080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:12 smithi135 ceph-mon[93152]: pgmap v17080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:13.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:13.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:14.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:14.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:14 smithi194 ceph-mon[104785]: pgmap v17081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:14 smithi135 ceph-mon[93152]: pgmap v17081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:15.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:15.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:16.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:16.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:16 smithi194 ceph-mon[104785]: pgmap v17082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:16 smithi135 ceph-mon[93152]: pgmap v17082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:17.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:17.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:18.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:18.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:18 smithi194 ceph-mon[104785]: pgmap v17083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:18 smithi135 ceph-mon[93152]: pgmap v17083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:19.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:19.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:20.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:20.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:20 smithi194 ceph-mon[104785]: pgmap v17084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:56:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:20 smithi135 ceph-mon[93152]: pgmap v17084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:56:21.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:21.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:22.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:22.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:22 smithi194 ceph-mon[104785]: pgmap v17085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:22 smithi135 ceph-mon[93152]: pgmap v17085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:23.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:23.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:24.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:24.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:24 smithi194 ceph-mon[104785]: pgmap v17086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:24 smithi135 ceph-mon[93152]: pgmap v17086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:25.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:25.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:26.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:26.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:26 smithi194 ceph-mon[104785]: pgmap v17087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:26 smithi135 ceph-mon[93152]: pgmap v17087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:27.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:27.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:28.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:28.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:28 smithi194 ceph-mon[104785]: pgmap v17088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:28 smithi135 ceph-mon[93152]: pgmap v17088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:29.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:29.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:30.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:30.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:30.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:30 smithi194 ceph-mon[104785]: pgmap v17089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:56:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:30 smithi135 ceph-mon[93152]: pgmap v17089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:56:31.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:31.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:32.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:32.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:32 smithi194 ceph-mon[104785]: pgmap v17090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:32 smithi135 ceph-mon[93152]: pgmap v17090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:33.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:33.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:34.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:34.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:34 smithi194 ceph-mon[104785]: pgmap v17091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:34 smithi135 ceph-mon[93152]: pgmap v17091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:35.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:35.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:36.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:36.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:36 smithi194 ceph-mon[104785]: pgmap v17092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:36 smithi135 ceph-mon[93152]: pgmap v17092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:37.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:37.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:38.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:38.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:38 smithi194 ceph-mon[104785]: pgmap v17093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:38 smithi135 ceph-mon[93152]: pgmap v17093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:39.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:39.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:40.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:40.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:40 smithi194 ceph-mon[104785]: pgmap v17094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:56:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:40 smithi135 ceph-mon[93152]: pgmap v17094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:56:41.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:41.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:42.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:42.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:42 smithi194 ceph-mon[104785]: pgmap v17095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:42 smithi135 ceph-mon[93152]: pgmap v17095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:43.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:43.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:44 smithi194 ceph-mon[104785]: pgmap v17096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:44.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:44.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:44 smithi135 ceph-mon[93152]: pgmap v17096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:45.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:45.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:46.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:46.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:46 smithi194 ceph-mon[104785]: pgmap v17097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:46 smithi135 ceph-mon[93152]: pgmap v17097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:47.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:47.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:48.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:48.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:48 smithi194 ceph-mon[104785]: pgmap v17098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:48 smithi135 ceph-mon[93152]: pgmap v17098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:49.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:49.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:50.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:50.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:50 smithi194 ceph-mon[104785]: pgmap v17099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:56:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:50 smithi135 ceph-mon[93152]: pgmap v17099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:56:51.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:51.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:52.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:52.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:52 smithi194 ceph-mon[104785]: pgmap v17100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:52 smithi135 ceph-mon[93152]: pgmap v17100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:53.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:53.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:54.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:54.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:54.941 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:54 smithi135 ceph-mon[93152]: pgmap v17101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:54 smithi194 ceph-mon[104785]: pgmap v17101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:55.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:55.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:56.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:56.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:56 smithi194 ceph-mon[104785]: pgmap v17102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:56 smithi135 ceph-mon[93152]: pgmap v17102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:56:57.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:57.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:58.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:58.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:58 smithi194 ceph-mon[104785]: pgmap v17103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:58 smithi135 ceph-mon[93152]: pgmap v17103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:56:59.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:56:59.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:56:59.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:56:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:56:59.992 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:56:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:57:00.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:00.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:00 smithi194 ceph-mon[104785]: pgmap v17104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:57:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:57:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:57:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:57:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:57:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:57:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:57:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:57:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:00 smithi135 ceph-mon[93152]: pgmap v17104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:57:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:57:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:57:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:57:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:57:01.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:57:01.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:57:01.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:57:01.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:01.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:02.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:02.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:02 smithi194 ceph-mon[104785]: pgmap v17105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:02 smithi135 ceph-mon[93152]: pgmap v17105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:03.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:03.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:04.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:04.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:04 smithi194 ceph-mon[104785]: pgmap v17106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:04 smithi135 ceph-mon[93152]: pgmap v17106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:05.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:05.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:06.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:06.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:06.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:06 smithi194 ceph-mon[104785]: pgmap v17107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:07.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:06 smithi135 ceph-mon[93152]: pgmap v17107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:07.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:07.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:08.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:08.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:08 smithi194 ceph-mon[104785]: pgmap v17108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:08 smithi135 ceph-mon[93152]: pgmap v17108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:09.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:09.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:10.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:10.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:10 smithi194 ceph-mon[104785]: pgmap v17109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:57:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:10 smithi135 ceph-mon[93152]: pgmap v17109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:57:11.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:11.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:12.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:12.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:12 smithi135 ceph-mon[93152]: pgmap v17110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:12 smithi194 ceph-mon[104785]: pgmap v17110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:13.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:13.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:14 smithi194 ceph-mon[104785]: pgmap v17111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:14.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:14.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:14 smithi135 ceph-mon[93152]: pgmap v17111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:15.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:15.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:16.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:16 smithi194 ceph-mon[104785]: pgmap v17112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:16.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:16.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:16 smithi135 ceph-mon[93152]: pgmap v17112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:17.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:17.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:18 smithi194 ceph-mon[104785]: pgmap v17113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:18.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:18.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:18 smithi135 ceph-mon[93152]: pgmap v17113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:19.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:19.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:20 smithi194 ceph-mon[104785]: pgmap v17114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:57:20.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:20.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:20 smithi135 ceph-mon[93152]: pgmap v17114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:57:21.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:21.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:22.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:22.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:22 smithi135 ceph-mon[93152]: pgmap v17115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:22 smithi194 ceph-mon[104785]: pgmap v17115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:23.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:23.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:24 smithi194 ceph-mon[104785]: pgmap v17116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:24.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:24.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:24 smithi135 ceph-mon[93152]: pgmap v17116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:25.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:25.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:26 smithi194 ceph-mon[104785]: pgmap v17117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:26.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:26.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:26 smithi135 ceph-mon[93152]: pgmap v17117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:27.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:27.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:28 smithi194 ceph-mon[104785]: pgmap v17118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:28.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:28.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:28 smithi135 ceph-mon[93152]: pgmap v17118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:29.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:29.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:30.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:30.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:30 smithi135 ceph-mon[93152]: pgmap v17119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:57:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:30 smithi194 ceph-mon[104785]: pgmap v17119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:57:31.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:31.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:32.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:32.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:32 smithi135 ceph-mon[93152]: pgmap v17120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:33.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:32 smithi194 ceph-mon[104785]: pgmap v17120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:33.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:33.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:34.936 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:34 smithi194 ceph-mon[104785]: pgmap v17121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:34.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:34.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:34 smithi135 ceph-mon[93152]: pgmap v17121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:35.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:35.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:36 smithi194 ceph-mon[104785]: pgmap v17122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:36.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:36.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:36 smithi135 ceph-mon[93152]: pgmap v17122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:37.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:37.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:39.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:39.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:38 smithi135 ceph-mon[93152]: pgmap v17123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:38 smithi194 ceph-mon[104785]: pgmap v17123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:40.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:40.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:41.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:41.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:40 smithi135 ceph-mon[93152]: pgmap v17124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:57:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:40 smithi194 ceph-mon[104785]: pgmap v17124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:57:42.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:42.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:43.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:43.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:43.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:42 smithi135 ceph-mon[93152]: pgmap v17125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:42 smithi194 ceph-mon[104785]: pgmap v17125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:44.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:44.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:44 smithi194 ceph-mon[104785]: pgmap v17126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:44 smithi135 ceph-mon[93152]: pgmap v17126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:45.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:45.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:46.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:46.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:46 smithi194 ceph-mon[104785]: pgmap v17127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:46 smithi135 ceph-mon[93152]: pgmap v17127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:47.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:47.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:48.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:48.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:48 smithi135 ceph-mon[93152]: pgmap v17128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:49.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:49.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:48 smithi194 ceph-mon[104785]: pgmap v17128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:50.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:50.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:50 smithi135 ceph-mon[93152]: pgmap v17129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:57:51.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:51.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:50 smithi194 ceph-mon[104785]: pgmap v17129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:57:52.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:52.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:52 smithi135 ceph-mon[93152]: pgmap v17130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:53.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:53.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:52 smithi194 ceph-mon[104785]: pgmap v17130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:54.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:54.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:54 smithi194 ceph-mon[104785]: pgmap v17131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:54 smithi135 ceph-mon[93152]: pgmap v17131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:55.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:55.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:56.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:56.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:56 smithi135 ceph-mon[93152]: pgmap v17132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:57.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:57.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:56 smithi194 ceph-mon[104785]: pgmap v17132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:57:58.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:58.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:57:58 smithi135 ceph-mon[93152]: pgmap v17133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:57:59.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:57:59.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:57:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:57:58 smithi194 ceph-mon[104785]: pgmap v17133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:00.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:00.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:00 smithi135 ceph-mon[93152]: pgmap v17134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:58:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:58:01.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:01.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:00 smithi194 ceph-mon[104785]: pgmap v17134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:58:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:58:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:58:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:58:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:58:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:58:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:58:02.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:02.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:58:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:58:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:58:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:58:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:58:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:02 smithi135 ceph-mon[93152]: pgmap v17135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:03.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:03.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:02 smithi194 ceph-mon[104785]: pgmap v17135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:04.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:04.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:04 smithi194 ceph-mon[104785]: pgmap v17136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:04 smithi135 ceph-mon[93152]: pgmap v17136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:05.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:05.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:06.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:06.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:06 smithi135 ceph-mon[93152]: pgmap v17137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:07.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:07.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:06 smithi194 ceph-mon[104785]: pgmap v17137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:08.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:08.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:08 smithi135 ceph-mon[93152]: pgmap v17138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:09.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:09.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:08 smithi194 ceph-mon[104785]: pgmap v17138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:10.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:10.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:10 smithi135 ceph-mon[93152]: pgmap v17139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:58:11.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:11.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:10 smithi194 ceph-mon[104785]: pgmap v17139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:58:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:12.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:12.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:12 smithi135 ceph-mon[93152]: pgmap v17140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:13.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:13.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:12 smithi194 ceph-mon[104785]: pgmap v17140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:14.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:14.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:14 smithi194 ceph-mon[104785]: pgmap v17141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:15.024 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:14 smithi135 ceph-mon[93152]: pgmap v17141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:15.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:15.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:16.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:16.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:16 smithi135 ceph-mon[93152]: pgmap v17142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:17.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:17.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:16 smithi194 ceph-mon[104785]: pgmap v17142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:18.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:18.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:18 smithi135 ceph-mon[93152]: pgmap v17143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:19.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:19.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:18 smithi194 ceph-mon[104785]: pgmap v17143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:20.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:20.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:20 smithi135 ceph-mon[93152]: pgmap v17144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:58:21.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:21.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:20 smithi194 ceph-mon[104785]: pgmap v17144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:58:22.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:22.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:22 smithi135 ceph-mon[93152]: pgmap v17145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:23.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:23.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:22 smithi194 ceph-mon[104785]: pgmap v17145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:24.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:24.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:24 smithi194 ceph-mon[104785]: pgmap v17146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:24 smithi135 ceph-mon[93152]: pgmap v17146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:25.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:25.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:26.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:26.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:26 smithi135 ceph-mon[93152]: pgmap v17147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:27.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:27.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:26 smithi194 ceph-mon[104785]: pgmap v17147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:28.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:28.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:28 smithi135 ceph-mon[93152]: pgmap v17148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:29.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:29.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:28 smithi194 ceph-mon[104785]: pgmap v17148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:30.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:30.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:30.891 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:30 smithi135 ceph-mon[93152]: pgmap v17149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:58:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:30 smithi194 ceph-mon[104785]: pgmap v17149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:58:31.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:31.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:32.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:32.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:32 smithi135 ceph-mon[93152]: pgmap v17150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:33.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:33.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:32 smithi194 ceph-mon[104785]: pgmap v17150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:34.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:34.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:34 smithi194 ceph-mon[104785]: pgmap v17151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:34 smithi135 ceph-mon[93152]: pgmap v17151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:35.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:35.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:36.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:36.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:36 smithi135 ceph-mon[93152]: pgmap v17152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:37.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:37.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:36 smithi194 ceph-mon[104785]: pgmap v17152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:38.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:38.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:38 smithi135 ceph-mon[93152]: pgmap v17153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:39.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:39.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:38 smithi194 ceph-mon[104785]: pgmap v17153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:40.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:40.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:40.963 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:40 smithi194 ceph-mon[104785]: pgmap v17154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:58:40.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:40 smithi135 ceph-mon[93152]: pgmap v17154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:58:41.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:41.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:42.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:42.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:42 smithi135 ceph-mon[93152]: pgmap v17155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:43.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:43.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:42 smithi194 ceph-mon[104785]: pgmap v17155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:44.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:44.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:44.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:44 smithi194 ceph-mon[104785]: pgmap v17156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:44 smithi135 ceph-mon[93152]: pgmap v17156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:45.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:45.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:46.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:46.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:46 smithi135 ceph-mon[93152]: pgmap v17157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:47.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:47.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:46 smithi194 ceph-mon[104785]: pgmap v17157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:48.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:48.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:48 smithi135 ceph-mon[93152]: pgmap v17158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:49.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:49.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:48 smithi194 ceph-mon[104785]: pgmap v17158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:50.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:50.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:50 smithi135 ceph-mon[93152]: pgmap v17159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:58:51.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:51.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:50 smithi194 ceph-mon[104785]: pgmap v17159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:58:52.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:52.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:52 smithi135 ceph-mon[93152]: pgmap v17160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:53.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:53.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:52 smithi194 ceph-mon[104785]: pgmap v17160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:54.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:54.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:54 smithi194 ceph-mon[104785]: pgmap v17161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:54 smithi135 ceph-mon[93152]: pgmap v17161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:55.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:55.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:56.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:56.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:56 smithi135 ceph-mon[93152]: pgmap v17162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:57.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:57.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:56 smithi194 ceph-mon[104785]: pgmap v17162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:57.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:58:58.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:58.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:58:58 smithi135 ceph-mon[93152]: pgmap v17163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:58:59.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:58:59.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:58:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:58:58 smithi194 ceph-mon[104785]: pgmap v17163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:00.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:00.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:00 smithi135 ceph-mon[93152]: pgmap v17164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:59:01.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:01.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:00 smithi194 ceph-mon[104785]: pgmap v17164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:59:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:59:02.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:02.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:02.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T13:59:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:02 smithi135 ceph-mon[93152]: pgmap v17165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:59:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:59:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:59:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:59:03.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:02 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1432M 2023-10-08T13:59:03.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:59:03.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:59:03.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:59:03.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:59:03.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:59:03.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:59:03.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:03.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:02 smithi194 ceph-mon[104785]: pgmap v17165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:59:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:59:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:59:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T13:59:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:02 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1432M 2023-10-08T13:59:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:59:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T13:59:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T13:59:03.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:59:03.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T13:59:03.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T13:59:04.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:04.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:04 smithi194 ceph-mon[104785]: pgmap v17166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:04 smithi135 ceph-mon[93152]: pgmap v17166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:05.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:05.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:06.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:06.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:06 smithi135 ceph-mon[93152]: pgmap v17167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:07.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:07.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:06 smithi194 ceph-mon[104785]: pgmap v17167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:08.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:08.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:08 smithi135 ceph-mon[93152]: pgmap v17168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:09.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:09.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:08 smithi194 ceph-mon[104785]: pgmap v17168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:10.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:10.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:10 smithi135 ceph-mon[93152]: pgmap v17169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:59:11.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:11.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:10 smithi194 ceph-mon[104785]: pgmap v17169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:59:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:12.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:12.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:12 smithi135 ceph-mon[93152]: pgmap v17170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:13.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:13.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:12 smithi194 ceph-mon[104785]: pgmap v17170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:14.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:14.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:14 smithi194 ceph-mon[104785]: pgmap v17171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:14 smithi135 ceph-mon[93152]: pgmap v17171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:15.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:15.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:16.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:16.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:16 smithi135 ceph-mon[93152]: pgmap v17172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:17.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:17.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:16 smithi194 ceph-mon[104785]: pgmap v17172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:18.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:18.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:18 smithi135 ceph-mon[93152]: pgmap v17173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:19.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:19.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:18 smithi194 ceph-mon[104785]: pgmap v17173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:20.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:20.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:20 smithi135 ceph-mon[93152]: pgmap v17174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:59:21.047 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:20 smithi194 ceph-mon[104785]: pgmap v17174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:59:21.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:21.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:22.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:22.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:22 smithi135 ceph-mon[93152]: pgmap v17175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:23.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:23.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:22 smithi194 ceph-mon[104785]: pgmap v17175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:24.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:24.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:24 smithi194 ceph-mon[104785]: pgmap v17176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:24 smithi135 ceph-mon[93152]: pgmap v17176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:25.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:25.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:26.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:26.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:26 smithi135 ceph-mon[93152]: pgmap v17177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:27.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:27.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:26 smithi194 ceph-mon[104785]: pgmap v17177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:28.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:28.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:28 smithi135 ceph-mon[93152]: pgmap v17178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:29.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:29.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:28 smithi194 ceph-mon[104785]: pgmap v17178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:30.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:30.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:30 smithi135 ceph-mon[93152]: pgmap v17179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:59:31.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:30 smithi194 ceph-mon[104785]: pgmap v17179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:59:31.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:31.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:32.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:32.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:32 smithi135 ceph-mon[93152]: pgmap v17180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:33.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:33.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:32 smithi194 ceph-mon[104785]: pgmap v17180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:34.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:34.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:34 smithi194 ceph-mon[104785]: pgmap v17181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:34 smithi135 ceph-mon[93152]: pgmap v17181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:35.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:35.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:36.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:36.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:36 smithi135 ceph-mon[93152]: pgmap v17182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:37.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:37.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:36 smithi194 ceph-mon[104785]: pgmap v17182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:38.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:38.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:38 smithi135 ceph-mon[93152]: pgmap v17183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:39.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:39.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:38 smithi194 ceph-mon[104785]: pgmap v17183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:40.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:40.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:40 smithi135 ceph-mon[93152]: pgmap v17184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:59:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:41.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:41.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:40 smithi194 ceph-mon[104785]: pgmap v17184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:59:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:42.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:42.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:42 smithi135 ceph-mon[93152]: pgmap v17185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:43.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:43.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:42 smithi194 ceph-mon[104785]: pgmap v17185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:44.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:44.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:44 smithi194 ceph-mon[104785]: pgmap v17186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:44 smithi135 ceph-mon[93152]: pgmap v17186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:45.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:45.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:46.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:46.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:46 smithi135 ceph-mon[93152]: pgmap v17187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:47.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:47.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:46 smithi194 ceph-mon[104785]: pgmap v17187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:48.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:48.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:48 smithi135 ceph-mon[93152]: pgmap v17188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:49.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:49.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:48 smithi194 ceph-mon[104785]: pgmap v17188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:50.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:50.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:50 smithi135 ceph-mon[93152]: pgmap v17189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:59:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:50 smithi194 ceph-mon[104785]: pgmap v17189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T13:59:51.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:51.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:52.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:52.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:52 smithi194 ceph-mon[104785]: pgmap v17190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:53.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:53.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:52 smithi135 ceph-mon[93152]: pgmap v17190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:54.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:54.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:54 smithi194 ceph-mon[104785]: pgmap v17191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:54 smithi135 ceph-mon[93152]: pgmap v17191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:55.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:55.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:56.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:56.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T13:59:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:56 smithi135 ceph-mon[93152]: pgmap v17192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:56 smithi194 ceph-mon[104785]: pgmap v17192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:57.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:57.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:58.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:58.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 13:59:58 smithi194 ceph-mon[104785]: pgmap v17193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T13:59:59.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T13:59:59.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T13:59:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 13:59:58 smithi135 ceph-mon[93152]: pgmap v17193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:00.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:00.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:00 smithi135 ceph-mon[93152]: pgmap v17194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:00:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T14:00:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:00 smithi194 ceph-mon[104785]: pgmap v17194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:00:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T14:00:01.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:01.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:02.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:02.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:02 smithi194 ceph-mon[104785]: pgmap v17195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:00:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:00:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:00:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:00:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:00:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:00:03.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:03.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:02 smithi135 ceph-mon[93152]: pgmap v17195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:00:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:00:03.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:00:03.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:00:03.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:00:03.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:00:04.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:04.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:04 smithi194 ceph-mon[104785]: pgmap v17196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:04 smithi135 ceph-mon[93152]: pgmap v17196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:05.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:05.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:06.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:06.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:06 smithi194 ceph-mon[104785]: pgmap v17197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:06 smithi135 ceph-mon[93152]: pgmap v17197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:07.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:07.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:08.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:08.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:08 smithi135 ceph-mon[93152]: pgmap v17198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:08 smithi194 ceph-mon[104785]: pgmap v17198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:09.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:09.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:10.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:10.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:10 smithi135 ceph-mon[93152]: pgmap v17199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:00:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:10 smithi194 ceph-mon[104785]: pgmap v17199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:00:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:11.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:11.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:12.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:12.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:12 smithi194 ceph-mon[104785]: pgmap v17200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:13.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:13.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:12 smithi135 ceph-mon[93152]: pgmap v17200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:14.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:14.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:14 smithi194 ceph-mon[104785]: pgmap v17201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:14 smithi135 ceph-mon[93152]: pgmap v17201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:15.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:15.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:16.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:16.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:16 smithi194 ceph-mon[104785]: pgmap v17202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:16 smithi135 ceph-mon[93152]: pgmap v17202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:17.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:17.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:18.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:18.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:18 smithi135 ceph-mon[93152]: pgmap v17203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:18 smithi194 ceph-mon[104785]: pgmap v17203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:19.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:19.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:20.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:20.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:20 smithi135 ceph-mon[93152]: pgmap v17204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:00:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:20 smithi194 ceph-mon[104785]: pgmap v17204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:00:21.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:21.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:22.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:22.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:22 smithi194 ceph-mon[104785]: pgmap v17205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:22 smithi135 ceph-mon[93152]: pgmap v17205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:23.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:23.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:24.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:24.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:24 smithi194 ceph-mon[104785]: pgmap v17206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:24 smithi135 ceph-mon[93152]: pgmap v17206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:25.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:25.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:26.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:26.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:26 smithi194 ceph-mon[104785]: pgmap v17207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:26 smithi135 ceph-mon[93152]: pgmap v17207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:27.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:27.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:28.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:28.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:28 smithi194 ceph-mon[104785]: pgmap v17208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:28 smithi135 ceph-mon[93152]: pgmap v17208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:29.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:29.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:30.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:30.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:30 smithi135 ceph-mon[93152]: pgmap v17209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:00:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:30 smithi194 ceph-mon[104785]: pgmap v17209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:00:31.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:31.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:32.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:32.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:32 smithi194 ceph-mon[104785]: pgmap v17210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:32 smithi135 ceph-mon[93152]: pgmap v17210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:33.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:33.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:34.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:34.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:34 smithi194 ceph-mon[104785]: pgmap v17211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:34 smithi135 ceph-mon[93152]: pgmap v17211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:35.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:35.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:36.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:36.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:37.120 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:36 smithi135 ceph-mon[93152]: pgmap v17212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:36 smithi194 ceph-mon[104785]: pgmap v17212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:37.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:37.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:38.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:38.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:38 smithi194 ceph-mon[104785]: pgmap v17213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:38 smithi135 ceph-mon[93152]: pgmap v17213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:39.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:39.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:40.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:40.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:40 smithi135 ceph-mon[93152]: pgmap v17214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:00:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:40 smithi194 ceph-mon[104785]: pgmap v17214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:00:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:41.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:41.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:42.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:42.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:42 smithi194 ceph-mon[104785]: pgmap v17215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:42 smithi135 ceph-mon[93152]: pgmap v17215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:43.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:43.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:44.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:44.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:44 smithi194 ceph-mon[104785]: pgmap v17216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:44 smithi135 ceph-mon[93152]: pgmap v17216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:45.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:45.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:46.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:46.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:46 smithi194 ceph-mon[104785]: pgmap v17217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:47.218 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:46 smithi135 ceph-mon[93152]: pgmap v17217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:47.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:47.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:48.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:48.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:48 smithi194 ceph-mon[104785]: pgmap v17218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:48 smithi135 ceph-mon[93152]: pgmap v17218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:49.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:49.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:50.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:50.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:50 smithi135 ceph-mon[93152]: pgmap v17219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:00:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:50 smithi194 ceph-mon[104785]: pgmap v17219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:00:51.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:51.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:52.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:52.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:52 smithi194 ceph-mon[104785]: pgmap v17220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:52 smithi135 ceph-mon[93152]: pgmap v17220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:53.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:53.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:54.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:54.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:54 smithi194 ceph-mon[104785]: pgmap v17221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:54 smithi135 ceph-mon[93152]: pgmap v17221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:55.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:55.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:00:56.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:56.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:57.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:56 smithi194 ceph-mon[104785]: pgmap v17222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:56 smithi135 ceph-mon[93152]: pgmap v17222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:57.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:57.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:58.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:58.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:00:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:00:58 smithi194 ceph-mon[104785]: pgmap v17223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:00:58 smithi135 ceph-mon[93152]: pgmap v17223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:00:59.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:00:59.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:00.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:00.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:00 smithi135 ceph-mon[93152]: pgmap v17224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:01:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:00 smithi194 ceph-mon[104785]: pgmap v17224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:01:01.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:01.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:02.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:02.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:02 smithi194 ceph-mon[104785]: pgmap v17225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:01:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:02 smithi135 ceph-mon[93152]: pgmap v17225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:01:03.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:03.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:01:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:01:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:01:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:01:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:01:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:01:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:01:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:01:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:01:04.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:01:04.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:04.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:04 smithi194 ceph-mon[104785]: pgmap v17226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:04 smithi135 ceph-mon[93152]: pgmap v17226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:05.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:05.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:06.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:06.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:07.160 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:06 smithi194 ceph-mon[104785]: pgmap v17227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:06 smithi135 ceph-mon[93152]: pgmap v17227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:07.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:07.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:08.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:08.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:08 smithi194 ceph-mon[104785]: pgmap v17228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:08 smithi135 ceph-mon[93152]: pgmap v17228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:09.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:09.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:10.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:10.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:10 smithi135 ceph-mon[93152]: pgmap v17229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:01:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:10 smithi194 ceph-mon[104785]: pgmap v17229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:01:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:11.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:11.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:12.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:12.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:12 smithi194 ceph-mon[104785]: pgmap v17230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:12 smithi135 ceph-mon[93152]: pgmap v17230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:13.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:13.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:14.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:14.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:14 smithi194 ceph-mon[104785]: pgmap v17231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:14 smithi135 ceph-mon[93152]: pgmap v17231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:15.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:15.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:16.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:16.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:16 smithi194 ceph-mon[104785]: pgmap v17232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:16 smithi135 ceph-mon[93152]: pgmap v17232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:17.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:17.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:18.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:18.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:18 smithi194 ceph-mon[104785]: pgmap v17233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:18 smithi135 ceph-mon[93152]: pgmap v17233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:19.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:19.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:20.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:20.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:20 smithi135 ceph-mon[93152]: pgmap v17234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:01:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:20 smithi194 ceph-mon[104785]: pgmap v17234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:01:21.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:21.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:22.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:22.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:22 smithi135 ceph-mon[93152]: pgmap v17235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:22 smithi194 ceph-mon[104785]: pgmap v17235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:23.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:23.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:24.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:24.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:24 smithi194 ceph-mon[104785]: pgmap v17236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:24 smithi135 ceph-mon[93152]: pgmap v17236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:25.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:25.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:26.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:26.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:26 smithi194 ceph-mon[104785]: pgmap v17237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:26 smithi135 ceph-mon[93152]: pgmap v17237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:27.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:27.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:28.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:28.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:28 smithi194 ceph-mon[104785]: pgmap v17238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:28 smithi135 ceph-mon[93152]: pgmap v17238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:29.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:29.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:30.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:30.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:30 smithi135 ceph-mon[93152]: pgmap v17239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:01:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:30 smithi194 ceph-mon[104785]: pgmap v17239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:01:31.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:31.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:32.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:32.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:32 smithi135 ceph-mon[93152]: pgmap v17240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:32 smithi194 ceph-mon[104785]: pgmap v17240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:33.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:33.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:34.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:34.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:34 smithi194 ceph-mon[104785]: pgmap v17241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:34 smithi135 ceph-mon[93152]: pgmap v17241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:35.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:35.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:36.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:36.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:36 smithi194 ceph-mon[104785]: pgmap v17242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:36 smithi135 ceph-mon[93152]: pgmap v17242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:37.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:37.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:38.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:38.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:38 smithi194 ceph-mon[104785]: pgmap v17243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:38 smithi135 ceph-mon[93152]: pgmap v17243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:39.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:39.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:40.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:40.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:40 smithi135 ceph-mon[93152]: pgmap v17244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:01:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:40 smithi194 ceph-mon[104785]: pgmap v17244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:01:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:41.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:41.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:42.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:42.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:42 smithi194 ceph-mon[104785]: pgmap v17245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:43.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:42 smithi135 ceph-mon[93152]: pgmap v17245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:43.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:43.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:44.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:44.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:44 smithi194 ceph-mon[104785]: pgmap v17246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:44 smithi135 ceph-mon[93152]: pgmap v17246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:45.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:45.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:46.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:46.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:46 smithi194 ceph-mon[104785]: pgmap v17247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:46 smithi135 ceph-mon[93152]: pgmap v17247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:47.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:47.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:48.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:48.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:48 smithi194 ceph-mon[104785]: pgmap v17248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:48 smithi135 ceph-mon[93152]: pgmap v17248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:49.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:49.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:50.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:50.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:50 smithi135 ceph-mon[93152]: pgmap v17249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:01:51.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:50 smithi194 ceph-mon[104785]: pgmap v17249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:01:51.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:51.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:52.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:52.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:52 smithi194 ceph-mon[104785]: pgmap v17250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:52 smithi135 ceph-mon[93152]: pgmap v17250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:53.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:53.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:54.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:54.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:54 smithi194 ceph-mon[104785]: pgmap v17251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:54 smithi135 ceph-mon[93152]: pgmap v17251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:55.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:55.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:01:56.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:56.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:56 smithi194 ceph-mon[104785]: pgmap v17252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:56 smithi135 ceph-mon[93152]: pgmap v17252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:57.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:57.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:58.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:58.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:01:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:01:58 smithi194 ceph-mon[104785]: pgmap v17253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:01:58 smithi135 ceph-mon[93152]: pgmap v17253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:01:59.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:01:59.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:00.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:00.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:00 smithi135 ceph-mon[93152]: pgmap v17254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:02:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:00 smithi194 ceph-mon[104785]: pgmap v17254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:02:01.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:01.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:02.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:02.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:02 smithi194 ceph-mon[104785]: pgmap v17255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:02 smithi135 ceph-mon[93152]: pgmap v17255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:03.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:03.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:02:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:02:04.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:04.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:04 smithi194 ceph-mon[104785]: pgmap v17256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:04 smithi135 ceph-mon[93152]: pgmap v17256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:05.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:05.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:06.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:06.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:06 smithi194 ceph-mon[104785]: pgmap v17257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:06 smithi135 ceph-mon[93152]: pgmap v17257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:07.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:07.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:08.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:08.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:08 smithi194 ceph-mon[104785]: pgmap v17258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:02:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:02:09.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:02:09.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:02:09.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:02:09.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:02:09.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:02:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:08 smithi135 ceph-mon[93152]: pgmap v17258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:02:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:02:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:02:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:02:09.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:02:09.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:02:09.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:02:09.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:09.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:10.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:10.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:10 smithi135 ceph-mon[93152]: pgmap v17259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:02:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:10 smithi194 ceph-mon[104785]: pgmap v17259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:02:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:11.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:11.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:12.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:12.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:13.066 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:12 smithi135 ceph-mon[93152]: pgmap v17260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:12 smithi194 ceph-mon[104785]: pgmap v17260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:13.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:13.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:14.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:14.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:14 smithi194 ceph-mon[104785]: pgmap v17261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:14 smithi135 ceph-mon[93152]: pgmap v17261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:15.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:15.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:16.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:16.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:16 smithi194 ceph-mon[104785]: pgmap v17262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:16 smithi135 ceph-mon[93152]: pgmap v17262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:17.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:17.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:18.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:18.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:18 smithi194 ceph-mon[104785]: pgmap v17263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:18 smithi135 ceph-mon[93152]: pgmap v17263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:19.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:19.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:20.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:20.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:20 smithi135 ceph-mon[93152]: pgmap v17264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:02:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:20 smithi194 ceph-mon[104785]: pgmap v17264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:02:21.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:21.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:22.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:22.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:23.164 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:22 smithi135 ceph-mon[93152]: pgmap v17265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:22 smithi194 ceph-mon[104785]: pgmap v17265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:23.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:23.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:24.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:24.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:24 smithi194 ceph-mon[104785]: pgmap v17266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:24 smithi135 ceph-mon[93152]: pgmap v17266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:25.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:25.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:26.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:26.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:26 smithi194 ceph-mon[104785]: pgmap v17267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:26 smithi135 ceph-mon[93152]: pgmap v17267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:27.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:27.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:28.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:28.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:28 smithi194 ceph-mon[104785]: pgmap v17268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:28 smithi135 ceph-mon[93152]: pgmap v17268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:29.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:29.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:30.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:30.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:30 smithi135 ceph-mon[93152]: pgmap v17269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:02:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:30 smithi194 ceph-mon[104785]: pgmap v17269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:02:31.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:31.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:32.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:32.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:32 smithi194 ceph-mon[104785]: pgmap v17270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:32 smithi135 ceph-mon[93152]: pgmap v17270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:33.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:33.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:34.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:34.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:34 smithi194 ceph-mon[104785]: pgmap v17271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:34 smithi135 ceph-mon[93152]: pgmap v17271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:35.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:35.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:36.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:36.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:36 smithi194 ceph-mon[104785]: pgmap v17272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:36 smithi135 ceph-mon[93152]: pgmap v17272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:37.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:37.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:38.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:38.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:38 smithi194 ceph-mon[104785]: pgmap v17273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:38 smithi135 ceph-mon[93152]: pgmap v17273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:39.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:39.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:40.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:40.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:40 smithi135 ceph-mon[93152]: pgmap v17274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:02:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:40 smithi194 ceph-mon[104785]: pgmap v17274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:02:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:41.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:41.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:42.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:42.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:43.162 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:42 smithi194 ceph-mon[104785]: pgmap v17275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:42 smithi135 ceph-mon[93152]: pgmap v17275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:43.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:43.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:44.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:44.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:44 smithi194 ceph-mon[104785]: pgmap v17276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:44 smithi135 ceph-mon[93152]: pgmap v17276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:45.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:45.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:46.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:46.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:46 smithi194 ceph-mon[104785]: pgmap v17277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:46 smithi135 ceph-mon[93152]: pgmap v17277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:47.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:47.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:48.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:48.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:48 smithi194 ceph-mon[104785]: pgmap v17278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:48 smithi135 ceph-mon[93152]: pgmap v17278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:49.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:49.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:50.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:50.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:50 smithi135 ceph-mon[93152]: pgmap v17279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:02:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:50 smithi194 ceph-mon[104785]: pgmap v17279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:02:51.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:51.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:52.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:52.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:52 smithi194 ceph-mon[104785]: pgmap v17280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:52 smithi135 ceph-mon[93152]: pgmap v17280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:53.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:53.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:54.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:54.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:54 smithi194 ceph-mon[104785]: pgmap v17281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:54 smithi135 ceph-mon[93152]: pgmap v17281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:55.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:55.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:02:56.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:56.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:56 smithi194 ceph-mon[104785]: pgmap v17282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:56 smithi135 ceph-mon[93152]: pgmap v17282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:57.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:57.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:58.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:58.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:02:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:02:58 smithi194 ceph-mon[104785]: pgmap v17283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:02:58 smithi135 ceph-mon[93152]: pgmap v17283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:02:59.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:02:59.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:00.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:00.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:00 smithi135 ceph-mon[93152]: pgmap v17284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:03:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:00 smithi194 ceph-mon[104785]: pgmap v17284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:03:01.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:01.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:02.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:02.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:02 smithi194 ceph-mon[104785]: pgmap v17285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:02 smithi135 ceph-mon[93152]: pgmap v17285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:03.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:03.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:04.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:04.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:04 smithi194 ceph-mon[104785]: pgmap v17286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:04 smithi135 ceph-mon[93152]: pgmap v17286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:05.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:05.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:06.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:06.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:06 smithi194 ceph-mon[104785]: pgmap v17287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:06 smithi135 ceph-mon[93152]: pgmap v17287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:07.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:07.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:08.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:08.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:08 smithi135 ceph-mon[93152]: pgmap v17288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:08 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:03:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:08 smithi194 ceph-mon[104785]: pgmap v17288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:08 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:03:09.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:09.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:03:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:03:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:03:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:03:10.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:03:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:03:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:03:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:03:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:03:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:03:10.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:10.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:10 smithi194 ceph-mon[104785]: pgmap v17289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:03:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:10 smithi135 ceph-mon[93152]: pgmap v17289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:03:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:11.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:11.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:12.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:12.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:12 smithi194 ceph-mon[104785]: pgmap v17290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:12 smithi135 ceph-mon[93152]: pgmap v17290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:13.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:13.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:14.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:14.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:14 smithi194 ceph-mon[104785]: pgmap v17291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:14 smithi135 ceph-mon[93152]: pgmap v17291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:15.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:15.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:16.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:16.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:16 smithi194 ceph-mon[104785]: pgmap v17292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:16 smithi135 ceph-mon[93152]: pgmap v17292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:17.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:17.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:18.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:18.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:18 smithi135 ceph-mon[93152]: pgmap v17293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:18 smithi194 ceph-mon[104785]: pgmap v17293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:19.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:19.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:20.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:20.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:20 smithi135 ceph-mon[93152]: pgmap v17294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:03:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:20 smithi194 ceph-mon[104785]: pgmap v17294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:03:21.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:21.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:22.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:22.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:22 smithi194 ceph-mon[104785]: pgmap v17295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:22 smithi135 ceph-mon[93152]: pgmap v17295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:23.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:23.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:24.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:24.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:24 smithi194 ceph-mon[104785]: pgmap v17296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:24 smithi135 ceph-mon[93152]: pgmap v17296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:25.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:25.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:26.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:26.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:26 smithi194 ceph-mon[104785]: pgmap v17297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:26 smithi135 ceph-mon[93152]: pgmap v17297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:27.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:27.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:28.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:28.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:28 smithi194 ceph-mon[104785]: pgmap v17298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:28 smithi135 ceph-mon[93152]: pgmap v17298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:29.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:29.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:30.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:30.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:30 smithi135 ceph-mon[93152]: pgmap v17299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:03:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:30 smithi194 ceph-mon[104785]: pgmap v17299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:03:31.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:31.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:32.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:32.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:32 smithi194 ceph-mon[104785]: pgmap v17300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:32 smithi135 ceph-mon[93152]: pgmap v17300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:33.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:33.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:34.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:34.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:34 smithi194 ceph-mon[104785]: pgmap v17301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:34 smithi135 ceph-mon[93152]: pgmap v17301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:35.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:35.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:36.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:36.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:36 smithi194 ceph-mon[104785]: pgmap v17302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:36 smithi135 ceph-mon[93152]: pgmap v17302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:37.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:37.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:38.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:38.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:38 smithi194 ceph-mon[104785]: pgmap v17303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:38 smithi135 ceph-mon[93152]: pgmap v17303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:39.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:39.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:40.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:40.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:40 smithi135 ceph-mon[93152]: pgmap v17304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:03:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:40 smithi194 ceph-mon[104785]: pgmap v17304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:03:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:41.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:41.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:42.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:42.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:42 smithi194 ceph-mon[104785]: pgmap v17305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:42 smithi135 ceph-mon[93152]: pgmap v17305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:43.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:43.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:44.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:44.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:44 smithi135 ceph-mon[93152]: pgmap v17306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:44 smithi194 ceph-mon[104785]: pgmap v17306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:45.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:45.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:46.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:46.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:46 smithi194 ceph-mon[104785]: pgmap v17307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:46 smithi135 ceph-mon[93152]: pgmap v17307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:47.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:47.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:48.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:48.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:48 smithi194 ceph-mon[104785]: pgmap v17308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:48 smithi135 ceph-mon[93152]: pgmap v17308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:49.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:49.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:50.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:50.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:50 smithi135 ceph-mon[93152]: pgmap v17309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:03:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:50 smithi194 ceph-mon[104785]: pgmap v17309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:03:51.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:51.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:52.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:52.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:52 smithi194 ceph-mon[104785]: pgmap v17310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:52 smithi135 ceph-mon[93152]: pgmap v17310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:53.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:53.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:54.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:54.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:54 smithi135 ceph-mon[93152]: pgmap v17311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:54 smithi194 ceph-mon[104785]: pgmap v17311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:55.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:55.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:03:56.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:56.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:56 smithi194 ceph-mon[104785]: pgmap v17312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:56 smithi135 ceph-mon[93152]: pgmap v17312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:57.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:57.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:58.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:58.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:03:59.102 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:03:58 smithi135 ceph-mon[93152]: pgmap v17313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:03:58 smithi194 ceph-mon[104785]: pgmap v17313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:03:59.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:03:59.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:00.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:00.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:00 smithi135 ceph-mon[93152]: pgmap v17314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:04:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:00 smithi194 ceph-mon[104785]: pgmap v17314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:04:01.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:01.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:02.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:02.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:02 smithi194 ceph-mon[104785]: pgmap v17315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:02 smithi135 ceph-mon[93152]: pgmap v17315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:03.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:03.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:04.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:04.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:04 smithi135 ceph-mon[93152]: pgmap v17316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:04 smithi194 ceph-mon[104785]: pgmap v17316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:05.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:05.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:06.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:06.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:06 smithi194 ceph-mon[104785]: pgmap v17317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:06 smithi135 ceph-mon[93152]: pgmap v17317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:07.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:07.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:08.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:08.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:09.200 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:08 smithi135 ceph-mon[93152]: pgmap v17318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:08 smithi194 ceph-mon[104785]: pgmap v17318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:09.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:09.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:10.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:09 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:04:10.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:09 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:04:10.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:10.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:10 smithi194 ceph-mon[104785]: pgmap v17319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:04:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:10 smithi135 ceph-mon[93152]: pgmap v17319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:04:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:11.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:11.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:12.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:12.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:12 smithi194 ceph-mon[104785]: pgmap v17320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:12 smithi135 ceph-mon[93152]: pgmap v17320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:13.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:13.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:14.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:14.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:15.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:14 smithi135 ceph-mon[93152]: pgmap v17321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:14 smithi194 ceph-mon[104785]: pgmap v17321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:15.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:15.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:16.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:16.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:16 smithi194 ceph-mon[104785]: pgmap v17322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:04:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:04:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:04:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:04:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:04:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:04:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:04:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:16 smithi135 ceph-mon[93152]: pgmap v17322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:04:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:04:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:04:17.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:04:17.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:04:17.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:04:17.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:04:17.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:17.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:18.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:18.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:19.178 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:18 smithi194 ceph-mon[104785]: pgmap v17323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:18 smithi135 ceph-mon[93152]: pgmap v17323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:19.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:19.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:20.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:20.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:20 smithi194 ceph-mon[104785]: pgmap v17324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:04:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:20 smithi135 ceph-mon[93152]: pgmap v17324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:04:21.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:21.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:22.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:22.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:22 smithi194 ceph-mon[104785]: pgmap v17325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:22 smithi135 ceph-mon[93152]: pgmap v17325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:23.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:23.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:24.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:24.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:24 smithi135 ceph-mon[93152]: pgmap v17326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:24 smithi194 ceph-mon[104785]: pgmap v17326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:25.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:26.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:26.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:26 smithi194 ceph-mon[104785]: pgmap v17327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:26 smithi135 ceph-mon[93152]: pgmap v17327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:27.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:27.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:28.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:28.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:28 smithi194 ceph-mon[104785]: pgmap v17328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:28 smithi135 ceph-mon[93152]: pgmap v17328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:29.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:29.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:30.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:30.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:30 smithi194 ceph-mon[104785]: pgmap v17329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:04:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:30 smithi135 ceph-mon[93152]: pgmap v17329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:04:31.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:31.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:32.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:32.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:32 smithi194 ceph-mon[104785]: pgmap v17330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:32 smithi135 ceph-mon[93152]: pgmap v17330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:33.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:33.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:34.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:34.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:34 smithi135 ceph-mon[93152]: pgmap v17331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:34 smithi194 ceph-mon[104785]: pgmap v17331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:35.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:35.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:36.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:36.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:36 smithi194 ceph-mon[104785]: pgmap v17332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:36 smithi135 ceph-mon[93152]: pgmap v17332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:37.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:37.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:38.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:38.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:38 smithi194 ceph-mon[104785]: pgmap v17333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:38 smithi135 ceph-mon[93152]: pgmap v17333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:39.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:39.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:40.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:40.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:40 smithi194 ceph-mon[104785]: pgmap v17334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:04:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:40 smithi135 ceph-mon[93152]: pgmap v17334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:04:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:41.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:41.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:42.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:42.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:42 smithi194 ceph-mon[104785]: pgmap v17335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:42 smithi135 ceph-mon[93152]: pgmap v17335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:43.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:43.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:44.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:44.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:44 smithi135 ceph-mon[93152]: pgmap v17336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:44 smithi194 ceph-mon[104785]: pgmap v17336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:45.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:45.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:46.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:46.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:46 smithi194 ceph-mon[104785]: pgmap v17337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:46 smithi135 ceph-mon[93152]: pgmap v17337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:47.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:47.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:48.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:48.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:48 smithi194 ceph-mon[104785]: pgmap v17338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:48 smithi135 ceph-mon[93152]: pgmap v17338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:49.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:49.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:50.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:50.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:50 smithi194 ceph-mon[104785]: pgmap v17339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:04:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:50 smithi135 ceph-mon[93152]: pgmap v17339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:04:51.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:51.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:52.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:52.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:52 smithi194 ceph-mon[104785]: pgmap v17340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:52 smithi135 ceph-mon[93152]: pgmap v17340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:53.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:53.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:54.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:54.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:54 smithi194 ceph-mon[104785]: pgmap v17341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:54 smithi135 ceph-mon[93152]: pgmap v17341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:55.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:55.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:04:56.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:56.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:56 smithi194 ceph-mon[104785]: pgmap v17342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:56 smithi135 ceph-mon[93152]: pgmap v17342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:57.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:57.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:58.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:58.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:04:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:04:58 smithi194 ceph-mon[104785]: pgmap v17343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:04:58 smithi135 ceph-mon[93152]: pgmap v17343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:04:59.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:04:59.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:00.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:00.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:00 smithi194 ceph-mon[104785]: pgmap v17344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:05:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:00 smithi135 ceph-mon[93152]: pgmap v17344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:05:01.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:01.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:02.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:02.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:03.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:02 smithi194 ceph-mon[104785]: pgmap v17345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:02 smithi135 ceph-mon[93152]: pgmap v17345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:03.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:03.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:04.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:04.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:04 smithi194 ceph-mon[104785]: pgmap v17346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:04 smithi135 ceph-mon[93152]: pgmap v17346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:05.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:05.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:06.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:06.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:06 smithi194 ceph-mon[104785]: pgmap v17347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:06 smithi135 ceph-mon[93152]: pgmap v17347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:07.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:07.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:08.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:08.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:08 smithi194 ceph-mon[104785]: pgmap v17348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:08 smithi135 ceph-mon[93152]: pgmap v17348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:09.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:09.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:10.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:10.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:10 smithi194 ceph-mon[104785]: pgmap v17349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:05:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:10 smithi135 ceph-mon[93152]: pgmap v17349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:05:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:11.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:11.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:12.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:12.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:12 smithi194 ceph-mon[104785]: pgmap v17350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:12 smithi135 ceph-mon[93152]: pgmap v17350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:13.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:13.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:14.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:14.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:14 smithi135 ceph-mon[93152]: pgmap v17351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:14 smithi194 ceph-mon[104785]: pgmap v17351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:15.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:15.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:16.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:16.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:16 smithi194 ceph-mon[104785]: pgmap v17352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:16 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:05:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:16 smithi135 ceph-mon[93152]: pgmap v17352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:16 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:05:17.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:17.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:05:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:05:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:05:18.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:05:18.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:05:18.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:05:18.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:05:18.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:18 smithi194 ceph-mon[104785]: pgmap v17353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:05:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:05:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:05:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:05:18.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:05:18.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:05:18.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:05:18.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:18 smithi135 ceph-mon[93152]: pgmap v17353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:18.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:18.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:19.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:19.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:20.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:20.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:20 smithi194 ceph-mon[104785]: pgmap v17354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:05:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:20 smithi135 ceph-mon[93152]: pgmap v17354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:05:21.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:21.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:22.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:22.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:22 smithi194 ceph-mon[104785]: pgmap v17355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:22 smithi135 ceph-mon[93152]: pgmap v17355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:23.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:23.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:24.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:24.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:24 smithi135 ceph-mon[93152]: pgmap v17356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:24 smithi194 ceph-mon[104785]: pgmap v17356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:25.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:25.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:26.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:26.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:26 smithi194 ceph-mon[104785]: pgmap v17357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:26 smithi135 ceph-mon[93152]: pgmap v17357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:27.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:27.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:28.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:28.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:28 smithi194 ceph-mon[104785]: pgmap v17358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:28 smithi135 ceph-mon[93152]: pgmap v17358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:29.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:29.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:30.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:30.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:30 smithi194 ceph-mon[104785]: pgmap v17359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:05:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:30 smithi135 ceph-mon[93152]: pgmap v17359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:05:31.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:31.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:32.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:32.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:32 smithi194 ceph-mon[104785]: pgmap v17360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:32 smithi135 ceph-mon[93152]: pgmap v17360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:33.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:33.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:34.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:34.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:34 smithi135 ceph-mon[93152]: pgmap v17361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:34 smithi194 ceph-mon[104785]: pgmap v17361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:35.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:35.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:36.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:36.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:36 smithi194 ceph-mon[104785]: pgmap v17362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:36 smithi135 ceph-mon[93152]: pgmap v17362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:37.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:37.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:38.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:38.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:38 smithi194 ceph-mon[104785]: pgmap v17363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:38 smithi135 ceph-mon[93152]: pgmap v17363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:39.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:39.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:40.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:40.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:40 smithi194 ceph-mon[104785]: pgmap v17364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:05:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:40 smithi135 ceph-mon[93152]: pgmap v17364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:05:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:41.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:41.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:42.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:42.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:42 smithi194 ceph-mon[104785]: pgmap v17365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:42 smithi135 ceph-mon[93152]: pgmap v17365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:43.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:43.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:44.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:44.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:44 smithi135 ceph-mon[93152]: pgmap v17366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:45.066 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:44 smithi194 ceph-mon[104785]: pgmap v17366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:45.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:45.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:46.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:46.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:46 smithi194 ceph-mon[104785]: pgmap v17367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:46 smithi135 ceph-mon[93152]: pgmap v17367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:47.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:47.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:48.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:48.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:48 smithi194 ceph-mon[104785]: pgmap v17368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:48 smithi135 ceph-mon[93152]: pgmap v17368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:49.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:49.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:50.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:50.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:50 smithi194 ceph-mon[104785]: pgmap v17369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:05:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:50 smithi135 ceph-mon[93152]: pgmap v17369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:05:51.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:51.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:52.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:52.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:52 smithi194 ceph-mon[104785]: pgmap v17370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:52 smithi135 ceph-mon[93152]: pgmap v17370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:53.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:53.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:54.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:54.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:54 smithi135 ceph-mon[93152]: pgmap v17371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:55.171 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:54 smithi194 ceph-mon[104785]: pgmap v17371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:55.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:55.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:05:56.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:56.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:56 smithi194 ceph-mon[104785]: pgmap v17372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:56 smithi135 ceph-mon[93152]: pgmap v17372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:57.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:57.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:58.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:58.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:05:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:05:58 smithi194 ceph-mon[104785]: pgmap v17373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:05:58 smithi135 ceph-mon[93152]: pgmap v17373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:05:59.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:05:59.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:00.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:00.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:00 smithi194 ceph-mon[104785]: pgmap v17374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:06:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:00 smithi135 ceph-mon[93152]: pgmap v17374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:06:01.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:01.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:02.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:02.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:03.213 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:02 smithi194 ceph-mon[104785]: pgmap v17375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:03.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:02 smithi135 ceph-mon[93152]: pgmap v17375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:03.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:03.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:04.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:04.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:04 smithi135 ceph-mon[93152]: pgmap v17376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:04 smithi194 ceph-mon[104785]: pgmap v17376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:05.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:05.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:06.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:06.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:06 smithi194 ceph-mon[104785]: pgmap v17377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:06 smithi135 ceph-mon[93152]: pgmap v17377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:07.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:07.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:08.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:08.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:08 smithi194 ceph-mon[104785]: pgmap v17378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:08 smithi135 ceph-mon[93152]: pgmap v17378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:09.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:09.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:10.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:10.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:10 smithi194 ceph-mon[104785]: pgmap v17379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:06:11.291 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:11.292 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:10 smithi135 ceph-mon[93152]: pgmap v17379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:06:11.292 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:11.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:11.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:12.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:12.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:12 smithi194 ceph-mon[104785]: pgmap v17380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:12 smithi135 ceph-mon[93152]: pgmap v17380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:13.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:13.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:14.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:14.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:14 smithi135 ceph-mon[93152]: pgmap v17381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:14 smithi194 ceph-mon[104785]: pgmap v17381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:15.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:15.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:16.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:16.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:16 smithi194 ceph-mon[104785]: pgmap v17382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:16 smithi135 ceph-mon[93152]: pgmap v17382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:17.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:17.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:06:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:06:18.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:18.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:18 smithi194 ceph-mon[104785]: pgmap v17383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:06:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:06:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:06:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:06:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:06:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:18 smithi135 ceph-mon[93152]: pgmap v17383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:06:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:06:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:06:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:06:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:06:19.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:19.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:20.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:20.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:20 smithi194 ceph-mon[104785]: pgmap v17384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:06:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:20 smithi135 ceph-mon[93152]: pgmap v17384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:06:21.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:21.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:22.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:22.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:22 smithi194 ceph-mon[104785]: pgmap v17385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:22 smithi135 ceph-mon[93152]: pgmap v17385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:23.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:23.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:24.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:24.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:24 smithi135 ceph-mon[93152]: pgmap v17386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:24 smithi194 ceph-mon[104785]: pgmap v17386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:25.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:25.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:26.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:26.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:26 smithi194 ceph-mon[104785]: pgmap v17387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:26 smithi135 ceph-mon[93152]: pgmap v17387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:27.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:27.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:28.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:28.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:28 smithi194 ceph-mon[104785]: pgmap v17388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:29.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:28 smithi135 ceph-mon[93152]: pgmap v17388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:29.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:29.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:30.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:30.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:30 smithi194 ceph-mon[104785]: pgmap v17389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:06:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:30 smithi135 ceph-mon[93152]: pgmap v17389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:06:31.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:31.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:32.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:32.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:32 smithi194 ceph-mon[104785]: pgmap v17390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:32 smithi135 ceph-mon[93152]: pgmap v17390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:33.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:33.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:34.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:34.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:34 smithi135 ceph-mon[93152]: pgmap v17391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:34 smithi194 ceph-mon[104785]: pgmap v17391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:35.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:35.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:36.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:36.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:36 smithi194 ceph-mon[104785]: pgmap v17392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:36 smithi135 ceph-mon[93152]: pgmap v17392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:37.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:37.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:38.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:38.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:38 smithi194 ceph-mon[104785]: pgmap v17393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:38 smithi135 ceph-mon[93152]: pgmap v17393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:39.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:39.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:40.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:40.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:40 smithi194 ceph-mon[104785]: pgmap v17394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:06:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:40 smithi135 ceph-mon[93152]: pgmap v17394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:06:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:41.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:41.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:42.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:42.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:42 smithi194 ceph-mon[104785]: pgmap v17395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:42 smithi135 ceph-mon[93152]: pgmap v17395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:43.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:43.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:44.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:44.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:44 smithi135 ceph-mon[93152]: pgmap v17396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:44 smithi194 ceph-mon[104785]: pgmap v17396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:45.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:45.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:46.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:46.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:46 smithi194 ceph-mon[104785]: pgmap v17397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:46 smithi135 ceph-mon[93152]: pgmap v17397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:47.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:47.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:48.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:48.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:48 smithi194 ceph-mon[104785]: pgmap v17398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:48 smithi135 ceph-mon[93152]: pgmap v17398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:49.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:49.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:50.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:50.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:50 smithi194 ceph-mon[104785]: pgmap v17399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:06:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:50 smithi135 ceph-mon[93152]: pgmap v17399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:06:51.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:51.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:52.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:52.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:53.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:52 smithi194 ceph-mon[104785]: pgmap v17400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:52 smithi135 ceph-mon[93152]: pgmap v17400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:53.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:53.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:54.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:54.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:54 smithi135 ceph-mon[93152]: pgmap v17401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:54 smithi194 ceph-mon[104785]: pgmap v17401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:55.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:55.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:06:56.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:56.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:56 smithi135 ceph-mon[93152]: pgmap v17402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:56 smithi194 ceph-mon[104785]: pgmap v17402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:57.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:57.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:58.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:58.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:06:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:06:58 smithi194 ceph-mon[104785]: pgmap v17403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:06:58 smithi135 ceph-mon[93152]: pgmap v17403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:06:59.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:06:59.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:00.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:00.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:00 smithi194 ceph-mon[104785]: pgmap v17404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:07:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:00 smithi135 ceph-mon[93152]: pgmap v17404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:07:01.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:01.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:02.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:02.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:02 smithi194 ceph-mon[104785]: pgmap v17405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:02 smithi135 ceph-mon[93152]: pgmap v17405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:03.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:03.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:04.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:04.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:04 smithi135 ceph-mon[93152]: pgmap v17406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:04 smithi194 ceph-mon[104785]: pgmap v17406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:05.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:05.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:06.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:06.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:06 smithi194 ceph-mon[104785]: pgmap v17407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:06 smithi135 ceph-mon[93152]: pgmap v17407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:07.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:07.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:08.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:08.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:08 smithi194 ceph-mon[104785]: pgmap v17408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:08 smithi135 ceph-mon[93152]: pgmap v17408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:09.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:09.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:10.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:10.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:10 smithi194 ceph-mon[104785]: pgmap v17409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:07:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:10 smithi135 ceph-mon[93152]: pgmap v17409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:07:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:11.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:11.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:12.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:12.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:12 smithi194 ceph-mon[104785]: pgmap v17410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:12 smithi135 ceph-mon[93152]: pgmap v17410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:13.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:13.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:14.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:14.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:14 smithi135 ceph-mon[93152]: pgmap v17411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:14 smithi194 ceph-mon[104785]: pgmap v17411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:15.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:15.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:16.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:16.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:16 smithi194 ceph-mon[104785]: pgmap v17412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:16 smithi135 ceph-mon[93152]: pgmap v17412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:17.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:17.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:18.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:18.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:18 smithi194 ceph-mon[104785]: pgmap v17413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:07:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:07:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:07:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:18 smithi135 ceph-mon[93152]: pgmap v17413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:07:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:07:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:07:19.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:19.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:07:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:07:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:07:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:07:20.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:07:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:07:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:07:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:07:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:07:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:07:20.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:20.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:20 smithi194 ceph-mon[104785]: pgmap v17414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:07:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:20 smithi135 ceph-mon[93152]: pgmap v17414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:07:21.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:21.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:22.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:22.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:22 smithi194 ceph-mon[104785]: pgmap v17415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:22 smithi135 ceph-mon[93152]: pgmap v17415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:23.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:23.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:24.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:24.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:24 smithi194 ceph-mon[104785]: pgmap v17416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:24 smithi135 ceph-mon[93152]: pgmap v17416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:25.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:25.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:26.115 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:26.130 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:26.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:26.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:26 smithi194 ceph-mon[104785]: pgmap v17417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:26 smithi135 ceph-mon[93152]: pgmap v17417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:27.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:27.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:28.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:28.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:28 smithi194 ceph-mon[104785]: pgmap v17418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:28 smithi135 ceph-mon[93152]: pgmap v17418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:29.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:29.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:30.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:31.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:31.168 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:30 smithi194 ceph-mon[104785]: pgmap v17419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:07:31.195 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:30 smithi135 ceph-mon[93152]: pgmap v17419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:07:31.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:32.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:32.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:33.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:32 smithi194 ceph-mon[104785]: pgmap v17420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:32 smithi135 ceph-mon[93152]: pgmap v17420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:33.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:33.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:34.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:34.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:34 smithi194 ceph-mon[104785]: pgmap v17421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:34 smithi135 ceph-mon[93152]: pgmap v17421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:35.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:35.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:36.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:36.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:36 smithi194 ceph-mon[104785]: pgmap v17422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:36 smithi135 ceph-mon[93152]: pgmap v17422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:37.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:37.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:38.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:38.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:38 smithi194 ceph-mon[104785]: pgmap v17423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:38 smithi135 ceph-mon[93152]: pgmap v17423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:39.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:39.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:40.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:40.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:40 smithi194 ceph-mon[104785]: pgmap v17424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:07:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:40 smithi135 ceph-mon[93152]: pgmap v17424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:07:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:41.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:41.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:42.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:42.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:42 smithi194 ceph-mon[104785]: pgmap v17425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:42 smithi135 ceph-mon[93152]: pgmap v17425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:43.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:43.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:44.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:44.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:44 smithi194 ceph-mon[104785]: pgmap v17426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:44 smithi135 ceph-mon[93152]: pgmap v17426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:45.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:45.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:46.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:46.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:47.226 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:46 smithi194 ceph-mon[104785]: pgmap v17427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:46 smithi135 ceph-mon[93152]: pgmap v17427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:47.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:47.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:48.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:48.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:48 smithi194 ceph-mon[104785]: pgmap v17428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:48 smithi135 ceph-mon[93152]: pgmap v17428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:49.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:49.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:50.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:50.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:50 smithi194 ceph-mon[104785]: pgmap v17429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:07:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:50 smithi135 ceph-mon[93152]: pgmap v17429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:07:51.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:52.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:53.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:53.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:52 smithi194 ceph-mon[104785]: pgmap v17430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:52 smithi135 ceph-mon[93152]: pgmap v17430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:54.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:54.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:55.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:55.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:54 smithi194 ceph-mon[104785]: pgmap v17431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:54 smithi135 ceph-mon[93152]: pgmap v17431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:56.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:56.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:07:57.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:57.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:56 smithi194 ceph-mon[104785]: pgmap v17432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:56 smithi135 ceph-mon[93152]: pgmap v17432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:58.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:58.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:59.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:07:59.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:07:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:07:58 smithi194 ceph-mon[104785]: pgmap v17433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:07:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:07:58 smithi135 ceph-mon[93152]: pgmap v17433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:00.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:00.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:01.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:01.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:00 smithi194 ceph-mon[104785]: pgmap v17434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:08:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:00 smithi135 ceph-mon[93152]: pgmap v17434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:08:02.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:02.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:03.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:03.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:02 smithi194 ceph-mon[104785]: pgmap v17435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:02 smithi135 ceph-mon[93152]: pgmap v17435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:04.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:04.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:05.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:05.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:04 smithi194 ceph-mon[104785]: pgmap v17436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:04 smithi135 ceph-mon[93152]: pgmap v17436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:06.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:06.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:07.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:07.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:06 smithi194 ceph-mon[104785]: pgmap v17437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:06 smithi135 ceph-mon[93152]: pgmap v17437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:08.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:08.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:09.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:09.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:08 smithi194 ceph-mon[104785]: pgmap v17438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:08 smithi135 ceph-mon[93152]: pgmap v17438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:10.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:10.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:11.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:11.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:10 smithi194 ceph-mon[104785]: pgmap v17439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:08:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:10 smithi135 ceph-mon[93152]: pgmap v17439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:08:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:12.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:12.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:13.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:13.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:12 smithi194 ceph-mon[104785]: pgmap v17440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:12 smithi135 ceph-mon[93152]: pgmap v17440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:14.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:14.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:15.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:15.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:14 smithi194 ceph-mon[104785]: pgmap v17441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:14 smithi135 ceph-mon[93152]: pgmap v17441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:16.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:16.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:17.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:17.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:16 smithi194 ceph-mon[104785]: pgmap v17442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:16 smithi135 ceph-mon[93152]: pgmap v17442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:18.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:18.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:19.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:19.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:18 smithi194 ceph-mon[104785]: pgmap v17443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:18 smithi135 ceph-mon[93152]: pgmap v17443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:20.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:20.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:20.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:08:20.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:08:21.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:21.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:20 smithi194 ceph-mon[104785]: pgmap v17444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:08:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:08:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:08:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:08:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:08:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:08:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:20 smithi135 ceph-mon[93152]: pgmap v17444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:08:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:08:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:08:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:08:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:08:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:08:22.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:22.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:23.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:23.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:22 smithi194 ceph-mon[104785]: pgmap v17445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:22 smithi135 ceph-mon[93152]: pgmap v17445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:24.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:24.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:25.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:25.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:24 smithi194 ceph-mon[104785]: pgmap v17446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:24 smithi135 ceph-mon[93152]: pgmap v17446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:26.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:26.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:26 smithi135 ceph-mon[93152]: pgmap v17447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:27.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:27.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:26 smithi194 ceph-mon[104785]: pgmap v17447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:28.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:28.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:29.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:29.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:28 smithi194 ceph-mon[104785]: pgmap v17448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:28 smithi135 ceph-mon[93152]: pgmap v17448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:30.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:30.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:31.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:31.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:30 smithi194 ceph-mon[104785]: pgmap v17449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:08:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:30 smithi135 ceph-mon[93152]: pgmap v17449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:08:32.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:32.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:33.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:33.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:32 smithi194 ceph-mon[104785]: pgmap v17450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:32 smithi135 ceph-mon[93152]: pgmap v17450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:34.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:34.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:35.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:35.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:34 smithi194 ceph-mon[104785]: pgmap v17451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:34 smithi135 ceph-mon[93152]: pgmap v17451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:36.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:36.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:37.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:37.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:36 smithi194 ceph-mon[104785]: pgmap v17452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:36 smithi135 ceph-mon[93152]: pgmap v17452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:38.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:38.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:39.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:39.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:38 smithi194 ceph-mon[104785]: pgmap v17453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:38 smithi135 ceph-mon[93152]: pgmap v17453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:40.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:40.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:41.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:41.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:40 smithi194 ceph-mon[104785]: pgmap v17454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:08:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:40 smithi135 ceph-mon[93152]: pgmap v17454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:08:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:42.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:42.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:43.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:43.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:42 smithi194 ceph-mon[104785]: pgmap v17455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:42 smithi135 ceph-mon[93152]: pgmap v17455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:44.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:44.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:45.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:45.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:44 smithi194 ceph-mon[104785]: pgmap v17456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:44 smithi135 ceph-mon[93152]: pgmap v17456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:46.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:46.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:47.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:47.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:46 smithi194 ceph-mon[104785]: pgmap v17457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:46 smithi135 ceph-mon[93152]: pgmap v17457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:48.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:48.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:49.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:49.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:48 smithi194 ceph-mon[104785]: pgmap v17458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:48 smithi135 ceph-mon[93152]: pgmap v17458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:50.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:50.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:51.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:51.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:50 smithi194 ceph-mon[104785]: pgmap v17459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:08:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:50 smithi135 ceph-mon[93152]: pgmap v17459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:08:52.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:52.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:53.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:53.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:52 smithi194 ceph-mon[104785]: pgmap v17460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:52 smithi135 ceph-mon[93152]: pgmap v17460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:54.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:54.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:55.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:55.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:54 smithi194 ceph-mon[104785]: pgmap v17461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:54 smithi135 ceph-mon[93152]: pgmap v17461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:56.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:56.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:08:57.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:56 smithi194 ceph-mon[104785]: pgmap v17462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:57.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:57.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:56 smithi135 ceph-mon[93152]: pgmap v17462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:58.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:58.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:59.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:08:59.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:08:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:08:58 smithi194 ceph-mon[104785]: pgmap v17463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:08:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:08:58 smithi135 ceph-mon[93152]: pgmap v17463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:00.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:00.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:01.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:01.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:00 smithi194 ceph-mon[104785]: pgmap v17464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:09:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:00 smithi135 ceph-mon[93152]: pgmap v17464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:09:02.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:02.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:03.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:03.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:02 smithi194 ceph-mon[104785]: pgmap v17465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:02 smithi135 ceph-mon[93152]: pgmap v17465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:04.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:04.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:05.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:05.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:04 smithi194 ceph-mon[104785]: pgmap v17466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:04 smithi135 ceph-mon[93152]: pgmap v17466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:06.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:06.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:07.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:07.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:06 smithi194 ceph-mon[104785]: pgmap v17467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:06 smithi135 ceph-mon[93152]: pgmap v17467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:08.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:08.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:09.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:09.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:08 smithi194 ceph-mon[104785]: pgmap v17468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:08 smithi135 ceph-mon[93152]: pgmap v17468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:10.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:10.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:11.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:11.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:10 smithi194 ceph-mon[104785]: pgmap v17469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:09:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:10 smithi135 ceph-mon[93152]: pgmap v17469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:09:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:12.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:12.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:13.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:13.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:12 smithi194 ceph-mon[104785]: pgmap v17470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:12 smithi135 ceph-mon[93152]: pgmap v17470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:14.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:14.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:15.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:15.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:14 smithi194 ceph-mon[104785]: pgmap v17471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:14 smithi135 ceph-mon[93152]: pgmap v17471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:16.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:16.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:17.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:17.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:16 smithi194 ceph-mon[104785]: pgmap v17472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:17.215 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:16 smithi135 ceph-mon[93152]: pgmap v17472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:18.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:18.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:19.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:19.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:18 smithi194 ceph-mon[104785]: pgmap v17473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:18 smithi135 ceph-mon[93152]: pgmap v17473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:20.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:20.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:21.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:21.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:20 smithi194 ceph-mon[104785]: pgmap v17474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:09:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:09:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:09:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:09:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:09:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:09:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:09:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:09:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:09:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:09:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:09:21.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:09:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:20 smithi135 ceph-mon[93152]: pgmap v17474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:09:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:09:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:09:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:09:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:09:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:09:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:09:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:09:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:09:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:09:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:09:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:09:22.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:22.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:21 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1425M 2023-10-08T14:09:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:21 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1425M 2023-10-08T14:09:23.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:23.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:22 smithi194 ceph-mon[104785]: pgmap v17475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:22 smithi135 ceph-mon[93152]: pgmap v17475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:24.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:24.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:25.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:25.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:24 smithi194 ceph-mon[104785]: pgmap v17476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:24 smithi135 ceph-mon[93152]: pgmap v17476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:26.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:26.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:27.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:27.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:26 smithi194 ceph-mon[104785]: pgmap v17477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:26 smithi135 ceph-mon[93152]: pgmap v17477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:28.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:28.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:29.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:29.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:28 smithi194 ceph-mon[104785]: pgmap v17478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:28 smithi135 ceph-mon[93152]: pgmap v17478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:30.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:30.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:31.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:31.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:30 smithi194 ceph-mon[104785]: pgmap v17479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:09:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:30 smithi135 ceph-mon[93152]: pgmap v17479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:09:32.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:32.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:33.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:33.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:32 smithi194 ceph-mon[104785]: pgmap v17480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:32 smithi135 ceph-mon[93152]: pgmap v17480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:34.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:34.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:35.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:35.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:34 smithi194 ceph-mon[104785]: pgmap v17481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:34 smithi135 ceph-mon[93152]: pgmap v17481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:36.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:36.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:37.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:37.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:37.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:36 smithi194 ceph-mon[104785]: pgmap v17482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:37.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:36 smithi135 ceph-mon[93152]: pgmap v17482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:38.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:38.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:39.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:39.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:38 smithi194 ceph-mon[104785]: pgmap v17483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:38 smithi135 ceph-mon[93152]: pgmap v17483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:40.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:40.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:41.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:41.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:40 smithi194 ceph-mon[104785]: pgmap v17484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:09:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:40 smithi135 ceph-mon[93152]: pgmap v17484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:09:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:42.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:42.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:43.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:43.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:42 smithi194 ceph-mon[104785]: pgmap v17485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:42 smithi135 ceph-mon[93152]: pgmap v17485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:44.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:44.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:45.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:45.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:44 smithi194 ceph-mon[104785]: pgmap v17486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:44 smithi135 ceph-mon[93152]: pgmap v17486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:46.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:46.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:47.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:47.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:46 smithi194 ceph-mon[104785]: pgmap v17487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:46 smithi135 ceph-mon[93152]: pgmap v17487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:48.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:48.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:49.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:49.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:48 smithi194 ceph-mon[104785]: pgmap v17488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:48 smithi135 ceph-mon[93152]: pgmap v17488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:50.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:50.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:51.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:51.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:50 smithi194 ceph-mon[104785]: pgmap v17489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:09:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:50 smithi135 ceph-mon[93152]: pgmap v17489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:09:52.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:52.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:53.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:53.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:52 smithi194 ceph-mon[104785]: pgmap v17490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:52 smithi135 ceph-mon[93152]: pgmap v17490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:54.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:54.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:55.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:55.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:54 smithi194 ceph-mon[104785]: pgmap v17491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:54 smithi135 ceph-mon[93152]: pgmap v17491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:56.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:56.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:09:57.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:57.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:56 smithi194 ceph-mon[104785]: pgmap v17492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:56 smithi135 ceph-mon[93152]: pgmap v17492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:58.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:58.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:59.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:09:59.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:09:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:09:58 smithi194 ceph-mon[104785]: pgmap v17493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:09:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:09:58 smithi135 ceph-mon[93152]: pgmap v17493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:00.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:00.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:00 smithi194 ceph-mon[104785]: pgmap v17494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:10:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T14:10:01.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:01.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:00 smithi135 ceph-mon[93152]: pgmap v17494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:10:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T14:10:02.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:02.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:02 smithi194 ceph-mon[104785]: pgmap v17495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:03.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:03.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:02 smithi135 ceph-mon[93152]: pgmap v17495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:04.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:04.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:04 smithi194 ceph-mon[104785]: pgmap v17496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:05.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:05.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:04 smithi135 ceph-mon[93152]: pgmap v17496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:06.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:06.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:07.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:06 smithi194 ceph-mon[104785]: pgmap v17497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:07.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:07.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:07.260 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:06 smithi135 ceph-mon[93152]: pgmap v17497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:08.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:08.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:09.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:08 smithi194 ceph-mon[104785]: pgmap v17498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:09.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:09.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:08 smithi135 ceph-mon[93152]: pgmap v17498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:10.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:10.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:10 smithi194 ceph-mon[104785]: pgmap v17499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:10:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:11.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:11.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:10 smithi135 ceph-mon[93152]: pgmap v17499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:10:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:12.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:12.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:12 smithi194 ceph-mon[104785]: pgmap v17500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:13.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:13.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:12 smithi135 ceph-mon[93152]: pgmap v17500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:14.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:14.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:14 smithi194 ceph-mon[104785]: pgmap v17501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:15.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:15.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:14 smithi135 ceph-mon[93152]: pgmap v17501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:16.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:16.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:17.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:16 smithi194 ceph-mon[104785]: pgmap v17502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:17.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:17.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:16 smithi135 ceph-mon[93152]: pgmap v17502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:18.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:18.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:19.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:18 smithi194 ceph-mon[104785]: pgmap v17503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:19.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:19.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:18 smithi135 ceph-mon[93152]: pgmap v17503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:20.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:20.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:20 smithi194 ceph-mon[104785]: pgmap v17504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:10:21.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:10:21.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:21.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:20 smithi135 ceph-mon[93152]: pgmap v17504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:10:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:10:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:10:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:10:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:10:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:10:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:10:22.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:22.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:10:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:10:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:10:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:10:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:10:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:22 smithi194 ceph-mon[104785]: pgmap v17505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:23.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:23.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:22 smithi135 ceph-mon[93152]: pgmap v17505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:24.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:24.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:24 smithi194 ceph-mon[104785]: pgmap v17506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:25.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:25.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:24 smithi135 ceph-mon[93152]: pgmap v17506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:26.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:26.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:26 smithi194 ceph-mon[104785]: pgmap v17507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:27.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:27.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:26 smithi135 ceph-mon[93152]: pgmap v17507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:28.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:28.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:28 smithi194 ceph-mon[104785]: pgmap v17508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:29.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:29.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:28 smithi135 ceph-mon[93152]: pgmap v17508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:30.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:30.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:30 smithi194 ceph-mon[104785]: pgmap v17509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:10:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:30 smithi135 ceph-mon[93152]: pgmap v17509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:10:31.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:31.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:32.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:32.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:32 smithi194 ceph-mon[104785]: pgmap v17510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:32 smithi135 ceph-mon[93152]: pgmap v17510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:33.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:33.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:34.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:34.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:34 smithi194 ceph-mon[104785]: pgmap v17511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:34 smithi135 ceph-mon[93152]: pgmap v17511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:35.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:35.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:36.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:36.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:36 smithi194 ceph-mon[104785]: pgmap v17512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:36 smithi135 ceph-mon[93152]: pgmap v17512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:37.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:37.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:38.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:38.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:39.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:38 smithi194 ceph-mon[104785]: pgmap v17513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:38 smithi135 ceph-mon[93152]: pgmap v17513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:39.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:39.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:40.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:40.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:40 smithi194 ceph-mon[104785]: pgmap v17514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:10:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:40 smithi135 ceph-mon[93152]: pgmap v17514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:10:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:41.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:41.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:42.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:42.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:42 smithi194 ceph-mon[104785]: pgmap v17515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:42 smithi135 ceph-mon[93152]: pgmap v17515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:43.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:43.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:44.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:44.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:44 smithi194 ceph-mon[104785]: pgmap v17516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:44 smithi135 ceph-mon[93152]: pgmap v17516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:45.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:45.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:46.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:46.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:46 smithi194 ceph-mon[104785]: pgmap v17517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:46 smithi135 ceph-mon[93152]: pgmap v17517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:47.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:47.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:48.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:48.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:48 smithi194 ceph-mon[104785]: pgmap v17518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:48 smithi135 ceph-mon[93152]: pgmap v17518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:49.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:49.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:50.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:50.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:50 smithi194 ceph-mon[104785]: pgmap v17519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:10:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:50 smithi135 ceph-mon[93152]: pgmap v17519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:10:51.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:51.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:52.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:52.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:52 smithi194 ceph-mon[104785]: pgmap v17520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:52 smithi135 ceph-mon[93152]: pgmap v17520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:53.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:53.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:54.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:54.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:54 smithi194 ceph-mon[104785]: pgmap v17521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:54 smithi135 ceph-mon[93152]: pgmap v17521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:55.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:55.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:10:56.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:56.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:56 smithi194 ceph-mon[104785]: pgmap v17522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:56 smithi135 ceph-mon[93152]: pgmap v17522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:57.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:57.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:58.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:58.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:10:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:10:58 smithi194 ceph-mon[104785]: pgmap v17523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:10:58 smithi135 ceph-mon[93152]: pgmap v17523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:10:59.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:10:59.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:00.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:00.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:00 smithi194 ceph-mon[104785]: pgmap v17524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:11:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:00 smithi135 ceph-mon[93152]: pgmap v17524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:11:01.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:01.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:02.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:02.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:02 smithi194 ceph-mon[104785]: pgmap v17525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:03.252 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:02 smithi135 ceph-mon[93152]: pgmap v17525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:03.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:03.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:04.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:04.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:04 smithi194 ceph-mon[104785]: pgmap v17526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:04 smithi135 ceph-mon[93152]: pgmap v17526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:05.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:05.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:06.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:06.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:07.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:06 smithi194 ceph-mon[104785]: pgmap v17527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:06 smithi135 ceph-mon[93152]: pgmap v17527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:07.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:07.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:08.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:08.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:08 smithi194 ceph-mon[104785]: pgmap v17528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:08 smithi135 ceph-mon[93152]: pgmap v17528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:09.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:09.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:10.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:10.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:10 smithi194 ceph-mon[104785]: pgmap v17529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:11:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:10 smithi135 ceph-mon[93152]: pgmap v17529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:11:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:11.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:11.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:12.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:12.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:12 smithi135 ceph-mon[93152]: pgmap v17530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:13.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:13.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:12 smithi194 ceph-mon[104785]: pgmap v17530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:14.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:14.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:14 smithi194 ceph-mon[104785]: pgmap v17531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:14 smithi135 ceph-mon[93152]: pgmap v17531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:15.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:15.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:16.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:16.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:17.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:16 smithi194 ceph-mon[104785]: pgmap v17532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:16 smithi135 ceph-mon[93152]: pgmap v17532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:17.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:17.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:18.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:18.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:18 smithi135 ceph-mon[93152]: pgmap v17533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:19.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:19.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:18 smithi194 ceph-mon[104785]: pgmap v17533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:20.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:20.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:20 smithi135 ceph-mon[93152]: pgmap v17534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:11:21.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:21.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:20 smithi194 ceph-mon[104785]: pgmap v17534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:11:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:11:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:11:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:11:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:11:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:11:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:11:22.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:22.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:11:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:11:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:11:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:11:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:11:22.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:11:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:22 smithi135 ceph-mon[93152]: pgmap v17535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:23.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:23.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:22 smithi194 ceph-mon[104785]: pgmap v17535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:24.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:24.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:24 smithi194 ceph-mon[104785]: pgmap v17536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:24 smithi135 ceph-mon[93152]: pgmap v17536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:25.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:25.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:26.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:26.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:26 smithi194 ceph-mon[104785]: pgmap v17537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:26 smithi135 ceph-mon[93152]: pgmap v17537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:27.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:27.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:28.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:28.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:28 smithi135 ceph-mon[93152]: pgmap v17538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:29.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:29.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:28 smithi194 ceph-mon[104785]: pgmap v17538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:30.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:30.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:30 smithi135 ceph-mon[93152]: pgmap v17539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:11:31.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:31.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:30 smithi194 ceph-mon[104785]: pgmap v17539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:11:32.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:32.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:32 smithi135 ceph-mon[93152]: pgmap v17540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:33.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:33.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:32 smithi194 ceph-mon[104785]: pgmap v17540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:34.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:34.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:34 smithi194 ceph-mon[104785]: pgmap v17541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:34 smithi135 ceph-mon[93152]: pgmap v17541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:35.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:35.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:36.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:36.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:36 smithi135 ceph-mon[93152]: pgmap v17542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:37.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:37.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:36 smithi194 ceph-mon[104785]: pgmap v17542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:38.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:38.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:38 smithi194 ceph-mon[104785]: pgmap v17543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:38 smithi135 ceph-mon[93152]: pgmap v17543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:39.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:39.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:40.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:40.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:40 smithi135 ceph-mon[93152]: pgmap v17544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:11:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:41.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:41.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:40 smithi194 ceph-mon[104785]: pgmap v17544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:11:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:42.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:42.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:42 smithi135 ceph-mon[93152]: pgmap v17545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:43.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:43.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:42 smithi194 ceph-mon[104785]: pgmap v17545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:44.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:44.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:44 smithi194 ceph-mon[104785]: pgmap v17546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:44 smithi135 ceph-mon[93152]: pgmap v17546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:45.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:45.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:46.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:46.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:46 smithi135 ceph-mon[93152]: pgmap v17547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:47.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:47.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:46 smithi194 ceph-mon[104785]: pgmap v17547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:48.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:48.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:48 smithi194 ceph-mon[104785]: pgmap v17548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:48 smithi135 ceph-mon[93152]: pgmap v17548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:49.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:49.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:50.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:50.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:50 smithi135 ceph-mon[93152]: pgmap v17549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:11:51.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:51.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:50 smithi194 ceph-mon[104785]: pgmap v17549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:11:52.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:52.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:52 smithi135 ceph-mon[93152]: pgmap v17550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:53.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:53.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:52 smithi194 ceph-mon[104785]: pgmap v17550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:54.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:54.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:54 smithi194 ceph-mon[104785]: pgmap v17551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:54 smithi135 ceph-mon[93152]: pgmap v17551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:55.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:55.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:11:56.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:56.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:56 smithi194 ceph-mon[104785]: pgmap v17552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:56 smithi135 ceph-mon[93152]: pgmap v17552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:57.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:57.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:58.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:58.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:11:58 smithi135 ceph-mon[93152]: pgmap v17553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:11:59.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:11:59.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:11:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:11:58 smithi194 ceph-mon[104785]: pgmap v17553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:00.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:00.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:00 smithi135 ceph-mon[93152]: pgmap v17554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:12:01.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:01.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:00 smithi194 ceph-mon[104785]: pgmap v17554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:12:02.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:02.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:02 smithi135 ceph-mon[93152]: pgmap v17555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:03.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:03.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:02 smithi194 ceph-mon[104785]: pgmap v17555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:04.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:04.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:04 smithi194 ceph-mon[104785]: pgmap v17556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:04 smithi135 ceph-mon[93152]: pgmap v17556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:05.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:05.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:06.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:06.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:06 smithi135 ceph-mon[93152]: pgmap v17557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:07.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:07.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:06 smithi194 ceph-mon[104785]: pgmap v17557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:08.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:08.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:08 smithi135 ceph-mon[93152]: pgmap v17558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:09.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:09.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:08 smithi194 ceph-mon[104785]: pgmap v17558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:10.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:10.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:10 smithi135 ceph-mon[93152]: pgmap v17559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:12:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:11.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:11.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:10 smithi194 ceph-mon[104785]: pgmap v17559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:12:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:12.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:12.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:12 smithi135 ceph-mon[93152]: pgmap v17560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:13.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:13.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:12 smithi194 ceph-mon[104785]: pgmap v17560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:14.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:14.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:14 smithi194 ceph-mon[104785]: pgmap v17561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:14 smithi135 ceph-mon[93152]: pgmap v17561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:15.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:15.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:16.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:16.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:16 smithi135 ceph-mon[93152]: pgmap v17562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:17.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:17.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:16 smithi194 ceph-mon[104785]: pgmap v17562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:18.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:18.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:18 smithi135 ceph-mon[93152]: pgmap v17563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:19.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:19.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:18 smithi194 ceph-mon[104785]: pgmap v17563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:20.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:20.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:20 smithi135 ceph-mon[93152]: pgmap v17564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:12:21.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:21.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:20 smithi194 ceph-mon[104785]: pgmap v17564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:12:22.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:22.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:22 smithi135 ceph-mon[93152]: pgmap v17565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:12:23.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:23.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:22 smithi194 ceph-mon[104785]: pgmap v17565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:12:24.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:24.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:24 smithi194 ceph-mon[104785]: pgmap v17566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:24 smithi135 ceph-mon[93152]: pgmap v17566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:25.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:25.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:26.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:26.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:26 smithi194 ceph-mon[104785]: pgmap v17567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:27.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:12:27.212 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:12:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:26 smithi135 ceph-mon[93152]: pgmap v17567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:12:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:12:27.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:27.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:28.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:12:28.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:12:28.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:12:28.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:12:28.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:12:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:12:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:12:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:12:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:12:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:12:28.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:28.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:29.096 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:28 smithi135 ceph-mon[93152]: pgmap v17568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:28 smithi194 ceph-mon[104785]: pgmap v17568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:29.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:29.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:30.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:30.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:30 smithi135 ceph-mon[93152]: pgmap v17569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:12:31.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:31.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:30 smithi194 ceph-mon[104785]: pgmap v17569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:12:32.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:32.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:32 smithi135 ceph-mon[93152]: pgmap v17570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:33.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:33.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:32 smithi194 ceph-mon[104785]: pgmap v17570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:34.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:34.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:34 smithi194 ceph-mon[104785]: pgmap v17571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:34 smithi135 ceph-mon[93152]: pgmap v17571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:35.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:35.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:36.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:36.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:36 smithi135 ceph-mon[93152]: pgmap v17572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:36 smithi194 ceph-mon[104785]: pgmap v17572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:37.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:37.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:38.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:38.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:38 smithi135 ceph-mon[93152]: pgmap v17573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:39.381 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:38 smithi194 ceph-mon[104785]: pgmap v17573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:39.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:39.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:40.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:40.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:40 smithi135 ceph-mon[93152]: pgmap v17574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:12:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:40 smithi194 ceph-mon[104785]: pgmap v17574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:12:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:41.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:41.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:42.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:42.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:42 smithi135 ceph-mon[93152]: pgmap v17575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:42 smithi194 ceph-mon[104785]: pgmap v17575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:43.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:43.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:44.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:44.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:44 smithi194 ceph-mon[104785]: pgmap v17576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:44 smithi135 ceph-mon[93152]: pgmap v17576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:45.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:45.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:46.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:46.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:46 smithi135 ceph-mon[93152]: pgmap v17577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:46 smithi194 ceph-mon[104785]: pgmap v17577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:47.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:47.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:48.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:48.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:48 smithi135 ceph-mon[93152]: pgmap v17578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:48 smithi194 ceph-mon[104785]: pgmap v17578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:49.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:49.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:50.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:50.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:51.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:50 smithi135 ceph-mon[93152]: pgmap v17579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:12:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:50 smithi194 ceph-mon[104785]: pgmap v17579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:12:51.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:51.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:52.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:52.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:52 smithi135 ceph-mon[93152]: pgmap v17580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:53.518 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:52 smithi194 ceph-mon[104785]: pgmap v17580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:53.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:53.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:54.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:54.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:54 smithi194 ceph-mon[104785]: pgmap v17581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:54 smithi135 ceph-mon[93152]: pgmap v17581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:55.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:55.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:12:56.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:56.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:56 smithi194 ceph-mon[104785]: pgmap v17582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:56 smithi135 ceph-mon[93152]: pgmap v17582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:57.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:57.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:58.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:58.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:12:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:12:58 smithi135 ceph-mon[93152]: pgmap v17583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:59.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:12:58 smithi194 ceph-mon[104785]: pgmap v17583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:12:59.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:12:59.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:00.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:00.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:00 smithi135 ceph-mon[93152]: pgmap v17584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:13:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:00 smithi194 ceph-mon[104785]: pgmap v17584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:13:01.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:01.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:02.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:02.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:02 smithi135 ceph-mon[93152]: pgmap v17585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:02 smithi194 ceph-mon[104785]: pgmap v17585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:03.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:03.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:04.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:04.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:04 smithi194 ceph-mon[104785]: pgmap v17586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:04 smithi135 ceph-mon[93152]: pgmap v17586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:05.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:05.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:06.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:06.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:06 smithi135 ceph-mon[93152]: pgmap v17587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:06 smithi194 ceph-mon[104785]: pgmap v17587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:07.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:07.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:08.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:08.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:08 smithi135 ceph-mon[93152]: pgmap v17588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:08 smithi194 ceph-mon[104785]: pgmap v17588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:09.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:09.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:10.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:10.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:10 smithi135 ceph-mon[93152]: pgmap v17589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:13:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:10 smithi194 ceph-mon[104785]: pgmap v17589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:13:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:11.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:11.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:12.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:12.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:12 smithi135 ceph-mon[93152]: pgmap v17590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:13.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:12 smithi194 ceph-mon[104785]: pgmap v17590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:13.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:13.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:14.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:14.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:14 smithi194 ceph-mon[104785]: pgmap v17591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:15.262 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:14 smithi135 ceph-mon[93152]: pgmap v17591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:15.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:15.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:16.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:16.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:16 smithi135 ceph-mon[93152]: pgmap v17592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:16 smithi194 ceph-mon[104785]: pgmap v17592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:17.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:17.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:18.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:18.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:18 smithi135 ceph-mon[93152]: pgmap v17593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:18 smithi194 ceph-mon[104785]: pgmap v17593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:19.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:19.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:20.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:20.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:21 smithi135 ceph-mon[93152]: pgmap v17594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:13:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:21 smithi194 ceph-mon[104785]: pgmap v17594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:13:21.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:21.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:22.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:22.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:23 smithi135 ceph-mon[93152]: pgmap v17595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:23 smithi194 ceph-mon[104785]: pgmap v17595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:23.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:23.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:24.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:24.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:24 smithi135 ceph-mon[93152]: pgmap v17596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:24 smithi194 ceph-mon[104785]: pgmap v17596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:25.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:25.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:26.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:26.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:26.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:26 smithi194 ceph-mon[104785]: pgmap v17597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:26 smithi135 ceph-mon[93152]: pgmap v17597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:27.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:27.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:13:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:13:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:13:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:13:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:13:28.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:13:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:13:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:13:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:13:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:13:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:13:28.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:13:28.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:28.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:28 smithi194 ceph-mon[104785]: pgmap v17598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:28 smithi135 ceph-mon[93152]: pgmap v17598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:29.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:29.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:30.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:30.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:30 smithi135 ceph-mon[93152]: pgmap v17599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:13:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:30 smithi194 ceph-mon[104785]: pgmap v17599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:13:31.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:31.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:32.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:32.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:33 smithi135 ceph-mon[93152]: pgmap v17600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:33 smithi194 ceph-mon[104785]: pgmap v17600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:33.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:33.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:34.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:34.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:34 smithi135 ceph-mon[93152]: pgmap v17601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:34 smithi194 ceph-mon[104785]: pgmap v17601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:35.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:35.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:36.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:36.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:37.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:36 smithi135 ceph-mon[93152]: pgmap v17602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:36 smithi194 ceph-mon[104785]: pgmap v17602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:37.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:37.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:38.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:38.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:39 smithi135 ceph-mon[93152]: pgmap v17603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:39 smithi194 ceph-mon[104785]: pgmap v17603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:39.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:39.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:40.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:40.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:41 smithi135 ceph-mon[93152]: pgmap v17604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:13:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:41 smithi194 ceph-mon[104785]: pgmap v17604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:13:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:41.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:41.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:42.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:42.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:43 smithi135 ceph-mon[93152]: pgmap v17605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:43 smithi194 ceph-mon[104785]: pgmap v17605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:43.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:43.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:44.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:44.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:44 smithi194 ceph-mon[104785]: pgmap v17606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:44 smithi135 ceph-mon[93152]: pgmap v17606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:45.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:45.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:46.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:46.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:47.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:47 smithi135 ceph-mon[93152]: pgmap v17607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:47.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:47 smithi194 ceph-mon[104785]: pgmap v17607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:47.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:47.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:48.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:48.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:49 smithi135 ceph-mon[93152]: pgmap v17608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:49 smithi194 ceph-mon[104785]: pgmap v17608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:49.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:49.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:50.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:50.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:51 smithi135 ceph-mon[93152]: pgmap v17609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:13:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:51 smithi194 ceph-mon[104785]: pgmap v17609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:13:51.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:51.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:52.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:52.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:53 smithi194 ceph-mon[104785]: pgmap v17610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:53 smithi135 ceph-mon[93152]: pgmap v17610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:53.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:53.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:54.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:54.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:55.160 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:54 smithi194 ceph-mon[104785]: pgmap v17611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:54 smithi135 ceph-mon[93152]: pgmap v17611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:55.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:55.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:13:56.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:56.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:56 smithi194 ceph-mon[104785]: pgmap v17612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:56 smithi135 ceph-mon[93152]: pgmap v17612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:57.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:57.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:58.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:58.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:13:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:13:59 smithi135 ceph-mon[93152]: pgmap v17613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:59.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:13:59 smithi194 ceph-mon[104785]: pgmap v17613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:13:59.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:13:59.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:00.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:00.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:01 smithi135 ceph-mon[93152]: pgmap v17614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:14:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:01 smithi194 ceph-mon[104785]: pgmap v17614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:14:01.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:01.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:02.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:02.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:03 smithi194 ceph-mon[104785]: pgmap v17615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:03 smithi135 ceph-mon[93152]: pgmap v17615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:03.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:03.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:04.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:04.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:04 smithi194 ceph-mon[104785]: pgmap v17616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:04 smithi135 ceph-mon[93152]: pgmap v17616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:05.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:05.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:06.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:06.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:07 smithi135 ceph-mon[93152]: pgmap v17617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:07 smithi194 ceph-mon[104785]: pgmap v17617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:07.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:07.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:08.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:08.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:09 smithi194 ceph-mon[104785]: pgmap v17618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:09 smithi135 ceph-mon[93152]: pgmap v17618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:09.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:09.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:10.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:10.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:11 smithi194 ceph-mon[104785]: pgmap v17619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:14:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:11 smithi135 ceph-mon[93152]: pgmap v17619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:14:11.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:11.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:11.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:12.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:12.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:13 smithi194 ceph-mon[104785]: pgmap v17620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:13.650 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:13 smithi135 ceph-mon[93152]: pgmap v17620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:13.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:13.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:14.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:14.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:15.140 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:14 smithi135 ceph-mon[93152]: pgmap v17621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:14 smithi194 ceph-mon[104785]: pgmap v17621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:15.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:15.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:16.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:16.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:17 smithi194 ceph-mon[104785]: pgmap v17622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:17 smithi135 ceph-mon[93152]: pgmap v17622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:17.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:17.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:18.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:18.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:19 smithi194 ceph-mon[104785]: pgmap v17623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:19 smithi135 ceph-mon[93152]: pgmap v17623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:19.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:19.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:20.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:20.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:21 smithi194 ceph-mon[104785]: pgmap v17624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:14:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:21 smithi135 ceph-mon[93152]: pgmap v17624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:14:21.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:21.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:22.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:22.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:23 smithi194 ceph-mon[104785]: pgmap v17625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:23 smithi135 ceph-mon[93152]: pgmap v17625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:23.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:23.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:24.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:24.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:24 smithi194 ceph-mon[104785]: pgmap v17626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:25.241 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:24 smithi135 ceph-mon[93152]: pgmap v17626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:25.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:25.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:26.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:26.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:26 smithi194 ceph-mon[104785]: pgmap v17627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:26 smithi135 ceph-mon[93152]: pgmap v17627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:27.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:27.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:27 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:14:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:27 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:14:28.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:28.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:28 smithi194 ceph-mon[104785]: pgmap v17628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:28 smithi135 ceph-mon[93152]: pgmap v17628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:29.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:29.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:30.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:30.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:31 smithi194 ceph-mon[104785]: pgmap v17629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:14:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:31 smithi135 ceph-mon[93152]: pgmap v17629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:14:31.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:31.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:32.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:32.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:33 smithi194 ceph-mon[104785]: pgmap v17630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:33 smithi135 ceph-mon[93152]: pgmap v17630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:33.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:33.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:34.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:34.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:34 smithi194 ceph-mon[104785]: pgmap v17631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:34 smithi135 ceph-mon[93152]: pgmap v17631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:35.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:35.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:14:36.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:14:36.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:14:36.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:14:36.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:14:36.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:14:36.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:14:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:14:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:14:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:14:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:14:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:14:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:14:36.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:14:36.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:36.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:37 smithi194 ceph-mon[104785]: pgmap v17632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:37 smithi135 ceph-mon[93152]: pgmap v17632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:37.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:37.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:38.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:38.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:39 smithi194 ceph-mon[104785]: pgmap v17633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:39 smithi135 ceph-mon[93152]: pgmap v17633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:39.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:39.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:40.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:40.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:41 smithi194 ceph-mon[104785]: pgmap v17634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:14:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:41 smithi135 ceph-mon[93152]: pgmap v17634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:14:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:41.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:41.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:42.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:42.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:43 smithi194 ceph-mon[104785]: pgmap v17635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:43 smithi135 ceph-mon[93152]: pgmap v17635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:43.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:43.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:44.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:44.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:44 smithi194 ceph-mon[104785]: pgmap v17636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:44 smithi135 ceph-mon[93152]: pgmap v17636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:45.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:45.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:46.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:46.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:47.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:47 smithi194 ceph-mon[104785]: pgmap v17637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:47 smithi135 ceph-mon[93152]: pgmap v17637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:47.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:47.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:48.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:48.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:49 smithi194 ceph-mon[104785]: pgmap v17638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:49 smithi135 ceph-mon[93152]: pgmap v17638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:49.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:49.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:50.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:50.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:51 smithi194 ceph-mon[104785]: pgmap v17639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:14:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:51 smithi135 ceph-mon[93152]: pgmap v17639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:14:51.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:51.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:52.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:52.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:53 smithi194 ceph-mon[104785]: pgmap v17640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:53.666 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:53 smithi135 ceph-mon[93152]: pgmap v17640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:53.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:53.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:54.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:54.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:54 smithi194 ceph-mon[104785]: pgmap v17641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:54 smithi135 ceph-mon[93152]: pgmap v17641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:55.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:55.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:14:56.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:56.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:56 smithi194 ceph-mon[104785]: pgmap v17642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:56 smithi135 ceph-mon[93152]: pgmap v17642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:57.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:57.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:58.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:58.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:14:59.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:14:59 smithi194 ceph-mon[104785]: pgmap v17643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:14:59 smithi135 ceph-mon[93152]: pgmap v17643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:14:59.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:14:59.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:00.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:00.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:01 smithi194 ceph-mon[104785]: pgmap v17644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:15:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:01 smithi135 ceph-mon[93152]: pgmap v17644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:15:01.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:01.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:02.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:02.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:03 smithi194 ceph-mon[104785]: pgmap v17645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:03 smithi135 ceph-mon[93152]: pgmap v17645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:03.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:03.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:04.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:04.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:04 smithi194 ceph-mon[104785]: pgmap v17646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:04 smithi135 ceph-mon[93152]: pgmap v17646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:05.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:05.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:06.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:06.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:07 smithi194 ceph-mon[104785]: pgmap v17647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:07 smithi135 ceph-mon[93152]: pgmap v17647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:07.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:07.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:08.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:08.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:09 smithi194 ceph-mon[104785]: pgmap v17648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:09.587 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:09 smithi135 ceph-mon[93152]: pgmap v17648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:09.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:09.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:10.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:10.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:11 smithi194 ceph-mon[104785]: pgmap v17649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:15:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:11 smithi135 ceph-mon[93152]: pgmap v17649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:15:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:11.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:11.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:12.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:12.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:13 smithi194 ceph-mon[104785]: pgmap v17650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:13 smithi135 ceph-mon[93152]: pgmap v17650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:13.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:13.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:14.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:14.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:14 smithi194 ceph-mon[104785]: pgmap v17651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:14 smithi135 ceph-mon[93152]: pgmap v17651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:15.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:15.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:16.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:16.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:17 smithi194 ceph-mon[104785]: pgmap v17652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:17 smithi135 ceph-mon[93152]: pgmap v17652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:17.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:17.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:18.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:18.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:19 smithi194 ceph-mon[104785]: pgmap v17653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:19 smithi135 ceph-mon[93152]: pgmap v17653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:19.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:19.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:20.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:20.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:21 smithi194 ceph-mon[104785]: pgmap v17654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:15:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:21 smithi135 ceph-mon[93152]: pgmap v17654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:15:21.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:21.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:22.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:22.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:23 smithi194 ceph-mon[104785]: pgmap v17655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:23 smithi135 ceph-mon[93152]: pgmap v17655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:23.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:23.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:24.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:24.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:24 smithi194 ceph-mon[104785]: pgmap v17656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:24 smithi135 ceph-mon[93152]: pgmap v17656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:25.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:25.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:26.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:26.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:26 smithi194 ceph-mon[104785]: pgmap v17657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:26 smithi135 ceph-mon[93152]: pgmap v17657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:27.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:27.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:28.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:28.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:29 smithi194 ceph-mon[104785]: pgmap v17658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:29 smithi135 ceph-mon[93152]: pgmap v17658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:29.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:29.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:30.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:30.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:31 smithi135 ceph-mon[93152]: pgmap v17659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:15:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:31 smithi194 ceph-mon[104785]: pgmap v17659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:15:31.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:31.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:32.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:32.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:33 smithi194 ceph-mon[104785]: pgmap v17660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:33 smithi135 ceph-mon[93152]: pgmap v17660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:33.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:33.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:34.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:34.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:34 smithi194 ceph-mon[104785]: pgmap v17661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:34 smithi135 ceph-mon[93152]: pgmap v17661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:35.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:35.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:35 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:15:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:35 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:15:36.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:36.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:37 smithi194 ceph-mon[104785]: pgmap v17662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:15:37.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:15:37.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:15:37.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:37 smithi135 ceph-mon[93152]: pgmap v17662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:15:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:15:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:15:37.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:15:37.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:37.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:38.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:39.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:39 smithi194 ceph-mon[104785]: pgmap v17663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:39.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:39 smithi135 ceph-mon[93152]: pgmap v17663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:39.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:39.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:40.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:40.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:41 smithi135 ceph-mon[93152]: pgmap v17664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:15:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:41 smithi194 ceph-mon[104785]: pgmap v17664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:15:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:41.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:41.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:42.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:42.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:43 smithi194 ceph-mon[104785]: pgmap v17665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:43 smithi135 ceph-mon[93152]: pgmap v17665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:43.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:43.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:44.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:44.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:44 smithi194 ceph-mon[104785]: pgmap v17666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:44 smithi135 ceph-mon[93152]: pgmap v17666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:45.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:45.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:46.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:47.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:47 smithi194 ceph-mon[104785]: pgmap v17667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:47 smithi135 ceph-mon[93152]: pgmap v17667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:47.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:47.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:48.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:48.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:49 smithi194 ceph-mon[104785]: pgmap v17668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:49 smithi135 ceph-mon[93152]: pgmap v17668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:49.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:49.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:50.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:50.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:51.364 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:51 smithi194 ceph-mon[104785]: pgmap v17669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:15:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:51 smithi135 ceph-mon[93152]: pgmap v17669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:15:51.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:51.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:52.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:52.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:53 smithi194 ceph-mon[104785]: pgmap v17670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:53 smithi135 ceph-mon[93152]: pgmap v17670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:53.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:53.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:54.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:54.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:54 smithi194 ceph-mon[104785]: pgmap v17671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:54 smithi135 ceph-mon[93152]: pgmap v17671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:55.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:55.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:15:56.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:56.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:56 smithi194 ceph-mon[104785]: pgmap v17672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:56 smithi135 ceph-mon[93152]: pgmap v17672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:57.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:57.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:58.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:58.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:15:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:15:59 smithi194 ceph-mon[104785]: pgmap v17673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:15:59 smithi135 ceph-mon[93152]: pgmap v17673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:15:59.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:15:59.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:00.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:00.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:01 smithi194 ceph-mon[104785]: pgmap v17674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:16:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:01 smithi135 ceph-mon[93152]: pgmap v17674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:16:01.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:01.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:02.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:02.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:03 smithi194 ceph-mon[104785]: pgmap v17675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:03 smithi135 ceph-mon[93152]: pgmap v17675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:03.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:03.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:04.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:04.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:04 smithi194 ceph-mon[104785]: pgmap v17676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:04 smithi135 ceph-mon[93152]: pgmap v17676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:05.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:05.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:06.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:06.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:07 smithi194 ceph-mon[104785]: pgmap v17677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:07 smithi135 ceph-mon[93152]: pgmap v17677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:07.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:07.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:08.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:08.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:09 smithi194 ceph-mon[104785]: pgmap v17678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:09 smithi135 ceph-mon[93152]: pgmap v17678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:09.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:09.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:10.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:10.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:11 smithi194 ceph-mon[104785]: pgmap v17679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:16:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:11 smithi135 ceph-mon[93152]: pgmap v17679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:16:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:11.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:11.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:12.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:12.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:13 smithi194 ceph-mon[104785]: pgmap v17680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:13 smithi135 ceph-mon[93152]: pgmap v17680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:13.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:13.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:14.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:14.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:15.211 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:14 smithi194 ceph-mon[104785]: pgmap v17681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:14 smithi135 ceph-mon[93152]: pgmap v17681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:15.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:15.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:16.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:16.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:17 smithi194 ceph-mon[104785]: pgmap v17682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:17.577 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:17 smithi135 ceph-mon[93152]: pgmap v17682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:17.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:17.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:18.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:18.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:19 smithi194 ceph-mon[104785]: pgmap v17683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:19.568 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:19 smithi135 ceph-mon[93152]: pgmap v17683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:19.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:19.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:20.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:20.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:21.371 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:21 smithi135 ceph-mon[93152]: pgmap v17684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:16:21.799 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:21 smithi194 ceph-mon[104785]: pgmap v17684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:16:21.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:21.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:22.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:22.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:23 smithi194 ceph-mon[104785]: pgmap v17685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:23 smithi135 ceph-mon[93152]: pgmap v17685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:23.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:23.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:24.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:24.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:24 smithi194 ceph-mon[104785]: pgmap v17686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:24 smithi135 ceph-mon[93152]: pgmap v17686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:25.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:25.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:26.688 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:26.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:26.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:26 smithi194 ceph-mon[104785]: pgmap v17687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:27.785 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:26 smithi135 ceph-mon[93152]: pgmap v17687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:27.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:27.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:28.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:29.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:29 smithi194 ceph-mon[104785]: pgmap v17688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:29.537 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:29 smithi135 ceph-mon[93152]: pgmap v17688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:29.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:29.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:30.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:30.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:31 smithi194 ceph-mon[104785]: pgmap v17689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:16:31.470 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:31 smithi135 ceph-mon[93152]: pgmap v17689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:16:31.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:31.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:32.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:32.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:33 smithi194 ceph-mon[104785]: pgmap v17690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:33 smithi135 ceph-mon[93152]: pgmap v17690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:33.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:33.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:34.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:34.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:34 smithi194 ceph-mon[104785]: pgmap v17691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:34 smithi135 ceph-mon[93152]: pgmap v17691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:35.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:36.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:36.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:37.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:37.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:37 smithi194 ceph-mon[104785]: pgmap v17692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:37 smithi135 ceph-mon[93152]: pgmap v17692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:37.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:37.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:16:38.560 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:16:38.560 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:16:38.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:16:38.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:16:38.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:16:38.561 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:16:38.562 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:16:38.562 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:16:38.562 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:16:38.562 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:16:38.562 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:16:38.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:38.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:39 smithi194 ceph-mon[104785]: pgmap v17693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:39 smithi135 ceph-mon[93152]: pgmap v17693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:39.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:39.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:40.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:40.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:41 smithi194 ceph-mon[104785]: pgmap v17694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:16:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:41 smithi135 ceph-mon[93152]: pgmap v17694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:16:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:41.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:41.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:42.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:42.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:43 smithi194 ceph-mon[104785]: pgmap v17695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:43 smithi135 ceph-mon[93152]: pgmap v17695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:43.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:43.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:44.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:44.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:44 smithi194 ceph-mon[104785]: pgmap v17696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:44 smithi135 ceph-mon[93152]: pgmap v17696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:45.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:45.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:46.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:46.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:47 smithi194 ceph-mon[104785]: pgmap v17697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:47 smithi135 ceph-mon[93152]: pgmap v17697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:47.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:47.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:48.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:48.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:49 smithi194 ceph-mon[104785]: pgmap v17698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:49 smithi135 ceph-mon[93152]: pgmap v17698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:49.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:49.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:50.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:50.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:51 smithi194 ceph-mon[104785]: pgmap v17699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:16:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:51 smithi135 ceph-mon[93152]: pgmap v17699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:16:51.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:51.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:52.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:52.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:53 smithi194 ceph-mon[104785]: pgmap v17700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:53 smithi135 ceph-mon[93152]: pgmap v17700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:53.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:53.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:54.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:54.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:54 smithi194 ceph-mon[104785]: pgmap v17701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:54 smithi135 ceph-mon[93152]: pgmap v17701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:55.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:55.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:16:56.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:56.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:56 smithi135 ceph-mon[93152]: pgmap v17702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:56 smithi194 ceph-mon[104785]: pgmap v17702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:57.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:57.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:58.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:58.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:16:59.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:16:59 smithi194 ceph-mon[104785]: pgmap v17703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:16:59 smithi135 ceph-mon[93152]: pgmap v17703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:16:59.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:16:59.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:00.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:00.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:01 smithi194 ceph-mon[104785]: pgmap v17704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:17:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:01 smithi135 ceph-mon[93152]: pgmap v17704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:17:01.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:01.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:02.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:02.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:03 smithi194 ceph-mon[104785]: pgmap v17705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:03 smithi135 ceph-mon[93152]: pgmap v17705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:03.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:03.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:04.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:04.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:04 smithi194 ceph-mon[104785]: pgmap v17706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:04 smithi135 ceph-mon[93152]: pgmap v17706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:05.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:05.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:06.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:06.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:07 smithi194 ceph-mon[104785]: pgmap v17707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:07 smithi135 ceph-mon[93152]: pgmap v17707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:07.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:07.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:08.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:08.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:09 smithi194 ceph-mon[104785]: pgmap v17708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:09 smithi135 ceph-mon[93152]: pgmap v17708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:09.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:09.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:10.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:10.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:11 smithi194 ceph-mon[104785]: pgmap v17709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:17:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:11 smithi135 ceph-mon[93152]: pgmap v17709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:17:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:11.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:11.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:12.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:12.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:13 smithi194 ceph-mon[104785]: pgmap v17710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:13 smithi135 ceph-mon[93152]: pgmap v17710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:13.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:13.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:14.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:14.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:14 smithi194 ceph-mon[104785]: pgmap v17711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:14 smithi135 ceph-mon[93152]: pgmap v17711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:15.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:15.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:16.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:16.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:17.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:17 smithi135 ceph-mon[93152]: pgmap v17712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:17 smithi194 ceph-mon[104785]: pgmap v17712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:17.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:17.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:18.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:18.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:19 smithi194 ceph-mon[104785]: pgmap v17713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:19 smithi135 ceph-mon[93152]: pgmap v17713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:19.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:19.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:20.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:20.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:21 smithi194 ceph-mon[104785]: pgmap v17714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:17:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:21 smithi135 ceph-mon[93152]: pgmap v17714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:17:21.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:21.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:22.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:22.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:23 smithi194 ceph-mon[104785]: pgmap v17715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:23 smithi135 ceph-mon[93152]: pgmap v17715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:23.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:23.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:24.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:24.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:24 smithi194 ceph-mon[104785]: pgmap v17716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:24 smithi135 ceph-mon[93152]: pgmap v17716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:25.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:25.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:26.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:26.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:26 smithi194 ceph-mon[104785]: pgmap v17717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:26 smithi135 ceph-mon[93152]: pgmap v17717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:27.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:27.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:28.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:28.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:29 smithi194 ceph-mon[104785]: pgmap v17718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:29 smithi135 ceph-mon[93152]: pgmap v17718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:29.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:29.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:30.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:30.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:31 smithi194 ceph-mon[104785]: pgmap v17719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:17:31.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:31 smithi135 ceph-mon[93152]: pgmap v17719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:17:31.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:31.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:32.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:33.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:33.719 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:33 smithi194 ceph-mon[104785]: pgmap v17720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:33.719 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:33 smithi135 ceph-mon[93152]: pgmap v17720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:33.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:33.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:34.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:34.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:34 smithi194 ceph-mon[104785]: pgmap v17721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:34 smithi135 ceph-mon[93152]: pgmap v17721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:35.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:35.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:36.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:36.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:37.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:37 smithi194 ceph-mon[104785]: pgmap v17722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:37 smithi135 ceph-mon[93152]: pgmap v17722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:37.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:37.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:17:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:17:38.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:38.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:39 smithi194 ceph-mon[104785]: pgmap v17723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:17:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:17:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:17:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:17:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:17:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:17:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:17:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:39 smithi135 ceph-mon[93152]: pgmap v17723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:17:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:17:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:17:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:17:39.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:17:39.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:17:39.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:17:39.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:39.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:40.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:40.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:41 smithi194 ceph-mon[104785]: pgmap v17724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:17:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:41 smithi135 ceph-mon[93152]: pgmap v17724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:17:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:41.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:41.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:42.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:42.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:43 smithi194 ceph-mon[104785]: pgmap v17725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:43 smithi135 ceph-mon[93152]: pgmap v17725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:43.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:43.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:44.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:44.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:44 smithi194 ceph-mon[104785]: pgmap v17726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:44 smithi135 ceph-mon[93152]: pgmap v17726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:45.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:45.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:46.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:46.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:47.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:47 smithi194 ceph-mon[104785]: pgmap v17727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:47 smithi135 ceph-mon[93152]: pgmap v17727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:47.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:47.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:48.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:48.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:49 smithi194 ceph-mon[104785]: pgmap v17728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:49 smithi135 ceph-mon[93152]: pgmap v17728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:49.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:49.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:50.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:50.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:51 smithi194 ceph-mon[104785]: pgmap v17729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:17:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:51 smithi135 ceph-mon[93152]: pgmap v17729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:17:51.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:51.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:52.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:52.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:53 smithi194 ceph-mon[104785]: pgmap v17730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:53 smithi135 ceph-mon[93152]: pgmap v17730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:53.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:53.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:54.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:54.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:54 smithi194 ceph-mon[104785]: pgmap v17731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:54 smithi135 ceph-mon[93152]: pgmap v17731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:55.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:56.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:17:56.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:56.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:56 smithi194 ceph-mon[104785]: pgmap v17732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:56 smithi135 ceph-mon[93152]: pgmap v17732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:57.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:57.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:58.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:58.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:17:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:17:59 smithi194 ceph-mon[104785]: pgmap v17733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:17:59 smithi135 ceph-mon[93152]: pgmap v17733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:17:59.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:17:59.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:00.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:00.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:01 smithi194 ceph-mon[104785]: pgmap v17734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:18:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:01 smithi135 ceph-mon[93152]: pgmap v17734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:18:01.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:01.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:02.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:02.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:03 smithi194 ceph-mon[104785]: pgmap v17735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:03 smithi135 ceph-mon[93152]: pgmap v17735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:03.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:03.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:04.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:04.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:04 smithi194 ceph-mon[104785]: pgmap v17736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:04 smithi135 ceph-mon[93152]: pgmap v17736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:05.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:05.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:07.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:07.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:07.410 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:07 smithi135 ceph-mon[93152]: pgmap v17737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:07.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:07 smithi194 ceph-mon[104785]: pgmap v17737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:08.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:08.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:09.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:09.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:09 smithi194 ceph-mon[104785]: pgmap v17738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:09 smithi135 ceph-mon[93152]: pgmap v17738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:10.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:10.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:11.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:11.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:11 smithi194 ceph-mon[104785]: pgmap v17739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:18:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:11 smithi135 ceph-mon[93152]: pgmap v17739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:18:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:12.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:12.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:13.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:13.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:13 smithi194 ceph-mon[104785]: pgmap v17740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:13 smithi135 ceph-mon[93152]: pgmap v17740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:14.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:14.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:15.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:15.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:14 smithi194 ceph-mon[104785]: pgmap v17741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:14 smithi135 ceph-mon[93152]: pgmap v17741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:16.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:16.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:17.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:17.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:17 smithi194 ceph-mon[104785]: pgmap v17742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:17 smithi135 ceph-mon[93152]: pgmap v17742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:18.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:18.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:19.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:19.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:19 smithi194 ceph-mon[104785]: pgmap v17743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:19 smithi135 ceph-mon[93152]: pgmap v17743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:20.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:20.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:21.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:21.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:21.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:21 smithi194 ceph-mon[104785]: pgmap v17744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:18:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:21 smithi135 ceph-mon[93152]: pgmap v17744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:18:22.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:22.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:23.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:23.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:23 smithi194 ceph-mon[104785]: pgmap v17745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:23 smithi135 ceph-mon[93152]: pgmap v17745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:24.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:24.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:25.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:25.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:24 smithi194 ceph-mon[104785]: pgmap v17746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:24 smithi135 ceph-mon[93152]: pgmap v17746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:26.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:26.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:27.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:27.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:26 smithi194 ceph-mon[104785]: pgmap v17747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:26 smithi135 ceph-mon[93152]: pgmap v17747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:28.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:28.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:29.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:29.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:29 smithi194 ceph-mon[104785]: pgmap v17748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:29.827 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:29 smithi135 ceph-mon[93152]: pgmap v17748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:30.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:30.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:31.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:31.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:31 smithi194 ceph-mon[104785]: pgmap v17749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:18:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:31 smithi135 ceph-mon[93152]: pgmap v17749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:18:32.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:32.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:33.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:33.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:33 smithi194 ceph-mon[104785]: pgmap v17750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:33 smithi135 ceph-mon[93152]: pgmap v17750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:34.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:34.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:35.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:35.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:34 smithi194 ceph-mon[104785]: pgmap v17751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:34 smithi135 ceph-mon[93152]: pgmap v17751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:36.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:36.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:37.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:37.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:37 smithi194 ceph-mon[104785]: pgmap v17752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:37 smithi135 ceph-mon[93152]: pgmap v17752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:38.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:38.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:39.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:39.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:39 smithi194 ceph-mon[104785]: pgmap v17753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:18:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:39 smithi135 ceph-mon[93152]: pgmap v17753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:18:40.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:40.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:18:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:18:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:18:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:18:40.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:18:41.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:41.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:41 smithi194 ceph-mon[104785]: pgmap v17754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:18:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:41 smithi135 ceph-mon[93152]: pgmap v17754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:18:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:42.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:42.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:43.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:43.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:43 smithi194 ceph-mon[104785]: pgmap v17755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:43 smithi135 ceph-mon[93152]: pgmap v17755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:44.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:44.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:45.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:45.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:44 smithi194 ceph-mon[104785]: pgmap v17756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:44 smithi135 ceph-mon[93152]: pgmap v17756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:46.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:46.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:47.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:47.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:47 smithi194 ceph-mon[104785]: pgmap v17757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:47 smithi135 ceph-mon[93152]: pgmap v17757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:48.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:48.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:49.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:49.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:49 smithi194 ceph-mon[104785]: pgmap v17758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:49 smithi135 ceph-mon[93152]: pgmap v17758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:50.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:50.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:51.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:51.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:51 smithi194 ceph-mon[104785]: pgmap v17759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:18:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:51 smithi135 ceph-mon[93152]: pgmap v17759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:18:52.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:52.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:53.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:53.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:53 smithi194 ceph-mon[104785]: pgmap v17760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:53 smithi135 ceph-mon[93152]: pgmap v17760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:54.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:54.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:55.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:55.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:54 smithi194 ceph-mon[104785]: pgmap v17761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:54 smithi135 ceph-mon[93152]: pgmap v17761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:56.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:56.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:18:57.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:57.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:56 smithi194 ceph-mon[104785]: pgmap v17762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:56 smithi135 ceph-mon[93152]: pgmap v17762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:58.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:58.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:59.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:18:59.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:18:59.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:18:59 smithi194 ceph-mon[104785]: pgmap v17763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:18:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:18:59 smithi135 ceph-mon[93152]: pgmap v17763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:00.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:00.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:01.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:01.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:01 smithi194 ceph-mon[104785]: pgmap v17764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:19:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:01 smithi135 ceph-mon[93152]: pgmap v17764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:19:02.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:02.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:03.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:03.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:03 smithi135 ceph-mon[93152]: pgmap v17765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:03.366 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:03 smithi194 ceph-mon[104785]: pgmap v17765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:04.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:04.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:05.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:05.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:05.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:04 smithi194 ceph-mon[104785]: pgmap v17766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:04 smithi135 ceph-mon[93152]: pgmap v17766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:06.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:06.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:07.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:07.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:07 smithi194 ceph-mon[104785]: pgmap v17767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:07 smithi135 ceph-mon[93152]: pgmap v17767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:08.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:08.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:09.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:09.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:09 smithi194 ceph-mon[104785]: pgmap v17768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:09 smithi135 ceph-mon[93152]: pgmap v17768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:10.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:10.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:11.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:11.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:11 smithi194 ceph-mon[104785]: pgmap v17769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:19:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:11 smithi135 ceph-mon[93152]: pgmap v17769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:19:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:12.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:12.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:13.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:13.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:13.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:13 smithi194 ceph-mon[104785]: pgmap v17770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:13.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:13 smithi135 ceph-mon[93152]: pgmap v17770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:14.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:14.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:15.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:15.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:14 smithi194 ceph-mon[104785]: pgmap v17771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:14 smithi135 ceph-mon[93152]: pgmap v17771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:16.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:16.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:17.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:17.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:17 smithi194 ceph-mon[104785]: pgmap v17772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:17 smithi135 ceph-mon[93152]: pgmap v17772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:18.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:18.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:19.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:19.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:19 smithi194 ceph-mon[104785]: pgmap v17773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:19 smithi135 ceph-mon[93152]: pgmap v17773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:20.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:20.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:21.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:21.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:21 smithi194 ceph-mon[104785]: pgmap v17774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:19:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:21 smithi135 ceph-mon[93152]: pgmap v17774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:19:22.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:22.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:23.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:23.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:23 smithi194 ceph-mon[104785]: pgmap v17775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:23 smithi135 ceph-mon[93152]: pgmap v17775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:24.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:24.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:25.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:25.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:24 smithi194 ceph-mon[104785]: pgmap v17776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:24 smithi135 ceph-mon[93152]: pgmap v17776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:26.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:26.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:27.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:27.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:26 smithi194 ceph-mon[104785]: pgmap v17777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:26 smithi135 ceph-mon[93152]: pgmap v17777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:28.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:28.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:29.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:29.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:29 smithi194 ceph-mon[104785]: pgmap v17778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:29 smithi135 ceph-mon[93152]: pgmap v17778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:30.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:30.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:31.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:31.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:31 smithi194 ceph-mon[104785]: pgmap v17779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:19:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:31 smithi135 ceph-mon[93152]: pgmap v17779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:19:32.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:32.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:33.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:33.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:33 smithi194 ceph-mon[104785]: pgmap v17780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:33 smithi135 ceph-mon[93152]: pgmap v17780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:34.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:34.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:35.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:35.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:34 smithi194 ceph-mon[104785]: pgmap v17781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:34 smithi135 ceph-mon[93152]: pgmap v17781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:36.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:36.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:37.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:37.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:37.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:37 smithi194 ceph-mon[104785]: pgmap v17782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:37 smithi135 ceph-mon[93152]: pgmap v17782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:38.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:38.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:39.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:39.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:39 smithi194 ceph-mon[104785]: pgmap v17783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:39 smithi135 ceph-mon[93152]: pgmap v17783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:40.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:40.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:19:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:19:41.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:41.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:41 smithi194 ceph-mon[104785]: pgmap v17784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:19:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:41 smithi135 ceph-mon[93152]: pgmap v17784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:19:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:42.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:42.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:43.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:43.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:43.398 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:43 smithi194 ceph-mon[104785]: pgmap v17785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:43 smithi135 ceph-mon[93152]: pgmap v17785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:44.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:44.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:19:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:19:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:19:44.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:19:44.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1417M 2023-10-08T14:19:44.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:19:44.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:19:44.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:19:44.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:44 smithi194 ceph-mon[104785]: pgmap v17786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:19:44.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:19:44.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:19:44.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:19:44.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1417M 2023-10-08T14:19:44.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:19:44.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:19:44.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:19:44.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:19:44.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:44 smithi135 ceph-mon[93152]: pgmap v17786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:45.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:45.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:46.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:46.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:47.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:47.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:47 smithi194 ceph-mon[104785]: pgmap v17787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:47 smithi135 ceph-mon[93152]: pgmap v17787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:48.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:48.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:49.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:49.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:49 smithi194 ceph-mon[104785]: pgmap v17788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:49 smithi135 ceph-mon[93152]: pgmap v17788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:50.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:50.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:51.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:51.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:51 smithi194 ceph-mon[104785]: pgmap v17789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:19:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:51 smithi135 ceph-mon[93152]: pgmap v17789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:19:52.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:52.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:53.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:53.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:53.444 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:53 smithi135 ceph-mon[93152]: pgmap v17790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:53 smithi194 ceph-mon[104785]: pgmap v17790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:54.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:54.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:55.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:55.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:55.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:54 smithi194 ceph-mon[104785]: pgmap v17791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:54 smithi135 ceph-mon[93152]: pgmap v17791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:56.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:56.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:19:57.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:57.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:56 smithi194 ceph-mon[104785]: pgmap v17792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:56 smithi135 ceph-mon[93152]: pgmap v17792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:58.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:58.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:59.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:19:59.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:19:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:19:59 smithi194 ceph-mon[104785]: pgmap v17793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:19:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:19:59 smithi135 ceph-mon[93152]: pgmap v17793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:00.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:00.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T14:20:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T14:20:01.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:01.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:01 smithi194 ceph-mon[104785]: pgmap v17794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:20:02.164 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:01 smithi135 ceph-mon[93152]: pgmap v17794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:20:02.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:02.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:03.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:03.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:03 smithi194 ceph-mon[104785]: pgmap v17795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:03 smithi135 ceph-mon[93152]: pgmap v17795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:04.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:04.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:05.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:05.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:04 smithi194 ceph-mon[104785]: pgmap v17796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:04 smithi135 ceph-mon[93152]: pgmap v17796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:06.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:06.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:07.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:07.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:07 smithi194 ceph-mon[104785]: pgmap v17797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:07 smithi135 ceph-mon[93152]: pgmap v17797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:08.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:08.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:09.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:09.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:09 smithi194 ceph-mon[104785]: pgmap v17798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:09 smithi135 ceph-mon[93152]: pgmap v17798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:10.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:10.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:11.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:11.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:11 smithi194 ceph-mon[104785]: pgmap v17799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:20:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:11 smithi135 ceph-mon[93152]: pgmap v17799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:20:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:12.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:12.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:13.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:13.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:13 smithi194 ceph-mon[104785]: pgmap v17800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:13 smithi135 ceph-mon[93152]: pgmap v17800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:14.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:14.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:15.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:15.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:15.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:14 smithi194 ceph-mon[104785]: pgmap v17801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:14 smithi135 ceph-mon[93152]: pgmap v17801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:16.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:16.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:17.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:17.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:17 smithi194 ceph-mon[104785]: pgmap v17802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:17 smithi135 ceph-mon[93152]: pgmap v17802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:18.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:18.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:19.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:19.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:19 smithi194 ceph-mon[104785]: pgmap v17803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:19 smithi135 ceph-mon[93152]: pgmap v17803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:20.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:20.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:21.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:21.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:21 smithi194 ceph-mon[104785]: pgmap v17804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:20:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:21 smithi135 ceph-mon[93152]: pgmap v17804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:20:22.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:22.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:23.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:23.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:23 smithi194 ceph-mon[104785]: pgmap v17805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:23.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:23 smithi135 ceph-mon[93152]: pgmap v17805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:24.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:24.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:24 smithi194 ceph-mon[104785]: pgmap v17806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:25.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:25.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:24 smithi135 ceph-mon[93152]: pgmap v17806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:26.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:26.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:27.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:26 smithi194 ceph-mon[104785]: pgmap v17807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:27.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:27.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:27.314 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:26 smithi135 ceph-mon[93152]: pgmap v17807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:28.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:28.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:29.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:29.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:29 smithi194 ceph-mon[104785]: pgmap v17808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:29 smithi135 ceph-mon[93152]: pgmap v17808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:30.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:30.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:31.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:31.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:31 smithi194 ceph-mon[104785]: pgmap v17809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:20:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:31 smithi135 ceph-mon[93152]: pgmap v17809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:20:32.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:32.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:33.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:33.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:33 smithi194 ceph-mon[104785]: pgmap v17810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:33 smithi135 ceph-mon[93152]: pgmap v17810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:34.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:34.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:34 smithi194 ceph-mon[104785]: pgmap v17811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:35.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:35.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:34 smithi135 ceph-mon[93152]: pgmap v17811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:36.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:36.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:37.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:37.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:37 smithi194 ceph-mon[104785]: pgmap v17812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:37 smithi135 ceph-mon[93152]: pgmap v17812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:38.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:38.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:39.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:39.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:39 smithi135 ceph-mon[93152]: pgmap v17813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:39 smithi194 ceph-mon[104785]: pgmap v17813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:40.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:40.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:41.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:41.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:41 smithi194 ceph-mon[104785]: pgmap v17814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:20:41.491 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:41 smithi135 ceph-mon[93152]: pgmap v17814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:20:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:42.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:42.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:43.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:43.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:43 smithi194 ceph-mon[104785]: pgmap v17815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:43 smithi135 ceph-mon[93152]: pgmap v17815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:44.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:44.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:44 smithi194 ceph-mon[104785]: pgmap v17816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:45.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:20:45.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:20:45.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:20:45.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:20:45.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:20:45.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:20:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:44 smithi135 ceph-mon[93152]: pgmap v17816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:20:45.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:20:45.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:20:45.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:20:45.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:20:45.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:20:45.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:45.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:46.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:46.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:47.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:47.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:47 smithi194 ceph-mon[104785]: pgmap v17817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:47 smithi135 ceph-mon[93152]: pgmap v17817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:48.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:48.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:49 smithi135 ceph-mon[93152]: pgmap v17818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:49.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:49.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:49 smithi194 ceph-mon[104785]: pgmap v17818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:50.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:50.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:51.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:51.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:51 smithi194 ceph-mon[104785]: pgmap v17819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:20:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:51 smithi135 ceph-mon[93152]: pgmap v17819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:20:52.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:52.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:53.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:53.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:53 smithi194 ceph-mon[104785]: pgmap v17820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:53 smithi135 ceph-mon[93152]: pgmap v17820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:54.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:54.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:54 smithi194 ceph-mon[104785]: pgmap v17821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:54 smithi135 ceph-mon[93152]: pgmap v17821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:55.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:55.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:20:56.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:56.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:56 smithi194 ceph-mon[104785]: pgmap v17822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:57.278 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:56 smithi135 ceph-mon[93152]: pgmap v17822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:57.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:57.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:58.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:58.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:59.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:20:59.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:20:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:20:59 smithi194 ceph-mon[104785]: pgmap v17823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:20:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:20:59 smithi135 ceph-mon[93152]: pgmap v17823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:00.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:00.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:01.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:01.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:01 smithi194 ceph-mon[104785]: pgmap v17824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:21:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:01 smithi135 ceph-mon[93152]: pgmap v17824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:21:02.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:02.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:03.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:03.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:03 smithi194 ceph-mon[104785]: pgmap v17825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:03.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:03 smithi135 ceph-mon[93152]: pgmap v17825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:04.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:04.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:04 smithi194 ceph-mon[104785]: pgmap v17826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:04 smithi135 ceph-mon[93152]: pgmap v17826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:05.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:05.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:06.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:06.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:07.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:07.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:07 smithi194 ceph-mon[104785]: pgmap v17827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:07 smithi135 ceph-mon[93152]: pgmap v17827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:08.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:08.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:09.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:09.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:09 smithi194 ceph-mon[104785]: pgmap v17828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:09 smithi135 ceph-mon[93152]: pgmap v17828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:10.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:10.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:11.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:11.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:11 smithi194 ceph-mon[104785]: pgmap v17829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:21:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:11 smithi135 ceph-mon[93152]: pgmap v17829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:21:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:12.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:12.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:13.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:13.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:13 smithi194 ceph-mon[104785]: pgmap v17830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:13 smithi135 ceph-mon[93152]: pgmap v17830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:14.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:14.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:14 smithi194 ceph-mon[104785]: pgmap v17831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:14 smithi135 ceph-mon[93152]: pgmap v17831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:15.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:15.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:16.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:16.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:17.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:17.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:17 smithi194 ceph-mon[104785]: pgmap v17832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:17 smithi135 ceph-mon[93152]: pgmap v17832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:18.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:18.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:19.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:19.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:19 smithi194 ceph-mon[104785]: pgmap v17833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:19 smithi135 ceph-mon[93152]: pgmap v17833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:20.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:20.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:21.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:21.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:21 smithi194 ceph-mon[104785]: pgmap v17834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:21:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:21 smithi135 ceph-mon[93152]: pgmap v17834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:21:22.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:22.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:23.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:23.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:23 smithi194 ceph-mon[104785]: pgmap v17835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:23 smithi135 ceph-mon[93152]: pgmap v17835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:24.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:24.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:24 smithi194 ceph-mon[104785]: pgmap v17836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:24 smithi135 ceph-mon[93152]: pgmap v17836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:25.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:25.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:26.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:26.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:26 smithi135 ceph-mon[93152]: pgmap v17837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:27.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:27.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:26 smithi194 ceph-mon[104785]: pgmap v17837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:28.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:28.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:29.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:29.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:29 smithi194 ceph-mon[104785]: pgmap v17838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:29 smithi135 ceph-mon[93152]: pgmap v17838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:30.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:30.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:31.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:31.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:31 smithi194 ceph-mon[104785]: pgmap v17839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:21:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:31 smithi135 ceph-mon[93152]: pgmap v17839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:21:32.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:32.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:33.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:33.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:33 smithi194 ceph-mon[104785]: pgmap v17840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:33 smithi135 ceph-mon[93152]: pgmap v17840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:34.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:34.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:34 smithi194 ceph-mon[104785]: pgmap v17841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:34 smithi135 ceph-mon[93152]: pgmap v17841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:35.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:35.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:36.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:36.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:37.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:37.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:37 smithi194 ceph-mon[104785]: pgmap v17842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:37 smithi135 ceph-mon[93152]: pgmap v17842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:38.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:38.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:39.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:39.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:39 smithi194 ceph-mon[104785]: pgmap v17843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:39.480 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:39 smithi135 ceph-mon[93152]: pgmap v17843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:40.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:40.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:41.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:41.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:41 smithi194 ceph-mon[104785]: pgmap v17844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:21:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:41 smithi135 ceph-mon[93152]: pgmap v17844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:21:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:42.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:42.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:43.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:43.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:43 smithi194 ceph-mon[104785]: pgmap v17845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:43 smithi135 ceph-mon[93152]: pgmap v17845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:44.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:44.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:44 smithi135 ceph-mon[93152]: pgmap v17846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:21:45.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:45.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:45.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:44 smithi194 ceph-mon[104785]: pgmap v17846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:45.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:21:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:21:46.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:21:46.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:21:46.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:21:46.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:21:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:21:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:21:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:21:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:21:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:21:46.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:46.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:46 smithi135 ceph-mon[93152]: pgmap v17847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:47.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:47.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:46 smithi194 ceph-mon[104785]: pgmap v17847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:48.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:48.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:49.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:49.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:49 smithi194 ceph-mon[104785]: pgmap v17848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:49 smithi135 ceph-mon[93152]: pgmap v17848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:50.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:50.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:51.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:51.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:51 smithi194 ceph-mon[104785]: pgmap v17849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:21:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:51 smithi135 ceph-mon[93152]: pgmap v17849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:21:52.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:52.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:53.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:53.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:53.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:53 smithi194 ceph-mon[104785]: pgmap v17850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:53 smithi135 ceph-mon[93152]: pgmap v17850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:54.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:54.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:54 smithi135 ceph-mon[93152]: pgmap v17851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:55.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:55.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:54 smithi194 ceph-mon[104785]: pgmap v17851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:56.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:56.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:21:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:56 smithi135 ceph-mon[93152]: pgmap v17852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:57.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:57.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:56 smithi194 ceph-mon[104785]: pgmap v17852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:58.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:58.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:59.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:21:59.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:21:59.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:21:59 smithi194 ceph-mon[104785]: pgmap v17853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:21:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:21:59 smithi135 ceph-mon[93152]: pgmap v17853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:00.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:00.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:01.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:01.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:01 smithi194 ceph-mon[104785]: pgmap v17854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:22:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:01 smithi135 ceph-mon[93152]: pgmap v17854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:22:02.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:02.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:03.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:03.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:03 smithi194 ceph-mon[104785]: pgmap v17855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:03 smithi135 ceph-mon[93152]: pgmap v17855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:04.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:04.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:05.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:04 smithi135 ceph-mon[93152]: pgmap v17856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:05.264 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:04 smithi194 ceph-mon[104785]: pgmap v17856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:05.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:05.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:06.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:06.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:07.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:07.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:07 smithi194 ceph-mon[104785]: pgmap v17857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:07 smithi135 ceph-mon[93152]: pgmap v17857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:08.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:08.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:09.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:09.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:09 smithi194 ceph-mon[104785]: pgmap v17858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:09 smithi135 ceph-mon[93152]: pgmap v17858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:10.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:10.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:11.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:11.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:11 smithi194 ceph-mon[104785]: pgmap v17859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:22:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:11 smithi135 ceph-mon[93152]: pgmap v17859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:22:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:12.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:12.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:13.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:13.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:13 smithi194 ceph-mon[104785]: pgmap v17860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:13 smithi135 ceph-mon[93152]: pgmap v17860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:14.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:14.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:14 smithi135 ceph-mon[93152]: pgmap v17861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:15.370 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:14 smithi194 ceph-mon[104785]: pgmap v17861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:15.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:15.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:16.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:16.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:17.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:17.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:17 smithi194 ceph-mon[104785]: pgmap v17862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:17 smithi135 ceph-mon[93152]: pgmap v17862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:18.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:18.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:19.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:19.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:19.520 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:19 smithi194 ceph-mon[104785]: pgmap v17863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:19.521 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:19 smithi135 ceph-mon[93152]: pgmap v17863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:20.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:20.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:21.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:21.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:21 smithi194 ceph-mon[104785]: pgmap v17864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:22:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:21 smithi135 ceph-mon[93152]: pgmap v17864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:22:22.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:22.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:23.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:23.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:23 smithi194 ceph-mon[104785]: pgmap v17865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:23 smithi135 ceph-mon[93152]: pgmap v17865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:24.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:24.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:24 smithi135 ceph-mon[93152]: pgmap v17866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:25.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:25.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:24 smithi194 ceph-mon[104785]: pgmap v17866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:26.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:26.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:26 smithi135 ceph-mon[93152]: pgmap v17867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:27.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:27.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:26 smithi194 ceph-mon[104785]: pgmap v17867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:28.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:28.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:29.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:29.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:29 smithi194 ceph-mon[104785]: pgmap v17868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:29 smithi135 ceph-mon[93152]: pgmap v17868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:30.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:30.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:31.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:31.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:31 smithi194 ceph-mon[104785]: pgmap v17869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:22:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:31 smithi135 ceph-mon[93152]: pgmap v17869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:22:32.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:32.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:33.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:33.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:33 smithi194 ceph-mon[104785]: pgmap v17870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:33 smithi135 ceph-mon[93152]: pgmap v17870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:34.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:34.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:34 smithi135 ceph-mon[93152]: pgmap v17871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:35.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:35.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:34 smithi194 ceph-mon[104785]: pgmap v17871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:36.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:36.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:37.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:37.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:37 smithi194 ceph-mon[104785]: pgmap v17872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:37 smithi135 ceph-mon[93152]: pgmap v17872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:38.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:38.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:39.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:39.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:39.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:39 smithi194 ceph-mon[104785]: pgmap v17873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:39 smithi135 ceph-mon[93152]: pgmap v17873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:40.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:40.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:41.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:41.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:41 smithi194 ceph-mon[104785]: pgmap v17874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:22:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:41 smithi135 ceph-mon[93152]: pgmap v17874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:22:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:42.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:42.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:43.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:43.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:43 smithi194 ceph-mon[104785]: pgmap v17875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:43 smithi135 ceph-mon[93152]: pgmap v17875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:44.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:44.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:44 smithi135 ceph-mon[93152]: pgmap v17876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:45.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:45.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:44 smithi194 ceph-mon[104785]: pgmap v17876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:22:46.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:46.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:22:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:46 smithi135 ceph-mon[93152]: pgmap v17877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:47.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:46 smithi194 ceph-mon[104785]: pgmap v17877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:47.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:47.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:48.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:48.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:49 smithi194 ceph-mon[104785]: pgmap v17878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:49.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:49.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:49 smithi135 ceph-mon[93152]: pgmap v17878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:50.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:50.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:51 smithi194 ceph-mon[104785]: pgmap v17879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:22:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:22:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:22:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:22:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:22:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:22:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:22:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:22:51.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:51.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:51 smithi135 ceph-mon[93152]: pgmap v17879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:22:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:22:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:22:51.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:22:51.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:22:51.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:22:51.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:22:51.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:22:52.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:52.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:53.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:53 smithi194 ceph-mon[104785]: pgmap v17880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:53.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:53.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:53 smithi135 ceph-mon[93152]: pgmap v17880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:54.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:54.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:54 smithi135 ceph-mon[93152]: pgmap v17881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:54 smithi194 ceph-mon[104785]: pgmap v17881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:55.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:55.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:56.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:22:56.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:56.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:56 smithi135 ceph-mon[93152]: pgmap v17882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:56 smithi194 ceph-mon[104785]: pgmap v17882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:57.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:57.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:58.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:58.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:22:59 smithi194 ceph-mon[104785]: pgmap v17883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:22:59.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:22:59.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:22:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:22:59 smithi135 ceph-mon[93152]: pgmap v17883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:00.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:00.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:01.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:01 smithi194 ceph-mon[104785]: pgmap v17884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:23:01.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:01.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:01 smithi135 ceph-mon[93152]: pgmap v17884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:23:02.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:02.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:03 smithi194 ceph-mon[104785]: pgmap v17885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:03.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:03.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:03 smithi135 ceph-mon[93152]: pgmap v17885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:04.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:04.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:04 smithi135 ceph-mon[93152]: pgmap v17886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:04 smithi194 ceph-mon[104785]: pgmap v17886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:05.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:05.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:06.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:06.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:07 smithi194 ceph-mon[104785]: pgmap v17887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:07.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:07.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:07 smithi135 ceph-mon[93152]: pgmap v17887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:08.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:08.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:09.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:09 smithi194 ceph-mon[104785]: pgmap v17888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:09.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:09.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:09 smithi135 ceph-mon[93152]: pgmap v17888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:10.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:10.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:11 smithi194 ceph-mon[104785]: pgmap v17889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:23:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:11.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:11.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:11 smithi135 ceph-mon[93152]: pgmap v17889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:23:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:12.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:12.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:13 smithi194 ceph-mon[104785]: pgmap v17890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:13.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:13.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:13 smithi135 ceph-mon[93152]: pgmap v17890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:14.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:14.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:14 smithi135 ceph-mon[93152]: pgmap v17891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:14 smithi194 ceph-mon[104785]: pgmap v17891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:15.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:15.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:16.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:16.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:17.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:17 smithi194 ceph-mon[104785]: pgmap v17892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:17 smithi135 ceph-mon[93152]: pgmap v17892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:17.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:17.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:18.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:18.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:19 smithi194 ceph-mon[104785]: pgmap v17893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:19 smithi135 ceph-mon[93152]: pgmap v17893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:19.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:19.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:20.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:20.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:21 smithi194 ceph-mon[104785]: pgmap v17894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:23:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:21 smithi135 ceph-mon[93152]: pgmap v17894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:23:21.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:21.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:22.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:22.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:23 smithi194 ceph-mon[104785]: pgmap v17895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:23 smithi135 ceph-mon[93152]: pgmap v17895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:23.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:23.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:24.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:24.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:24 smithi135 ceph-mon[93152]: pgmap v17896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:24 smithi194 ceph-mon[104785]: pgmap v17896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:25.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:25.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:26.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:26.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:26 smithi135 ceph-mon[93152]: pgmap v17897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:26 smithi194 ceph-mon[104785]: pgmap v17897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:27.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:27.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:28.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:28.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:29.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:29 smithi194 ceph-mon[104785]: pgmap v17898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:29 smithi135 ceph-mon[93152]: pgmap v17898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:29.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:29.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:30.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:30.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:31 smithi194 ceph-mon[104785]: pgmap v17899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:23:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:31 smithi135 ceph-mon[93152]: pgmap v17899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:23:31.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:31.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:32.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:32.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:33 smithi194 ceph-mon[104785]: pgmap v17900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:33 smithi135 ceph-mon[93152]: pgmap v17900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:33.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:33.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:34.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:34.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:34 smithi135 ceph-mon[93152]: pgmap v17901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:34 smithi194 ceph-mon[104785]: pgmap v17901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:35.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:35.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:36.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:36.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:37 smithi194 ceph-mon[104785]: pgmap v17902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:37 smithi135 ceph-mon[93152]: pgmap v17902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:37.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:37.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:38.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:38.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:39 smithi194 ceph-mon[104785]: pgmap v17903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:39 smithi135 ceph-mon[93152]: pgmap v17903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:39.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:39.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:40.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:40.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:41 smithi194 ceph-mon[104785]: pgmap v17904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:23:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:41 smithi135 ceph-mon[93152]: pgmap v17904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:23:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:41.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:41.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:42.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:42.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:43 smithi194 ceph-mon[104785]: pgmap v17905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:43 smithi135 ceph-mon[93152]: pgmap v17905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:43.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:43.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:44.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:44.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:44 smithi135 ceph-mon[93152]: pgmap v17906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:44 smithi194 ceph-mon[104785]: pgmap v17906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:45.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:45.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:46.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:46.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:47.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:47 smithi194 ceph-mon[104785]: pgmap v17907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:47 smithi135 ceph-mon[93152]: pgmap v17907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:47.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:47.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:48.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:48.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:49 smithi194 ceph-mon[104785]: pgmap v17908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:49 smithi135 ceph-mon[93152]: pgmap v17908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:49.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:49.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:50.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:50.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:51 smithi194 ceph-mon[104785]: pgmap v17909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:23:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:23:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:51 smithi135 ceph-mon[93152]: pgmap v17909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:23:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:23:51.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:51.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:23:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:23:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:23:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:23:52.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:23:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:23:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:23:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:23:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:23:52.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:23:52.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:52.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:53.461 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:53 smithi194 ceph-mon[104785]: pgmap v17910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:53 smithi135 ceph-mon[93152]: pgmap v17910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:53.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:53.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:54.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:54.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:54 smithi135 ceph-mon[93152]: pgmap v17911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:54 smithi194 ceph-mon[104785]: pgmap v17911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:55.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:55.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:56.427 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:23:56.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:56.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:57 smithi135 ceph-mon[93152]: pgmap v17912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:57 smithi194 ceph-mon[104785]: pgmap v17912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:57.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:57.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:58.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:58.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:23:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:23:59 smithi194 ceph-mon[104785]: pgmap v17913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:23:59 smithi135 ceph-mon[93152]: pgmap v17913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:23:59.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:23:59.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:00.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:00.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:01 smithi194 ceph-mon[104785]: pgmap v17914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:24:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:01 smithi135 ceph-mon[93152]: pgmap v17914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:24:01.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:01.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:02.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:02.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:03 smithi194 ceph-mon[104785]: pgmap v17915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:03 smithi135 ceph-mon[93152]: pgmap v17915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:03.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:03.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:04.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:04.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:04 smithi135 ceph-mon[93152]: pgmap v17916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:04 smithi194 ceph-mon[104785]: pgmap v17916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:05.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:05.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:06.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:06.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:07 smithi194 ceph-mon[104785]: pgmap v17917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:07 smithi135 ceph-mon[93152]: pgmap v17917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:07.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:07.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:08.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:08.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:09.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:09 smithi194 ceph-mon[104785]: pgmap v17918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:09.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:09 smithi135 ceph-mon[93152]: pgmap v17918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:09.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:09.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:10.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:10.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:11 smithi135 ceph-mon[93152]: pgmap v17919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:24:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:11 smithi194 ceph-mon[104785]: pgmap v17919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:24:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:11.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:11.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:12.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:12.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:13 smithi194 ceph-mon[104785]: pgmap v17920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:13 smithi135 ceph-mon[93152]: pgmap v17920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:13.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:13.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:14.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:14.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:14 smithi135 ceph-mon[93152]: pgmap v17921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:14 smithi194 ceph-mon[104785]: pgmap v17921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:15.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:15.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:16.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:16.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:17.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:17 smithi194 ceph-mon[104785]: pgmap v17922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:17 smithi135 ceph-mon[93152]: pgmap v17922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:17.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:17.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:18.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:18.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:19 smithi194 ceph-mon[104785]: pgmap v17923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:19 smithi135 ceph-mon[93152]: pgmap v17923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:19.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:19.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:20.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:20.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:21 smithi194 ceph-mon[104785]: pgmap v17924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:24:21.522 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:21 smithi135 ceph-mon[93152]: pgmap v17924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:24:21.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:21.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:22.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:22.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:23 smithi194 ceph-mon[104785]: pgmap v17925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:23 smithi135 ceph-mon[93152]: pgmap v17925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:23.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:23.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:24.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:24.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:25.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:25 smithi135 ceph-mon[93152]: pgmap v17926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:25 smithi194 ceph-mon[104785]: pgmap v17926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:25.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:25.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:26.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:26.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:27 smithi194 ceph-mon[104785]: pgmap v17927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:27 smithi135 ceph-mon[93152]: pgmap v17927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:27.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:27.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:28.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:28.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:29 smithi194 ceph-mon[104785]: pgmap v17928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:29 smithi135 ceph-mon[93152]: pgmap v17928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:29.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:29.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:30.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:30.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:31 smithi194 ceph-mon[104785]: pgmap v17929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:24:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:31 smithi135 ceph-mon[93152]: pgmap v17929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:24:31.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:31.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:32.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:32.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:33.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:33 smithi194 ceph-mon[104785]: pgmap v17930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:33 smithi135 ceph-mon[93152]: pgmap v17930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:33.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:33.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:34.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:34.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:34 smithi135 ceph-mon[93152]: pgmap v17931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:34 smithi194 ceph-mon[104785]: pgmap v17931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:35.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:35.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:36.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:36.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:37.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:37 smithi194 ceph-mon[104785]: pgmap v17932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:37 smithi135 ceph-mon[93152]: pgmap v17932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:37.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:37.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:38.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:38.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:39 smithi194 ceph-mon[104785]: pgmap v17933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:39 smithi135 ceph-mon[93152]: pgmap v17933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:39.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:39.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:40.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:40.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:41 smithi135 ceph-mon[93152]: pgmap v17934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:24:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:41.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:41.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:41 smithi194 ceph-mon[104785]: pgmap v17934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:24:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:42.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:42.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:43.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:43 smithi135 ceph-mon[93152]: pgmap v17935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:43.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:43.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:43.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:43 smithi194 ceph-mon[104785]: pgmap v17935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:44.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:44.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:45 smithi135 ceph-mon[93152]: pgmap v17936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:45 smithi194 ceph-mon[104785]: pgmap v17936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:45.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:45.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:46.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:46.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:47 smithi194 ceph-mon[104785]: pgmap v17937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:47 smithi135 ceph-mon[93152]: pgmap v17937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:47.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:47.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:48.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:48.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:49 smithi135 ceph-mon[93152]: pgmap v17938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:49.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:49.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:49 smithi194 ceph-mon[104785]: pgmap v17938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:50.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:50.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:51 smithi135 ceph-mon[93152]: pgmap v17939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:24:51.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:51.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:51.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:51 smithi194 ceph-mon[104785]: pgmap v17939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:24:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:24:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:24:52.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:52.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:53 smithi135 ceph-mon[93152]: pgmap v17940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:53.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:53.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:53 smithi194 ceph-mon[104785]: pgmap v17940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:54.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:54.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:55 smithi135 ceph-mon[93152]: pgmap v17941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:55 smithi194 ceph-mon[104785]: pgmap v17941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:55.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:55.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:56.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:24:56.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:56.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:57 smithi194 ceph-mon[104785]: pgmap v17942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:57 smithi135 ceph-mon[93152]: pgmap v17942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:57.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:57.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:58.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:58.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:59 smithi135 ceph-mon[93152]: pgmap v17943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:24:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:24:59 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:24:59.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:24:59.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:24:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:59 smithi194 ceph-mon[104785]: pgmap v17943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:24:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:24:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:24:59 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:25:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:25:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:25:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:25:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:25:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:25:00.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:00.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:25:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:25:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:25:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:25:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:25:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:01 smithi135 ceph-mon[93152]: pgmap v17944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:25:01.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:01.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:01 smithi194 ceph-mon[104785]: pgmap v17944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:25:02.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:02.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:03 smithi135 ceph-mon[93152]: pgmap v17945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:03.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:03.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:03 smithi194 ceph-mon[104785]: pgmap v17945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:04.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:04.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:05.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:05 smithi194 ceph-mon[104785]: pgmap v17946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:05 smithi135 ceph-mon[93152]: pgmap v17946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:05.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:05.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:06.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:06.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:07 smithi194 ceph-mon[104785]: pgmap v17947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:07 smithi135 ceph-mon[93152]: pgmap v17947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:07.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:07.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:08.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:08.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:09 smithi135 ceph-mon[93152]: pgmap v17948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:09.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:09.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:09 smithi194 ceph-mon[104785]: pgmap v17948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:10.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:10.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:11 smithi135 ceph-mon[93152]: pgmap v17949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:25:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:11.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:11.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:11 smithi194 ceph-mon[104785]: pgmap v17949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:25:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:12.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:12.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:13.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:13 smithi135 ceph-mon[93152]: pgmap v17950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:13.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:13.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:13 smithi194 ceph-mon[104785]: pgmap v17950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:14.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:14.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:15 smithi194 ceph-mon[104785]: pgmap v17951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:15 smithi135 ceph-mon[93152]: pgmap v17951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:15.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:15.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:16.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:16.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:17 smithi135 ceph-mon[93152]: pgmap v17952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:17.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:17.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:17 smithi194 ceph-mon[104785]: pgmap v17952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:18.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:18.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:19 smithi135 ceph-mon[93152]: pgmap v17953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:19.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:19.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:19 smithi194 ceph-mon[104785]: pgmap v17953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:20.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:20.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:21 smithi135 ceph-mon[93152]: pgmap v17954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:25:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:21 smithi194 ceph-mon[104785]: pgmap v17954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:25:21.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:21.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:22.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:22.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:23 smithi135 ceph-mon[93152]: pgmap v17955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:23 smithi194 ceph-mon[104785]: pgmap v17955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:23.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:23.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:24.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:24.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:25 smithi194 ceph-mon[104785]: pgmap v17956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:25 smithi135 ceph-mon[93152]: pgmap v17956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:25.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:25.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:26.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:26.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:27.377 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:27 smithi194 ceph-mon[104785]: pgmap v17957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:27 smithi135 ceph-mon[93152]: pgmap v17957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:27.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:27.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:28.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:28.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:29 smithi135 ceph-mon[93152]: pgmap v17958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:29 smithi194 ceph-mon[104785]: pgmap v17958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:29.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:29.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:30.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:30.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:31 smithi135 ceph-mon[93152]: pgmap v17959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:25:31.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:31 smithi194 ceph-mon[104785]: pgmap v17959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:25:31.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:32.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:32.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:33.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:33 smithi135 ceph-mon[93152]: pgmap v17960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:33 smithi194 ceph-mon[104785]: pgmap v17960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:33.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:33.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:34.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:34.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:35 smithi194 ceph-mon[104785]: pgmap v17961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:35 smithi135 ceph-mon[93152]: pgmap v17961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:35.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:35.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:36.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:36.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:37.481 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:37 smithi194 ceph-mon[104785]: pgmap v17962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:37 smithi135 ceph-mon[93152]: pgmap v17962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:37.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:37.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:38.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:38.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:39 smithi135 ceph-mon[93152]: pgmap v17963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:39 smithi194 ceph-mon[104785]: pgmap v17963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:39.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:39.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:40.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:40.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:41 smithi135 ceph-mon[93152]: pgmap v17964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:25:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:41 smithi194 ceph-mon[104785]: pgmap v17964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:25:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:41.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:41.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:42.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:42.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:43 smithi135 ceph-mon[93152]: pgmap v17965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:43 smithi194 ceph-mon[104785]: pgmap v17965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:43.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:43.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:44.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:44.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:45 smithi194 ceph-mon[104785]: pgmap v17966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:45 smithi135 ceph-mon[93152]: pgmap v17966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:45.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:45.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:46.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:46.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:47 smithi135 ceph-mon[93152]: pgmap v17967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:47.586 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:47 smithi194 ceph-mon[104785]: pgmap v17967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:47.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:47.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:48.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:48.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:49 smithi135 ceph-mon[93152]: pgmap v17968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:49 smithi194 ceph-mon[104785]: pgmap v17968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:49.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:49.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:50.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:50.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:51 smithi135 ceph-mon[93152]: pgmap v17969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:25:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:51 smithi194 ceph-mon[104785]: pgmap v17969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:25:51.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:51.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:52.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:52.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:53 smithi135 ceph-mon[93152]: pgmap v17970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:53 smithi194 ceph-mon[104785]: pgmap v17970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:53.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:53.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:54.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:54.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:55 smithi194 ceph-mon[104785]: pgmap v17971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:55 smithi135 ceph-mon[93152]: pgmap v17971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:55.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:55.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:25:56.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:56.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:57 smithi135 ceph-mon[93152]: pgmap v17972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:57 smithi194 ceph-mon[104785]: pgmap v17972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:57.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:57.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:58.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:58.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:25:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:25:59 smithi135 ceph-mon[93152]: pgmap v17973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:25:59 smithi194 ceph-mon[104785]: pgmap v17973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:25:59.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:25:59.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:26:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:26:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:26:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:26:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:26:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:26:00.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:00.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:01 smithi135 ceph-mon[93152]: pgmap v17974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:26:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:26:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:26:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:26:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:26:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:26:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:01 smithi194 ceph-mon[104785]: pgmap v17974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:26:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:26:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:26:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:26:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:26:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:26:01.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:01.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:02.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:02.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:03 smithi135 ceph-mon[93152]: pgmap v17975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:03 smithi194 ceph-mon[104785]: pgmap v17975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:03.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:03.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:04.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:04.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:05 smithi194 ceph-mon[104785]: pgmap v17976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:05 smithi135 ceph-mon[93152]: pgmap v17976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:05.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:05.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:06.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:06.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:07 smithi135 ceph-mon[93152]: pgmap v17977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:07 smithi194 ceph-mon[104785]: pgmap v17977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:07.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:07.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:08.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:08.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:09 smithi135 ceph-mon[93152]: pgmap v17978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:09 smithi194 ceph-mon[104785]: pgmap v17978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:09.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:09.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:10.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:10.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:11 smithi135 ceph-mon[93152]: pgmap v17979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:26:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:11 smithi194 ceph-mon[104785]: pgmap v17979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:26:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:11.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:11.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:12.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:12.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:13 smithi135 ceph-mon[93152]: pgmap v17980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:13.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:13 smithi194 ceph-mon[104785]: pgmap v17980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:13.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:13.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:14.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:14.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:15 smithi194 ceph-mon[104785]: pgmap v17981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:15 smithi135 ceph-mon[93152]: pgmap v17981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:15.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:15.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:16.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:16.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:17 smithi135 ceph-mon[93152]: pgmap v17982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:17 smithi194 ceph-mon[104785]: pgmap v17982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:17.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:17.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:18.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:18.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:19 smithi135 ceph-mon[93152]: pgmap v17983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:19 smithi194 ceph-mon[104785]: pgmap v17983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:19.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:19.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:20.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:20.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:21 smithi135 ceph-mon[93152]: pgmap v17984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:26:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:21 smithi194 ceph-mon[104785]: pgmap v17984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:26:21.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:21.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:22.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:22.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:23.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:23 smithi135 ceph-mon[93152]: pgmap v17985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:23 smithi194 ceph-mon[104785]: pgmap v17985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:23.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:23.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:24.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:24.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:25 smithi194 ceph-mon[104785]: pgmap v17986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:25 smithi135 ceph-mon[93152]: pgmap v17986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:25.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:25.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:26.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:26.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:27 smithi194 ceph-mon[104785]: pgmap v17987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:27.526 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:27 smithi135 ceph-mon[93152]: pgmap v17987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:27.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:27.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:28.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:28.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:29 smithi135 ceph-mon[93152]: pgmap v17988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:29 smithi194 ceph-mon[104785]: pgmap v17988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:29.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:29.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:30.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:31.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:31 smithi135 ceph-mon[93152]: pgmap v17989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:26:31.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:31 smithi194 ceph-mon[104785]: pgmap v17989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:26:31.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:31.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:32.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:32.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:33 smithi194 ceph-mon[104785]: pgmap v17990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:33 smithi135 ceph-mon[93152]: pgmap v17990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:33.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:33.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:34.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:34.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:35 smithi194 ceph-mon[104785]: pgmap v17991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:35 smithi135 ceph-mon[93152]: pgmap v17991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:35.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:35.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:36.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:36.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:37.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:37 smithi135 ceph-mon[93152]: pgmap v17992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:37 smithi194 ceph-mon[104785]: pgmap v17992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:37.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:37.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:38.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:38.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:39 smithi135 ceph-mon[93152]: pgmap v17993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:39 smithi194 ceph-mon[104785]: pgmap v17993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:39.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:39.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:40.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:40.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:41 smithi135 ceph-mon[93152]: pgmap v17994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:26:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:41 smithi194 ceph-mon[104785]: pgmap v17994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:26:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:41.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:41.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:42.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:42.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:43.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:43 smithi194 ceph-mon[104785]: pgmap v17995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:43 smithi135 ceph-mon[93152]: pgmap v17995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:43.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:43.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:44.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:44.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:45 smithi194 ceph-mon[104785]: pgmap v17996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:45 smithi135 ceph-mon[93152]: pgmap v17996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:45.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:45.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:46.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:47.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:47.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:47 smithi135 ceph-mon[93152]: pgmap v17997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:47 smithi194 ceph-mon[104785]: pgmap v17997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:47.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:47.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:48.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:48.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:49 smithi135 ceph-mon[93152]: pgmap v17998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:49 smithi194 ceph-mon[104785]: pgmap v17998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:49.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:49.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:50.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:50.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:51 smithi135 ceph-mon[93152]: pgmap v17999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:26:51.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:51 smithi194 ceph-mon[104785]: pgmap v17999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:26:51.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:51.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:52.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:52.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:53 smithi135 ceph-mon[93152]: pgmap v18000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:53 smithi194 ceph-mon[104785]: pgmap v18000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:53.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:53.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:54.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:54.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:55 smithi194 ceph-mon[104785]: pgmap v18001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:55 smithi135 ceph-mon[93152]: pgmap v18001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:55.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:55.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:26:56.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:56.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:57 smithi194 ceph-mon[104785]: pgmap v18002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:57 smithi135 ceph-mon[93152]: pgmap v18002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:57.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:57.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:58.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:58.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:26:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:26:59 smithi135 ceph-mon[93152]: pgmap v18003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:26:59 smithi194 ceph-mon[104785]: pgmap v18003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:26:59.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:26:59.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:00.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:00.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:01 smithi135 ceph-mon[93152]: pgmap v18004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:27:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:27:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:27:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:27:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:27:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:27:01.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:27:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:01 smithi194 ceph-mon[104785]: pgmap v18004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:27:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:27:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:27:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:27:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:27:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:27:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:27:01.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:01.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:02.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:02.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:03 smithi135 ceph-mon[93152]: pgmap v18005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:03 smithi194 ceph-mon[104785]: pgmap v18005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:03.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:03.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:04.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:04.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:05 smithi194 ceph-mon[104785]: pgmap v18006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:05 smithi135 ceph-mon[93152]: pgmap v18006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:05.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:05.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:06.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:06.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:07 smithi135 ceph-mon[93152]: pgmap v18007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:07 smithi194 ceph-mon[104785]: pgmap v18007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:07.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:07.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:08.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:08.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:09 smithi135 ceph-mon[93152]: pgmap v18008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:09 smithi194 ceph-mon[104785]: pgmap v18008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:09.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:09.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:10.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:10.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:11 smithi194 ceph-mon[104785]: pgmap v18009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:27:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:11 smithi135 ceph-mon[93152]: pgmap v18009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:27:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:11.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:11.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:12.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:12.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:13 smithi194 ceph-mon[104785]: pgmap v18010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:13 smithi135 ceph-mon[93152]: pgmap v18010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:13.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:13.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:14.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:14.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:15 smithi135 ceph-mon[93152]: pgmap v18011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:15 smithi194 ceph-mon[104785]: pgmap v18011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:15.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:15.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:16.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:16.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:17.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:17 smithi135 ceph-mon[93152]: pgmap v18012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:17.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:17 smithi194 ceph-mon[104785]: pgmap v18012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:17.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:17.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:18.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:18.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:19 smithi135 ceph-mon[93152]: pgmap v18013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:19.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:19 smithi194 ceph-mon[104785]: pgmap v18013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:19.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:19.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:20.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:20.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:21 smithi194 ceph-mon[104785]: pgmap v18014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:27:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:21 smithi135 ceph-mon[93152]: pgmap v18014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:27:21.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:21.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:22.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:22.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:23.587 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:23 smithi194 ceph-mon[104785]: pgmap v18015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:23 smithi135 ceph-mon[93152]: pgmap v18015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:23.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:23.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:24.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:24.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:25 smithi194 ceph-mon[104785]: pgmap v18016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:25 smithi135 ceph-mon[93152]: pgmap v18016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:25.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:25.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:26.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:26.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:27 smithi194 ceph-mon[104785]: pgmap v18017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:27 smithi135 ceph-mon[93152]: pgmap v18017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:27.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:27.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:28.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:28.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:29 smithi135 ceph-mon[93152]: pgmap v18018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:29 smithi194 ceph-mon[104785]: pgmap v18018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:29.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:29.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:30.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:30.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:31 smithi194 ceph-mon[104785]: pgmap v18019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:27:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:31 smithi135 ceph-mon[93152]: pgmap v18019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:27:31.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:31.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:32.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:32.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:33.692 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:33 smithi194 ceph-mon[104785]: pgmap v18020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:33 smithi135 ceph-mon[93152]: pgmap v18020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:33.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:33.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:34.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:34.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:35.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:35 smithi194 ceph-mon[104785]: pgmap v18021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:35 smithi135 ceph-mon[93152]: pgmap v18021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:35.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:35.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:36.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:36.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:37 smithi194 ceph-mon[104785]: pgmap v18022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:37 smithi135 ceph-mon[93152]: pgmap v18022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:37.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:37.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:38.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:38.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:39 smithi194 ceph-mon[104785]: pgmap v18023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:39 smithi135 ceph-mon[93152]: pgmap v18023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:39.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:39.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:40.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:40.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:41 smithi194 ceph-mon[104785]: pgmap v18024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:27:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:41 smithi135 ceph-mon[93152]: pgmap v18024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:27:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:41.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:41.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:42.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:42.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:43 smithi194 ceph-mon[104785]: pgmap v18025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:43.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:43 smithi135 ceph-mon[93152]: pgmap v18025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:43.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:43.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:44.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:44.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:45 smithi194 ceph-mon[104785]: pgmap v18026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:45 smithi135 ceph-mon[93152]: pgmap v18026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:45.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:45.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:46.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:46.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:47 smithi194 ceph-mon[104785]: pgmap v18027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:47 smithi135 ceph-mon[93152]: pgmap v18027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:47.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:47.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:48.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:48.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:49 smithi194 ceph-mon[104785]: pgmap v18028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:49 smithi135 ceph-mon[93152]: pgmap v18028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:49.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:50.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:50.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:50.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:51.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:51 smithi194 ceph-mon[104785]: pgmap v18029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:27:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:51 smithi135 ceph-mon[93152]: pgmap v18029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:27:51.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:51.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:52.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:52.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:53.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:53 smithi135 ceph-mon[93152]: pgmap v18030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:53 smithi194 ceph-mon[104785]: pgmap v18030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:53.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:53.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:54.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:54.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:55 smithi194 ceph-mon[104785]: pgmap v18031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:55 smithi135 ceph-mon[93152]: pgmap v18031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:55.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:55.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:27:56.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:56.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:57 smithi194 ceph-mon[104785]: pgmap v18032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:57 smithi135 ceph-mon[93152]: pgmap v18032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:57.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:57.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:58.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:58.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:27:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:27:59 smithi194 ceph-mon[104785]: pgmap v18033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:27:59 smithi135 ceph-mon[93152]: pgmap v18033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:27:59.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:27:59.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:00.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:00.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:01 smithi194 ceph-mon[104785]: pgmap v18034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:28:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:28:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:01 smithi135 ceph-mon[93152]: pgmap v18034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:28:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:28:01.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:01.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:02 smithi194 ceph-mon[104785]: pgmap v18035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:28:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:28:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:28:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:28:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:28:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:28:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:28:02.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:02 smithi135 ceph-mon[93152]: pgmap v18035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:02.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:02.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:03.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:03.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:04.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:04.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:05 smithi194 ceph-mon[104785]: pgmap v18036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:05 smithi135 ceph-mon[93152]: pgmap v18036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:05.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:05.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:06.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:06.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:07 smithi194 ceph-mon[104785]: pgmap v18037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:07 smithi135 ceph-mon[93152]: pgmap v18037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:07.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:07.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:08.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:08.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:09 smithi194 ceph-mon[104785]: pgmap v18038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:09 smithi135 ceph-mon[93152]: pgmap v18038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:09.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:09.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:10.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:10.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:11 smithi194 ceph-mon[104785]: pgmap v18039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:28:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:11 smithi135 ceph-mon[93152]: pgmap v18039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:28:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:11.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:11.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:12.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:12.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:13 smithi194 ceph-mon[104785]: pgmap v18040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:13 smithi135 ceph-mon[93152]: pgmap v18040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:14.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:14.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:15.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:15.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:15 smithi194 ceph-mon[104785]: pgmap v18041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:15 smithi135 ceph-mon[93152]: pgmap v18041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:16.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:16.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:17.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:17.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:17.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:17 smithi194 ceph-mon[104785]: pgmap v18042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:17 smithi135 ceph-mon[93152]: pgmap v18042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:18.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:18.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:19.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:19.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:19 smithi194 ceph-mon[104785]: pgmap v18043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:19 smithi135 ceph-mon[93152]: pgmap v18043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:20.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:20.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:21.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:21.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:21 smithi194 ceph-mon[104785]: pgmap v18044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:28:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:21 smithi135 ceph-mon[93152]: pgmap v18044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:28:22.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:22.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:23.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:23.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:23 smithi194 ceph-mon[104785]: pgmap v18045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:23 smithi135 ceph-mon[93152]: pgmap v18045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:24.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:24.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:25.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:25.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:25 smithi194 ceph-mon[104785]: pgmap v18046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:25 smithi135 ceph-mon[93152]: pgmap v18046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:26.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:26.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:27.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:27.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:27 smithi194 ceph-mon[104785]: pgmap v18047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:27 smithi135 ceph-mon[93152]: pgmap v18047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:28.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:28.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:29.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:29.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:29 smithi194 ceph-mon[104785]: pgmap v18048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:29.999 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:29 smithi135 ceph-mon[93152]: pgmap v18048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:30.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:30.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:31.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:31.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:31.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:31 smithi194 ceph-mon[104785]: pgmap v18049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:28:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:31 smithi135 ceph-mon[93152]: pgmap v18049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:28:32.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:32.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:33.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:33.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:33.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:33 smithi194 ceph-mon[104785]: pgmap v18050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:33.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:33 smithi135 ceph-mon[93152]: pgmap v18050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:34.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:34.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:35.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:35.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:35 smithi194 ceph-mon[104785]: pgmap v18051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:35 smithi135 ceph-mon[93152]: pgmap v18051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:36.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:36.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:37.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:37.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:37 smithi194 ceph-mon[104785]: pgmap v18052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:37 smithi135 ceph-mon[93152]: pgmap v18052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:38.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:38.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:39.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:39.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:39 smithi194 ceph-mon[104785]: pgmap v18053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:39 smithi135 ceph-mon[93152]: pgmap v18053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:40.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:40.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:41.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:41.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:41 smithi194 ceph-mon[104785]: pgmap v18054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:28:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:41 smithi135 ceph-mon[93152]: pgmap v18054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:28:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:42.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:42.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:43.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:43.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:43.600 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:43 smithi135 ceph-mon[93152]: pgmap v18055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:43 smithi194 ceph-mon[104785]: pgmap v18055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:44.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:44.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:45.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:45.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:45 smithi194 ceph-mon[104785]: pgmap v18056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:45 smithi135 ceph-mon[93152]: pgmap v18056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:46.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:46.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:47.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:47.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:47.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:47 smithi194 ceph-mon[104785]: pgmap v18057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:47 smithi135 ceph-mon[93152]: pgmap v18057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:48.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:48.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:49.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:49.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:49 smithi194 ceph-mon[104785]: pgmap v18058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:49.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:49 smithi135 ceph-mon[93152]: pgmap v18058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:50.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:50.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:51.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:51.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:51 smithi194 ceph-mon[104785]: pgmap v18059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:28:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:51 smithi135 ceph-mon[93152]: pgmap v18059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:28:52.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:52.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:53.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:53.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:53.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:53 smithi135 ceph-mon[93152]: pgmap v18060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:53 smithi194 ceph-mon[104785]: pgmap v18060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:54.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:54.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:55.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:55.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:55 smithi194 ceph-mon[104785]: pgmap v18061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:55 smithi135 ceph-mon[93152]: pgmap v18061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:56.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:56.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:28:57.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:57.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:57 smithi194 ceph-mon[104785]: pgmap v18062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:57 smithi135 ceph-mon[93152]: pgmap v18062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:58.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:58.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:59.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:28:59.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:28:59.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:28:59 smithi194 ceph-mon[104785]: pgmap v18063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:28:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:28:59 smithi135 ceph-mon[93152]: pgmap v18063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:00.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:00.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:01.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:01.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:01 smithi194 ceph-mon[104785]: pgmap v18064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:29:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:01 smithi135 ceph-mon[93152]: pgmap v18064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:29:02.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:02.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:29:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:29:03.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:03.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:03 smithi194 ceph-mon[104785]: pgmap v18065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:29:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:29:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:29:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:29:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:29:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:03 smithi135 ceph-mon[93152]: pgmap v18065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:29:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:29:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:29:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:29:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:29:04.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:04.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:05.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:05.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:05 smithi194 ceph-mon[104785]: pgmap v18066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:05 smithi135 ceph-mon[93152]: pgmap v18066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:06.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:06.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:07.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:07.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:07 smithi194 ceph-mon[104785]: pgmap v18067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:07 smithi135 ceph-mon[93152]: pgmap v18067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:08.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:08.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:09.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:09.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:09.688 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:09 smithi194 ceph-mon[104785]: pgmap v18068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:09 smithi135 ceph-mon[93152]: pgmap v18068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:10.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:10.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:11.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:11.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:11 smithi194 ceph-mon[104785]: pgmap v18069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:29:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:11 smithi135 ceph-mon[93152]: pgmap v18069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:29:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:12.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:12.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:13.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:13.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:13 smithi194 ceph-mon[104785]: pgmap v18070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:13 smithi135 ceph-mon[93152]: pgmap v18070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:14.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:14.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:15.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:15.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:15 smithi194 ceph-mon[104785]: pgmap v18071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:15 smithi135 ceph-mon[93152]: pgmap v18071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:16.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:16.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:17.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:17.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:17.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:17 smithi194 ceph-mon[104785]: pgmap v18072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:17 smithi135 ceph-mon[93152]: pgmap v18072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:18.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:18.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:19.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:19.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:19 smithi194 ceph-mon[104785]: pgmap v18073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:19 smithi135 ceph-mon[93152]: pgmap v18073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:20.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:20.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:21.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:21.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:21 smithi194 ceph-mon[104785]: pgmap v18074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:29:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:21 smithi135 ceph-mon[93152]: pgmap v18074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:29:22.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:22.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:23.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:23.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:23 smithi194 ceph-mon[104785]: pgmap v18075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:23 smithi135 ceph-mon[93152]: pgmap v18075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:24.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:24.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:25.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:25.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:25.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:25 smithi194 ceph-mon[104785]: pgmap v18076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:25 smithi135 ceph-mon[93152]: pgmap v18076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:26.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:26.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:27.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:27.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:27 smithi194 ceph-mon[104785]: pgmap v18077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:27 smithi135 ceph-mon[93152]: pgmap v18077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:28.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:28.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:29.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:29.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:29 smithi194 ceph-mon[104785]: pgmap v18078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:29 smithi135 ceph-mon[93152]: pgmap v18078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:30.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:30.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:31.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:31.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:31.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:31 smithi194 ceph-mon[104785]: pgmap v18079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:29:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:31 smithi135 ceph-mon[93152]: pgmap v18079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:29:32.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:32.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:33.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:33.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:33 smithi194 ceph-mon[104785]: pgmap v18080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:33.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:33 smithi135 ceph-mon[93152]: pgmap v18080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:34.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:34.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:35.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:35.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:35 smithi194 ceph-mon[104785]: pgmap v18081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:35 smithi135 ceph-mon[93152]: pgmap v18081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:36.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:36.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:37.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:37.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:37 smithi194 ceph-mon[104785]: pgmap v18082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:37 smithi135 ceph-mon[93152]: pgmap v18082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:38.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:38.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:39.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:39.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:39 smithi135 ceph-mon[93152]: pgmap v18083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:39 smithi194 ceph-mon[104785]: pgmap v18083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:40.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:40.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:41.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:41.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:41 smithi194 ceph-mon[104785]: pgmap v18084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:41 smithi135 ceph-mon[93152]: pgmap v18084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:42.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:42.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:43.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:43.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:43 smithi194 ceph-mon[104785]: pgmap v18085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-08T14:29:43.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:43 smithi135 ceph-mon[93152]: pgmap v18085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-08T14:29:44.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:44.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:45.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:45.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:45 smithi194 ceph-mon[104785]: pgmap v18086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:45.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:45 smithi135 ceph-mon[93152]: pgmap v18086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:46.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:46.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:47.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:47.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:47.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:47 smithi194 ceph-mon[104785]: pgmap v18087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:47 smithi135 ceph-mon[93152]: pgmap v18087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:48.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:48.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:49.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:49.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:49 smithi135 ceph-mon[93152]: pgmap v18088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:49.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:49 smithi194 ceph-mon[104785]: pgmap v18088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:50.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:50.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:51.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:51.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:51.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:51 smithi194 ceph-mon[104785]: pgmap v18089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:51 smithi135 ceph-mon[93152]: pgmap v18089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:52.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:52.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:53.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:53.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:53 smithi194 ceph-mon[104785]: pgmap v18090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:53 smithi135 ceph-mon[93152]: pgmap v18090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:54.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:54.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:55.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:55.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:55 smithi194 ceph-mon[104785]: pgmap v18091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:29:56.015 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:55 smithi135 ceph-mon[93152]: pgmap v18091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:29:56.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:56.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:29:57.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:57.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:57 smithi194 ceph-mon[104785]: pgmap v18092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:57 smithi135 ceph-mon[93152]: pgmap v18092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:58.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:58.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:59.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:29:59.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:29:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:29:59 smithi194 ceph-mon[104785]: pgmap v18093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:29:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:29:59 smithi135 ceph-mon[93152]: pgmap v18093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:00.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:00.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T14:30:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T14:30:01.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:01.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:01 smithi194 ceph-mon[104785]: pgmap v18094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:01 smithi135 ceph-mon[93152]: pgmap v18094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:02.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:02.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:03.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:03.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:03 smithi194 ceph-mon[104785]: pgmap v18095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:30:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:30:03.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:30:03.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:30:03.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:30:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:03 smithi135 ceph-mon[93152]: pgmap v18095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:30:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:30:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:30:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:30:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:30:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:30:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:30:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:30:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:30:03.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:30:03.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:30:04.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:04.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:04 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1409M 2023-10-08T14:30:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:04 smithi194 ceph-mon[104785]: pgmap v18096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:30:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:04 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1409M 2023-10-08T14:30:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:04 smithi135 ceph-mon[93152]: pgmap v18096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:30:05.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:05.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:06.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:06.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:07.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:07.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:07 smithi194 ceph-mon[104785]: pgmap v18097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:07 smithi135 ceph-mon[93152]: pgmap v18097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:08.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:08.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:09.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:09.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:09 smithi194 ceph-mon[104785]: pgmap v18098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:09 smithi135 ceph-mon[93152]: pgmap v18098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:10.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:10.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:11.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:11.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:11 smithi194 ceph-mon[104785]: pgmap v18099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:11 smithi135 ceph-mon[93152]: pgmap v18099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:12.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:12.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:13.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:13.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:13 smithi194 ceph-mon[104785]: pgmap v18100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:13 smithi135 ceph-mon[93152]: pgmap v18100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:14.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:14.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:15.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:15.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:15.372 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:15 smithi194 ceph-mon[104785]: pgmap v18101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:30:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:15 smithi135 ceph-mon[93152]: pgmap v18101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:30:16.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:16.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:17.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:17.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:17.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:17 smithi194 ceph-mon[104785]: pgmap v18102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:17 smithi135 ceph-mon[93152]: pgmap v18102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:18.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:18.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:19.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:19.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:19 smithi194 ceph-mon[104785]: pgmap v18103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:19.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:19 smithi135 ceph-mon[93152]: pgmap v18103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:20.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:20.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:21.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:21.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:21 smithi194 ceph-mon[104785]: pgmap v18104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:21 smithi135 ceph-mon[93152]: pgmap v18104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:22.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:22.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:22 smithi194 ceph-mon[104785]: pgmap v18105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:22 smithi135 ceph-mon[93152]: pgmap v18105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:23.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:23.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:24.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:24.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:25.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:25.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:25 smithi194 ceph-mon[104785]: pgmap v18106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:30:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:25 smithi135 ceph-mon[93152]: pgmap v18106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:30:26.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:26.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:27.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:27.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:27 smithi194 ceph-mon[104785]: pgmap v18107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:27 smithi135 ceph-mon[93152]: pgmap v18107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:28.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:28.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:29.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:29.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:29.634 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:29 smithi135 ceph-mon[93152]: pgmap v18108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:29 smithi194 ceph-mon[104785]: pgmap v18108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:30.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:30.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:31.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:31.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:31 smithi194 ceph-mon[104785]: pgmap v18109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:31 smithi135 ceph-mon[93152]: pgmap v18109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:32.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:32.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:32 smithi194 ceph-mon[104785]: pgmap v18110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:32 smithi135 ceph-mon[93152]: pgmap v18110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:33.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:33.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:34.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:34.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:35.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:35.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:35 smithi194 ceph-mon[104785]: pgmap v18111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:30:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:35 smithi135 ceph-mon[93152]: pgmap v18111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:30:36.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:36.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:37.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:37.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:37 smithi194 ceph-mon[104785]: pgmap v18112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:37 smithi135 ceph-mon[93152]: pgmap v18112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:38.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:38.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:39.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:39.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:39.825 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:39 smithi194 ceph-mon[104785]: pgmap v18113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:39.825 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:39 smithi135 ceph-mon[93152]: pgmap v18113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:40.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:40.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:40.716 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:40 smithi194 ceph-mon[104785]: pgmap v18114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:40.716 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:40 smithi135 ceph-mon[93152]: pgmap v18114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:41.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:41.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:42.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:42.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:42 smithi194 ceph-mon[104785]: pgmap v18115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:42 smithi135 ceph-mon[93152]: pgmap v18115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:43.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:43.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:44.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:44.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:45.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:45.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:45 smithi194 ceph-mon[104785]: pgmap v18116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:30:45.556 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:45 smithi135 ceph-mon[93152]: pgmap v18116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:30:46.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:46.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:47.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:47.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:47 smithi194 ceph-mon[104785]: pgmap v18117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:47 smithi135 ceph-mon[93152]: pgmap v18117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:48.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:48.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:48 smithi194 ceph-mon[104785]: pgmap v18118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:48 smithi135 ceph-mon[93152]: pgmap v18118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:49.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:49.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:50.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:50.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:51.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:51.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:51.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:51 smithi194 ceph-mon[104785]: pgmap v18119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:51.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:51 smithi135 ceph-mon[93152]: pgmap v18119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:52.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:52.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:52 smithi194 ceph-mon[104785]: pgmap v18120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:52 smithi135 ceph-mon[93152]: pgmap v18120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:53.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:53.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:54.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:54.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:55 smithi135 ceph-mon[93152]: pgmap v18121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:30:55.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:55.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:55 smithi194 ceph-mon[104785]: pgmap v18121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:30:56.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:56.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:30:57.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:57.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:57 smithi194 ceph-mon[104785]: pgmap v18122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:57 smithi135 ceph-mon[93152]: pgmap v18122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:58.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:58.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:59.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:30:59.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:30:59.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:30:59 smithi194 ceph-mon[104785]: pgmap v18123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:30:59.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:30:59 smithi135 ceph-mon[93152]: pgmap v18123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:00.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:00.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:00.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:00 smithi135 ceph-mon[93152]: pgmap v18124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:00 smithi194 ceph-mon[104785]: pgmap v18124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:01.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:01.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:02.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:02.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:02 smithi194 ceph-mon[104785]: pgmap v18125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:02 smithi135 ceph-mon[93152]: pgmap v18125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:03.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:03.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:31:03.826 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:31:04.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:04.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:31:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:31:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:31:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:31:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:31:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:04 smithi194 ceph-mon[104785]: pgmap v18126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:31:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:31:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:31:04.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:04 smithi135 ceph-mon[93152]: pgmap v18126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:31:05.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:05.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:06.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:06.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:06 smithi194 ceph-mon[104785]: pgmap v18127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:06 smithi135 ceph-mon[93152]: pgmap v18127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:07.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:07.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:08.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:08.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:08 smithi194 ceph-mon[104785]: pgmap v18128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:08 smithi135 ceph-mon[93152]: pgmap v18128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:09.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:09.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:10.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:10.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:10 smithi194 ceph-mon[104785]: pgmap v18129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:10 smithi135 ceph-mon[93152]: pgmap v18129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:11.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:11.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:12.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:12.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:12 smithi194 ceph-mon[104785]: pgmap v18130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:12.764 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:12 smithi135 ceph-mon[93152]: pgmap v18130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:13.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:13.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:14.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:14.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:15.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:15.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:15 smithi194 ceph-mon[104785]: pgmap v18131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:31:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:15 smithi135 ceph-mon[93152]: pgmap v18131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:31:16.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:16.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:16.714 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:16 smithi194 ceph-mon[104785]: pgmap v18132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:16 smithi135 ceph-mon[93152]: pgmap v18132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:17.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:17.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:18.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:18.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:18 smithi194 ceph-mon[104785]: pgmap v18133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:18 smithi135 ceph-mon[93152]: pgmap v18133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:19.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:19.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:20.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:20.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:20 smithi135 ceph-mon[93152]: pgmap v18134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:20 smithi194 ceph-mon[104785]: pgmap v18134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:21.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:21.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:22.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:22.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:22 smithi194 ceph-mon[104785]: pgmap v18135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:22.789 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:22 smithi135 ceph-mon[93152]: pgmap v18135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:23.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:23.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:24.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:25.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:25.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:26.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:26.271 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:25 smithi194 ceph-mon[104785]: pgmap v18136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:31:26.271 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:25 smithi135 ceph-mon[93152]: pgmap v18136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:31:26.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:26.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:26.471 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:27.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:27.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:27 smithi194 ceph-mon[104785]: pgmap v18137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:27.718 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:27 smithi135 ceph-mon[93152]: pgmap v18137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:28.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:28.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:28 smithi194 ceph-mon[104785]: pgmap v18138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:29.306 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:28 smithi135 ceph-mon[93152]: pgmap v18138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:29.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:29.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:30.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:30.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:30 smithi135 ceph-mon[93152]: pgmap v18139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:30 smithi194 ceph-mon[104785]: pgmap v18139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:31.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:31.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:32.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:32.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:32 smithi194 ceph-mon[104785]: pgmap v18140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:32 smithi135 ceph-mon[93152]: pgmap v18140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:33.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:33.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:34.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:34.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:35.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:35.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:35 smithi194 ceph-mon[104785]: pgmap v18141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:31:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:35 smithi135 ceph-mon[93152]: pgmap v18141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:31:36.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:36.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:36 smithi194 ceph-mon[104785]: pgmap v18142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:36 smithi135 ceph-mon[93152]: pgmap v18142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:37.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:37.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:38.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:38.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:38 smithi194 ceph-mon[104785]: pgmap v18143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:38 smithi135 ceph-mon[93152]: pgmap v18143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:39.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:39.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:40.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:40.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:40 smithi135 ceph-mon[93152]: pgmap v18144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:40 smithi194 ceph-mon[104785]: pgmap v18144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:41.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:41.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:42.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:42.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:42 smithi194 ceph-mon[104785]: pgmap v18145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:42 smithi135 ceph-mon[93152]: pgmap v18145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:43.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:43.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:44.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:44.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:45.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:45.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:45.379 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:45 smithi135 ceph-mon[93152]: pgmap v18146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:31:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:45 smithi194 ceph-mon[104785]: pgmap v18146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:31:46.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:46.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:46 smithi194 ceph-mon[104785]: pgmap v18147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:46 smithi135 ceph-mon[93152]: pgmap v18147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:47.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:47.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:48.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:48.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:48 smithi194 ceph-mon[104785]: pgmap v18148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:48 smithi135 ceph-mon[93152]: pgmap v18148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:49.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:49.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:50.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:50.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:50.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:50 smithi194 ceph-mon[104785]: pgmap v18149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:50 smithi135 ceph-mon[93152]: pgmap v18149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:51.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:51.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:52.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:52.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:52 smithi194 ceph-mon[104785]: pgmap v18150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:52 smithi135 ceph-mon[93152]: pgmap v18150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:53.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:53.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:54.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:54.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:55.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:55.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:55 smithi194 ceph-mon[104785]: pgmap v18151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:31:55.479 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:55 smithi135 ceph-mon[93152]: pgmap v18151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:31:56.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:56.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:56.423 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:31:57.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:57.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:57.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:57 smithi194 ceph-mon[104785]: pgmap v18152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:57 smithi135 ceph-mon[93152]: pgmap v18152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:58.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:58.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:31:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:31:58 smithi194 ceph-mon[104785]: pgmap v18153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:31:58 smithi135 ceph-mon[93152]: pgmap v18153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:31:59.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:31:59.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:00.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:00.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:00 smithi194 ceph-mon[104785]: pgmap v18154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:00 smithi135 ceph-mon[93152]: pgmap v18154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:01.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:01.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:02.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:02.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:02 smithi194 ceph-mon[104785]: pgmap v18155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:02 smithi135 ceph-mon[93152]: pgmap v18155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:03.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:03.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:32:04.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:04.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:04.562 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:32:05.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:05.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:05 smithi194 ceph-mon[104785]: pgmap v18156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:32:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:32:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:32:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:32:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:32:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:32:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:05 smithi135 ceph-mon[93152]: pgmap v18156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:32:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:32:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:32:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:32:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:32:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:32:06.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:06.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:06 smithi194 ceph-mon[104785]: pgmap v18157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:06 smithi135 ceph-mon[93152]: pgmap v18157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:07.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:07.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:08.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:08.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:08 smithi194 ceph-mon[104785]: pgmap v18158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:08 smithi135 ceph-mon[93152]: pgmap v18158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:09.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:09.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:10.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:10.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:10 smithi194 ceph-mon[104785]: pgmap v18159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:10.837 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:10 smithi135 ceph-mon[93152]: pgmap v18159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:11.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:11.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:12.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:12.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:12 smithi194 ceph-mon[104785]: pgmap v18160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:12 smithi135 ceph-mon[93152]: pgmap v18160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:13.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:13.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:14.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:14.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:15.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:15.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:15 smithi194 ceph-mon[104785]: pgmap v18161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:32:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:15 smithi135 ceph-mon[93152]: pgmap v18161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:32:16.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:16.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:16 smithi194 ceph-mon[104785]: pgmap v18162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:16 smithi135 ceph-mon[93152]: pgmap v18162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:17.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:17.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:18.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:18.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:18 smithi194 ceph-mon[104785]: pgmap v18163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:18 smithi135 ceph-mon[93152]: pgmap v18163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:19.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:19.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:20.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:20.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:20 smithi194 ceph-mon[104785]: pgmap v18164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:20.728 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:20 smithi135 ceph-mon[93152]: pgmap v18164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:21.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:21.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:22.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:22.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:22 smithi194 ceph-mon[104785]: pgmap v18165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:22 smithi135 ceph-mon[93152]: pgmap v18165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:23.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:23.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:24.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:24.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:25.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:25.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:25 smithi194 ceph-mon[104785]: pgmap v18166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:32:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:25 smithi135 ceph-mon[93152]: pgmap v18166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:32:26.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:26.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:27.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:27.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:27 smithi194 ceph-mon[104785]: pgmap v18167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:27 smithi135 ceph-mon[93152]: pgmap v18167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:28.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:28.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:28 smithi194 ceph-mon[104785]: pgmap v18168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:28 smithi135 ceph-mon[93152]: pgmap v18168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:29.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:29.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:30.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:30.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:30.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:30 smithi194 ceph-mon[104785]: pgmap v18169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:30 smithi135 ceph-mon[93152]: pgmap v18169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:31.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:31.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:32.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:32.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:32 smithi194 ceph-mon[104785]: pgmap v18170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:32 smithi135 ceph-mon[93152]: pgmap v18170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:33.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:33.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:34.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:34.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:35.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:35.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:35 smithi194 ceph-mon[104785]: pgmap v18171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:32:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:35 smithi135 ceph-mon[93152]: pgmap v18171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:32:36.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:36.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:36 smithi194 ceph-mon[104785]: pgmap v18172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:36 smithi135 ceph-mon[93152]: pgmap v18172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:37.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:37.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:38.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:38.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:38 smithi194 ceph-mon[104785]: pgmap v18173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:38 smithi135 ceph-mon[93152]: pgmap v18173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:39.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:39.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:40.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:40.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:40 smithi194 ceph-mon[104785]: pgmap v18174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:40 smithi135 ceph-mon[93152]: pgmap v18174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:41.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:41.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:42.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:42.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:42 smithi194 ceph-mon[104785]: pgmap v18175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:42 smithi135 ceph-mon[93152]: pgmap v18175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:43.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:43.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:44.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:44.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:45.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:45.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:45.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:45 smithi194 ceph-mon[104785]: pgmap v18176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:32:45.556 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:45 smithi135 ceph-mon[93152]: pgmap v18176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:32:46.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:46.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:46 smithi194 ceph-mon[104785]: pgmap v18177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:46 smithi135 ceph-mon[93152]: pgmap v18177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:47.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:47.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:48.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:48.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:48 smithi194 ceph-mon[104785]: pgmap v18178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:48 smithi135 ceph-mon[93152]: pgmap v18178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:49.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:49.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:50.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:50.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:50 smithi194 ceph-mon[104785]: pgmap v18179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:50 smithi135 ceph-mon[93152]: pgmap v18179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:51.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:51.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:52.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:52.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:52 smithi194 ceph-mon[104785]: pgmap v18180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:52 smithi135 ceph-mon[93152]: pgmap v18180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:53.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:53.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:54.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:54.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:55 smithi194 ceph-mon[104785]: pgmap v18181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:32:55.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:55.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:55 smithi135 ceph-mon[93152]: pgmap v18181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:32:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:56.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:56.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:32:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:57 smithi194 ceph-mon[104785]: pgmap v18182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:57.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:57.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:57 smithi135 ceph-mon[93152]: pgmap v18182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:58.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:58.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:32:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:32:58 smithi194 ceph-mon[104785]: pgmap v18183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:32:58 smithi135 ceph-mon[93152]: pgmap v18183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:32:59.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:32:59.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:00.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:00.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:00 smithi194 ceph-mon[104785]: pgmap v18184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:00 smithi135 ceph-mon[93152]: pgmap v18184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:01.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:01.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:02.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:02.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:02 smithi194 ceph-mon[104785]: pgmap v18185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:02 smithi135 ceph-mon[93152]: pgmap v18185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:03.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:03.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:04.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:04.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:05 smithi194 ceph-mon[104785]: pgmap v18186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:33:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:33:05.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:05.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:05 smithi135 ceph-mon[93152]: pgmap v18186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:33:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:33:06.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:06.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:06 smithi135 ceph-mon[93152]: pgmap v18187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:06 smithi194 ceph-mon[104785]: pgmap v18187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:07.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:07.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:08.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:08.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:08 smithi194 ceph-mon[104785]: pgmap v18188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:08 smithi135 ceph-mon[93152]: pgmap v18188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:09.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:09.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:10.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:10.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:33:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:33:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:33:10.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:33:10.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:33:10.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:33:10.582 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:33:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:33:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:33:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:33:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:33:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:33:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:33:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:33:11.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:11.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:11 smithi135 ceph-mon[93152]: pgmap v18189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:11 smithi194 ceph-mon[104785]: pgmap v18189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:12.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:12.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:12 smithi194 ceph-mon[104785]: pgmap v18190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:12.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:12 smithi135 ceph-mon[93152]: pgmap v18190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:13.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:13.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:14.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:14.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:15 smithi194 ceph-mon[104785]: pgmap v18191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:33:15.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:15.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:15 smithi135 ceph-mon[93152]: pgmap v18191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:33:16.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:16.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:16 smithi194 ceph-mon[104785]: pgmap v18192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:16 smithi135 ceph-mon[93152]: pgmap v18192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:17.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:17.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:18.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:18.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:18.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:18 smithi194 ceph-mon[104785]: pgmap v18193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:18 smithi135 ceph-mon[93152]: pgmap v18193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:19.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:19.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:20.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:20.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:20 smithi194 ceph-mon[104785]: pgmap v18194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:20 smithi135 ceph-mon[93152]: pgmap v18194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:21.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:21.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:22.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:22.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:22 smithi194 ceph-mon[104785]: pgmap v18195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:22 smithi135 ceph-mon[93152]: pgmap v18195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:23.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:23.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:24.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:24.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:25 smithi194 ceph-mon[104785]: pgmap v18196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:33:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:25 smithi135 ceph-mon[93152]: pgmap v18196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:33:25.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:25.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:26.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:26.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:27 smithi194 ceph-mon[104785]: pgmap v18197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:27 smithi135 ceph-mon[93152]: pgmap v18197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:27.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:27.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:28.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:28.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:28 smithi194 ceph-mon[104785]: pgmap v18198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:28 smithi135 ceph-mon[93152]: pgmap v18198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:29.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:29.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:30.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:30.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:30 smithi194 ceph-mon[104785]: pgmap v18199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:30 smithi135 ceph-mon[93152]: pgmap v18199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:31.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:31.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:32.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:32.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:32 smithi194 ceph-mon[104785]: pgmap v18200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:32 smithi135 ceph-mon[93152]: pgmap v18200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:33.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:33.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:34.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:34.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:35 smithi194 ceph-mon[104785]: pgmap v18201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:33:35.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:35 smithi135 ceph-mon[93152]: pgmap v18201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:33:35.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:35.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:36.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:36.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:36 smithi194 ceph-mon[104785]: pgmap v18202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:36 smithi135 ceph-mon[93152]: pgmap v18202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:37.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:37.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:38.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:38.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:38 smithi194 ceph-mon[104785]: pgmap v18203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:38 smithi135 ceph-mon[93152]: pgmap v18203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:39.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:39.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:40.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:40.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:40 smithi194 ceph-mon[104785]: pgmap v18204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:40 smithi135 ceph-mon[93152]: pgmap v18204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:41.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:41.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:42.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:42.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:42 smithi194 ceph-mon[104785]: pgmap v18205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:42 smithi135 ceph-mon[93152]: pgmap v18205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:43.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:43.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:44.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:44.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:45 smithi194 ceph-mon[104785]: pgmap v18206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:33:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:45 smithi135 ceph-mon[93152]: pgmap v18206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:33:45.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:45.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:46.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:46.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:46 smithi194 ceph-mon[104785]: pgmap v18207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:46 smithi135 ceph-mon[93152]: pgmap v18207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:47.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:47.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:48.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:48.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:48 smithi194 ceph-mon[104785]: pgmap v18208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:48 smithi135 ceph-mon[93152]: pgmap v18208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:49.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:49.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:50.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:50.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:50 smithi194 ceph-mon[104785]: pgmap v18209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:50 smithi135 ceph-mon[93152]: pgmap v18209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:51.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:51.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:52.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:52.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:52 smithi194 ceph-mon[104785]: pgmap v18210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:52 smithi135 ceph-mon[93152]: pgmap v18210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:53.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:53.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:54.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:54.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:55 smithi194 ceph-mon[104785]: pgmap v18211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:33:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:55 smithi135 ceph-mon[93152]: pgmap v18211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:33:55.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:55.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:33:56.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:56.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:57 smithi194 ceph-mon[104785]: pgmap v18212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:57 smithi135 ceph-mon[93152]: pgmap v18212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:57.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:57.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:58.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:58.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:33:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:33:58 smithi194 ceph-mon[104785]: pgmap v18213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:33:58 smithi135 ceph-mon[93152]: pgmap v18213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:33:59.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:33:59.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:00.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:00.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:00 smithi194 ceph-mon[104785]: pgmap v18214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:00 smithi135 ceph-mon[93152]: pgmap v18214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:01.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:01.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:02.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:02.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:02 smithi194 ceph-mon[104785]: pgmap v18215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:02 smithi135 ceph-mon[93152]: pgmap v18215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:03.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:03.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:04.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:04.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:05 smithi194 ceph-mon[104785]: pgmap v18216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:34:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:05 smithi135 ceph-mon[93152]: pgmap v18216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:34:05.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:05.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:06.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:06.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:06 smithi194 ceph-mon[104785]: pgmap v18217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:06 smithi135 ceph-mon[93152]: pgmap v18217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:07.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:07.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:08.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:08.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:08 smithi194 ceph-mon[104785]: pgmap v18218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:08 smithi135 ceph-mon[93152]: pgmap v18218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:09.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:09.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:34:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:34:10.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:10.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:11 smithi194 ceph-mon[104785]: pgmap v18219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:34:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:34:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:34:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:34:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:34:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:11 smithi135 ceph-mon[93152]: pgmap v18219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:34:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:34:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:34:11.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:34:11.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:34:11.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:11.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:11.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:12.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:12.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:12 smithi194 ceph-mon[104785]: pgmap v18220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:12 smithi135 ceph-mon[93152]: pgmap v18220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:13.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:13.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:14.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:14.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:15.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:15 smithi194 ceph-mon[104785]: pgmap v18221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:34:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:15 smithi135 ceph-mon[93152]: pgmap v18221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:34:15.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:15.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:16.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:16.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:16 smithi194 ceph-mon[104785]: pgmap v18222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:16 smithi135 ceph-mon[93152]: pgmap v18222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:17.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:17.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:18.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:18.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:18 smithi194 ceph-mon[104785]: pgmap v18223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:18 smithi135 ceph-mon[93152]: pgmap v18223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:19.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:19.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:20.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:20.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:20 smithi194 ceph-mon[104785]: pgmap v18224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:20 smithi135 ceph-mon[93152]: pgmap v18224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:21.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:21.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:22.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:22.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:22 smithi194 ceph-mon[104785]: pgmap v18225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:22 smithi135 ceph-mon[93152]: pgmap v18225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:23.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:23.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:24.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:24.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:25 smithi194 ceph-mon[104785]: pgmap v18226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:34:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:25 smithi135 ceph-mon[93152]: pgmap v18226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:34:25.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:25.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:26.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:26.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:27 smithi135 ceph-mon[93152]: pgmap v18227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:27 smithi194 ceph-mon[104785]: pgmap v18227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:27.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:27.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:28.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:28.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:28 smithi194 ceph-mon[104785]: pgmap v18228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:28 smithi135 ceph-mon[93152]: pgmap v18228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:29.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:29.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:30.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:30.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:30 smithi194 ceph-mon[104785]: pgmap v18229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:30 smithi135 ceph-mon[93152]: pgmap v18229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:31.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:31.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:32.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:32.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:32 smithi194 ceph-mon[104785]: pgmap v18230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:32 smithi135 ceph-mon[93152]: pgmap v18230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:33.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:33.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:34.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:34.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:35 smithi194 ceph-mon[104785]: pgmap v18231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:34:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:35 smithi135 ceph-mon[93152]: pgmap v18231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:34:35.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:35.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:36.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:36.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:36 smithi194 ceph-mon[104785]: pgmap v18232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:36 smithi135 ceph-mon[93152]: pgmap v18232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:37.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:37.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:38.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:38.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:38 smithi194 ceph-mon[104785]: pgmap v18233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:38 smithi135 ceph-mon[93152]: pgmap v18233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:39.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:39.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:40.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:40.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:40 smithi194 ceph-mon[104785]: pgmap v18234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:40 smithi135 ceph-mon[93152]: pgmap v18234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:41.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:41.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:42.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:42.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:42 smithi194 ceph-mon[104785]: pgmap v18235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:42 smithi135 ceph-mon[93152]: pgmap v18235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:43.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:43.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:44.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:44.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:45 smithi194 ceph-mon[104785]: pgmap v18236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:34:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:45 smithi135 ceph-mon[93152]: pgmap v18236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:34:45.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:45.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:46.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:46.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:46 smithi194 ceph-mon[104785]: pgmap v18237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:46 smithi135 ceph-mon[93152]: pgmap v18237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:47.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:47.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:48.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:48.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:48 smithi194 ceph-mon[104785]: pgmap v18238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:48 smithi135 ceph-mon[93152]: pgmap v18238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:49.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:49.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:50.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:50.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:50 smithi194 ceph-mon[104785]: pgmap v18239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:50 smithi135 ceph-mon[93152]: pgmap v18239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:51.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:51.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:52 smithi135 ceph-mon[93152]: pgmap v18240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:52.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:52.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:52 smithi194 ceph-mon[104785]: pgmap v18240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:53.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:53.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:54.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:54.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:55 smithi194 ceph-mon[104785]: pgmap v18241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:34:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:55 smithi135 ceph-mon[93152]: pgmap v18241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:34:55.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:55.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:34:56.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:56.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:57 smithi194 ceph-mon[104785]: pgmap v18242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:57 smithi135 ceph-mon[93152]: pgmap v18242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:57.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:57.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:58.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:58.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:34:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:34:58 smithi194 ceph-mon[104785]: pgmap v18243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:34:58 smithi135 ceph-mon[93152]: pgmap v18243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:34:59.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:34:59.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:00.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:00.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:00 smithi194 ceph-mon[104785]: pgmap v18244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:00 smithi135 ceph-mon[93152]: pgmap v18244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:01.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:01.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:02.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:02.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:02.867 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:02 smithi194 ceph-mon[104785]: pgmap v18245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:02.867 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:02 smithi135 ceph-mon[93152]: pgmap v18245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:03.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:03.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:04.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:04.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:05 smithi194 ceph-mon[104785]: pgmap v18246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:35:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:05 smithi135 ceph-mon[93152]: pgmap v18246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:35:05.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:05.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:06.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:06.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:06 smithi194 ceph-mon[104785]: pgmap v18247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:06 smithi135 ceph-mon[93152]: pgmap v18247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:07.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:07.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:08.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:08.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:08 smithi194 ceph-mon[104785]: pgmap v18248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:08 smithi135 ceph-mon[93152]: pgmap v18248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:09.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:09.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:10.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:10.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:10 smithi194 ceph-mon[104785]: pgmap v18249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:10 smithi135 ceph-mon[93152]: pgmap v18249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:11.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:11.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:35:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:35:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:12.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:12.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:12 smithi194 ceph-mon[104785]: pgmap v18250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:12 smithi135 ceph-mon[93152]: pgmap v18250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:13.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:13.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:14.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:14.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:15 smithi194 ceph-mon[104785]: pgmap v18251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:35:15.747 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:15 smithi135 ceph-mon[93152]: pgmap v18251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:35:15.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:15.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:16.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:16.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:16 smithi194 ceph-mon[104785]: pgmap v18252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:16 smithi135 ceph-mon[93152]: pgmap v18252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:17.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:17.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:35:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:35:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:35:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:35:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:35:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:35:18.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:35:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:35:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:35:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:35:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:35:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:35:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:35:18.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:35:18.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:18.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:19 smithi194 ceph-mon[104785]: pgmap v18253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:19 smithi135 ceph-mon[93152]: pgmap v18253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:19.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:19.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:20.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:20.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:20.833 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:20 smithi194 ceph-mon[104785]: pgmap v18254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:20.833 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:20 smithi135 ceph-mon[93152]: pgmap v18254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:21.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:21.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:22.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:22.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:22 smithi194 ceph-mon[104785]: pgmap v18255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:22 smithi135 ceph-mon[93152]: pgmap v18255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:23.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:23.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:24.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:24.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:25 smithi194 ceph-mon[104785]: pgmap v18256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:35:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:25 smithi135 ceph-mon[93152]: pgmap v18256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:35:25.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:25.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:26.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:26.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:27.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:27 smithi194 ceph-mon[104785]: pgmap v18257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:27 smithi135 ceph-mon[93152]: pgmap v18257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:27.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:27.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:28.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:28.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:28 smithi194 ceph-mon[104785]: pgmap v18258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:28 smithi135 ceph-mon[93152]: pgmap v18258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:29.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:29.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:30 smithi194 ceph-mon[104785]: pgmap v18259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:30.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:30.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:30 smithi135 ceph-mon[93152]: pgmap v18259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:31.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:31.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:32 smithi194 ceph-mon[104785]: pgmap v18260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:32.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:32.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:32 smithi135 ceph-mon[93152]: pgmap v18260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:33.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:33.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:34.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:34.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:35 smithi194 ceph-mon[104785]: pgmap v18261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:35:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:35 smithi135 ceph-mon[93152]: pgmap v18261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:35:35.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:35.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:36 smithi194 ceph-mon[104785]: pgmap v18262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:36.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:36.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:36 smithi135 ceph-mon[93152]: pgmap v18262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:37.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:37.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:38 smithi194 ceph-mon[104785]: pgmap v18263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:38.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:38.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:38 smithi135 ceph-mon[93152]: pgmap v18263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:39.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:39.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:40 smithi194 ceph-mon[104785]: pgmap v18264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:40.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:40.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:40 smithi135 ceph-mon[93152]: pgmap v18264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:41.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:41.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:42.695 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:42 smithi135 ceph-mon[93152]: pgmap v18265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:42 smithi194 ceph-mon[104785]: pgmap v18265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:42.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:42.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:43.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:43.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:44.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:44.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:45.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:45 smithi194 ceph-mon[104785]: pgmap v18266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:35:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:45 smithi135 ceph-mon[93152]: pgmap v18266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:35:45.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:45.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:46 smithi194 ceph-mon[104785]: pgmap v18267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:46.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:46.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:46 smithi135 ceph-mon[93152]: pgmap v18267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:47.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:47.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:48 smithi194 ceph-mon[104785]: pgmap v18268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:48.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:48.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:48 smithi135 ceph-mon[93152]: pgmap v18268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:49.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:49.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:50 smithi194 ceph-mon[104785]: pgmap v18269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:50.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:50.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:50 smithi135 ceph-mon[93152]: pgmap v18269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:51.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:51.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:52 smithi194 ceph-mon[104785]: pgmap v18270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:52.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:52.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:52 smithi135 ceph-mon[93152]: pgmap v18270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:53.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:53.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:54.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:54.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:55 smithi194 ceph-mon[104785]: pgmap v18271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:35:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:55 smithi135 ceph-mon[93152]: pgmap v18271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:35:55.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:55.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:35:56.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:56.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:57.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:57 smithi194 ceph-mon[104785]: pgmap v18272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:57.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:57 smithi135 ceph-mon[93152]: pgmap v18272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:57.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:57.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:35:58 smithi194 ceph-mon[104785]: pgmap v18273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:35:58 smithi135 ceph-mon[93152]: pgmap v18273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:35:58.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:58.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:35:59.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:35:59.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:00 smithi194 ceph-mon[104785]: pgmap v18274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:00 smithi135 ceph-mon[93152]: pgmap v18274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:00.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:00.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:01.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:01.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:02 smithi194 ceph-mon[104785]: pgmap v18275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:02 smithi135 ceph-mon[93152]: pgmap v18275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:02.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:02.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:03.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:03.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:04.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:04.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:05 smithi194 ceph-mon[104785]: pgmap v18276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:36:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:05 smithi135 ceph-mon[93152]: pgmap v18276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:36:05.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:05.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:06 smithi194 ceph-mon[104785]: pgmap v18277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:07.489 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:06 smithi135 ceph-mon[93152]: pgmap v18277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:07.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:07.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:07.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:07.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:08 smithi194 ceph-mon[104785]: pgmap v18278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:08 smithi135 ceph-mon[93152]: pgmap v18278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:08.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:08.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:09.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:09.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:10 smithi194 ceph-mon[104785]: pgmap v18279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:10 smithi135 ceph-mon[93152]: pgmap v18279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:10.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:10.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:11.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:11.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:12 smithi194 ceph-mon[104785]: pgmap v18280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:12 smithi135 ceph-mon[93152]: pgmap v18280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:12.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:12.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:13.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:13.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:14.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:14.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:15 smithi194 ceph-mon[104785]: pgmap v18281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:36:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:15 smithi135 ceph-mon[93152]: pgmap v18281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:36:15.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:15.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:16 smithi194 ceph-mon[104785]: pgmap v18282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:16 smithi135 ceph-mon[93152]: pgmap v18282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:16.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:16.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:17.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:17.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:17 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:36:18.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:17 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:36:18.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:18.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:19.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:36:19.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:36:19.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:19 smithi194 ceph-mon[104785]: pgmap v18283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:19.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:36:19.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:36:19.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:36:19.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:36:19.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:36:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:36:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:36:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:19 smithi135 ceph-mon[93152]: pgmap v18283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:36:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:36:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:36:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:36:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:36:19.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:19.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:20 smithi194 ceph-mon[104785]: pgmap v18284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:20.812 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:20 smithi135 ceph-mon[93152]: pgmap v18284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:20.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:20.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:21.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:21.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:22 smithi194 ceph-mon[104785]: pgmap v18285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:22 smithi135 ceph-mon[93152]: pgmap v18285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:22.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:22.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:23.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:23.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:24.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:24.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:25 smithi194 ceph-mon[104785]: pgmap v18286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:36:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:25 smithi135 ceph-mon[93152]: pgmap v18286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:36:25.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:25.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:26.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:26.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:27.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:27 smithi194 ceph-mon[104785]: pgmap v18287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:27 smithi135 ceph-mon[93152]: pgmap v18287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:27.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:27.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:28 smithi194 ceph-mon[104785]: pgmap v18288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:28 smithi135 ceph-mon[93152]: pgmap v18288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:28.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:28.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:29.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:29.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:30 smithi194 ceph-mon[104785]: pgmap v18289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:30 smithi135 ceph-mon[93152]: pgmap v18289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:30.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:30.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:31.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:31.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:32 smithi194 ceph-mon[104785]: pgmap v18290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:32 smithi135 ceph-mon[93152]: pgmap v18290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:32.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:32.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:33.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:33.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:34.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:34.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:35 smithi194 ceph-mon[104785]: pgmap v18291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:36:35.593 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:35 smithi135 ceph-mon[93152]: pgmap v18291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:36:35.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:35.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:36 smithi194 ceph-mon[104785]: pgmap v18292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:36.814 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:36 smithi135 ceph-mon[93152]: pgmap v18292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:36.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:36.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:37.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:37.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:38.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:38.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:39.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:39.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:40 smithi194 ceph-mon[104785]: pgmap v18293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:40 smithi135 ceph-mon[93152]: pgmap v18293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:40.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:40.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:41.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:41.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:41.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:42 smithi194 ceph-mon[104785]: pgmap v18294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:42 smithi135 ceph-mon[93152]: pgmap v18294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:42.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:42.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:43.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:43.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:44 smithi194 ceph-mon[104785]: pgmap v18295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:44 smithi135 ceph-mon[93152]: pgmap v18295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:44.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:44.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:45.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:45.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:46 smithi194 ceph-mon[104785]: pgmap v18296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:36:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:46 smithi135 ceph-mon[93152]: pgmap v18296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:36:46.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:46.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:47.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:47.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:48 smithi194 ceph-mon[104785]: pgmap v18297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:48 smithi135 ceph-mon[93152]: pgmap v18297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:48.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:48.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:49.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:49.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:50 smithi194 ceph-mon[104785]: pgmap v18298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:50 smithi135 ceph-mon[93152]: pgmap v18298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:50.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:50.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:51.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:51.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:52 smithi194 ceph-mon[104785]: pgmap v18299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:52 smithi135 ceph-mon[93152]: pgmap v18299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:52.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:52.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:53.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:53.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:54.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:54 smithi194 ceph-mon[104785]: pgmap v18300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:54 smithi135 ceph-mon[93152]: pgmap v18300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:54.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:54.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:55.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:55.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:56 smithi194 ceph-mon[104785]: pgmap v18301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:36:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:56 smithi135 ceph-mon[93152]: pgmap v18301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:36:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:36:56.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:56.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:57.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:57.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:58.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:36:58 smithi135 ceph-mon[93152]: pgmap v18302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:36:58 smithi194 ceph-mon[104785]: pgmap v18302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:36:58.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:58.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:36:59.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:36:59.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:00 smithi135 ceph-mon[93152]: pgmap v18303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:00 smithi194 ceph-mon[104785]: pgmap v18303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:00.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:00.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:01.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:01.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:02 smithi135 ceph-mon[93152]: pgmap v18304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:02 smithi194 ceph-mon[104785]: pgmap v18304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:02.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:02.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:03.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:03.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:04 smithi135 ceph-mon[93152]: pgmap v18305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:04.631 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:04 smithi194 ceph-mon[104785]: pgmap v18305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:04.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:04.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:05.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:05.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:06 smithi135 ceph-mon[93152]: pgmap v18306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:37:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:06 smithi194 ceph-mon[104785]: pgmap v18306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:37:06.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:06.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:07.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:07.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:08 smithi135 ceph-mon[93152]: pgmap v18307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:08 smithi194 ceph-mon[104785]: pgmap v18307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:08.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:08.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:09.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:09.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:10 smithi135 ceph-mon[93152]: pgmap v18308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:10 smithi194 ceph-mon[104785]: pgmap v18308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:10.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:10.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:11.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:11.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:12 smithi135 ceph-mon[93152]: pgmap v18309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:12 smithi194 ceph-mon[104785]: pgmap v18309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:12.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:12.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:13.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:13.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:14 smithi135 ceph-mon[93152]: pgmap v18310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:14 smithi194 ceph-mon[104785]: pgmap v18310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:14.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:14.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:15.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:15.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:16 smithi135 ceph-mon[93152]: pgmap v18311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:37:16.745 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:16 smithi194 ceph-mon[104785]: pgmap v18311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:37:16.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:16.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:17.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:17.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:18 smithi135 ceph-mon[93152]: pgmap v18312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:18 smithi194 ceph-mon[104785]: pgmap v18312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:18.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:18.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:37:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:37:19.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:19.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:20 smithi135 ceph-mon[93152]: pgmap v18313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:37:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:37:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:37:20.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:37:20.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:37:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:20 smithi194 ceph-mon[104785]: pgmap v18313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:20.918 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:37:20.918 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:37:20.918 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:37:20.918 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:37:20.918 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:37:20.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:20.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:21.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:21.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:22 smithi194 ceph-mon[104785]: pgmap v18314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:22 smithi135 ceph-mon[93152]: pgmap v18314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:22.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:22.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:23.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:23.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:24 smithi194 ceph-mon[104785]: pgmap v18315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:24 smithi135 ceph-mon[93152]: pgmap v18315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:24.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:24.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:25.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:25.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:26 smithi194 ceph-mon[104785]: pgmap v18316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:37:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:26 smithi135 ceph-mon[93152]: pgmap v18316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:37:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:26.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:26.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:27.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:27.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:28 smithi194 ceph-mon[104785]: pgmap v18317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:28.728 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:28 smithi135 ceph-mon[93152]: pgmap v18317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:28.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:28.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:29.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:29.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:30 smithi135 ceph-mon[93152]: pgmap v18318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:30 smithi194 ceph-mon[104785]: pgmap v18318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:30.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:30.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:31.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:31.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:32 smithi194 ceph-mon[104785]: pgmap v18319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:32 smithi135 ceph-mon[93152]: pgmap v18319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:32.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:32.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:33.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:33.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:34 smithi194 ceph-mon[104785]: pgmap v18320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:34 smithi135 ceph-mon[93152]: pgmap v18320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:34.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:34.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:35.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:35.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:36 smithi194 ceph-mon[104785]: pgmap v18321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:37:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:36 smithi135 ceph-mon[93152]: pgmap v18321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:37:36.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:36.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:37.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:37.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:38 smithi194 ceph-mon[104785]: pgmap v18322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:38 smithi135 ceph-mon[93152]: pgmap v18322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:38.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:38.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:39.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:39.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:40 smithi135 ceph-mon[93152]: pgmap v18323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:40.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:40 smithi194 ceph-mon[104785]: pgmap v18323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:40.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:40.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:41.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:41.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:42 smithi194 ceph-mon[104785]: pgmap v18324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:42 smithi135 ceph-mon[93152]: pgmap v18324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:42.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:43.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:43.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:43.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:44 smithi194 ceph-mon[104785]: pgmap v18325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:44.818 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:44 smithi135 ceph-mon[93152]: pgmap v18325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:44.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:44.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:45.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:46.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:46 smithi194 ceph-mon[104785]: pgmap v18326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:37:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:46 smithi135 ceph-mon[93152]: pgmap v18326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:37:46.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:46.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:47.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:47.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:48 smithi194 ceph-mon[104785]: pgmap v18327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:48 smithi135 ceph-mon[93152]: pgmap v18327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:48.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:48.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:49.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:49.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:50 smithi194 ceph-mon[104785]: pgmap v18328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:50 smithi135 ceph-mon[93152]: pgmap v18328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:50.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:50.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:51.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:51.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:52 smithi194 ceph-mon[104785]: pgmap v18329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:52 smithi135 ceph-mon[93152]: pgmap v18329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:52.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:52.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:53.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:53.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:54.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:54 smithi194 ceph-mon[104785]: pgmap v18330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:54 smithi135 ceph-mon[93152]: pgmap v18330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:54.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:54.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:55.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:55.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:56 smithi194 ceph-mon[104785]: pgmap v18331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:37:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:56 smithi135 ceph-mon[93152]: pgmap v18331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:37:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:37:56.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:56.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:57.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:57.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:58.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:37:58 smithi194 ceph-mon[104785]: pgmap v18332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:37:58 smithi135 ceph-mon[93152]: pgmap v18332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:37:58.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:58.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:37:59.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:37:59.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:00 smithi194 ceph-mon[104785]: pgmap v18333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:00 smithi135 ceph-mon[93152]: pgmap v18333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:00.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:00.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:01.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:01.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:02 smithi194 ceph-mon[104785]: pgmap v18334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:02 smithi135 ceph-mon[93152]: pgmap v18334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:02.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:02.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:03.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:03.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:04 smithi194 ceph-mon[104785]: pgmap v18335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:04 smithi135 ceph-mon[93152]: pgmap v18335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:04.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:04.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:05.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:05.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:06 smithi194 ceph-mon[104785]: pgmap v18336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:38:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:06 smithi135 ceph-mon[93152]: pgmap v18336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:38:06.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:06.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:07.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:08.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:08 smithi194 ceph-mon[104785]: pgmap v18337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:08 smithi135 ceph-mon[93152]: pgmap v18337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:08.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:08.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:09.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:09.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:10 smithi194 ceph-mon[104785]: pgmap v18338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:10 smithi135 ceph-mon[93152]: pgmap v18338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:10.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:10.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:11.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:11.806 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:11.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:11.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:12 smithi194 ceph-mon[104785]: pgmap v18339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:12 smithi135 ceph-mon[93152]: pgmap v18339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:12.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:12.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:13.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:13.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:14 smithi135 ceph-mon[93152]: pgmap v18340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:14 smithi194 ceph-mon[104785]: pgmap v18340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:14.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:14.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:15.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:15.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:16 smithi194 ceph-mon[104785]: pgmap v18341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:38:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:16 smithi135 ceph-mon[93152]: pgmap v18341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:38:16.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:16.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:17.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:17.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:18 smithi194 ceph-mon[104785]: pgmap v18342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:18 smithi135 ceph-mon[93152]: pgmap v18342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:18.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:18.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:19.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:19.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:20 smithi194 ceph-mon[104785]: pgmap v18343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:38:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:38:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:38:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:20 smithi135 ceph-mon[93152]: pgmap v18343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:38:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:38:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:38:20.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:20.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:38:21.741 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:38:21.742 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:38:21.742 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:38:21.742 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:38:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:38:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:38:21.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:38:21.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:38:21.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:38:21.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:22.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:22 smithi194 ceph-mon[104785]: pgmap v18344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:22 smithi135 ceph-mon[93152]: pgmap v18344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:22.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:22.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:23.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:23.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:24 smithi194 ceph-mon[104785]: pgmap v18345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:24 smithi135 ceph-mon[93152]: pgmap v18345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:25.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:25.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:26.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:26.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:26 smithi194 ceph-mon[104785]: pgmap v18346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:38:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:26 smithi135 ceph-mon[93152]: pgmap v18346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:38:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:27.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:27.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:28.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:28.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:28 smithi194 ceph-mon[104785]: pgmap v18347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:28 smithi135 ceph-mon[93152]: pgmap v18347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:29.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:29.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:30.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:30.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:30 smithi194 ceph-mon[104785]: pgmap v18348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:30 smithi135 ceph-mon[93152]: pgmap v18348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:31.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:31.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:32.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:32.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:32 smithi194 ceph-mon[104785]: pgmap v18349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:32.877 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:32 smithi135 ceph-mon[93152]: pgmap v18349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:33.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:33.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:34.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:34.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:34 smithi194 ceph-mon[104785]: pgmap v18350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:34 smithi135 ceph-mon[93152]: pgmap v18350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:35.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:35.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:36.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:36.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:36 smithi135 ceph-mon[93152]: pgmap v18351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:38:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:36 smithi194 ceph-mon[104785]: pgmap v18351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:38:37.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:37.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:38.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:38.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:38 smithi135 ceph-mon[93152]: pgmap v18352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:38 smithi194 ceph-mon[104785]: pgmap v18352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:39.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:39.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:40.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:40.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:40 smithi135 ceph-mon[93152]: pgmap v18353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:40.628 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:40 smithi194 ceph-mon[104785]: pgmap v18353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:41.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:41.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:42.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:42.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:42 smithi135 ceph-mon[93152]: pgmap v18354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:42 smithi194 ceph-mon[104785]: pgmap v18354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:43.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:43.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:44.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:44.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:44 smithi135 ceph-mon[93152]: pgmap v18355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:44 smithi194 ceph-mon[104785]: pgmap v18355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:45.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:45.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:46.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:46.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:46 smithi135 ceph-mon[93152]: pgmap v18356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:38:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:46 smithi194 ceph-mon[104785]: pgmap v18356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:38:47.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:47.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:48.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:48.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:48 smithi135 ceph-mon[93152]: pgmap v18357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:48 smithi194 ceph-mon[104785]: pgmap v18357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:49.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:49.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:50.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:50.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:50 smithi135 ceph-mon[93152]: pgmap v18358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:50 smithi194 ceph-mon[104785]: pgmap v18358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:51.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:51.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:52.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:52.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:52 smithi135 ceph-mon[93152]: pgmap v18359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:52 smithi194 ceph-mon[104785]: pgmap v18359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:53.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:53.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:54.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:54.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:54 smithi135 ceph-mon[93152]: pgmap v18360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:54 smithi194 ceph-mon[104785]: pgmap v18360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:55.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:55.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:56.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:56.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:56 smithi135 ceph-mon[93152]: pgmap v18361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:38:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:56 smithi194 ceph-mon[104785]: pgmap v18361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:38:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:38:57.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:57.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:58.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:58.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:38:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:38:58 smithi135 ceph-mon[93152]: pgmap v18362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:38:58 smithi194 ceph-mon[104785]: pgmap v18362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:38:59.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:38:59.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:00.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:00.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:00 smithi135 ceph-mon[93152]: pgmap v18363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:00 smithi194 ceph-mon[104785]: pgmap v18363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:01.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:01.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:02.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:02.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:02 smithi135 ceph-mon[93152]: pgmap v18364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:02 smithi194 ceph-mon[104785]: pgmap v18364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:03.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:03.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:04.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:04.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:04.664 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:04 smithi135 ceph-mon[93152]: pgmap v18365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:04 smithi194 ceph-mon[104785]: pgmap v18365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:05.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:05.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:06.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:06.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:06 smithi194 ceph-mon[104785]: pgmap v18366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:39:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:06 smithi135 ceph-mon[93152]: pgmap v18366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:39:07.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:07.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:08.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:08.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:08 smithi194 ceph-mon[104785]: pgmap v18367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:08 smithi135 ceph-mon[93152]: pgmap v18367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:09.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:09.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:10.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:10.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:10 smithi135 ceph-mon[93152]: pgmap v18368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:10 smithi194 ceph-mon[104785]: pgmap v18368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:11.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:11.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:12.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:12.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:12 smithi194 ceph-mon[104785]: pgmap v18369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:12 smithi135 ceph-mon[93152]: pgmap v18369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:13.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:13.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:14.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:14.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:14 smithi194 ceph-mon[104785]: pgmap v18370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:14 smithi135 ceph-mon[93152]: pgmap v18370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:15.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:15.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:16.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:16.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:16 smithi194 ceph-mon[104785]: pgmap v18371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:39:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:16 smithi135 ceph-mon[93152]: pgmap v18371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:39:17.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:17.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:18.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:18.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:18 smithi194 ceph-mon[104785]: pgmap v18372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:18 smithi135 ceph-mon[93152]: pgmap v18372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:19.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:19.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:20.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:20.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:20 smithi135 ceph-mon[93152]: pgmap v18373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:20 smithi194 ceph-mon[104785]: pgmap v18373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:21.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:21.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:39:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:39:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:39:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:39:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:39:21.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:39:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:39:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:39:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:39:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:39:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:39:21.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:39:22.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:22.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:22 smithi194 ceph-mon[104785]: pgmap v18374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:22 smithi135 ceph-mon[93152]: pgmap v18374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:23.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:23.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:24.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:24.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:24 smithi194 ceph-mon[104785]: pgmap v18375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:24 smithi135 ceph-mon[93152]: pgmap v18375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:25.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:25.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:26.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:26.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:26 smithi194 ceph-mon[104785]: pgmap v18376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:39:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:26 smithi135 ceph-mon[93152]: pgmap v18376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:39:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:27.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:27.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:28.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:28.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:28 smithi194 ceph-mon[104785]: pgmap v18377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:28 smithi135 ceph-mon[93152]: pgmap v18377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:29.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:29.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:30.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:30.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:30.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:30 smithi135 ceph-mon[93152]: pgmap v18378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:30 smithi194 ceph-mon[104785]: pgmap v18378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:31.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:31.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:32.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:32.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:32 smithi194 ceph-mon[104785]: pgmap v18379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:32 smithi135 ceph-mon[93152]: pgmap v18379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:33.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:33.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:34.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:34.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:34 smithi194 ceph-mon[104785]: pgmap v18380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:34 smithi135 ceph-mon[93152]: pgmap v18380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:35.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:35.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:36.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:36.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:36 smithi194 ceph-mon[104785]: pgmap v18381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:39:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:36 smithi135 ceph-mon[93152]: pgmap v18381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:39:37.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:37.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:38.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:38.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:38 smithi194 ceph-mon[104785]: pgmap v18382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:38 smithi135 ceph-mon[93152]: pgmap v18382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:39.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:39.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:40.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:40.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:40 smithi135 ceph-mon[93152]: pgmap v18383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:40 smithi194 ceph-mon[104785]: pgmap v18383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:41.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:41.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:42.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:42.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:42.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:42 smithi194 ceph-mon[104785]: pgmap v18384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:42 smithi135 ceph-mon[93152]: pgmap v18384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:43.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:43.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:44.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:44.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:44 smithi194 ceph-mon[104785]: pgmap v18385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:44 smithi135 ceph-mon[93152]: pgmap v18385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:45.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:45.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:46.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:46.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:46 smithi194 ceph-mon[104785]: pgmap v18386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:39:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:46 smithi135 ceph-mon[93152]: pgmap v18386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:39:47.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:47.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:48.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:48.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:48 smithi194 ceph-mon[104785]: pgmap v18387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:48 smithi135 ceph-mon[93152]: pgmap v18387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:49.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:49.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:50.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:50.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:50 smithi135 ceph-mon[93152]: pgmap v18388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:50 smithi194 ceph-mon[104785]: pgmap v18388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:51.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:51.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:52.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:52.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:52 smithi194 ceph-mon[104785]: pgmap v18389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:52 smithi135 ceph-mon[93152]: pgmap v18389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:53.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:53.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:54.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:54.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:54 smithi194 ceph-mon[104785]: pgmap v18390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:54 smithi135 ceph-mon[93152]: pgmap v18390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:55.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:55.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:56.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:56.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:56 smithi194 ceph-mon[104785]: pgmap v18391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:39:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:56 smithi135 ceph-mon[93152]: pgmap v18391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:39:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:39:57.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:57.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:58.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:58.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:39:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:39:58 smithi194 ceph-mon[104785]: pgmap v18392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:39:58 smithi135 ceph-mon[93152]: pgmap v18392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:39:59.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:39:59.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:00.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:00.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:00 smithi135 ceph-mon[93152]: pgmap v18393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T14:40:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:00 smithi194 ceph-mon[104785]: pgmap v18393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T14:40:01.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:01.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:02.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:02.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:02 smithi194 ceph-mon[104785]: pgmap v18394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:02 smithi135 ceph-mon[93152]: pgmap v18394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:03.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:03.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:04.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:04.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:04 smithi194 ceph-mon[104785]: pgmap v18395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:04 smithi135 ceph-mon[93152]: pgmap v18395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:05.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:05.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:06.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:06.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:06.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:06 smithi194 ceph-mon[104785]: pgmap v18396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:40:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:06 smithi135 ceph-mon[93152]: pgmap v18396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:40:07.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:07.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:08.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:08.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:08 smithi194 ceph-mon[104785]: pgmap v18397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:08 smithi135 ceph-mon[93152]: pgmap v18397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:09.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:09.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:10.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:10.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:10 smithi135 ceph-mon[93152]: pgmap v18398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:10.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:10 smithi194 ceph-mon[104785]: pgmap v18398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:11.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:11.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:11.809 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:12.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:12.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:12 smithi194 ceph-mon[104785]: pgmap v18399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:13.181 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:12 smithi135 ceph-mon[93152]: pgmap v18399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:13.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:13.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:14.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:14.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:14 smithi194 ceph-mon[104785]: pgmap v18400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:14 smithi135 ceph-mon[93152]: pgmap v18400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:15.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:16.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:16.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:16 smithi194 ceph-mon[104785]: pgmap v18401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:40:16.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:16.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:16.905 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:16 smithi135 ceph-mon[93152]: pgmap v18401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:40:17.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:17.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:18.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:18.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:18 smithi194 ceph-mon[104785]: pgmap v18402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:18 smithi135 ceph-mon[93152]: pgmap v18402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:19.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:19.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:20.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:20.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:20 smithi194 ceph-mon[104785]: pgmap v18403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:20 smithi135 ceph-mon[93152]: pgmap v18403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:21.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:21.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:21.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:40:21.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:40:22.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:22.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:22 smithi194 ceph-mon[104785]: pgmap v18404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:40:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:40:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:40:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:40:22.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:40:22.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:40:22.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:40:22.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:40:22.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:40:22.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:40:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:22 smithi135 ceph-mon[93152]: pgmap v18404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:40:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:40:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:40:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:40:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:40:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:40:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:40:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:40:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:40:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:40:23.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:23.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:23 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1401M 2023-10-08T14:40:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:23 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1401M 2023-10-08T14:40:24.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:24.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:24 smithi194 ceph-mon[104785]: pgmap v18405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:24 smithi135 ceph-mon[93152]: pgmap v18405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:25.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:25.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:26.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:26.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:26 smithi194 ceph-mon[104785]: pgmap v18406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:40:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:26 smithi135 ceph-mon[93152]: pgmap v18406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:40:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:27.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:27.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:27 smithi194 ceph-mon[104785]: pgmap v18407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:27.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:27 smithi135 ceph-mon[93152]: pgmap v18407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:28.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:28.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:29.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:29.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:30.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:30.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:30.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:30 smithi135 ceph-mon[93152]: pgmap v18408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:30 smithi194 ceph-mon[104785]: pgmap v18408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:31.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:31.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:32.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:32.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:32 smithi135 ceph-mon[93152]: pgmap v18409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:32 smithi194 ceph-mon[104785]: pgmap v18409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:33.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:33.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:34.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:34.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:34 smithi135 ceph-mon[93152]: pgmap v18410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:34 smithi194 ceph-mon[104785]: pgmap v18410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:35.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:35.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:36.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:36.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:36 smithi135 ceph-mon[93152]: pgmap v18411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:40:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:36 smithi194 ceph-mon[104785]: pgmap v18411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:40:37.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:37.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:38.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:38.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:38 smithi135 ceph-mon[93152]: pgmap v18412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:38 smithi194 ceph-mon[104785]: pgmap v18412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:39.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:39.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:40.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:40.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:40 smithi135 ceph-mon[93152]: pgmap v18413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:40 smithi194 ceph-mon[104785]: pgmap v18413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:41.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:41.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:42.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:42.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:42 smithi135 ceph-mon[93152]: pgmap v18414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:42 smithi194 ceph-mon[104785]: pgmap v18414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:43.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:43.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:44.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:44.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:44 smithi194 ceph-mon[104785]: pgmap v18415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:44 smithi135 ceph-mon[93152]: pgmap v18415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:45.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:45.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:46.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:46.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:46 smithi194 ceph-mon[104785]: pgmap v18416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:40:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:46 smithi135 ceph-mon[93152]: pgmap v18416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:40:47.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:47.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:48.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:48.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:48.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:48 smithi194 ceph-mon[104785]: pgmap v18417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:48 smithi135 ceph-mon[93152]: pgmap v18417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:49.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:49.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:50.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:50.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:50 smithi135 ceph-mon[93152]: pgmap v18418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:50 smithi194 ceph-mon[104785]: pgmap v18418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:51.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:51.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:52.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:52.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:52 smithi194 ceph-mon[104785]: pgmap v18419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:52 smithi135 ceph-mon[93152]: pgmap v18419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:53.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:53.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:54.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:54.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:54 smithi194 ceph-mon[104785]: pgmap v18420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:54 smithi135 ceph-mon[93152]: pgmap v18420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:55.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:55.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:56.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:56.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:56 smithi194 ceph-mon[104785]: pgmap v18421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:40:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:56 smithi135 ceph-mon[93152]: pgmap v18421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:40:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:40:57.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:57.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:58.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:58.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:40:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:40:58 smithi194 ceph-mon[104785]: pgmap v18422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:40:58 smithi135 ceph-mon[93152]: pgmap v18422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:40:59.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:40:59.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:00.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:00.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:00 smithi135 ceph-mon[93152]: pgmap v18423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:00 smithi194 ceph-mon[104785]: pgmap v18423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:01.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:01.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:02.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:02.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:02 smithi194 ceph-mon[104785]: pgmap v18424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:02 smithi135 ceph-mon[93152]: pgmap v18424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:03.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:03.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:04.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:04.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:04 smithi194 ceph-mon[104785]: pgmap v18425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:04 smithi135 ceph-mon[93152]: pgmap v18425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:05.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:05.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:06.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:06.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:06 smithi194 ceph-mon[104785]: pgmap v18426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:41:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:06 smithi135 ceph-mon[93152]: pgmap v18426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:41:07.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:07.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:08.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:08.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:08 smithi194 ceph-mon[104785]: pgmap v18427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:08 smithi135 ceph-mon[93152]: pgmap v18427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:09.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:09.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:10.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:10.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:10 smithi135 ceph-mon[93152]: pgmap v18428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:10 smithi194 ceph-mon[104785]: pgmap v18428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:11.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:11.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:12.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:12.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:12 smithi194 ceph-mon[104785]: pgmap v18429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:12 smithi135 ceph-mon[93152]: pgmap v18429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:13.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:13.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:14.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:14.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:14 smithi194 ceph-mon[104785]: pgmap v18430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:14 smithi135 ceph-mon[93152]: pgmap v18430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:15.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:15.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:16.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:16.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:16 smithi194 ceph-mon[104785]: pgmap v18431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:41:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:16 smithi135 ceph-mon[93152]: pgmap v18431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:41:17.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:17.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:18.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:18.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:18 smithi194 ceph-mon[104785]: pgmap v18432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:18 smithi135 ceph-mon[93152]: pgmap v18432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:19.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:19.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:20.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:20.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:20 smithi135 ceph-mon[93152]: pgmap v18433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:20 smithi194 ceph-mon[104785]: pgmap v18433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:21.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:21.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:22.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:22.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:22 smithi194 ceph-mon[104785]: pgmap v18434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:41:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:41:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:41:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:41:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:41:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:41:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:22 smithi135 ceph-mon[93152]: pgmap v18434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:41:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:41:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:41:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:41:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:41:22.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:41:23.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:23.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:24.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:24.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:24 smithi194 ceph-mon[104785]: pgmap v18435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:24 smithi135 ceph-mon[93152]: pgmap v18435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:25.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:25.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:26.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:26.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:26 smithi194 ceph-mon[104785]: pgmap v18436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:41:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:26 smithi135 ceph-mon[93152]: pgmap v18436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:41:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:27.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:27.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:28.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:28.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:28 smithi194 ceph-mon[104785]: pgmap v18437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:28 smithi135 ceph-mon[93152]: pgmap v18437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:29.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:29.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:30.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:30.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:30 smithi194 ceph-mon[104785]: pgmap v18438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:30.806 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:30 smithi135 ceph-mon[93152]: pgmap v18438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:31.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:31.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:32.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:32.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:32 smithi194 ceph-mon[104785]: pgmap v18439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:32 smithi135 ceph-mon[93152]: pgmap v18439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:33.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:33.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:34.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:34.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:34 smithi194 ceph-mon[104785]: pgmap v18440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:35.138 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:34 smithi135 ceph-mon[93152]: pgmap v18440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:35.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:35.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:36.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:36.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:36 smithi135 ceph-mon[93152]: pgmap v18441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:41:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:36 smithi194 ceph-mon[104785]: pgmap v18441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:41:37.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:37.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:38.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:38.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:38 smithi194 ceph-mon[104785]: pgmap v18442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:38 smithi135 ceph-mon[93152]: pgmap v18442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:39.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:39.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:40.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:40.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:40 smithi194 ceph-mon[104785]: pgmap v18443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:40 smithi135 ceph-mon[93152]: pgmap v18443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:41.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:41.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:42.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:42.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:42 smithi194 ceph-mon[104785]: pgmap v18444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:42 smithi135 ceph-mon[93152]: pgmap v18444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:43.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:43.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:44.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:44.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:44 smithi194 ceph-mon[104785]: pgmap v18445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:44 smithi135 ceph-mon[93152]: pgmap v18445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:45.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:45.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:46.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:46.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:46 smithi135 ceph-mon[93152]: pgmap v18446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:41:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:46 smithi194 ceph-mon[104785]: pgmap v18446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:41:47.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:47.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:48.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:48.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:48 smithi194 ceph-mon[104785]: pgmap v18447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:48 smithi135 ceph-mon[93152]: pgmap v18447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:49.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:49.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:50.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:50.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:50 smithi194 ceph-mon[104785]: pgmap v18448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:50 smithi135 ceph-mon[93152]: pgmap v18448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:51.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:51.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:52.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:52.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:52 smithi194 ceph-mon[104785]: pgmap v18449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:52 smithi135 ceph-mon[93152]: pgmap v18449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:53.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:53.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:54.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:54.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:54 smithi194 ceph-mon[104785]: pgmap v18450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:54 smithi135 ceph-mon[93152]: pgmap v18450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:55.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:55.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:56.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:56.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:56 smithi194 ceph-mon[104785]: pgmap v18451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:41:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:56 smithi135 ceph-mon[93152]: pgmap v18451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:41:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:41:57.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:57.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:58.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:58.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:41:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:41:58 smithi194 ceph-mon[104785]: pgmap v18452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:41:58 smithi135 ceph-mon[93152]: pgmap v18452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:41:59.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:41:59.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:00.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:00.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:00 smithi194 ceph-mon[104785]: pgmap v18453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:00.841 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:00 smithi135 ceph-mon[93152]: pgmap v18453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:01.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:01.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:02.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:02.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:02 smithi194 ceph-mon[104785]: pgmap v18454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:02 smithi135 ceph-mon[93152]: pgmap v18454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:03.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:03.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:04.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:04.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:04 smithi194 ceph-mon[104785]: pgmap v18455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:04 smithi135 ceph-mon[93152]: pgmap v18455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:05.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:05.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:06.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:06.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:06 smithi194 ceph-mon[104785]: pgmap v18456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:42:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:06 smithi135 ceph-mon[93152]: pgmap v18456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:42:07.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:07.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:08.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:08.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:08 smithi194 ceph-mon[104785]: pgmap v18457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:08 smithi135 ceph-mon[93152]: pgmap v18457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:09.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:09.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:10.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:10.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:10 smithi194 ceph-mon[104785]: pgmap v18458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:10 smithi135 ceph-mon[93152]: pgmap v18458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:11.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:11.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:12.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:12.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:12.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:12 smithi194 ceph-mon[104785]: pgmap v18459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:12 smithi135 ceph-mon[93152]: pgmap v18459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:13.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:13.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:14.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:14.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:14 smithi194 ceph-mon[104785]: pgmap v18460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:14 smithi135 ceph-mon[93152]: pgmap v18460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:15.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:15.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:16.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:16.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:16 smithi194 ceph-mon[104785]: pgmap v18461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:42:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:16 smithi135 ceph-mon[93152]: pgmap v18461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:42:17.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:17.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:17.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:17 smithi135 ceph-mon[93152]: pgmap v18462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:17.887 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:17 smithi194 ceph-mon[104785]: pgmap v18462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:18.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:18.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:19.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:19.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:20.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:20.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:20 smithi135 ceph-mon[93152]: pgmap v18463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:20 smithi194 ceph-mon[104785]: pgmap v18463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:21.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:21.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:22.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:22.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:22 smithi194 ceph-mon[104785]: pgmap v18464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:22 smithi135 ceph-mon[93152]: pgmap v18464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:23.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:23.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:42:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:42:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:42:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:42:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:42:23.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:42:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:42:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:42:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:42:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:42:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:42:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:42:24.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:24.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:24 smithi194 ceph-mon[104785]: pgmap v18465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:24 smithi135 ceph-mon[93152]: pgmap v18465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:25.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:25.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:26.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:26.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:26.647 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:26 smithi135 ceph-mon[93152]: pgmap v18466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:42:26.648 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:26 smithi194 ceph-mon[104785]: pgmap v18466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:42:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:27.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:27.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:28.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:28.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:28 smithi194 ceph-mon[104785]: pgmap v18467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:28 smithi135 ceph-mon[93152]: pgmap v18467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:29.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:29.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:30.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:30.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:30 smithi135 ceph-mon[93152]: pgmap v18468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:30 smithi194 ceph-mon[104785]: pgmap v18468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:31.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:31.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:32.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:32.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:32 smithi194 ceph-mon[104785]: pgmap v18469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:32 smithi135 ceph-mon[93152]: pgmap v18469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:33.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:33.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:34.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:34.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:34 smithi194 ceph-mon[104785]: pgmap v18470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:34 smithi135 ceph-mon[93152]: pgmap v18470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:35.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:35.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:36.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:36.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:36 smithi194 ceph-mon[104785]: pgmap v18471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:42:36.748 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:36 smithi135 ceph-mon[93152]: pgmap v18471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:42:37.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:37.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:38.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:38.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:38.648 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:38 smithi194 ceph-mon[104785]: pgmap v18472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:38 smithi135 ceph-mon[93152]: pgmap v18472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:39.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:39.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:40.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:40.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:40 smithi135 ceph-mon[93152]: pgmap v18473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:40 smithi194 ceph-mon[104785]: pgmap v18473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:41.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:41.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:42.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:42.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:42.811 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:42 smithi194 ceph-mon[104785]: pgmap v18474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:42.811 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:42 smithi135 ceph-mon[93152]: pgmap v18474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:43.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:43.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:44.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:44.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:44 smithi194 ceph-mon[104785]: pgmap v18475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:45.305 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:44 smithi135 ceph-mon[93152]: pgmap v18475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:45.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:45.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:46.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:46.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:46 smithi194 ceph-mon[104785]: pgmap v18476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:42:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:46 smithi135 ceph-mon[93152]: pgmap v18476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:42:47.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:47.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:48.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:48.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:48 smithi194 ceph-mon[104785]: pgmap v18477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:48 smithi135 ceph-mon[93152]: pgmap v18477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:49.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:49.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:50.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:50.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:50 smithi135 ceph-mon[93152]: pgmap v18478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:50 smithi194 ceph-mon[104785]: pgmap v18478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:51.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:51.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:52.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:52.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:52 smithi194 ceph-mon[104785]: pgmap v18479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:53.457 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:52 smithi135 ceph-mon[93152]: pgmap v18479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:53.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:53.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:54.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:55.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:55.064 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:54 smithi194 ceph-mon[104785]: pgmap v18480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:55.064 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:54 smithi135 ceph-mon[93152]: pgmap v18480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:55.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:56.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:56.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:56.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:56 smithi194 ceph-mon[104785]: pgmap v18481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:42:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:56 smithi135 ceph-mon[93152]: pgmap v18481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:42:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:42:57.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:57.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:58.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:58.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:42:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:42:58 smithi194 ceph-mon[104785]: pgmap v18482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:42:58 smithi135 ceph-mon[93152]: pgmap v18482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:42:59.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:42:59.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:00.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:00.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:00 smithi135 ceph-mon[93152]: pgmap v18483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:00 smithi194 ceph-mon[104785]: pgmap v18483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:01.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:01.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:02.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:02.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:02 smithi194 ceph-mon[104785]: pgmap v18484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:02 smithi135 ceph-mon[93152]: pgmap v18484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:03.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:03.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:04.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:04.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:04 smithi194 ceph-mon[104785]: pgmap v18485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:04 smithi135 ceph-mon[93152]: pgmap v18485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:05.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:05.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:06.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:06.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:06 smithi194 ceph-mon[104785]: pgmap v18486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:43:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:06 smithi135 ceph-mon[93152]: pgmap v18486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:43:07.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:07.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:08.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:08.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:08 smithi194 ceph-mon[104785]: pgmap v18487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:08 smithi135 ceph-mon[93152]: pgmap v18487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:09.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:09.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:10.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:10.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:10 smithi194 ceph-mon[104785]: pgmap v18488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:10 smithi135 ceph-mon[93152]: pgmap v18488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:11.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:11.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:12.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:12.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:12 smithi194 ceph-mon[104785]: pgmap v18489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:12 smithi135 ceph-mon[93152]: pgmap v18489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:13.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:13.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:14.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:14.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:14 smithi194 ceph-mon[104785]: pgmap v18490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:14 smithi135 ceph-mon[93152]: pgmap v18490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:15.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:15.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:16.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:16.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:16 smithi194 ceph-mon[104785]: pgmap v18491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:43:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:16 smithi135 ceph-mon[93152]: pgmap v18491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:43:17.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:17.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:18.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:18.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:18 smithi194 ceph-mon[104785]: pgmap v18492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:18 smithi135 ceph-mon[93152]: pgmap v18492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:19.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:19.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:20.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:20.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:20 smithi194 ceph-mon[104785]: pgmap v18493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:20 smithi135 ceph-mon[93152]: pgmap v18493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:21.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:21.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:22.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:22.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:22 smithi135 ceph-mon[93152]: pgmap v18494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:22.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:22 smithi194 ceph-mon[104785]: pgmap v18494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:23.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:23.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:43:23.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:43:24.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:24.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:24 smithi194 ceph-mon[104785]: pgmap v18495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:24 smithi135 ceph-mon[93152]: pgmap v18495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:25.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:25.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:26.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:26.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:26 smithi194 ceph-mon[104785]: pgmap v18496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:43:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:26 smithi135 ceph-mon[93152]: pgmap v18496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:43:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:27.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:27.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:28.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:28.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:28 smithi194 ceph-mon[104785]: pgmap v18497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:43:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:43:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:43:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:43:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:43:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:43:28.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:43:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:28 smithi135 ceph-mon[93152]: pgmap v18497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:43:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:43:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:43:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:43:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:43:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:43:28.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:43:29.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:29.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:30.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:30.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:30 smithi194 ceph-mon[104785]: pgmap v18498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:30 smithi135 ceph-mon[93152]: pgmap v18498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:31.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:31.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:32.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:32.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:32 smithi194 ceph-mon[104785]: pgmap v18499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:33.314 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:32 smithi135 ceph-mon[93152]: pgmap v18499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:33.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:33.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:34.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:34.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:34 smithi194 ceph-mon[104785]: pgmap v18500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:34 smithi135 ceph-mon[93152]: pgmap v18500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:35.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:35.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:36.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:36.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:36 smithi194 ceph-mon[104785]: pgmap v18501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:43:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:36 smithi135 ceph-mon[93152]: pgmap v18501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:43:37.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:37.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:38.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:38.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:38 smithi194 ceph-mon[104785]: pgmap v18502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:38 smithi135 ceph-mon[93152]: pgmap v18502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:39.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:39.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:40.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:40.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:40 smithi194 ceph-mon[104785]: pgmap v18503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:40 smithi135 ceph-mon[93152]: pgmap v18503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:41.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:41.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:42.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:42.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:42 smithi194 ceph-mon[104785]: pgmap v18504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:42 smithi135 ceph-mon[93152]: pgmap v18504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:43.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:43.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:44.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:44.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:44 smithi194 ceph-mon[104785]: pgmap v18505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:44 smithi135 ceph-mon[93152]: pgmap v18505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:45.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:45.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:46.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:46.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:46 smithi194 ceph-mon[104785]: pgmap v18506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:43:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:46 smithi135 ceph-mon[93152]: pgmap v18506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:43:47.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:47.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:48.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:48.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:48 smithi194 ceph-mon[104785]: pgmap v18507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:48 smithi135 ceph-mon[93152]: pgmap v18507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:49.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:49.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:50.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:50.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:50 smithi194 ceph-mon[104785]: pgmap v18508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:50 smithi135 ceph-mon[93152]: pgmap v18508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:51.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:51.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:52.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:52.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:52 smithi194 ceph-mon[104785]: pgmap v18509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:52 smithi135 ceph-mon[93152]: pgmap v18509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:53.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:53.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:54.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:54.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:54 smithi194 ceph-mon[104785]: pgmap v18510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:54 smithi135 ceph-mon[93152]: pgmap v18510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:55.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:55.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:56.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:56.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:56.739 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:56 smithi194 ceph-mon[104785]: pgmap v18511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:43:56.746 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:56 smithi135 ceph-mon[93152]: pgmap v18511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:43:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:43:57.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:57.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:58.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:58.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:43:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:43:58 smithi194 ceph-mon[104785]: pgmap v18512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:43:58 smithi135 ceph-mon[93152]: pgmap v18512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:43:59.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:43:59.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:00.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:00.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:00 smithi194 ceph-mon[104785]: pgmap v18513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:00 smithi135 ceph-mon[93152]: pgmap v18513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:01.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:01.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:02.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:02.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:02 smithi194 ceph-mon[104785]: pgmap v18514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:02 smithi135 ceph-mon[93152]: pgmap v18514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:03.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:03.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:03 smithi135 ceph-mon[93152]: pgmap v18515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:03 smithi194 ceph-mon[104785]: pgmap v18515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:04.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:04.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:05.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:05.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:06.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:06.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:06.847 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:06 smithi194 ceph-mon[104785]: pgmap v18516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:44:06.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:06 smithi135 ceph-mon[93152]: pgmap v18516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:44:07.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:07.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:08.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:08.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:08.772 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:08 smithi194 ceph-mon[104785]: pgmap v18517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:08.817 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:08 smithi135 ceph-mon[93152]: pgmap v18517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:09.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:09.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:10.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:10.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:10 smithi135 ceph-mon[93152]: pgmap v18518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:10 smithi194 ceph-mon[104785]: pgmap v18518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:11.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:11.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:12.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:12.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:12.686 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:12 smithi135 ceph-mon[93152]: pgmap v18519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:12 smithi194 ceph-mon[104785]: pgmap v18519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:13.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:13.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:14 smithi194 ceph-mon[104785]: pgmap v18520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:14.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:14.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:14 smithi135 ceph-mon[93152]: pgmap v18520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:15.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:15.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:16.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:16.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:16.742 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:16 smithi194 ceph-mon[104785]: pgmap v18521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:44:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:16 smithi135 ceph-mon[93152]: pgmap v18521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:44:17.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:17.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:18.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:18.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:18 smithi194 ceph-mon[104785]: pgmap v18522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:18 smithi135 ceph-mon[93152]: pgmap v18522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:19.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:19.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:20 smithi135 ceph-mon[93152]: pgmap v18523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:20.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:20.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:20 smithi194 ceph-mon[104785]: pgmap v18523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:21.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:21.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:22.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:22.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:22 smithi194 ceph-mon[104785]: pgmap v18524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:22 smithi135 ceph-mon[93152]: pgmap v18524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:23.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:23.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:24 smithi194 ceph-mon[104785]: pgmap v18525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:24.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:24.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:24 smithi135 ceph-mon[93152]: pgmap v18525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:25.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:25.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:26.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:26.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:26 smithi194 ceph-mon[104785]: pgmap v18526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:44:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:26 smithi135 ceph-mon[93152]: pgmap v18526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:44:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:27.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:27.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:28.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:28.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:28.718 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:28 smithi194 ceph-mon[104785]: pgmap v18527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:28.718 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:28 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:44:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:28 smithi135 ceph-mon[93152]: pgmap v18527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:28 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:44:29.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:29.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:44:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:44:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:44:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:44:29.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:44:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:44:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:44:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:44:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:44:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:44:30.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:30.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:30 smithi194 ceph-mon[104785]: pgmap v18528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:30 smithi135 ceph-mon[93152]: pgmap v18528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:31.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:31.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:32.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:32.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:32.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:32 smithi194 ceph-mon[104785]: pgmap v18529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:32 smithi135 ceph-mon[93152]: pgmap v18529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:33.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:33.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:34.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:34.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:34 smithi194 ceph-mon[104785]: pgmap v18530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:34 smithi135 ceph-mon[93152]: pgmap v18530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:35.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:35.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:36.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:36.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:36 smithi194 ceph-mon[104785]: pgmap v18531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:44:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:36 smithi135 ceph-mon[93152]: pgmap v18531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:44:37.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:37.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:38.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:38.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:38 smithi194 ceph-mon[104785]: pgmap v18532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:38 smithi135 ceph-mon[93152]: pgmap v18532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:39.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:39.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:40.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:40.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:40 smithi194 ceph-mon[104785]: pgmap v18533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:40 smithi135 ceph-mon[93152]: pgmap v18533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:41.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:41.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:42.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:42.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:42 smithi194 ceph-mon[104785]: pgmap v18534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:42 smithi135 ceph-mon[93152]: pgmap v18534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:43.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:43.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:44.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:44.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:44 smithi194 ceph-mon[104785]: pgmap v18535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:44 smithi135 ceph-mon[93152]: pgmap v18535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:45.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:45.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:46.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:46.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:46 smithi194 ceph-mon[104785]: pgmap v18536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:44:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:46 smithi135 ceph-mon[93152]: pgmap v18536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:44:47.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:47.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:48.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:48.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:48 smithi194 ceph-mon[104785]: pgmap v18537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:48 smithi135 ceph-mon[93152]: pgmap v18537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:49.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:49.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:50.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:50.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:50 smithi194 ceph-mon[104785]: pgmap v18538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:50 smithi135 ceph-mon[93152]: pgmap v18538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:51.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:51.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:52.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:52.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:52 smithi194 ceph-mon[104785]: pgmap v18539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:52 smithi135 ceph-mon[93152]: pgmap v18539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:53.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:53.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:54.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:54.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:54 smithi194 ceph-mon[104785]: pgmap v18540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:54 smithi135 ceph-mon[93152]: pgmap v18540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:55.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:55.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:56.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:56.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:56 smithi194 ceph-mon[104785]: pgmap v18541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:44:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:56 smithi135 ceph-mon[93152]: pgmap v18541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:44:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:44:57.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:57.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:58.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:44:58 smithi135 ceph-mon[93152]: pgmap v18542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:58.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:58.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:44:58.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:44:58 smithi194 ceph-mon[104785]: pgmap v18542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:44:59.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:44:59.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:00.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:00.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:00 smithi194 ceph-mon[104785]: pgmap v18543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:00 smithi135 ceph-mon[93152]: pgmap v18543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:01.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:01.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:02.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:02.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:02 smithi194 ceph-mon[104785]: pgmap v18544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:02 smithi135 ceph-mon[93152]: pgmap v18544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:03.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:03.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:04.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:04.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:04 smithi194 ceph-mon[104785]: pgmap v18545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:04 smithi135 ceph-mon[93152]: pgmap v18545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:05.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:05.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:06.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:06.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:06 smithi194 ceph-mon[104785]: pgmap v18546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:45:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:06 smithi135 ceph-mon[93152]: pgmap v18546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:45:07.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:07.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:08 smithi135 ceph-mon[93152]: pgmap v18547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:08.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:08.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:08 smithi194 ceph-mon[104785]: pgmap v18547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:09.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:09.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:10.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:10.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:10 smithi194 ceph-mon[104785]: pgmap v18548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:10 smithi135 ceph-mon[93152]: pgmap v18548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:11.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:11.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:45:11.872 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:45:12.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:12.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:12 smithi194 ceph-mon[104785]: pgmap v18549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:12 smithi135 ceph-mon[93152]: pgmap v18549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:13.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:13.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:14.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:14.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:14 smithi194 ceph-mon[104785]: pgmap v18550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:14 smithi135 ceph-mon[93152]: pgmap v18550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:15.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:15.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:16.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:16.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:16 smithi194 ceph-mon[104785]: pgmap v18551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:45:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:16 smithi135 ceph-mon[93152]: pgmap v18551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:45:17.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:17.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:18.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:18.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:18.790 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:18 smithi194 ceph-mon[104785]: pgmap v18552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:18.790 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:18 smithi135 ceph-mon[93152]: pgmap v18552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:19.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:19.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:20.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:20.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:20 smithi194 ceph-mon[104785]: pgmap v18553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:20 smithi135 ceph-mon[93152]: pgmap v18553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:21.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:21.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:22.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:22.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:22 smithi194 ceph-mon[104785]: pgmap v18554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:22 smithi135 ceph-mon[93152]: pgmap v18554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:23.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:23.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:24.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:24.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:24 smithi194 ceph-mon[104785]: pgmap v18555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:24 smithi135 ceph-mon[93152]: pgmap v18555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:25.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:25.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:26.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:26.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:26 smithi194 ceph-mon[104785]: pgmap v18556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:45:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:45:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:26 smithi135 ceph-mon[93152]: pgmap v18556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:45:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:45:27.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:27.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:28.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:28.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:28 smithi194 ceph-mon[104785]: pgmap v18557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:28 smithi135 ceph-mon[93152]: pgmap v18557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:29.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:29.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:29.744 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:45:29.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:45:30.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:30.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:30 smithi194 ceph-mon[104785]: pgmap v18558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:30 smithi135 ceph-mon[93152]: pgmap v18558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:31.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:31.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:32.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:32.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:32.803 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:32 smithi194 ceph-mon[104785]: pgmap v18559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:32.803 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:32 smithi135 ceph-mon[93152]: pgmap v18559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:33.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:33.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:34.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:34.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:34 smithi194 ceph-mon[104785]: pgmap v18560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:34 smithi135 ceph-mon[93152]: pgmap v18560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:35.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:35.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:36 smithi194 ceph-mon[104785]: pgmap v18561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:45:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:45:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:36 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:45:36.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:36.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:36 smithi135 ceph-mon[93152]: pgmap v18561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:45:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:45:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:36 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:45:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:45:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:45:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:45:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:45:37.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:45:37.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:37.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:45:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:45:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:45:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:45:37.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:45:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:38 smithi194 ceph-mon[104785]: pgmap v18562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:38.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:38.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:38 smithi135 ceph-mon[93152]: pgmap v18562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:39.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:39.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:40 smithi135 ceph-mon[93152]: pgmap v18563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:40 smithi194 ceph-mon[104785]: pgmap v18563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:40.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:40.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:45:41.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:41.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:45:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:42 smithi194 ceph-mon[104785]: pgmap v18564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:42.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:42.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:42 smithi135 ceph-mon[93152]: pgmap v18564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:43.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:43.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:44 smithi194 ceph-mon[104785]: pgmap v18565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:44.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:44.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:44 smithi135 ceph-mon[93152]: pgmap v18565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:45.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:45.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:46 smithi194 ceph-mon[104785]: pgmap v18566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:45:46.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:46.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:46 smithi135 ceph-mon[93152]: pgmap v18566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:45:47.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:47.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:48.629 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:48 smithi135 ceph-mon[93152]: pgmap v18567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:48 smithi194 ceph-mon[104785]: pgmap v18567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:48.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:48.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:49.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:49.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:50 smithi194 ceph-mon[104785]: pgmap v18568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:50 smithi135 ceph-mon[93152]: pgmap v18568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:50.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:50.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:51.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:51.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:52 smithi194 ceph-mon[104785]: pgmap v18569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:52.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:52.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:52 smithi135 ceph-mon[93152]: pgmap v18569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:53.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:53.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:54 smithi194 ceph-mon[104785]: pgmap v18570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:54.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:54.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:54 smithi135 ceph-mon[93152]: pgmap v18570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:55.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:55.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:56 smithi194 ceph-mon[104785]: pgmap v18571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:45:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:45:56.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:56.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:56 smithi135 ceph-mon[93152]: pgmap v18571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:45:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:45:57.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:57.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:45:58 smithi194 ceph-mon[104785]: pgmap v18572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:58.728 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:45:58 smithi135 ceph-mon[93152]: pgmap v18572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:45:58.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:58.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:45:59.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:45:59.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:00 smithi194 ceph-mon[104785]: pgmap v18573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:00.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:00.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:00 smithi135 ceph-mon[93152]: pgmap v18573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:01.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:01.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:02 smithi194 ceph-mon[104785]: pgmap v18574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:02.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:02.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:02 smithi135 ceph-mon[93152]: pgmap v18574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:03.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:03.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:04 smithi194 ceph-mon[104785]: pgmap v18575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:04 smithi135 ceph-mon[93152]: pgmap v18575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:04.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:04.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:05.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:05.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:06 smithi194 ceph-mon[104785]: pgmap v18576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:46:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:06 smithi135 ceph-mon[93152]: pgmap v18576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:46:06.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:06.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:07.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:07.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:08 smithi194 ceph-mon[104785]: pgmap v18577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:09.043 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:08 smithi135 ceph-mon[93152]: pgmap v18577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:09.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:09.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:09.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:09.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:10 smithi194 ceph-mon[104785]: pgmap v18578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:10 smithi135 ceph-mon[93152]: pgmap v18578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:10.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:10.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:46:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:46:11.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:11.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:12 smithi194 ceph-mon[104785]: pgmap v18579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:12 smithi135 ceph-mon[93152]: pgmap v18579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:12.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:12.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:13.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:13.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:14 smithi194 ceph-mon[104785]: pgmap v18580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:14 smithi135 ceph-mon[93152]: pgmap v18580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:14.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:14.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:15.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:15.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:16 smithi194 ceph-mon[104785]: pgmap v18581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:46:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:16 smithi135 ceph-mon[93152]: pgmap v18581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:46:16.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:16.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:17.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:17.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:18 smithi194 ceph-mon[104785]: pgmap v18582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:18 smithi135 ceph-mon[93152]: pgmap v18582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:18.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:18.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:19.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:19.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:20 smithi194 ceph-mon[104785]: pgmap v18583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:20 smithi135 ceph-mon[93152]: pgmap v18583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:20.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:20.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:21.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:21.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:22 smithi194 ceph-mon[104785]: pgmap v18584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:22 smithi135 ceph-mon[93152]: pgmap v18584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:22.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:22.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:23.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:23.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:24 smithi194 ceph-mon[104785]: pgmap v18585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:24 smithi135 ceph-mon[93152]: pgmap v18585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:24.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:24.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:25.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:25.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:26 smithi194 ceph-mon[104785]: pgmap v18586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:46:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:46:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:26 smithi135 ceph-mon[93152]: pgmap v18586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:46:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:46:26.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:26.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:27.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:27.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:28 smithi194 ceph-mon[104785]: pgmap v18587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:28 smithi135 ceph-mon[93152]: pgmap v18587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:28.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:28.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:29.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:29.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:30 smithi194 ceph-mon[104785]: pgmap v18588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:31.285 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:30 smithi135 ceph-mon[93152]: pgmap v18588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:31.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:31.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:31.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:32.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:32 smithi194 ceph-mon[104785]: pgmap v18589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:32.764 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:32 smithi135 ceph-mon[93152]: pgmap v18589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:32.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:32.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:33.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:33.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:34 smithi194 ceph-mon[104785]: pgmap v18590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:35.621 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:34 smithi135 ceph-mon[93152]: pgmap v18590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:35.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:35.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:35.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:35.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:36 smithi194 ceph-mon[104785]: pgmap v18591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:46:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:36 smithi135 ceph-mon[93152]: pgmap v18591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:46:36.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:36.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:37.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:46:37.898 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:37.898 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:37 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:37.898 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:46:37.899 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:37.899 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:37 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:37.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:37.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:38 smithi194 ceph-mon[104785]: pgmap v18592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:38.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:38.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:38.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:46:38.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:46:38.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:38.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:46:38.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:38.906 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:38 smithi135 ceph-mon[93152]: pgmap v18592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:38.906 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:38.907 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:38.907 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:38.907 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:38.907 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:46:38.907 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:46:38.907 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:38.908 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:46:38.908 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:46:38.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:38.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:39.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:39.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:40 smithi194 ceph-mon[104785]: pgmap v18593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:40 smithi135 ceph-mon[93152]: pgmap v18593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:40.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:40.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:46:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:46:41.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:41.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:42 smithi194 ceph-mon[104785]: pgmap v18594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:42 smithi135 ceph-mon[93152]: pgmap v18594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:42.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:42.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:43.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:43.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:44 smithi135 ceph-mon[93152]: pgmap v18595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:44 smithi194 ceph-mon[104785]: pgmap v18595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:44.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:44.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:45.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:45.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:46 smithi194 ceph-mon[104785]: pgmap v18596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:46:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:46 smithi135 ceph-mon[93152]: pgmap v18596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:46:46.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:46.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:47.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:47.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:48 smithi194 ceph-mon[104785]: pgmap v18597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:48 smithi135 ceph-mon[93152]: pgmap v18597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:48.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:48.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:49.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:49.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:50 smithi194 ceph-mon[104785]: pgmap v18598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:50 smithi135 ceph-mon[93152]: pgmap v18598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:50.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:50.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:51.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:51.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:52 smithi194 ceph-mon[104785]: pgmap v18599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:52 smithi135 ceph-mon[93152]: pgmap v18599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:52.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:52.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:53.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:53.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:54 smithi194 ceph-mon[104785]: pgmap v18600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:54 smithi135 ceph-mon[93152]: pgmap v18600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:54.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:54.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:55.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:55.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:56 smithi194 ceph-mon[104785]: pgmap v18601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:46:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:46:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:56 smithi135 ceph-mon[93152]: pgmap v18601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:46:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:46:56.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:56.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:57.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:57.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:46:58 smithi194 ceph-mon[104785]: pgmap v18602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:58.825 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:46:58 smithi135 ceph-mon[93152]: pgmap v18602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:46:58.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:58.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:46:59.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:46:59.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:00 smithi194 ceph-mon[104785]: pgmap v18603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:00 smithi135 ceph-mon[93152]: pgmap v18603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:00.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:00.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:01.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:01.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:02 smithi194 ceph-mon[104785]: pgmap v18604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:02 smithi135 ceph-mon[93152]: pgmap v18604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:02.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:02.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:03.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:03.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:04 smithi194 ceph-mon[104785]: pgmap v18605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:04 smithi135 ceph-mon[93152]: pgmap v18605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:04.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:04.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:05.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:05.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:06 smithi194 ceph-mon[104785]: pgmap v18606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:47:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:06 smithi135 ceph-mon[93152]: pgmap v18606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:47:06.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:06.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:07.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:07.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:08 smithi194 ceph-mon[104785]: pgmap v18607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:08 smithi135 ceph-mon[93152]: pgmap v18607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:08.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:08.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:09.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:09.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:10 smithi135 ceph-mon[93152]: pgmap v18608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:10.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:10.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:10.926 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:10 smithi194 ceph-mon[104785]: pgmap v18608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:47:11.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:11.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:47:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:12 smithi135 ceph-mon[93152]: pgmap v18609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:13.351 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:12 smithi194 ceph-mon[104785]: pgmap v18609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:13.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:13.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:13.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:13 smithi135 ceph-mon[93152]: pgmap v18610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:13.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:13.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:13 smithi194 ceph-mon[104785]: pgmap v18610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:14.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:14.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:15.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:15.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:16 smithi194 ceph-mon[104785]: pgmap v18611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:47:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:16 smithi135 ceph-mon[93152]: pgmap v18611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:47:16.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:16.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:17.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:17.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:18 smithi194 ceph-mon[104785]: pgmap v18612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:18 smithi135 ceph-mon[93152]: pgmap v18612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:18.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:18.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:19.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:19.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:20 smithi194 ceph-mon[104785]: pgmap v18613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:20 smithi135 ceph-mon[93152]: pgmap v18613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:20.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:20.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:21.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:21.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:22 smithi194 ceph-mon[104785]: pgmap v18614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:22 smithi135 ceph-mon[93152]: pgmap v18614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:22.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:22.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:23.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:23.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:24 smithi194 ceph-mon[104785]: pgmap v18615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:24 smithi135 ceph-mon[93152]: pgmap v18615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:24.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:24.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:25.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:25.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:26 smithi194 ceph-mon[104785]: pgmap v18616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:47:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:47:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:26 smithi135 ceph-mon[93152]: pgmap v18616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:47:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:47:26.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:26.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:27.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:27.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:28 smithi194 ceph-mon[104785]: pgmap v18617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:28 smithi135 ceph-mon[93152]: pgmap v18617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:28.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:28.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:29.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:29.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:30 smithi194 ceph-mon[104785]: pgmap v18618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:30 smithi135 ceph-mon[93152]: pgmap v18618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:30.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:30.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:31.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:31.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:32 smithi194 ceph-mon[104785]: pgmap v18619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:32 smithi135 ceph-mon[93152]: pgmap v18619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:32.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:32.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:33.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:33.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:34.667 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:34 smithi135 ceph-mon[93152]: pgmap v18620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:34.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:34 smithi194 ceph-mon[104785]: pgmap v18620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:34.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:34.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:35.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:35.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:36 smithi194 ceph-mon[104785]: pgmap v18621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:47:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:36 smithi135 ceph-mon[93152]: pgmap v18621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:47:36.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:36.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:37.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:38.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:38 smithi194 ceph-mon[104785]: pgmap v18622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:38.722 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:47:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:38 smithi135 ceph-mon[93152]: pgmap v18622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:38.814 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:47:38.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:38.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:47:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:47:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:47:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:47:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:47:39.716 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:47:39.717 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:47:39.717 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:47:39.717 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:47:39.717 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:47:39.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:39.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:40 smithi194 ceph-mon[104785]: pgmap v18623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:40 smithi135 ceph-mon[93152]: pgmap v18623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:40.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:40.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:47:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:47:41.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:41.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:42.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:42 smithi194 ceph-mon[104785]: pgmap v18624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:42 smithi135 ceph-mon[93152]: pgmap v18624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:42.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:42.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:43.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:43.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:44 smithi194 ceph-mon[104785]: pgmap v18625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:44 smithi135 ceph-mon[93152]: pgmap v18625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:44.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:44.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:45.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:45.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:46 smithi194 ceph-mon[104785]: pgmap v18626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:47:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:46 smithi135 ceph-mon[93152]: pgmap v18626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:47:46.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:46.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:47.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:47.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:48 smithi194 ceph-mon[104785]: pgmap v18627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:48 smithi135 ceph-mon[93152]: pgmap v18627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:48.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:48.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:49.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:49.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:50 smithi194 ceph-mon[104785]: pgmap v18628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:50 smithi135 ceph-mon[93152]: pgmap v18628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:50.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:50.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:51.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:51.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:52 smithi194 ceph-mon[104785]: pgmap v18629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:52 smithi135 ceph-mon[93152]: pgmap v18629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:52.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:52.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:53.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:53.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:54 smithi194 ceph-mon[104785]: pgmap v18630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:54 smithi135 ceph-mon[93152]: pgmap v18630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:54.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:54.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:55.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:55.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:56 smithi194 ceph-mon[104785]: pgmap v18631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:47:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:47:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:56 smithi135 ceph-mon[93152]: pgmap v18631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:47:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:47:56.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:56.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:57.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:57.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:47:58 smithi194 ceph-mon[104785]: pgmap v18632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:47:58 smithi135 ceph-mon[93152]: pgmap v18632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:47:58.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:58.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:47:59.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:47:59.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:00 smithi194 ceph-mon[104785]: pgmap v18633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:00 smithi135 ceph-mon[93152]: pgmap v18633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:00.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:00.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:01.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:01.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:02 smithi194 ceph-mon[104785]: pgmap v18634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:02 smithi135 ceph-mon[93152]: pgmap v18634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:02.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:02.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:03.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:03.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:04 smithi194 ceph-mon[104785]: pgmap v18635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:04 smithi135 ceph-mon[93152]: pgmap v18635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:04.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:04.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:05.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:05.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:06 smithi194 ceph-mon[104785]: pgmap v18636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:48:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:06 smithi135 ceph-mon[93152]: pgmap v18636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:48:06.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:06.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:07.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:07.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:08 smithi194 ceph-mon[104785]: pgmap v18637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:08 smithi135 ceph-mon[93152]: pgmap v18637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:08.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:08.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:09.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:09.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:10 smithi194 ceph-mon[104785]: pgmap v18638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:10 smithi135 ceph-mon[93152]: pgmap v18638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:10.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:10.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:48:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:48:11.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:11.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:12 smithi194 ceph-mon[104785]: pgmap v18639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:12 smithi135 ceph-mon[93152]: pgmap v18639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:12.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:12.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:13.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:13.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:14 smithi194 ceph-mon[104785]: pgmap v18640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:14 smithi135 ceph-mon[93152]: pgmap v18640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:14.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:14.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:15.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:15.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:16 smithi194 ceph-mon[104785]: pgmap v18641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:48:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:16 smithi135 ceph-mon[93152]: pgmap v18641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:48:16.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:16.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:17.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:17.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:18 smithi194 ceph-mon[104785]: pgmap v18642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:18 smithi135 ceph-mon[93152]: pgmap v18642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:18.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:18.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:19.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:19.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:20 smithi194 ceph-mon[104785]: pgmap v18643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:20 smithi135 ceph-mon[93152]: pgmap v18643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:20.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:20.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:21.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:21.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:22 smithi194 ceph-mon[104785]: pgmap v18644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:23.796 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:22 smithi135 ceph-mon[93152]: pgmap v18644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:23.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:23.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:23.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:23.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:24 smithi194 ceph-mon[104785]: pgmap v18645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:24 smithi135 ceph-mon[93152]: pgmap v18645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:24.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:24.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:25.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:25.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:26.713 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:26 smithi194 ceph-mon[104785]: pgmap v18646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:48:26.713 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:48:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:26 smithi135 ceph-mon[93152]: pgmap v18646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:48:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:48:26.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:26.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:27.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:27.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:28 smithi135 ceph-mon[93152]: pgmap v18647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:28 smithi194 ceph-mon[104785]: pgmap v18647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:28.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:28.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:29.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:29.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:30 smithi135 ceph-mon[93152]: pgmap v18648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:30 smithi194 ceph-mon[104785]: pgmap v18648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:30.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:30.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:31.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:31.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:32 smithi135 ceph-mon[93152]: pgmap v18649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:32 smithi194 ceph-mon[104785]: pgmap v18649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:32.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:32.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:34.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:34.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:34 smithi135 ceph-mon[93152]: pgmap v18650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:34 smithi194 ceph-mon[104785]: pgmap v18650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:35.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:35.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:36.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:36.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:36 smithi135 ceph-mon[93152]: pgmap v18651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:48:36.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:36 smithi194 ceph-mon[104785]: pgmap v18651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:48:37.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:37.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:38.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:38.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:38 smithi135 ceph-mon[93152]: pgmap v18652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:38 smithi194 ceph-mon[104785]: pgmap v18652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:39.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:39.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:48:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:48:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:48:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:48:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:48:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:48:40.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:40.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:40 smithi135 ceph-mon[93152]: pgmap v18653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:48:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:48:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:48:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:48:40.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:48:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:40 smithi194 ceph-mon[104785]: pgmap v18653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:48:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:48:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:48:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:48:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:48:41.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:41.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:41 smithi135 ceph-mon[93152]: pgmap v18654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:48:41.871 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:41 smithi194 ceph-mon[104785]: pgmap v18654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:41.871 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:48:42.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:42.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:43.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:43.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:43 smithi194 ceph-mon[104785]: pgmap v18655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:43 smithi135 ceph-mon[93152]: pgmap v18655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:44.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:44.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:45.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:45.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:46.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:46.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:46 smithi194 ceph-mon[104785]: pgmap v18656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:48:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:46 smithi135 ceph-mon[93152]: pgmap v18656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:48:47.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:47.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:48.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:48.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:48 smithi194 ceph-mon[104785]: pgmap v18657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:48 smithi135 ceph-mon[93152]: pgmap v18657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:49.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:49.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:50.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:50.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:50 smithi194 ceph-mon[104785]: pgmap v18658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:50 smithi135 ceph-mon[93152]: pgmap v18658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:51.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:51.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:52.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:52.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:52 smithi194 ceph-mon[104785]: pgmap v18659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:52 smithi135 ceph-mon[93152]: pgmap v18659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:53.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:53.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:54.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:54.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:54 smithi194 ceph-mon[104785]: pgmap v18660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:54.834 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:54 smithi135 ceph-mon[93152]: pgmap v18660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:55.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:55.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:56.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:56.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:56 smithi194 ceph-mon[104785]: pgmap v18661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:48:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:48:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:56 smithi135 ceph-mon[93152]: pgmap v18661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:48:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:48:57.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:57.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:58.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:58.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:48:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:48:58 smithi194 ceph-mon[104785]: pgmap v18662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:48:58 smithi135 ceph-mon[93152]: pgmap v18662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:48:59.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:48:59.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:00.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:00.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:00 smithi194 ceph-mon[104785]: pgmap v18663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:00 smithi135 ceph-mon[93152]: pgmap v18663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:01.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:01.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:02.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:02.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:02 smithi194 ceph-mon[104785]: pgmap v18664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:02 smithi135 ceph-mon[93152]: pgmap v18664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:03.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:04.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:04.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:04.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:04 smithi194 ceph-mon[104785]: pgmap v18665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:05.246 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:04 smithi135 ceph-mon[93152]: pgmap v18665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:05.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:05.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:06.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:06.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:06 smithi194 ceph-mon[104785]: pgmap v18666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:49:06.993 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:06 smithi135 ceph-mon[93152]: pgmap v18666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:49:07.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:07.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:08.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:08.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:08 smithi194 ceph-mon[104785]: pgmap v18667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:08 smithi135 ceph-mon[93152]: pgmap v18667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:09.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:09.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:10.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:10.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:10 smithi194 ceph-mon[104785]: pgmap v18668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:10 smithi135 ceph-mon[93152]: pgmap v18668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:11.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:11.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:49:11.797 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:49:12.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:12.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:12 smithi194 ceph-mon[104785]: pgmap v18669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:12 smithi135 ceph-mon[93152]: pgmap v18669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:13.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:13.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:14.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:14.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:14 smithi194 ceph-mon[104785]: pgmap v18670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:15.145 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:14 smithi135 ceph-mon[93152]: pgmap v18670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:15.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:15.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:16.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:16.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:16 smithi194 ceph-mon[104785]: pgmap v18671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:49:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:16 smithi135 ceph-mon[93152]: pgmap v18671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:49:17.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:17.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:18.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:18.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:18 smithi194 ceph-mon[104785]: pgmap v18672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:18 smithi135 ceph-mon[93152]: pgmap v18672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:19.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:19.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:20.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:20.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:20.699 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:20 smithi135 ceph-mon[93152]: pgmap v18673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:20 smithi194 ceph-mon[104785]: pgmap v18673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:21.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:21.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:22.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:22.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:22 smithi194 ceph-mon[104785]: pgmap v18674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:22 smithi135 ceph-mon[93152]: pgmap v18674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:23.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:23.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:24.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:24.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:24 smithi194 ceph-mon[104785]: pgmap v18675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:24 smithi135 ceph-mon[93152]: pgmap v18675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:25.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:25.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:26.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:26.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:26 smithi194 ceph-mon[104785]: pgmap v18676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:49:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:49:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:26 smithi135 ceph-mon[93152]: pgmap v18676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:49:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:49:27.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:27.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:28.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:28.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:28 smithi194 ceph-mon[104785]: pgmap v18677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:28 smithi135 ceph-mon[93152]: pgmap v18677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:29.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:29.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:30.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:30.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:30 smithi194 ceph-mon[104785]: pgmap v18678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:30 smithi135 ceph-mon[93152]: pgmap v18678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:31.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:31.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:32.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:32.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:32 smithi194 ceph-mon[104785]: pgmap v18679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:32 smithi135 ceph-mon[93152]: pgmap v18679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:33.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:33.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:34.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:34.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:34 smithi194 ceph-mon[104785]: pgmap v18680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:34 smithi135 ceph-mon[93152]: pgmap v18680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:35.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:35.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:36.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:36.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:36 smithi194 ceph-mon[104785]: pgmap v18681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:49:36.846 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:36 smithi135 ceph-mon[93152]: pgmap v18681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:49:37.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:37.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:38.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:38.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:38 smithi194 ceph-mon[104785]: pgmap v18682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:38 smithi135 ceph-mon[93152]: pgmap v18682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:39.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:39.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:40.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:40.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:40 smithi194 ceph-mon[104785]: pgmap v18683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:40.743 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:49:40.743 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:49:40.744 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:49:40.744 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:49:40.744 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:49:40.744 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:49:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:40 smithi135 ceph-mon[93152]: pgmap v18683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:49:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:49:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:49:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:49:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:49:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:49:41.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:41.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:49:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:49:42.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:42.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:42 smithi194 ceph-mon[104785]: pgmap v18684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:42.794 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:42 smithi135 ceph-mon[93152]: pgmap v18684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:43.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:43.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:44.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:44.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:44 smithi194 ceph-mon[104785]: pgmap v18685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:44 smithi135 ceph-mon[93152]: pgmap v18685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:45.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:45.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:46.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:46.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:46 smithi194 ceph-mon[104785]: pgmap v18686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:49:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:46 smithi135 ceph-mon[93152]: pgmap v18686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:49:47.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:47.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:48.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:48.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:48 smithi194 ceph-mon[104785]: pgmap v18687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:48.765 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:48 smithi135 ceph-mon[93152]: pgmap v18687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:49.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:49.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:50.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:50.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:50 smithi135 ceph-mon[93152]: pgmap v18688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:50 smithi194 ceph-mon[104785]: pgmap v18688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:51.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:51.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:52.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:52.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:52 smithi135 ceph-mon[93152]: pgmap v18689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:52 smithi194 ceph-mon[104785]: pgmap v18689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:53.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:53.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:54.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:54.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:54 smithi135 ceph-mon[93152]: pgmap v18690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:54 smithi194 ceph-mon[104785]: pgmap v18690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:55.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:55.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:56.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:56.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:56 smithi135 ceph-mon[93152]: pgmap v18691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:49:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:49:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:56 smithi194 ceph-mon[104785]: pgmap v18691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:49:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:49:57.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:57.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:58.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:58.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:49:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:49:58 smithi135 ceph-mon[93152]: pgmap v18692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:49:58 smithi194 ceph-mon[104785]: pgmap v18692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:49:59.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:49:59.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:00.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:00.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:00 smithi135 ceph-mon[93152]: pgmap v18693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T14:50:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:00 smithi194 ceph-mon[104785]: pgmap v18693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T14:50:01.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:01.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:02.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:02.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:02 smithi135 ceph-mon[93152]: pgmap v18694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:02 smithi194 ceph-mon[104785]: pgmap v18694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:03.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:03.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:04.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:04.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:04 smithi135 ceph-mon[93152]: pgmap v18695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:04 smithi194 ceph-mon[104785]: pgmap v18695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:05.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:05.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:06.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:06.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:06 smithi135 ceph-mon[93152]: pgmap v18696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:50:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:06 smithi194 ceph-mon[104785]: pgmap v18696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:50:07.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:07.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:08.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:08.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:08 smithi135 ceph-mon[93152]: pgmap v18697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:08.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:08 smithi194 ceph-mon[104785]: pgmap v18697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:09.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:09.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:10.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:10.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:10 smithi135 ceph-mon[93152]: pgmap v18698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:10 smithi194 ceph-mon[104785]: pgmap v18698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:11.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:11.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:50:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:50:12.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:12.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:12 smithi135 ceph-mon[93152]: pgmap v18699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:12.821 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:12 smithi194 ceph-mon[104785]: pgmap v18699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:13.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:13.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:13.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:13 smithi194 ceph-mon[104785]: pgmap v18700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:13 smithi135 ceph-mon[93152]: pgmap v18700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:14.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:14.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:15.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:15.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:16.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:16.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:16 smithi135 ceph-mon[93152]: pgmap v18701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:50:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:16 smithi194 ceph-mon[104785]: pgmap v18701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:50:17.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:17.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:18.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:18.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:18 smithi194 ceph-mon[104785]: pgmap v18702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:18 smithi135 ceph-mon[93152]: pgmap v18702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:19.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:19.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:20.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:20.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:20 smithi194 ceph-mon[104785]: pgmap v18703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:20 smithi135 ceph-mon[93152]: pgmap v18703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:21.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:21.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:22.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:22.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:22 smithi194 ceph-mon[104785]: pgmap v18704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:22 smithi135 ceph-mon[93152]: pgmap v18704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:23.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:23.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:24.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:24.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:24 smithi194 ceph-mon[104785]: pgmap v18705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:24 smithi135 ceph-mon[93152]: pgmap v18705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:25.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:25.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:26.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:26.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:26 smithi194 ceph-mon[104785]: pgmap v18706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:50:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:50:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:26 smithi135 ceph-mon[93152]: pgmap v18706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:50:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:50:27.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:27.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:28.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:28.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:28 smithi194 ceph-mon[104785]: pgmap v18707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:28 smithi135 ceph-mon[93152]: pgmap v18707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:29.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:29.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:30.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:30.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:30 smithi194 ceph-mon[104785]: pgmap v18708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:30 smithi135 ceph-mon[93152]: pgmap v18708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:31.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:31.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:32.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:32.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:32 smithi194 ceph-mon[104785]: pgmap v18709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:32 smithi135 ceph-mon[93152]: pgmap v18709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:33.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:33.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:34.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:34.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:34 smithi194 ceph-mon[104785]: pgmap v18710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:34 smithi135 ceph-mon[93152]: pgmap v18710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:35.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:35.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:36.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:36.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:36 smithi194 ceph-mon[104785]: pgmap v18711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:50:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:36 smithi135 ceph-mon[93152]: pgmap v18711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:50:37.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:37.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:38.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:38.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:38 smithi194 ceph-mon[104785]: pgmap v18712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:38 smithi135 ceph-mon[93152]: pgmap v18712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:39.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:39.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:40.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:40.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:40 smithi194 ceph-mon[104785]: pgmap v18713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:50:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:40 smithi135 ceph-mon[93152]: pgmap v18713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:50:41.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:41.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:41.673 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:50:41.708 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:50:42.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:42.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:42 smithi194 ceph-mon[104785]: pgmap v18714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:42 smithi135 ceph-mon[93152]: pgmap v18714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:43.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:43.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:44.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:44.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:44 smithi135 ceph-mon[93152]: pgmap v18715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:44 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:44 smithi194 ceph-mon[104785]: pgmap v18715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:44 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:45.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:45.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: pgmap v18716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:50:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:50:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:50:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:50:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:50:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1394M 2023-10-08T14:50:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:50:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:50:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:45.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:50:45.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: pgmap v18716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:50:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:50:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:50:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:50:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T14:50:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1394M 2023-10-08T14:50:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:50:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:50:46.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:46.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:50:46.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:50:46.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:46.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:47.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:47.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:47.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:47 smithi194 ceph-mon[104785]: pgmap v18717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:47 smithi135 ceph-mon[93152]: pgmap v18717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:48.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:48.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:49.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:49.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:50.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:50.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:50 smithi194 ceph-mon[104785]: pgmap v18718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:50 smithi135 ceph-mon[93152]: pgmap v18718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:51.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:51.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:52.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:52.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:52.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:52 smithi194 ceph-mon[104785]: pgmap v18719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:52 smithi135 ceph-mon[93152]: pgmap v18719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:53.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:53.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:54.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:54.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:54 smithi194 ceph-mon[104785]: pgmap v18720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:54.847 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:54 smithi135 ceph-mon[93152]: pgmap v18720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:55.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:55.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:56.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:56.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:56.638 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:56 smithi135 ceph-mon[93152]: pgmap v18721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:50:56.639 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:50:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:56 smithi194 ceph-mon[104785]: pgmap v18721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:50:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:50:57.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:57.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:58.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:58.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:50:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:50:58 smithi194 ceph-mon[104785]: pgmap v18722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:50:58 smithi135 ceph-mon[93152]: pgmap v18722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:50:59.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:50:59.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:00.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:00.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:00 smithi194 ceph-mon[104785]: pgmap v18723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:00 smithi135 ceph-mon[93152]: pgmap v18723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:01.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:01.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:02.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:02.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:02 smithi194 ceph-mon[104785]: pgmap v18724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:02 smithi135 ceph-mon[93152]: pgmap v18724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:03.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:03.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:04.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:04.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:04 smithi194 ceph-mon[104785]: pgmap v18725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:04.782 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:04 smithi135 ceph-mon[93152]: pgmap v18725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:05.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:05.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:06.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:06.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:06 smithi194 ceph-mon[104785]: pgmap v18726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:51:06.738 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:06 smithi135 ceph-mon[93152]: pgmap v18726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:51:07.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:07.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:08.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:08.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:08.760 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:08 smithi194 ceph-mon[104785]: pgmap v18727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:08.760 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:08 smithi135 ceph-mon[93152]: pgmap v18727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:09.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:09.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:10.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:10.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:10 smithi194 ceph-mon[104785]: pgmap v18728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:10 smithi135 ceph-mon[93152]: pgmap v18728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:11.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:11.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:51:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:51:12.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:12.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:12.793 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:12 smithi194 ceph-mon[104785]: pgmap v18729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:12.793 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:12 smithi135 ceph-mon[93152]: pgmap v18729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:13.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:13.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:14.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:14.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:14 smithi194 ceph-mon[104785]: pgmap v18730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:14 smithi135 ceph-mon[93152]: pgmap v18730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:15.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:15.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:16.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:16.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:16 smithi194 ceph-mon[104785]: pgmap v18731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:51:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:16 smithi135 ceph-mon[93152]: pgmap v18731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:51:17.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:17.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:18.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:18.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:18 smithi194 ceph-mon[104785]: pgmap v18732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:18 smithi135 ceph-mon[93152]: pgmap v18732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:19.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:19.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:20.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:20.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:20 smithi194 ceph-mon[104785]: pgmap v18733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:20 smithi135 ceph-mon[93152]: pgmap v18733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:21.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:21.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:22.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:22.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:22 smithi194 ceph-mon[104785]: pgmap v18734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:22 smithi135 ceph-mon[93152]: pgmap v18734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:23.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:23.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:24.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:24.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:24 smithi194 ceph-mon[104785]: pgmap v18735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:24 smithi135 ceph-mon[93152]: pgmap v18735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:25.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:25.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:26.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:26.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:26 smithi194 ceph-mon[104785]: pgmap v18736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:51:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:51:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:26 smithi135 ceph-mon[93152]: pgmap v18736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:51:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:51:27.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:27.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:28.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:28.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:28 smithi194 ceph-mon[104785]: pgmap v18737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:28 smithi135 ceph-mon[93152]: pgmap v18737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:29.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:30.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:30.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:30.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:30 smithi194 ceph-mon[104785]: pgmap v18738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:30 smithi135 ceph-mon[93152]: pgmap v18738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:31.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:31.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:32.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:32.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:32 smithi194 ceph-mon[104785]: pgmap v18739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:33.138 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:32 smithi135 ceph-mon[93152]: pgmap v18739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:33.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:33.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:34.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:34.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:34.716 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:34 smithi194 ceph-mon[104785]: pgmap v18740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:34 smithi135 ceph-mon[93152]: pgmap v18740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:35.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:35.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:36.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:36.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:36 smithi194 ceph-mon[104785]: pgmap v18741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:51:36.861 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:36 smithi135 ceph-mon[93152]: pgmap v18741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:51:37.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:37.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:38.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:38.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:38 smithi194 ceph-mon[104785]: pgmap v18742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:38 smithi135 ceph-mon[93152]: pgmap v18742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:39.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:39.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:40.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:40.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:40 smithi135 ceph-mon[93152]: pgmap v18743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:40 smithi194 ceph-mon[104785]: pgmap v18743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:41.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:41.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:51:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:51:42.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:42.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:42 smithi135 ceph-mon[93152]: pgmap v18744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:42 smithi194 ceph-mon[104785]: pgmap v18744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:43.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:43.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:44.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:44.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:44.761 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:44 smithi135 ceph-mon[93152]: pgmap v18745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:44 smithi194 ceph-mon[104785]: pgmap v18745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:45.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:45.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:51:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:51:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:51:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:51:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:51:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:51:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:51:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:51:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:51:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:51:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:51:45.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:51:46.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:46.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:46 smithi135 ceph-mon[93152]: pgmap v18746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:51:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:46 smithi194 ceph-mon[104785]: pgmap v18746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:51:47.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:47.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:48.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:48.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:48 smithi135 ceph-mon[93152]: pgmap v18747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:48.826 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:48 smithi194 ceph-mon[104785]: pgmap v18747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:49.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:49.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:50.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:50.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:50 smithi135 ceph-mon[93152]: pgmap v18748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:50 smithi194 ceph-mon[104785]: pgmap v18748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:51.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:51.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:52.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:52.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:52 smithi135 ceph-mon[93152]: pgmap v18749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:52 smithi194 ceph-mon[104785]: pgmap v18749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:53.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:53.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:54.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:54.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:54 smithi135 ceph-mon[93152]: pgmap v18750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:54 smithi194 ceph-mon[104785]: pgmap v18750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:55.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:55.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:56.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:56.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:56 smithi135 ceph-mon[93152]: pgmap v18751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:51:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:51:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:56 smithi194 ceph-mon[104785]: pgmap v18751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:51:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:51:57.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:57.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:58.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:58.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:51:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:51:58 smithi135 ceph-mon[93152]: pgmap v18752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:58.931 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:51:58 smithi194 ceph-mon[104785]: pgmap v18752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:51:59.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:51:59.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:00.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:00.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:00 smithi135 ceph-mon[93152]: pgmap v18753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:00 smithi194 ceph-mon[104785]: pgmap v18753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:01.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:01.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:02.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:02.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:02 smithi135 ceph-mon[93152]: pgmap v18754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:02 smithi194 ceph-mon[104785]: pgmap v18754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:03.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:03.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:04.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:04.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:04 smithi135 ceph-mon[93152]: pgmap v18755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:04 smithi194 ceph-mon[104785]: pgmap v18755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:05.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:05.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:06.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:06.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:06 smithi135 ceph-mon[93152]: pgmap v18756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:52:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:06 smithi194 ceph-mon[104785]: pgmap v18756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:52:07.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:07.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:08.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:08.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:08 smithi194 ceph-mon[104785]: pgmap v18757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:08 smithi135 ceph-mon[93152]: pgmap v18757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:09.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:09.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:10.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:10.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:10 smithi194 ceph-mon[104785]: pgmap v18758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:10 smithi135 ceph-mon[93152]: pgmap v18758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:11.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:11.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:11 smithi194 ceph-mon[104785]: pgmap v18759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:52:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:11 smithi135 ceph-mon[93152]: pgmap v18759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:52:12.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:12.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:13.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:13.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:13 smithi135 ceph-mon[93152]: pgmap v18760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:14.089 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:13 smithi194 ceph-mon[104785]: pgmap v18760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:14.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:14.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:15.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:15.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:16.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:16.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:16 smithi194 ceph-mon[104785]: pgmap v18761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:52:16.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:16 smithi135 ceph-mon[93152]: pgmap v18761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:52:17.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:17.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:18.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:18.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:18 smithi194 ceph-mon[104785]: pgmap v18762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:18.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:18 smithi135 ceph-mon[93152]: pgmap v18762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:19.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:19.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:20.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:20.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:20.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:20 smithi194 ceph-mon[104785]: pgmap v18763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:20 smithi135 ceph-mon[93152]: pgmap v18763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:21.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:21.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:22.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:22.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:22 smithi194 ceph-mon[104785]: pgmap v18764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:22 smithi135 ceph-mon[93152]: pgmap v18764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:23.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:23.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:24.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:24.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:24 smithi194 ceph-mon[104785]: pgmap v18765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:24 smithi135 ceph-mon[93152]: pgmap v18765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:25.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:25.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:26.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:26.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:26 smithi194 ceph-mon[104785]: pgmap v18766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:52:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:52:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:26 smithi135 ceph-mon[93152]: pgmap v18766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:52:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:52:27.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:27.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:28.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:28.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:28 smithi194 ceph-mon[104785]: pgmap v18767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:28 smithi135 ceph-mon[93152]: pgmap v18767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:29.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:29.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:30.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:30.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:30 smithi194 ceph-mon[104785]: pgmap v18768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:30 smithi135 ceph-mon[93152]: pgmap v18768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:31.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:31.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:32.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:33.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:33.098 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:32 smithi194 ceph-mon[104785]: pgmap v18769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:33.098 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:32 smithi135 ceph-mon[93152]: pgmap v18769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:33.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:33.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:34.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:34.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:34.811 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:34 smithi194 ceph-mon[104785]: pgmap v18770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:34.811 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:34 smithi135 ceph-mon[93152]: pgmap v18770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:35.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:35.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:36.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:36.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:36 smithi194 ceph-mon[104785]: pgmap v18771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:52:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:36 smithi135 ceph-mon[93152]: pgmap v18771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:52:37.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:37.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:38.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:38.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:38 smithi194 ceph-mon[104785]: pgmap v18772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:39.028 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:38 smithi135 ceph-mon[93152]: pgmap v18772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:39.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:39.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:40.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:40.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:40 smithi194 ceph-mon[104785]: pgmap v18773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:40 smithi135 ceph-mon[93152]: pgmap v18773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:41.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:41.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:52:41.760 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:52:42.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:42.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:42 smithi194 ceph-mon[104785]: pgmap v18774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:42 smithi135 ceph-mon[93152]: pgmap v18774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:43.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:43.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:44.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:44.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:44 smithi194 ceph-mon[104785]: pgmap v18775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:44 smithi135 ceph-mon[93152]: pgmap v18775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:45.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:45.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:45 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:52:45.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:45 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:52:46.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:46.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:46 smithi194 ceph-mon[104785]: pgmap v18776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:52:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:52:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:52:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:52:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:52:46.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:52:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:46 smithi135 ceph-mon[93152]: pgmap v18776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:52:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:52:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:52:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:52:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:52:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:52:47.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:47.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:48.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:48.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:48 smithi194 ceph-mon[104785]: pgmap v18777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:48 smithi135 ceph-mon[93152]: pgmap v18777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:49.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:49.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:50.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:50.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:50 smithi135 ceph-mon[93152]: pgmap v18778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:50 smithi194 ceph-mon[104785]: pgmap v18778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:51.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:51.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:52.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:52.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:52 smithi135 ceph-mon[93152]: pgmap v18779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:52 smithi194 ceph-mon[104785]: pgmap v18779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:53.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:53.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:54.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:54.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:54 smithi135 ceph-mon[93152]: pgmap v18780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:54 smithi194 ceph-mon[104785]: pgmap v18780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:55.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:55.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:56.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:56.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:56 smithi135 ceph-mon[93152]: pgmap v18781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:52:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:52:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:56 smithi194 ceph-mon[104785]: pgmap v18781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:52:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:52:57.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:57.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:58.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:58.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:52:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:52:58 smithi135 ceph-mon[93152]: pgmap v18782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:52:58 smithi194 ceph-mon[104785]: pgmap v18782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:52:59.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:52:59.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:00.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:00.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:00 smithi135 ceph-mon[93152]: pgmap v18783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:00 smithi194 ceph-mon[104785]: pgmap v18783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:01.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:01.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:02.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:02.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:02 smithi135 ceph-mon[93152]: pgmap v18784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:02 smithi194 ceph-mon[104785]: pgmap v18784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:03.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:03.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:04.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:04.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:04 smithi135 ceph-mon[93152]: pgmap v18785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:04 smithi194 ceph-mon[104785]: pgmap v18785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:05.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:05.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:06.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:06.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:06 smithi135 ceph-mon[93152]: pgmap v18786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:53:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:06 smithi194 ceph-mon[104785]: pgmap v18786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:53:07.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:07.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:08.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:08.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:08 smithi135 ceph-mon[93152]: pgmap v18787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:08 smithi194 ceph-mon[104785]: pgmap v18787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:09.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:09.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:10.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:10.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:10 smithi135 ceph-mon[93152]: pgmap v18788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:10 smithi194 ceph-mon[104785]: pgmap v18788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:11.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:11.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:53:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:53:12.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:12.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:12 smithi135 ceph-mon[93152]: pgmap v18789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:12 smithi194 ceph-mon[104785]: pgmap v18789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:13.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:13.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:14.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:14.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:14 smithi135 ceph-mon[93152]: pgmap v18790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:14.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:14 smithi194 ceph-mon[104785]: pgmap v18790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:15.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:15.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:16.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:16.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:16 smithi135 ceph-mon[93152]: pgmap v18791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:53:17.352 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:16 smithi194 ceph-mon[104785]: pgmap v18791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:53:17.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:17.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:18.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:18.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:18 smithi194 ceph-mon[104785]: pgmap v18792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:18 smithi135 ceph-mon[93152]: pgmap v18792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:19.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:19.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:20.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:20.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:20 smithi194 ceph-mon[104785]: pgmap v18793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:20 smithi135 ceph-mon[93152]: pgmap v18793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:21.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:21.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:22.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:22.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:22 smithi194 ceph-mon[104785]: pgmap v18794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:22 smithi135 ceph-mon[93152]: pgmap v18794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:23.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:23.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:24.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:24.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:24.829 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:24 smithi194 ceph-mon[104785]: pgmap v18795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:24 smithi135 ceph-mon[93152]: pgmap v18795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:25.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:25.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:26.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:26.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:26 smithi194 ceph-mon[104785]: pgmap v18796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:53:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:53:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:26 smithi135 ceph-mon[93152]: pgmap v18796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:53:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:53:27.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:27.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:27.995 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:27 smithi194 ceph-mon[104785]: pgmap v18797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:27 smithi135 ceph-mon[93152]: pgmap v18797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:28.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:28.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:29.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:29.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:30.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:30.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:30 smithi194 ceph-mon[104785]: pgmap v18798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:30 smithi135 ceph-mon[93152]: pgmap v18798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:31.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:31.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:32.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:32.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:32 smithi194 ceph-mon[104785]: pgmap v18799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:32 smithi135 ceph-mon[93152]: pgmap v18799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:33.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:33.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:34.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:34.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:34 smithi194 ceph-mon[104785]: pgmap v18800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:34 smithi135 ceph-mon[93152]: pgmap v18800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:35.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:35.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:36.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:36.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:36 smithi194 ceph-mon[104785]: pgmap v18801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:53:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:36 smithi135 ceph-mon[93152]: pgmap v18801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:53:37.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:37.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:38.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:38.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:38 smithi135 ceph-mon[93152]: pgmap v18802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:38 smithi194 ceph-mon[104785]: pgmap v18802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:39.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:39.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:40.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:40.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:40 smithi194 ceph-mon[104785]: pgmap v18803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:40 smithi135 ceph-mon[93152]: pgmap v18803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:41.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:41.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:53:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:53:42.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:42.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:42 smithi194 ceph-mon[104785]: pgmap v18804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:42 smithi135 ceph-mon[93152]: pgmap v18804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:43.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:43.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:44.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:44.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:44 smithi194 ceph-mon[104785]: pgmap v18805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:44 smithi135 ceph-mon[93152]: pgmap v18805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:45.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:45.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:46.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:46.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:46 smithi194 ceph-mon[104785]: pgmap v18806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:53:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:53:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:46 smithi135 ceph-mon[93152]: pgmap v18806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:53:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:53:47.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:47.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:48.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:48.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:48 smithi194 ceph-mon[104785]: pgmap v18807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:48 smithi135 ceph-mon[93152]: pgmap v18807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:49.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:49.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:50.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:50.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:50 smithi194 ceph-mon[104785]: pgmap v18808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:50 smithi135 ceph-mon[93152]: pgmap v18808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:51.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:53.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:53.931 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:53:53.932 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:53:53.932 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:51 smithi194 ceph-mon[104785]: pgmap v18809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:53.932 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:53:53.932 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:53:53.932 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:53:53.932 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:53:53.933 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:53:53.933 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:53:53.933 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:53:53.933 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:51 smithi135 ceph-mon[93152]: pgmap v18809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:53.933 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:53:53.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:53:53.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:53:53.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:53:53.934 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:53:53.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:53.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:53.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:53.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:54.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:53 smithi135 ceph-mon[93152]: pgmap v18810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:53 smithi194 ceph-mon[104785]: pgmap v18810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:54.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:54.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:55.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:55.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:56.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:56.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:56 smithi194 ceph-mon[104785]: pgmap v18811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:53:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:53:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:56 smithi135 ceph-mon[93152]: pgmap v18811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:53:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:53:57.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:57.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:58.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:58.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:53:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:53:58 smithi194 ceph-mon[104785]: pgmap v18812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:53:58 smithi135 ceph-mon[93152]: pgmap v18812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:53:59.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:53:59.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:00 smithi194 ceph-mon[104785]: pgmap v18813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:00.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:00.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:00 smithi135 ceph-mon[93152]: pgmap v18813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:01.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:01.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:02.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:02.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:02 smithi194 ceph-mon[104785]: pgmap v18814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:02 smithi135 ceph-mon[93152]: pgmap v18814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:03.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:03.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:04.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:04.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:04 smithi194 ceph-mon[104785]: pgmap v18815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:04 smithi135 ceph-mon[93152]: pgmap v18815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:05.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:05.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:06.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:06.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:06 smithi194 ceph-mon[104785]: pgmap v18816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:54:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:06 smithi135 ceph-mon[93152]: pgmap v18816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:54:07.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:07.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:08.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:08.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:08 smithi194 ceph-mon[104785]: pgmap v18817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:08 smithi135 ceph-mon[93152]: pgmap v18817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:09.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:09.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:10.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:10.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:10 smithi194 ceph-mon[104785]: pgmap v18818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:10 smithi135 ceph-mon[93152]: pgmap v18818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:11.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:11.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:54:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:54:12.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:12.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:12 smithi135 ceph-mon[93152]: pgmap v18819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:12 smithi194 ceph-mon[104785]: pgmap v18819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:13.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:13.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:14.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:14.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:14.762 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:14 smithi135 ceph-mon[93152]: pgmap v18820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:14 smithi194 ceph-mon[104785]: pgmap v18820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:15.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:15.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:16.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:16.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:16 smithi135 ceph-mon[93152]: pgmap v18821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:54:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:16 smithi194 ceph-mon[104785]: pgmap v18821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:54:17.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:17.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:18.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:18.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:18 smithi135 ceph-mon[93152]: pgmap v18822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:18 smithi194 ceph-mon[104785]: pgmap v18822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:19.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:19.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:20.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:20.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:20 smithi194 ceph-mon[104785]: pgmap v18823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:20 smithi135 ceph-mon[93152]: pgmap v18823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:21.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:21.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:22.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:22.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:22 smithi135 ceph-mon[93152]: pgmap v18824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:22 smithi194 ceph-mon[104785]: pgmap v18824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:23.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:23.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:24.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:24.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:24 smithi135 ceph-mon[93152]: pgmap v18825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:24 smithi194 ceph-mon[104785]: pgmap v18825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:25.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:25.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:26.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:26.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:26 smithi135 ceph-mon[93152]: pgmap v18826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:54:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:54:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:26 smithi194 ceph-mon[104785]: pgmap v18826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:54:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:54:27.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:27.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:28.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:28.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:28 smithi135 ceph-mon[93152]: pgmap v18827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:28.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:28 smithi194 ceph-mon[104785]: pgmap v18827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:29.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:29.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:30.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:30.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:30 smithi135 ceph-mon[93152]: pgmap v18828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:30 smithi194 ceph-mon[104785]: pgmap v18828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:31.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:31.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:32.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:32.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:32 smithi135 ceph-mon[93152]: pgmap v18829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:32 smithi194 ceph-mon[104785]: pgmap v18829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:33.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:33.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:34.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:34.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:34 smithi135 ceph-mon[93152]: pgmap v18830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:34 smithi194 ceph-mon[104785]: pgmap v18830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:35.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:35.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:36.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:36.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:36 smithi135 ceph-mon[93152]: pgmap v18831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:54:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:36 smithi194 ceph-mon[104785]: pgmap v18831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:54:37.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:37.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:38.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:38.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:38 smithi135 ceph-mon[93152]: pgmap v18832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:38 smithi194 ceph-mon[104785]: pgmap v18832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:39.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:39.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:40.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:40.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:40 smithi194 ceph-mon[104785]: pgmap v18833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:40 smithi135 ceph-mon[93152]: pgmap v18833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:41.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:41.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:54:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:54:42.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:42.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:42 smithi194 ceph-mon[104785]: pgmap v18834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:42 smithi135 ceph-mon[93152]: pgmap v18834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:43.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:43.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:44.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:44.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:44 smithi194 ceph-mon[104785]: pgmap v18835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:44 smithi135 ceph-mon[93152]: pgmap v18835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:45.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:45.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:46.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:46.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:46 smithi194 ceph-mon[104785]: pgmap v18836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:54:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:46 smithi135 ceph-mon[93152]: pgmap v18836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:54:47.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:47.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:48.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:48.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:48.914 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:48 smithi135 ceph-mon[93152]: pgmap v18837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:48 smithi194 ceph-mon[104785]: pgmap v18837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:49.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:49.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:50.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:50.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:50 smithi194 ceph-mon[104785]: pgmap v18838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:50 smithi135 ceph-mon[93152]: pgmap v18838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:51.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:51.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:51.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:51 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:54:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:51 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:54:52.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:52.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:52 smithi194 ceph-mon[104785]: pgmap v18839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:54:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:54:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:54:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:54:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:54:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:52 smithi135 ceph-mon[93152]: pgmap v18839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:54:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:54:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:54:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:54:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:54:53.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:53.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:53 smithi194 ceph-mon[104785]: pgmap v18840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:53.963 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:53 smithi135 ceph-mon[93152]: pgmap v18840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:54.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:54.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:55.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:55.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:56.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:56.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:56 smithi194 ceph-mon[104785]: pgmap v18841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:54:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:54:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:56 smithi135 ceph-mon[93152]: pgmap v18841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:54:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:54:57.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:57.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:58.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:58.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:54:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:54:58 smithi194 ceph-mon[104785]: pgmap v18842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:54:58 smithi135 ceph-mon[93152]: pgmap v18842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:54:59.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:54:59.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:00.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:00.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:00 smithi194 ceph-mon[104785]: pgmap v18843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:00 smithi135 ceph-mon[93152]: pgmap v18843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:01.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:01.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:02.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:02.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:02 smithi194 ceph-mon[104785]: pgmap v18844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:02 smithi135 ceph-mon[93152]: pgmap v18844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:03.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:03.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:04.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:04.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:04 smithi194 ceph-mon[104785]: pgmap v18845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:04 smithi135 ceph-mon[93152]: pgmap v18845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:05.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:05.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:06.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:06.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:06 smithi194 ceph-mon[104785]: pgmap v18846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:55:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:06 smithi135 ceph-mon[93152]: pgmap v18846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:55:07.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:07.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:08.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:08.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:08 smithi135 ceph-mon[93152]: pgmap v18847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:08 smithi194 ceph-mon[104785]: pgmap v18847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:09.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:09.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:10.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:10.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:10 smithi135 ceph-mon[93152]: pgmap v18848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:10.942 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:10 smithi194 ceph-mon[104785]: pgmap v18848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:11.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:11.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:55:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:55:12.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:12.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:12 smithi135 ceph-mon[93152]: pgmap v18849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:12 smithi194 ceph-mon[104785]: pgmap v18849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:13.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:13.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:14.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:14.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:14 smithi135 ceph-mon[93152]: pgmap v18850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:14 smithi194 ceph-mon[104785]: pgmap v18850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:15.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:15.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:16.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:16.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:16 smithi135 ceph-mon[93152]: pgmap v18851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:55:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:16 smithi194 ceph-mon[104785]: pgmap v18851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:55:17.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:17.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:18.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:18.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:18 smithi135 ceph-mon[93152]: pgmap v18852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:18 smithi194 ceph-mon[104785]: pgmap v18852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:19.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:19.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:20.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:20.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:20 smithi135 ceph-mon[93152]: pgmap v18853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:20 smithi194 ceph-mon[104785]: pgmap v18853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:21.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:21.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:22.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:22.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:22 smithi135 ceph-mon[93152]: pgmap v18854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:22 smithi194 ceph-mon[104785]: pgmap v18854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:23.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:23.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:24.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:24.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:24 smithi135 ceph-mon[93152]: pgmap v18855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:24 smithi194 ceph-mon[104785]: pgmap v18855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:25.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:25.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:26.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:26.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:26 smithi135 ceph-mon[93152]: pgmap v18856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:55:26.814 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:55:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:26 smithi194 ceph-mon[104785]: pgmap v18856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:55:27.133 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:55:27.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:27.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:28.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:28.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:28 smithi135 ceph-mon[93152]: pgmap v18857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:28 smithi194 ceph-mon[104785]: pgmap v18857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:29.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:29.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:30.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:30.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:30 smithi135 ceph-mon[93152]: pgmap v18858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:30 smithi194 ceph-mon[104785]: pgmap v18858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:31.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:31.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:32.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:32.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:32 smithi135 ceph-mon[93152]: pgmap v18859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:32 smithi194 ceph-mon[104785]: pgmap v18859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:33.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:33.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:34.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:34.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:34 smithi135 ceph-mon[93152]: pgmap v18860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:34 smithi194 ceph-mon[104785]: pgmap v18860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:35.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:35.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:36.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:36.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:36 smithi194 ceph-mon[104785]: pgmap v18861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:55:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:36 smithi135 ceph-mon[93152]: pgmap v18861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:55:37.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:37.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:38.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:38.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:38 smithi194 ceph-mon[104785]: pgmap v18862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:38 smithi135 ceph-mon[93152]: pgmap v18862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:39.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:39.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:40.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:40.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:40 smithi194 ceph-mon[104785]: pgmap v18863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:40 smithi135 ceph-mon[93152]: pgmap v18863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:41.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:41.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:55:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:55:42.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:42.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:42 smithi194 ceph-mon[104785]: pgmap v18864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:42 smithi135 ceph-mon[93152]: pgmap v18864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:43.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:43.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:44.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:44.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:44 smithi135 ceph-mon[93152]: pgmap v18865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:44 smithi194 ceph-mon[104785]: pgmap v18865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:45.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:45.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:46 smithi194 ceph-mon[104785]: pgmap v18866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:55:46.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:46.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:46 smithi135 ceph-mon[93152]: pgmap v18866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:55:47.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:47.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:48.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:48.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:48 smithi194 ceph-mon[104785]: pgmap v18867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:48 smithi135 ceph-mon[93152]: pgmap v18867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:49.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:49.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:50.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:50.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:50 smithi194 ceph-mon[104785]: pgmap v18868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:50 smithi135 ceph-mon[93152]: pgmap v18868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:51.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:51.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:52.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:52.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:52 smithi194 ceph-mon[104785]: pgmap v18869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:55:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:52 smithi135 ceph-mon[93152]: pgmap v18869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:55:53.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:53.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:54.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:54.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:54 smithi194 ceph-mon[104785]: pgmap v18870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:54 smithi135 ceph-mon[93152]: pgmap v18870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:55.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:55.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:56 smithi194 ceph-mon[104785]: pgmap v18871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:55:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:55:56.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:56.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:56 smithi135 ceph-mon[93152]: pgmap v18871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:55:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:55:57.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:57.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:55:57 smithi194 ceph-mon[104785]: pgmap v18872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:55:57 smithi135 ceph-mon[93152]: pgmap v18872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:55:58.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:58.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:55:59.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:55:59.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:00 smithi135 ceph-mon[93152]: pgmap v18873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:56:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:56:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:56:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:56:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:56:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:56:00.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:56:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:00 smithi194 ceph-mon[104785]: pgmap v18873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:56:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:56:00.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:56:00.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:56:00.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:56:00.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:56:00.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:56:00.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:00.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:01.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:01.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:02 smithi135 ceph-mon[93152]: pgmap v18874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:02 smithi194 ceph-mon[104785]: pgmap v18874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:02.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:02.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:03.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:03.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:04 smithi135 ceph-mon[93152]: pgmap v18875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:04 smithi194 ceph-mon[104785]: pgmap v18875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:04.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:04.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:05.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:05.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:06 smithi194 ceph-mon[104785]: pgmap v18876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:56:06.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:06.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:06 smithi135 ceph-mon[93152]: pgmap v18876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:56:07.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:07.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:08.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:08.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:08 smithi135 ceph-mon[93152]: pgmap v18877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:08 smithi194 ceph-mon[104785]: pgmap v18877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:09.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:09.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:10.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:10.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:10 smithi135 ceph-mon[93152]: pgmap v18878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:10 smithi194 ceph-mon[104785]: pgmap v18878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:11.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:11.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:11.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:56:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:56:12.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:12.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:12.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:12 smithi135 ceph-mon[93152]: pgmap v18879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:12 smithi194 ceph-mon[104785]: pgmap v18879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:13.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:13.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:14.748 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:14 smithi135 ceph-mon[93152]: pgmap v18880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:14.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:14.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:14 smithi194 ceph-mon[104785]: pgmap v18880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:15.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:15.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:16.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:16.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:16 smithi135 ceph-mon[93152]: pgmap v18881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:56:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:16 smithi194 ceph-mon[104785]: pgmap v18881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:56:17.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:17.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:18 smithi135 ceph-mon[93152]: pgmap v18882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:18.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:18.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:18 smithi194 ceph-mon[104785]: pgmap v18882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:19.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:19.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:20 smithi135 ceph-mon[93152]: pgmap v18883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:20.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:20.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:20 smithi194 ceph-mon[104785]: pgmap v18883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:21.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:21.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:22 smithi135 ceph-mon[93152]: pgmap v18884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:22.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:22.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:22 smithi194 ceph-mon[104785]: pgmap v18884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:23.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:23.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:24 smithi135 ceph-mon[93152]: pgmap v18885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:24.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:24.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:24 smithi194 ceph-mon[104785]: pgmap v18885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:25.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:25.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:26 smithi135 ceph-mon[93152]: pgmap v18886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:56:26.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:56:26.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:26.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:26 smithi194 ceph-mon[104785]: pgmap v18886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:56:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:56:27.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:27.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:28 smithi135 ceph-mon[93152]: pgmap v18887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:28.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:28.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:28 smithi194 ceph-mon[104785]: pgmap v18887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:29.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:29.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:30.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:30 smithi135 ceph-mon[93152]: pgmap v18888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:30.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:30.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:30 smithi194 ceph-mon[104785]: pgmap v18888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:31.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:31.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:32 smithi135 ceph-mon[93152]: pgmap v18889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:32.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:32.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:32 smithi194 ceph-mon[104785]: pgmap v18889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:33.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:33.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:34.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:34.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:34.944 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:34 smithi135 ceph-mon[93152]: pgmap v18890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:35.045 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:34 smithi194 ceph-mon[104785]: pgmap v18890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:35.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:35.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:36.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:36.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:36.884 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:36 smithi194 ceph-mon[104785]: pgmap v18891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:56:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:36 smithi135 ceph-mon[93152]: pgmap v18891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:56:37.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:37.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:38.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:39.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:39.205 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:38 smithi194 ceph-mon[104785]: pgmap v18892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:39.205 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:38 smithi135 ceph-mon[93152]: pgmap v18892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:39.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:39.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:40.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:40.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:40 smithi194 ceph-mon[104785]: pgmap v18893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:40 smithi135 ceph-mon[93152]: pgmap v18893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:41.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:41.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:41.886 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:56:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:56:42.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:42.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:42 smithi194 ceph-mon[104785]: pgmap v18894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:42 smithi135 ceph-mon[93152]: pgmap v18894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:43.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:43.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:44.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:45.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:45.105 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:44 smithi194 ceph-mon[104785]: pgmap v18895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:45.105 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:44 smithi135 ceph-mon[93152]: pgmap v18895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:45.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:45.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:46.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:46.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:46.938 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:46 smithi194 ceph-mon[104785]: pgmap v18896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:56:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:46 smithi135 ceph-mon[93152]: pgmap v18896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:56:47.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:47.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:48.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:48.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:48 smithi194 ceph-mon[104785]: pgmap v18897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:48 smithi135 ceph-mon[93152]: pgmap v18897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:49.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:49.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:50.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:50.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:50 smithi194 ceph-mon[104785]: pgmap v18898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:50 smithi135 ceph-mon[93152]: pgmap v18898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:51.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:51.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:52.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:52.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:52 smithi194 ceph-mon[104785]: pgmap v18899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:52 smithi135 ceph-mon[93152]: pgmap v18899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:53.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:53.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:54.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:54.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:54 smithi194 ceph-mon[104785]: pgmap v18900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:55.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:54 smithi135 ceph-mon[93152]: pgmap v18900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:55.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:55.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:56.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:56.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:56 smithi194 ceph-mon[104785]: pgmap v18901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:56:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:56:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:56 smithi135 ceph-mon[93152]: pgmap v18901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:56:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:56:57.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:57.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:58.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:58.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:56:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:56:58 smithi194 ceph-mon[104785]: pgmap v18902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:56:58 smithi135 ceph-mon[93152]: pgmap v18902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:56:59.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:56:59.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:00.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:00.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:00 smithi194 ceph-mon[104785]: pgmap v18903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:57:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:57:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:00 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:57:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:00 smithi135 ceph-mon[93152]: pgmap v18903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:57:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:57:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:00 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:57:01.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:01.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:57:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:57:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:57:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:57:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:57:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:57:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:57:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:57:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:57:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:57:02.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:02.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:02 smithi194 ceph-mon[104785]: pgmap v18904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:02 smithi135 ceph-mon[93152]: pgmap v18904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:03.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:03.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:03 smithi194 ceph-mon[104785]: pgmap v18905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:03 smithi135 ceph-mon[93152]: pgmap v18905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:04.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:04.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:05.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:05.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:06 smithi135 ceph-mon[93152]: pgmap v18906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:57:06.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:06.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:06 smithi194 ceph-mon[104785]: pgmap v18906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:57:07.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:07.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:08 smithi135 ceph-mon[93152]: pgmap v18907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:08.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:08.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:08 smithi194 ceph-mon[104785]: pgmap v18907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:09.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:09.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:10 smithi135 ceph-mon[93152]: pgmap v18908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:10.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:10.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:10 smithi194 ceph-mon[104785]: pgmap v18908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:57:11.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:11.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:57:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:12 smithi135 ceph-mon[93152]: pgmap v18909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:12.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:12.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:12 smithi194 ceph-mon[104785]: pgmap v18909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:13.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:13.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:14 smithi135 ceph-mon[93152]: pgmap v18910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:14.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:14.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:14 smithi194 ceph-mon[104785]: pgmap v18910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:15.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:15.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:16 smithi135 ceph-mon[93152]: pgmap v18911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:57:16.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:16.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:16 smithi194 ceph-mon[104785]: pgmap v18911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:57:17.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:17.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:18 smithi135 ceph-mon[93152]: pgmap v18912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:18.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:18.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:18 smithi194 ceph-mon[104785]: pgmap v18912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:19.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:19.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:20 smithi135 ceph-mon[93152]: pgmap v18913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:20.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:20.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:20 smithi194 ceph-mon[104785]: pgmap v18913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:21.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:21.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:22 smithi194 ceph-mon[104785]: pgmap v18914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:22 smithi135 ceph-mon[93152]: pgmap v18914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:22.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:22.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:23.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:23.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:24 smithi135 ceph-mon[93152]: pgmap v18915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:24.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:24.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:24 smithi194 ceph-mon[104785]: pgmap v18915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:25.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:25.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:26.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:26.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:26 smithi194 ceph-mon[104785]: pgmap v18916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:57:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:57:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:26 smithi135 ceph-mon[93152]: pgmap v18916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:57:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:57:27.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:27.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:28.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:29.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:29.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:28 smithi194 ceph-mon[104785]: pgmap v18917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:29.311 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:28 smithi135 ceph-mon[93152]: pgmap v18917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:29.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:30.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:30 smithi135 ceph-mon[93152]: pgmap v18918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:32.088 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:30 smithi194 ceph-mon[104785]: pgmap v18918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:32.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:32.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:32.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:32.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:32 smithi194 ceph-mon[104785]: pgmap v18919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:32.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:32.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:32 smithi135 ceph-mon[93152]: pgmap v18919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:33.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:33.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:34.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:34.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:34 smithi194 ceph-mon[104785]: pgmap v18920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:35.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:34 smithi135 ceph-mon[93152]: pgmap v18920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:35.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:35.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:36.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:36.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:36 smithi194 ceph-mon[104785]: pgmap v18921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:57:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:36 smithi135 ceph-mon[93152]: pgmap v18921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:57:37.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:37.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:38.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:38.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:38 smithi194 ceph-mon[104785]: pgmap v18922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:38 smithi135 ceph-mon[93152]: pgmap v18922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:39.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:39.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:40.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:40.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:40 smithi194 ceph-mon[104785]: pgmap v18923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:40 smithi135 ceph-mon[93152]: pgmap v18923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:41.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:41.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:57:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:57:42.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:42.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:42 smithi194 ceph-mon[104785]: pgmap v18924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:43.123 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:42 smithi135 ceph-mon[93152]: pgmap v18924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:43.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:43.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:44.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:44.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:44 smithi194 ceph-mon[104785]: pgmap v18925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:44 smithi135 ceph-mon[93152]: pgmap v18925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:45.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:45.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:46.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:46.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:46.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:46 smithi194 ceph-mon[104785]: pgmap v18926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:57:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:46 smithi135 ceph-mon[93152]: pgmap v18926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:57:47.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:47.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:48.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:49.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:49.088 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:48 smithi194 ceph-mon[104785]: pgmap v18927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:49.088 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:48 smithi135 ceph-mon[93152]: pgmap v18927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:49.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:49.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:50.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:50.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:50 smithi194 ceph-mon[104785]: pgmap v18928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:50 smithi135 ceph-mon[93152]: pgmap v18928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:51.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:51.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:52.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:53.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:53.243 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:52 smithi194 ceph-mon[104785]: pgmap v18929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:53.243 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:52 smithi135 ceph-mon[93152]: pgmap v18929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:53.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:53.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:53 smithi194 ceph-mon[104785]: pgmap v18930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:53 smithi135 ceph-mon[93152]: pgmap v18930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:54.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:54.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:55.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:55.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:56 smithi135 ceph-mon[93152]: pgmap v18931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:57:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:57:56.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:56.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:56 smithi194 ceph-mon[104785]: pgmap v18931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:57:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:57:57.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:57.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:57:58 smithi135 ceph-mon[93152]: pgmap v18932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:58.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:58.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:57:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:57:58 smithi194 ceph-mon[104785]: pgmap v18932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:57:59.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:57:59.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:00 smithi135 ceph-mon[93152]: pgmap v18933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:00.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:00.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:00 smithi194 ceph-mon[104785]: pgmap v18933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:58:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:58:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:58:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:58:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:58:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:58:01.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:01.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:58:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:58:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:58:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:58:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:58:01.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:58:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:02 smithi135 ceph-mon[93152]: pgmap v18934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:02.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:02.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:02 smithi194 ceph-mon[104785]: pgmap v18934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:03.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:03.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:04.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:04.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:04.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:04 smithi194 ceph-mon[104785]: pgmap v18935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:04 smithi135 ceph-mon[93152]: pgmap v18935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:05.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:05.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:06.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:06.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:06 smithi194 ceph-mon[104785]: pgmap v18936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:58:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:06 smithi135 ceph-mon[93152]: pgmap v18936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:58:07.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:07.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:08.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:08.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:08 smithi194 ceph-mon[104785]: pgmap v18937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:08 smithi135 ceph-mon[93152]: pgmap v18937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:09.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:09.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:10.882 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:10 smithi135 ceph-mon[93152]: pgmap v18938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:10.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:10.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:10 smithi194 ceph-mon[104785]: pgmap v18938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:11.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:11.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:58:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:58:12.832 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:12 smithi194 ceph-mon[104785]: pgmap v18939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:12.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:12.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:12 smithi135 ceph-mon[93152]: pgmap v18939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:13.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:13.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:14.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:14.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:14 smithi194 ceph-mon[104785]: pgmap v18940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:14 smithi135 ceph-mon[93152]: pgmap v18940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:15.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:15.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:16.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:16.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:16 smithi194 ceph-mon[104785]: pgmap v18941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:58:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:16 smithi135 ceph-mon[93152]: pgmap v18941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:58:17.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:17.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:18.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:18.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:18 smithi194 ceph-mon[104785]: pgmap v18942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:18 smithi135 ceph-mon[93152]: pgmap v18942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:19.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:19.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:20 smithi194 ceph-mon[104785]: pgmap v18943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:20.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:20.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:20.979 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:20 smithi135 ceph-mon[93152]: pgmap v18943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:21.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:21.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:22.938 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:22 smithi194 ceph-mon[104785]: pgmap v18944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:22.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:22.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:22 smithi135 ceph-mon[93152]: pgmap v18944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:23.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:23.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:24 smithi194 ceph-mon[104785]: pgmap v18945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:24.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:24.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:24 smithi135 ceph-mon[93152]: pgmap v18945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:25.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:25.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:26 smithi194 ceph-mon[104785]: pgmap v18946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:58:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:58:26.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:26.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:26 smithi135 ceph-mon[93152]: pgmap v18946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:58:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:58:27.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:27.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:28 smithi194 ceph-mon[104785]: pgmap v18947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:28.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:28.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:28 smithi135 ceph-mon[93152]: pgmap v18947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:29.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:29.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:30 smithi194 ceph-mon[104785]: pgmap v18948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:30.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:30.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:30 smithi135 ceph-mon[93152]: pgmap v18948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:31.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:31.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:32 smithi194 ceph-mon[104785]: pgmap v18949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:32.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:32.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:32 smithi135 ceph-mon[93152]: pgmap v18949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:33.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:33.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:34 smithi194 ceph-mon[104785]: pgmap v18950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:34.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:34.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:34 smithi135 ceph-mon[93152]: pgmap v18950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:35.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:35.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:36 smithi194 ceph-mon[104785]: pgmap v18951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:58:36.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:36.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:36 smithi135 ceph-mon[93152]: pgmap v18951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:58:37.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:37.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:38 smithi194 ceph-mon[104785]: pgmap v18952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:38.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:38.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:38 smithi135 ceph-mon[93152]: pgmap v18952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:39.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:39.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:40 smithi135 ceph-mon[93152]: pgmap v18953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:40 smithi194 ceph-mon[104785]: pgmap v18953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:40.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:40.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:58:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:58:41.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:41.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:42 smithi135 ceph-mon[93152]: pgmap v18954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:42 smithi194 ceph-mon[104785]: pgmap v18954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:42.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:42.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:44.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:44.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:44 smithi135 ceph-mon[93152]: pgmap v18955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:44 smithi194 ceph-mon[104785]: pgmap v18955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:45.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:45.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:46.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:46.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:46 smithi135 ceph-mon[93152]: pgmap v18956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:58:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:46 smithi194 ceph-mon[104785]: pgmap v18956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:58:47.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:47.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:48.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:48.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:48 smithi135 ceph-mon[93152]: pgmap v18957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:48 smithi194 ceph-mon[104785]: pgmap v18957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:49.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:49.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:50.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:50.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:50 smithi194 ceph-mon[104785]: pgmap v18958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:50 smithi135 ceph-mon[93152]: pgmap v18958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:51.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:51.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:52.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:52.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:52 smithi194 ceph-mon[104785]: pgmap v18959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:52 smithi135 ceph-mon[93152]: pgmap v18959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:53.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:53.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:54.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:54.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:54 smithi194 ceph-mon[104785]: pgmap v18960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:54 smithi135 ceph-mon[93152]: pgmap v18960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:55.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:55.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:56.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:56.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:56 smithi135 ceph-mon[93152]: pgmap v18961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:58:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:58:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:56 smithi194 ceph-mon[104785]: pgmap v18961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:58:56.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:58:57.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:57.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:58.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:58.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:58:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:58:58 smithi194 ceph-mon[104785]: pgmap v18962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:58:58 smithi135 ceph-mon[93152]: pgmap v18962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:58:59.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:58:59.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:00.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:00.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:00 smithi194 ceph-mon[104785]: pgmap v18963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:00 smithi135 ceph-mon[93152]: pgmap v18963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:01.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:01.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:59:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T14:59:02.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:02.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:02 smithi194 ceph-mon[104785]: pgmap v18964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:59:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:59:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:59:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:59:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:59:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:59:02.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:59:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:02 smithi135 ceph-mon[93152]: pgmap v18964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:59:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:59:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T14:59:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T14:59:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:59:03.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T14:59:03.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T14:59:03.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:03.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:04.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:04.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:04 smithi194 ceph-mon[104785]: pgmap v18965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:04 smithi135 ceph-mon[93152]: pgmap v18965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:05.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:05.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:06.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:06.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:06 smithi135 ceph-mon[93152]: pgmap v18966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:59:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:06 smithi194 ceph-mon[104785]: pgmap v18966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:59:07.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:07.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:08.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:08.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:08 smithi194 ceph-mon[104785]: pgmap v18967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:08 smithi135 ceph-mon[93152]: pgmap v18967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:09.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:09.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:10.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:10.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:10 smithi194 ceph-mon[104785]: pgmap v18968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:10 smithi135 ceph-mon[93152]: pgmap v18968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:11.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:11.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:59:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:59:12.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:12.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:12 smithi194 ceph-mon[104785]: pgmap v18969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:12 smithi135 ceph-mon[93152]: pgmap v18969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:13.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:13.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:14.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:14.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:14 smithi194 ceph-mon[104785]: pgmap v18970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:14 smithi135 ceph-mon[93152]: pgmap v18970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:15.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:15.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:16.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:16.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:16 smithi194 ceph-mon[104785]: pgmap v18971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:59:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:16 smithi135 ceph-mon[93152]: pgmap v18971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:59:17.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:17.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:18.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:18.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:18 smithi194 ceph-mon[104785]: pgmap v18972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:18 smithi135 ceph-mon[93152]: pgmap v18972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:19.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:19.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:20.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:20.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:20 smithi194 ceph-mon[104785]: pgmap v18973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:20 smithi135 ceph-mon[93152]: pgmap v18973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:21.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:21.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:22.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:22.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:22 smithi194 ceph-mon[104785]: pgmap v18974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:22 smithi135 ceph-mon[93152]: pgmap v18974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:23.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:23.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:24.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:24.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:24 smithi194 ceph-mon[104785]: pgmap v18975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:24 smithi135 ceph-mon[93152]: pgmap v18975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:25.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:25.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:26.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:26.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:26 smithi194 ceph-mon[104785]: pgmap v18976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:59:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:59:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:26 smithi135 ceph-mon[93152]: pgmap v18976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:59:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:59:27.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:27.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:27 smithi194 ceph-mon[104785]: pgmap v18977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:27 smithi135 ceph-mon[93152]: pgmap v18977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:28.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:28.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:29.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:29.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:30.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:30.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:30 smithi135 ceph-mon[93152]: pgmap v18978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:30 smithi194 ceph-mon[104785]: pgmap v18978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:31.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:31.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:32.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:32.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:32 smithi135 ceph-mon[93152]: pgmap v18979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:32 smithi194 ceph-mon[104785]: pgmap v18979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:33.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:33.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:34.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:34.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:34 smithi135 ceph-mon[93152]: pgmap v18980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:34 smithi194 ceph-mon[104785]: pgmap v18980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:35.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:35.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:36.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:36.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:36 smithi194 ceph-mon[104785]: pgmap v18981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:59:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:36 smithi135 ceph-mon[93152]: pgmap v18981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:59:37.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:37.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:38.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:38.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:38 smithi194 ceph-mon[104785]: pgmap v18982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:38 smithi135 ceph-mon[93152]: pgmap v18982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:39.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:39.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:40.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:40.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:40 smithi194 ceph-mon[104785]: pgmap v18983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:40 smithi135 ceph-mon[93152]: pgmap v18983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:41.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:41.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:59:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:59:42.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:42.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:42 smithi194 ceph-mon[104785]: pgmap v18984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:42 smithi135 ceph-mon[93152]: pgmap v18984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:43.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:43.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:44.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:44.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:44 smithi194 ceph-mon[104785]: pgmap v18985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:44 smithi135 ceph-mon[93152]: pgmap v18985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:45.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:45.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:46.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:46.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:46.816 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:46 smithi135 ceph-mon[93152]: pgmap v18986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:59:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:46 smithi194 ceph-mon[104785]: pgmap v18986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:59:47.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:47.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:48.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:48.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:48.830 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:48 smithi194 ceph-mon[104785]: pgmap v18987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:48 smithi135 ceph-mon[93152]: pgmap v18987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:49.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:49.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:50.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:50.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:50 smithi194 ceph-mon[104785]: pgmap v18988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:50 smithi135 ceph-mon[93152]: pgmap v18988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:51.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:51.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:52.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:52.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:52 smithi194 ceph-mon[104785]: pgmap v18989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:52 smithi135 ceph-mon[93152]: pgmap v18989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:53.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:53.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:54.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:54.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:54 smithi194 ceph-mon[104785]: pgmap v18990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:54 smithi135 ceph-mon[93152]: pgmap v18990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:55.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:55.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:56.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:56.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:56.914 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:56 smithi135 ceph-mon[93152]: pgmap v18991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:59:56.914 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:59:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:56 smithi194 ceph-mon[104785]: pgmap v18991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T14:59:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T14:59:57.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:57.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:58.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:58.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T14:59:58.934 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 14:59:58 smithi194 ceph-mon[104785]: pgmap v18992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 14:59:58 smithi135 ceph-mon[93152]: pgmap v18992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T14:59:59.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T14:59:59.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:00.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:00.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:00 smithi194 ceph-mon[104785]: pgmap v18993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T15:00:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:00 smithi135 ceph-mon[93152]: pgmap v18993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T15:00:01.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:01.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:02.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:02.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:02 smithi194 ceph-mon[104785]: pgmap v18994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:00:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:02 smithi135 ceph-mon[93152]: pgmap v18994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:00:03.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:03.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:00:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:00:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:00:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:00:03.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:00:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:00:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:00:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:00:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:00:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:00:04.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:04.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:04 smithi194 ceph-mon[104785]: pgmap v18995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:04 smithi135 ceph-mon[93152]: pgmap v18995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:05.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:05.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:06.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:06.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:06 smithi194 ceph-mon[104785]: pgmap v18996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:00:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:06 smithi135 ceph-mon[93152]: pgmap v18996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:00:07.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:07.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:08.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:08.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:08 smithi194 ceph-mon[104785]: pgmap v18997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:08 smithi135 ceph-mon[93152]: pgmap v18997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:09.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:09.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:10.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:10.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:10 smithi194 ceph-mon[104785]: pgmap v18998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:10 smithi135 ceph-mon[93152]: pgmap v18998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:11.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:11.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:00:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:00:12.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:12.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:12 smithi194 ceph-mon[104785]: pgmap v18999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:12 smithi135 ceph-mon[93152]: pgmap v18999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:13.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:13.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:13 smithi194 ceph-mon[104785]: pgmap v19000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:13 smithi135 ceph-mon[93152]: pgmap v19000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:14.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:14.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:15.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:15.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:16.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:16.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:16 smithi194 ceph-mon[104785]: pgmap v19001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:00:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:16 smithi135 ceph-mon[93152]: pgmap v19001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:00:17.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:17.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:18.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:18.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:18 smithi194 ceph-mon[104785]: pgmap v19002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:18 smithi135 ceph-mon[93152]: pgmap v19002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:19.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:19.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:20.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:20.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:20 smithi194 ceph-mon[104785]: pgmap v19003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:20 smithi135 ceph-mon[93152]: pgmap v19003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:21.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:21.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:22.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:22.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:22 smithi194 ceph-mon[104785]: pgmap v19004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:22 smithi135 ceph-mon[93152]: pgmap v19004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:23.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:23.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:24.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:24.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:24 smithi194 ceph-mon[104785]: pgmap v19005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:24 smithi135 ceph-mon[93152]: pgmap v19005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:25.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:25.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:26.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:26.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:26 smithi194 ceph-mon[104785]: pgmap v19006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:00:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:00:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:26 smithi135 ceph-mon[93152]: pgmap v19006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:00:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:00:27.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:27.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:28.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:28.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:28 smithi194 ceph-mon[104785]: pgmap v19007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:28 smithi135 ceph-mon[93152]: pgmap v19007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:29.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:29.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:30.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:30.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:30 smithi194 ceph-mon[104785]: pgmap v19008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:31.105 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:30 smithi135 ceph-mon[93152]: pgmap v19008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:31.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:31.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:32.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:32.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:32 smithi194 ceph-mon[104785]: pgmap v19009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:32 smithi135 ceph-mon[93152]: pgmap v19009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:33.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:33.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:34.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:34.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:34 smithi194 ceph-mon[104785]: pgmap v19010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:34 smithi135 ceph-mon[93152]: pgmap v19010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:35.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:35.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:36.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:36.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:36 smithi194 ceph-mon[104785]: pgmap v19011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:00:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:36 smithi135 ceph-mon[93152]: pgmap v19011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:00:37.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:37.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:38.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:38.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:38 smithi194 ceph-mon[104785]: pgmap v19012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:38 smithi135 ceph-mon[93152]: pgmap v19012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:39.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:39.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:40.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:40.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:40 smithi194 ceph-mon[104785]: pgmap v19013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:40 smithi135 ceph-mon[93152]: pgmap v19013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:41.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:41.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:00:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:00:42.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:42.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:42 smithi135 ceph-mon[93152]: pgmap v19014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:42 smithi194 ceph-mon[104785]: pgmap v19014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:43.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:43.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:44.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:44.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:44 smithi194 ceph-mon[104785]: pgmap v19015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:44 smithi135 ceph-mon[93152]: pgmap v19015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:45.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:45.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:46.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:46.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:46 smithi194 ceph-mon[104785]: pgmap v19016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:00:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:46 smithi135 ceph-mon[93152]: pgmap v19016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:00:47.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:47.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:48.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:48.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:48 smithi194 ceph-mon[104785]: pgmap v19017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:48 smithi135 ceph-mon[93152]: pgmap v19017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:49.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:49.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:50.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:50.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:50 smithi194 ceph-mon[104785]: pgmap v19018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:50 smithi135 ceph-mon[93152]: pgmap v19018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:51.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:51.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:52.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:52.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:52 smithi135 ceph-mon[93152]: pgmap v19019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:52 smithi194 ceph-mon[104785]: pgmap v19019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:53.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:53.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:54.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:54.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:54 smithi194 ceph-mon[104785]: pgmap v19020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:54 smithi135 ceph-mon[93152]: pgmap v19020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:55.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:55.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:56.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:56.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:56 smithi194 ceph-mon[104785]: pgmap v19021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:00:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:00:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:56 smithi135 ceph-mon[93152]: pgmap v19021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:00:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:00:57.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:57.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:58.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:58.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:00:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:00:58 smithi194 ceph-mon[104785]: pgmap v19022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:00:58 smithi135 ceph-mon[93152]: pgmap v19022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:00:59.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:00:59.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:00.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:00.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:00 smithi194 ceph-mon[104785]: pgmap v19023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:00 smithi135 ceph-mon[93152]: pgmap v19023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:01.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:01.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:02.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:02.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:02 smithi194 ceph-mon[104785]: pgmap v19024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:02 smithi135 ceph-mon[93152]: pgmap v19024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:03.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:03.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:01:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:01:04.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:04.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:04 smithi194 ceph-mon[104785]: pgmap v19025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:01:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:01:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:01:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:01:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:01:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:01:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:01:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:01:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:01:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:01:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:04 smithi135 ceph-mon[93152]: pgmap v19025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:01:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:01:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:01:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:01:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:01:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:01:05.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:01:05.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:01:05.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:01:05.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:01:05.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:05.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:05 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1385M 2023-10-08T15:01:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:05 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1385M 2023-10-08T15:01:06.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:06.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:06 smithi194 ceph-mon[104785]: pgmap v19026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:01:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:06 smithi135 ceph-mon[93152]: pgmap v19026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:01:07.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:07.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:08.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:08.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:08 smithi194 ceph-mon[104785]: pgmap v19027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:08 smithi135 ceph-mon[93152]: pgmap v19027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:09.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:09.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:10.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:10.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:10 smithi194 ceph-mon[104785]: pgmap v19028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:10 smithi135 ceph-mon[93152]: pgmap v19028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:11.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:11.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:01:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:01:12.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:12.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:12 smithi194 ceph-mon[104785]: pgmap v19029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:12 smithi135 ceph-mon[93152]: pgmap v19029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:13.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:13.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:14.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:14.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:14 smithi194 ceph-mon[104785]: pgmap v19030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:14 smithi135 ceph-mon[93152]: pgmap v19030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:15.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:15.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:16.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:16.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:16 smithi194 ceph-mon[104785]: pgmap v19031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:01:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:16 smithi135 ceph-mon[93152]: pgmap v19031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:01:17.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:17.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:18.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:18.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:18 smithi194 ceph-mon[104785]: pgmap v19032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:18 smithi135 ceph-mon[93152]: pgmap v19032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:19.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:19.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:20.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:20.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:20 smithi194 ceph-mon[104785]: pgmap v19033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:20 smithi135 ceph-mon[93152]: pgmap v19033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:21.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:21.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:22.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:22.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:22 smithi194 ceph-mon[104785]: pgmap v19034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:22 smithi135 ceph-mon[93152]: pgmap v19034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:23.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:23.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:24.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:24.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:24.834 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:24 smithi194 ceph-mon[104785]: pgmap v19035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:24 smithi135 ceph-mon[93152]: pgmap v19035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:25.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:25.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:26.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:26.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:26 smithi194 ceph-mon[104785]: pgmap v19036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:01:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:01:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:26 smithi135 ceph-mon[93152]: pgmap v19036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:01:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:01:27.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:27.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:28.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:28.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:28 smithi194 ceph-mon[104785]: pgmap v19037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:28 smithi135 ceph-mon[93152]: pgmap v19037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:29.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:29.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:30.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:30.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:30 smithi194 ceph-mon[104785]: pgmap v19038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:30 smithi135 ceph-mon[93152]: pgmap v19038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:31.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:31.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:32.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:32.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:32.852 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:32 smithi135 ceph-mon[93152]: pgmap v19039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:32 smithi194 ceph-mon[104785]: pgmap v19039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:33.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:33.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:34.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:34.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:34.940 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:34 smithi194 ceph-mon[104785]: pgmap v19040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:34 smithi135 ceph-mon[93152]: pgmap v19040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:35.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:35.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:36.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:36.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:36 smithi194 ceph-mon[104785]: pgmap v19041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:01:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:36 smithi135 ceph-mon[93152]: pgmap v19041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:01:37.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:37.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:37.901 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:37 smithi135 ceph-mon[93152]: pgmap v19042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:37.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:37 smithi194 ceph-mon[104785]: pgmap v19042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:38.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:38.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:39.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:39.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:40.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:40.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:40 smithi194 ceph-mon[104785]: pgmap v19043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:40 smithi135 ceph-mon[93152]: pgmap v19043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:41.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:41.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:01:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:01:42.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:42.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:42.951 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:42 smithi135 ceph-mon[93152]: pgmap v19044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:42 smithi194 ceph-mon[104785]: pgmap v19044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:43.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:43.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:44.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:44.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:44 smithi194 ceph-mon[104785]: pgmap v19045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:44 smithi135 ceph-mon[93152]: pgmap v19045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:45.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:45.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:46.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:46.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:46 smithi194 ceph-mon[104785]: pgmap v19046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:01:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:46 smithi135 ceph-mon[93152]: pgmap v19046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:01:47.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:47.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:48.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:48.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:48 smithi194 ceph-mon[104785]: pgmap v19047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:48 smithi135 ceph-mon[93152]: pgmap v19047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:49.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:49.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:50.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:50.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:50 smithi194 ceph-mon[104785]: pgmap v19048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:50 smithi135 ceph-mon[93152]: pgmap v19048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:51.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:51.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:52.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:52.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:52 smithi194 ceph-mon[104785]: pgmap v19049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:52 smithi135 ceph-mon[93152]: pgmap v19049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:53.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:53.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:54.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:54.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:54 smithi194 ceph-mon[104785]: pgmap v19050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:54 smithi135 ceph-mon[93152]: pgmap v19050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:55.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:55.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:56.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:56.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:56 smithi194 ceph-mon[104785]: pgmap v19051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:01:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:01:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:56 smithi135 ceph-mon[93152]: pgmap v19051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:01:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:01:57.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:57.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:58.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:58.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:01:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:01:58 smithi194 ceph-mon[104785]: pgmap v19052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:01:58 smithi135 ceph-mon[93152]: pgmap v19052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:01:59.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:01:59.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:00.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:00.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:00 smithi194 ceph-mon[104785]: pgmap v19053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:00 smithi135 ceph-mon[93152]: pgmap v19053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:01.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:01.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:02.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:02.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:02 smithi194 ceph-mon[104785]: pgmap v19054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:02 smithi135 ceph-mon[93152]: pgmap v19054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:03.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:03.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:04.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:04.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:04 smithi194 ceph-mon[104785]: pgmap v19055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:02:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:02:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:02:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:02:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:02:04.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:02:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:04 smithi135 ceph-mon[93152]: pgmap v19055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:02:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:02:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:02:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:02:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:02:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:02:05.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:05.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:06.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:06.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:06 smithi194 ceph-mon[104785]: pgmap v19056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:02:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:06 smithi135 ceph-mon[93152]: pgmap v19056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:02:07.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:07.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:08.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:08.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:08 smithi194 ceph-mon[104785]: pgmap v19057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:08 smithi135 ceph-mon[93152]: pgmap v19057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:09.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:09.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:10.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:10.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:10 smithi194 ceph-mon[104785]: pgmap v19058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:10 smithi135 ceph-mon[93152]: pgmap v19058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:11.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:11.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:02:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:02:12.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:12.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:12 smithi194 ceph-mon[104785]: pgmap v19059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:12 smithi135 ceph-mon[93152]: pgmap v19059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:13.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:13.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:14.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:14.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:14 smithi194 ceph-mon[104785]: pgmap v19060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:14 smithi135 ceph-mon[93152]: pgmap v19060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:15.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:15.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:16.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:16.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:16 smithi194 ceph-mon[104785]: pgmap v19061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:02:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:16 smithi135 ceph-mon[93152]: pgmap v19061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:02:17.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:17.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:18.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:18.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:18 smithi194 ceph-mon[104785]: pgmap v19062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:18 smithi135 ceph-mon[93152]: pgmap v19062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:19.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:19.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:20.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:20.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:20 smithi194 ceph-mon[104785]: pgmap v19063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:20 smithi135 ceph-mon[93152]: pgmap v19063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:21.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:21.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:21 smithi194 ceph-mon[104785]: pgmap v19064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:21 smithi135 ceph-mon[93152]: pgmap v19064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:22.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:22.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:23.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:23.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:24.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:23 smithi194 ceph-mon[104785]: pgmap v19065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:24.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:23 smithi135 ceph-mon[93152]: pgmap v19065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:24.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:24.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:25.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:25.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:26.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:26.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:26 smithi194 ceph-mon[104785]: pgmap v19066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:02:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:02:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:26 smithi135 ceph-mon[93152]: pgmap v19066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:02:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:02:27.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:27.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:28.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:28.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:28 smithi135 ceph-mon[93152]: pgmap v19067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:28 smithi194 ceph-mon[104785]: pgmap v19067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:29.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:29.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:30.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:30.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:30 smithi194 ceph-mon[104785]: pgmap v19068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:30 smithi135 ceph-mon[93152]: pgmap v19068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:31.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:31.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:32.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:32.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:32 smithi194 ceph-mon[104785]: pgmap v19069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:32 smithi135 ceph-mon[93152]: pgmap v19069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:33.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:33.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:34.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:34.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:34 smithi194 ceph-mon[104785]: pgmap v19070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:34 smithi135 ceph-mon[93152]: pgmap v19070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:35.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:35.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:36.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:36.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:36 smithi194 ceph-mon[104785]: pgmap v19071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:02:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:36 smithi135 ceph-mon[93152]: pgmap v19071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:02:37.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:37.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:38.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:38.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:38 smithi135 ceph-mon[93152]: pgmap v19072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:38.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:38 smithi194 ceph-mon[104785]: pgmap v19072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:39.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:39.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:40.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:40.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:40 smithi194 ceph-mon[104785]: pgmap v19073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:40 smithi135 ceph-mon[93152]: pgmap v19073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:41.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:41.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:02:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:02:42.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:42.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:42 smithi194 ceph-mon[104785]: pgmap v19074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:42 smithi135 ceph-mon[93152]: pgmap v19074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:43.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:43.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:44.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:44.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:44 smithi194 ceph-mon[104785]: pgmap v19075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:44 smithi135 ceph-mon[93152]: pgmap v19075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:45.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:45.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:46.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:46.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:46 smithi194 ceph-mon[104785]: pgmap v19076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:02:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:46 smithi135 ceph-mon[93152]: pgmap v19076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:02:47.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:47.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:48.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:48.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:48 smithi194 ceph-mon[104785]: pgmap v19077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:48 smithi135 ceph-mon[93152]: pgmap v19077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:49.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:49.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:50.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:50.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:50 smithi194 ceph-mon[104785]: pgmap v19078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:50 smithi135 ceph-mon[93152]: pgmap v19078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:51.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:51.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:52.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:52.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:52 smithi194 ceph-mon[104785]: pgmap v19079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:52 smithi135 ceph-mon[93152]: pgmap v19079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:53.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:53.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:54.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:54.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:54 smithi194 ceph-mon[104785]: pgmap v19080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:54 smithi135 ceph-mon[93152]: pgmap v19080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:55.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:55.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:56.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:56.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:56 smithi194 ceph-mon[104785]: pgmap v19081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:02:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:02:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:56 smithi135 ceph-mon[93152]: pgmap v19081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:02:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:02:57.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:57.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:58.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:58.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:02:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:02:58 smithi194 ceph-mon[104785]: pgmap v19082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:02:58 smithi135 ceph-mon[93152]: pgmap v19082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:02:59.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:02:59.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:00.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:00.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:00 smithi194 ceph-mon[104785]: pgmap v19083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:00 smithi135 ceph-mon[93152]: pgmap v19083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:01.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:01.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:02.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:02.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:02 smithi194 ceph-mon[104785]: pgmap v19084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:02 smithi135 ceph-mon[93152]: pgmap v19084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:03.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:03.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:04.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:04.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:04 smithi194 ceph-mon[104785]: pgmap v19085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:03:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:04 smithi135 ceph-mon[93152]: pgmap v19085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:03:05.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:05.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:05.888 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:05 smithi194 ceph-mon[104785]: pgmap v19086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:03:05.889 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:03:05.889 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:03:05.889 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:03:05.889 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:03:05.889 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:03:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:05 smithi135 ceph-mon[93152]: pgmap v19086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:03:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:03:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:03:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:03:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:03:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:03:06.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:06.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:07.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:07.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:07 smithi194 ceph-mon[104785]: pgmap v19087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:07 smithi135 ceph-mon[93152]: pgmap v19087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:08.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:08.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:09.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:09.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:10.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:10.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:10.941 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:10 smithi194 ceph-mon[104785]: pgmap v19088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:10 smithi135 ceph-mon[93152]: pgmap v19088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:11.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:11.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:03:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:03:12.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:12.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:12 smithi194 ceph-mon[104785]: pgmap v19089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:12 smithi135 ceph-mon[93152]: pgmap v19089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:13.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:13.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:14.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:14.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:14 smithi194 ceph-mon[104785]: pgmap v19090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:14 smithi135 ceph-mon[93152]: pgmap v19090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:15.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:15.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:16.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:16.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:16 smithi194 ceph-mon[104785]: pgmap v19091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:03:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:16 smithi135 ceph-mon[93152]: pgmap v19091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:03:17.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:17.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:18.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:18.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:18.894 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:18 smithi135 ceph-mon[93152]: pgmap v19092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:18 smithi194 ceph-mon[104785]: pgmap v19092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:19.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:19.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:20.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:20.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:20.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:20 smithi194 ceph-mon[104785]: pgmap v19093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:20 smithi135 ceph-mon[93152]: pgmap v19093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:21.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:21.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:22.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:22.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:22 smithi194 ceph-mon[104785]: pgmap v19094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:22 smithi135 ceph-mon[93152]: pgmap v19094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:23.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:23.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:24.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:24.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:24 smithi194 ceph-mon[104785]: pgmap v19095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:24 smithi135 ceph-mon[93152]: pgmap v19095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:25.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:25.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:26.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:26.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:26 smithi194 ceph-mon[104785]: pgmap v19096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:03:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:03:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:26 smithi135 ceph-mon[93152]: pgmap v19096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:03:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:03:27.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:27.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:28.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:28.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:28 smithi194 ceph-mon[104785]: pgmap v19097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:28.992 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:28 smithi135 ceph-mon[93152]: pgmap v19097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:29.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:29.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:30.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:30.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:30 smithi194 ceph-mon[104785]: pgmap v19098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:30 smithi135 ceph-mon[93152]: pgmap v19098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:31.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:31.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:32.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:32.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:32 smithi194 ceph-mon[104785]: pgmap v19099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:32 smithi135 ceph-mon[93152]: pgmap v19099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:33.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:33.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:34.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:34.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:34 smithi194 ceph-mon[104785]: pgmap v19100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:34 smithi135 ceph-mon[93152]: pgmap v19100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:35.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:35.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:36.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:36.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:36 smithi194 ceph-mon[104785]: pgmap v19101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:03:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:36 smithi135 ceph-mon[93152]: pgmap v19101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:03:37.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:37.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:38.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:38.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:38 smithi194 ceph-mon[104785]: pgmap v19102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:38 smithi135 ceph-mon[93152]: pgmap v19102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:39.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:39.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:40.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:40.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:40 smithi194 ceph-mon[104785]: pgmap v19103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:40 smithi135 ceph-mon[93152]: pgmap v19103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:41.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:41.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:03:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:03:42.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:43.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:43.175 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:42 smithi194 ceph-mon[104785]: pgmap v19104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:43.175 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:42 smithi135 ceph-mon[93152]: pgmap v19104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:43.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:43.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:43 smithi194 ceph-mon[104785]: pgmap v19105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:44.115 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:43 smithi135 ceph-mon[93152]: pgmap v19105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:44.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:44.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:45.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:46.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:46.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:46.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:46 smithi194 ceph-mon[104785]: pgmap v19106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:03:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:46 smithi135 ceph-mon[93152]: pgmap v19106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:03:47.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:47.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:48.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:48.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:48 smithi194 ceph-mon[104785]: pgmap v19107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:48 smithi135 ceph-mon[93152]: pgmap v19107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:49.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:49.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:50.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:50.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:50 smithi194 ceph-mon[104785]: pgmap v19108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:50 smithi135 ceph-mon[93152]: pgmap v19108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:51.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:51.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:52.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:52.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:52 smithi194 ceph-mon[104785]: pgmap v19109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:52 smithi135 ceph-mon[93152]: pgmap v19109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:53.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:53.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:54.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:54.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:54.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:54 smithi194 ceph-mon[104785]: pgmap v19110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:54 smithi135 ceph-mon[93152]: pgmap v19110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:55.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:55.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:56.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:56.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:56 smithi194 ceph-mon[104785]: pgmap v19111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:03:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:03:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:56 smithi135 ceph-mon[93152]: pgmap v19111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:03:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:03:57.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:57.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:58.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:58.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:03:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:03:58 smithi194 ceph-mon[104785]: pgmap v19112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:03:58 smithi135 ceph-mon[93152]: pgmap v19112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:03:59.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:03:59.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:00.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:00.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:00 smithi194 ceph-mon[104785]: pgmap v19113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:00 smithi135 ceph-mon[93152]: pgmap v19113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:01.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:01.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:02.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:02.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:02 smithi194 ceph-mon[104785]: pgmap v19114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:02 smithi135 ceph-mon[93152]: pgmap v19114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:03.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:03.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:04.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:04.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:04 smithi194 ceph-mon[104785]: pgmap v19115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:04 smithi135 ceph-mon[93152]: pgmap v19115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:05.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:05.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:04:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:04:06.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:06.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:06 smithi194 ceph-mon[104785]: pgmap v19116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:04:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:06 smithi135 ceph-mon[93152]: pgmap v19116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:04:07.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:07.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:08.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:08.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:08 smithi194 ceph-mon[104785]: pgmap v19117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:08 smithi135 ceph-mon[93152]: pgmap v19117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:09.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:09.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:10.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:10.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:10 smithi194 ceph-mon[104785]: pgmap v19118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:04:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:04:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:04:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:04:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:04:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:04:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:04:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:10 smithi135 ceph-mon[93152]: pgmap v19118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:04:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:04:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:04:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:04:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:04:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:04:11.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:04:11.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:11.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:04:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:04:12.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:12.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:12 smithi194 ceph-mon[104785]: pgmap v19119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:12 smithi135 ceph-mon[93152]: pgmap v19119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:13.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:13.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:14.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:14.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:14 smithi135 ceph-mon[93152]: pgmap v19120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:14 smithi194 ceph-mon[104785]: pgmap v19120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:15.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:15.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:16.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:16.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:16 smithi194 ceph-mon[104785]: pgmap v19121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:04:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:16 smithi135 ceph-mon[93152]: pgmap v19121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:04:17.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:17.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:17 smithi194 ceph-mon[104785]: pgmap v19122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:17 smithi135 ceph-mon[93152]: pgmap v19122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:18.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:18.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:19.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:19.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:20.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:20.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:20 smithi194 ceph-mon[104785]: pgmap v19123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:20 smithi135 ceph-mon[93152]: pgmap v19123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:21.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:21.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:22.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:22.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:22 smithi194 ceph-mon[104785]: pgmap v19124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:22 smithi135 ceph-mon[93152]: pgmap v19124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:23.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:23.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:24.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:24.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:24 smithi194 ceph-mon[104785]: pgmap v19125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:24 smithi135 ceph-mon[93152]: pgmap v19125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:25.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:25.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:26.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:26.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:26 smithi194 ceph-mon[104785]: pgmap v19126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:04:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:04:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:26 smithi135 ceph-mon[93152]: pgmap v19126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:04:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:04:27.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:27.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:28.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:28.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:28 smithi194 ceph-mon[104785]: pgmap v19127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:28 smithi135 ceph-mon[93152]: pgmap v19127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:29.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:29.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:30.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:30.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:30 smithi194 ceph-mon[104785]: pgmap v19128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:30 smithi135 ceph-mon[93152]: pgmap v19128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:31.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:31.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:32.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:32.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:32 smithi194 ceph-mon[104785]: pgmap v19129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:32 smithi135 ceph-mon[93152]: pgmap v19129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:33.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:33.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:34.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:34.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:34 smithi194 ceph-mon[104785]: pgmap v19130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:34 smithi135 ceph-mon[93152]: pgmap v19130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:35.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:35.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:36.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:36.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:36 smithi194 ceph-mon[104785]: pgmap v19131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:04:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:36 smithi135 ceph-mon[93152]: pgmap v19131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:04:37.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:37.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:38.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:38.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:38 smithi194 ceph-mon[104785]: pgmap v19132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:38 smithi135 ceph-mon[93152]: pgmap v19132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:39.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:39.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:40.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:40.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:40 smithi194 ceph-mon[104785]: pgmap v19133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:40 smithi135 ceph-mon[93152]: pgmap v19133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:41.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:41.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:41.888 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:04:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:04:42.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:42.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:42 smithi194 ceph-mon[104785]: pgmap v19134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:42 smithi135 ceph-mon[93152]: pgmap v19134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:43.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:43.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:44.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:44.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:44 smithi194 ceph-mon[104785]: pgmap v19135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:45.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:44 smithi135 ceph-mon[93152]: pgmap v19135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:45.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:45.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:46.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:46.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:46.941 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:46 smithi194 ceph-mon[104785]: pgmap v19136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:04:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:46 smithi135 ceph-mon[93152]: pgmap v19136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:04:47.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:47.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:48.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:48.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:48 smithi194 ceph-mon[104785]: pgmap v19137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:48 smithi135 ceph-mon[93152]: pgmap v19137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:49.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:49.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:50.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:50.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:50 smithi194 ceph-mon[104785]: pgmap v19138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:50 smithi135 ceph-mon[93152]: pgmap v19138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:51.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:51.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:52.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:52.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:52 smithi194 ceph-mon[104785]: pgmap v19139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:52 smithi135 ceph-mon[93152]: pgmap v19139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:53.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:53.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:53 smithi194 ceph-mon[104785]: pgmap v19140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:54.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:53 smithi135 ceph-mon[93152]: pgmap v19140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:54.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:54.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:55.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:55.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:56.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:56.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:56 smithi194 ceph-mon[104785]: pgmap v19141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:04:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:04:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:56 smithi135 ceph-mon[93152]: pgmap v19141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:04:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:04:57.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:57.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:58.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:58.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:04:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:04:58 smithi194 ceph-mon[104785]: pgmap v19142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:04:58 smithi135 ceph-mon[93152]: pgmap v19142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:04:59.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:04:59.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:00.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:00.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:00 smithi194 ceph-mon[104785]: pgmap v19143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:00 smithi135 ceph-mon[93152]: pgmap v19143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:01.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:01.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:02.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:02.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:02 smithi194 ceph-mon[104785]: pgmap v19144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:02 smithi135 ceph-mon[93152]: pgmap v19144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:03.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:03.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:04.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:04.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:04.938 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:04 smithi135 ceph-mon[93152]: pgmap v19145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:04 smithi194 ceph-mon[104785]: pgmap v19145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:05.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:05.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:06.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:06.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:06 smithi194 ceph-mon[104785]: pgmap v19146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:05:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:06 smithi135 ceph-mon[93152]: pgmap v19146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:05:07.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:07.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:08.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:08.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:08 smithi194 ceph-mon[104785]: pgmap v19147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:08 smithi135 ceph-mon[93152]: pgmap v19147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:09.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:09.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:10.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:10.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:10 smithi194 ceph-mon[104785]: pgmap v19148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:05:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:10 smithi135 ceph-mon[93152]: pgmap v19148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:05:11.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:11.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:05:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:05:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:05:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:05:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:05:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:05:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:05:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:05:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:05:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:05:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:05:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:05:12.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:12.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:12 smithi194 ceph-mon[104785]: pgmap v19149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:12 smithi135 ceph-mon[93152]: pgmap v19149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:13.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:13.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:14.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:14.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:14 smithi194 ceph-mon[104785]: pgmap v19150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:14 smithi135 ceph-mon[93152]: pgmap v19150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:15.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:15.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:16.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:16.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:16 smithi194 ceph-mon[104785]: pgmap v19151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:05:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:16 smithi135 ceph-mon[93152]: pgmap v19151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:05:17.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:17.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:18.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:18.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:18 smithi194 ceph-mon[104785]: pgmap v19152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:18 smithi135 ceph-mon[93152]: pgmap v19152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:19.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:19.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:20.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:20.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:20 smithi194 ceph-mon[104785]: pgmap v19153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:20 smithi135 ceph-mon[93152]: pgmap v19153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:21.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:21.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:22.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:22.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:22 smithi194 ceph-mon[104785]: pgmap v19154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:22 smithi135 ceph-mon[93152]: pgmap v19154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:23.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:23.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:24.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:24.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:24 smithi194 ceph-mon[104785]: pgmap v19155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:24 smithi135 ceph-mon[93152]: pgmap v19155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:25.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:25.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:26.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:26.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:26 smithi194 ceph-mon[104785]: pgmap v19156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:05:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:05:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:26 smithi135 ceph-mon[93152]: pgmap v19156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:05:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:05:27.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:27.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:28.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:28.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:28 smithi194 ceph-mon[104785]: pgmap v19157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:28 smithi135 ceph-mon[93152]: pgmap v19157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:29.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:29.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:30.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:30.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:30 smithi194 ceph-mon[104785]: pgmap v19158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:30 smithi135 ceph-mon[93152]: pgmap v19158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:31.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:31.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:31 smithi194 ceph-mon[104785]: pgmap v19159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:31 smithi135 ceph-mon[93152]: pgmap v19159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:32.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:32.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:33.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:33.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:34.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:33 smithi194 ceph-mon[104785]: pgmap v19160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:34.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:33 smithi135 ceph-mon[93152]: pgmap v19160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:34.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:34.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:35.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:35.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:36.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:36.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:36 smithi194 ceph-mon[104785]: pgmap v19161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:05:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:36 smithi135 ceph-mon[93152]: pgmap v19161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:05:37.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:37.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:38.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:38.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:38 smithi194 ceph-mon[104785]: pgmap v19162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:38 smithi135 ceph-mon[93152]: pgmap v19162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:39.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:39.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:40.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:40.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:40 smithi194 ceph-mon[104785]: pgmap v19163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:40 smithi135 ceph-mon[93152]: pgmap v19163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:41.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:41.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:05:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:05:42.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:42.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:42 smithi194 ceph-mon[104785]: pgmap v19164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:42 smithi135 ceph-mon[93152]: pgmap v19164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:43.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:43.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:44.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:44.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:44 smithi194 ceph-mon[104785]: pgmap v19165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:44 smithi135 ceph-mon[93152]: pgmap v19165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:45.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:45.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:46.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:46.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:46 smithi194 ceph-mon[104785]: pgmap v19166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:05:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:46 smithi135 ceph-mon[93152]: pgmap v19166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:05:47.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:47.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:48.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:48.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:48 smithi194 ceph-mon[104785]: pgmap v19167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:48 smithi135 ceph-mon[93152]: pgmap v19167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:49.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:49.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:50.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:50.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:50 smithi135 ceph-mon[93152]: pgmap v19168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:50 smithi194 ceph-mon[104785]: pgmap v19168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:51.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:51.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:52.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:52.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:52 smithi194 ceph-mon[104785]: pgmap v19169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:52 smithi135 ceph-mon[93152]: pgmap v19169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:53.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:53.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:54.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:54.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:54 smithi194 ceph-mon[104785]: pgmap v19170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:54 smithi135 ceph-mon[93152]: pgmap v19170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:55.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:55.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:56.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:56.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:56 smithi194 ceph-mon[104785]: pgmap v19171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:05:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:05:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:56 smithi135 ceph-mon[93152]: pgmap v19171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:05:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:05:57.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:57.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:58.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:58.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:05:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:05:58 smithi194 ceph-mon[104785]: pgmap v19172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:05:58 smithi135 ceph-mon[93152]: pgmap v19172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:05:59.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:05:59.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:00.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:00.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:00 smithi135 ceph-mon[93152]: pgmap v19173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:00 smithi194 ceph-mon[104785]: pgmap v19173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:01.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:01.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:02.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:02.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:02 smithi194 ceph-mon[104785]: pgmap v19174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:02 smithi135 ceph-mon[93152]: pgmap v19174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:03.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:03.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:04.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:04.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:04 smithi194 ceph-mon[104785]: pgmap v19175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:04 smithi135 ceph-mon[93152]: pgmap v19175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:05.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:05.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:06.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:06.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:06 smithi194 ceph-mon[104785]: pgmap v19176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:06:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:06 smithi135 ceph-mon[93152]: pgmap v19176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:06:07.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:07.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:07.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:07 smithi194 ceph-mon[104785]: pgmap v19177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:07 smithi135 ceph-mon[93152]: pgmap v19177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:08.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:08.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:09.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:09.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:10.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:10.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:10 smithi194 ceph-mon[104785]: pgmap v19178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:10 smithi135 ceph-mon[93152]: pgmap v19178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:11.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:11.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:06:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:06:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:06:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:06:12.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:12.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:12 smithi194 ceph-mon[104785]: pgmap v19179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:12 smithi135 ceph-mon[93152]: pgmap v19179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:13.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:13.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:14.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:14.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:14 smithi194 ceph-mon[104785]: pgmap v19180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:14 smithi135 ceph-mon[93152]: pgmap v19180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:15.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:15.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:16.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:16.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:16 smithi194 ceph-mon[104785]: pgmap v19181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:06:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:16 smithi135 ceph-mon[93152]: pgmap v19181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:06:17.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:17.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:18.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:18.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:18 smithi194 ceph-mon[104785]: pgmap v19182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:06:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:06:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:06:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:06:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:06:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:18 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:18 smithi135 ceph-mon[93152]: pgmap v19182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:06:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:18 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:06:19.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:19.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:06:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:06:20.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:20.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:20.964 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:20 smithi194 ceph-mon[104785]: pgmap v19183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:20 smithi135 ceph-mon[93152]: pgmap v19183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:21.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:21.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:22.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:22.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:22.945 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:22 smithi194 ceph-mon[104785]: pgmap v19184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:22 smithi135 ceph-mon[93152]: pgmap v19184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:23.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:23.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:24.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:24.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:24 smithi194 ceph-mon[104785]: pgmap v19185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:24 smithi135 ceph-mon[93152]: pgmap v19185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:25.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:25.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:25 smithi194 ceph-mon[104785]: pgmap v19186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:06:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:25 smithi135 ceph-mon[93152]: pgmap v19186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:06:26.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:26.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:06:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:06:27.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:27.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:27 smithi194 ceph-mon[104785]: pgmap v19187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:27 smithi135 ceph-mon[93152]: pgmap v19187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:28.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:28.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:29.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:29.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:30.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:30.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:30 smithi194 ceph-mon[104785]: pgmap v19188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:31.049 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:30 smithi135 ceph-mon[93152]: pgmap v19188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:31.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:31.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:32.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:32.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:32 smithi194 ceph-mon[104785]: pgmap v19189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:32 smithi135 ceph-mon[93152]: pgmap v19189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:33.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:33.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:34.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:34.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:34 smithi194 ceph-mon[104785]: pgmap v19190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:34 smithi135 ceph-mon[93152]: pgmap v19190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:35.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:35.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:36.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:36.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:36 smithi194 ceph-mon[104785]: pgmap v19191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:06:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:36 smithi135 ceph-mon[93152]: pgmap v19191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:06:37.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:37.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:38.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:38.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:38 smithi194 ceph-mon[104785]: pgmap v19192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:38 smithi135 ceph-mon[93152]: pgmap v19192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:39.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:39.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:40.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:40.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:40.890 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:40 smithi135 ceph-mon[93152]: pgmap v19193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:40 smithi194 ceph-mon[104785]: pgmap v19193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:41.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:41.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:06:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:06:42.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:42.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:42 smithi194 ceph-mon[104785]: pgmap v19194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:42 smithi135 ceph-mon[93152]: pgmap v19194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:43.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:43.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:44.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:44.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:44 smithi194 ceph-mon[104785]: pgmap v19195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:44 smithi135 ceph-mon[93152]: pgmap v19195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:45.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:45.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:46.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:46.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:46 smithi194 ceph-mon[104785]: pgmap v19196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:06:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:46 smithi135 ceph-mon[93152]: pgmap v19196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:06:47.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:47.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:47.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:47 smithi194 ceph-mon[104785]: pgmap v19197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:47 smithi135 ceph-mon[93152]: pgmap v19197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:48.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:48.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:49.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:49.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:50.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:50.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:50 smithi194 ceph-mon[104785]: pgmap v19198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:50.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:50 smithi135 ceph-mon[93152]: pgmap v19198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:51.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:51.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:52.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:52.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:52 smithi194 ceph-mon[104785]: pgmap v19199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:52 smithi135 ceph-mon[93152]: pgmap v19199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:53.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:53.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:54.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:54.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:54 smithi194 ceph-mon[104785]: pgmap v19200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:54 smithi135 ceph-mon[93152]: pgmap v19200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:55.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:56.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:56.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:57.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:57.294 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:56 smithi194 ceph-mon[104785]: pgmap v19201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:06:57.294 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:06:57.294 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:56 smithi135 ceph-mon[93152]: pgmap v19201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:06:57.295 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:06:57.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:58.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:58.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:58.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:06:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:06:58 smithi194 ceph-mon[104785]: pgmap v19202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:06:58 smithi135 ceph-mon[93152]: pgmap v19202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:06:59.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:06:59.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:00.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:00.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:00 smithi194 ceph-mon[104785]: pgmap v19203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:00 smithi135 ceph-mon[93152]: pgmap v19203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:01.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:01.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:02.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:02.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:02.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:02 smithi194 ceph-mon[104785]: pgmap v19204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:02 smithi135 ceph-mon[93152]: pgmap v19204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:03.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:03.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:04.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:04.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:04 smithi194 ceph-mon[104785]: pgmap v19205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:04 smithi135 ceph-mon[93152]: pgmap v19205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:05.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:05.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:06.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:06.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:06 smithi194 ceph-mon[104785]: pgmap v19206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:07:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:06 smithi135 ceph-mon[93152]: pgmap v19206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:07:07.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:07.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:08 smithi194 ceph-mon[104785]: pgmap v19207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:08.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:08.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:08 smithi135 ceph-mon[93152]: pgmap v19207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:09.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:09.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:10.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:10.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:10 smithi194 ceph-mon[104785]: pgmap v19208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:10 smithi135 ceph-mon[93152]: pgmap v19208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:11.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:11.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:07:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:07:12.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:12.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:12 smithi194 ceph-mon[104785]: pgmap v19209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:13.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:12 smithi135 ceph-mon[93152]: pgmap v19209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:13.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:13.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:13 smithi194 ceph-mon[104785]: pgmap v19210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:13 smithi135 ceph-mon[93152]: pgmap v19210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:14.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:14.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:15.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:15.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:16.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:16.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:16 smithi194 ceph-mon[104785]: pgmap v19211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:07:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:16 smithi135 ceph-mon[93152]: pgmap v19211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:07:17.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:17.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:18.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:18.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:18 smithi194 ceph-mon[104785]: pgmap v19212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:18 smithi135 ceph-mon[93152]: pgmap v19212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:19.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:19.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:07:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:07:19.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:19 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:07:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:07:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:07:20.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:19 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:07:20.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:20.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:20 smithi194 ceph-mon[104785]: pgmap v19213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:07:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:07:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:07:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:07:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:07:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:20 smithi135 ceph-mon[93152]: pgmap v19213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:07:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:07:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:07:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:07:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:07:21.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:21.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:22.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:22.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:22 smithi194 ceph-mon[104785]: pgmap v19214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:22 smithi135 ceph-mon[93152]: pgmap v19214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:23.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:23.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:24.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:24.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:24 smithi194 ceph-mon[104785]: pgmap v19215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:24 smithi135 ceph-mon[93152]: pgmap v19215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:25.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:25.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:26.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:26.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:26 smithi194 ceph-mon[104785]: pgmap v19216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:07:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:07:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:26 smithi135 ceph-mon[93152]: pgmap v19216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:07:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:07:27.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:27.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:28.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:28.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:28 smithi194 ceph-mon[104785]: pgmap v19217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:28 smithi135 ceph-mon[93152]: pgmap v19217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:29.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:29.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:30.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:30.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:30 smithi194 ceph-mon[104785]: pgmap v19218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:30 smithi135 ceph-mon[93152]: pgmap v19218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:31.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:31.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:32.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:32.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:32 smithi194 ceph-mon[104785]: pgmap v19219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:32 smithi135 ceph-mon[93152]: pgmap v19219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:33.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:33.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:34.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:34.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:34 smithi194 ceph-mon[104785]: pgmap v19220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:34 smithi135 ceph-mon[93152]: pgmap v19220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:35.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:35.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:36 smithi135 ceph-mon[93152]: pgmap v19221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:07:36.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:36.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:36 smithi194 ceph-mon[104785]: pgmap v19221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:07:37.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:37.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:38.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:38.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:38 smithi194 ceph-mon[104785]: pgmap v19222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:38 smithi135 ceph-mon[93152]: pgmap v19222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:39.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:39.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:40.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:40.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:40 smithi194 ceph-mon[104785]: pgmap v19223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:40 smithi135 ceph-mon[93152]: pgmap v19223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:07:41.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:41.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:07:42.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:42.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:42 smithi194 ceph-mon[104785]: pgmap v19224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:42 smithi135 ceph-mon[93152]: pgmap v19224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:43.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:43.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:44.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:44.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:44 smithi194 ceph-mon[104785]: pgmap v19225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:44 smithi135 ceph-mon[93152]: pgmap v19225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:45.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:45.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:46.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:46.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:46 smithi194 ceph-mon[104785]: pgmap v19226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:07:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:46 smithi135 ceph-mon[93152]: pgmap v19226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:07:47.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:47.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:48.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:48.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:48 smithi194 ceph-mon[104785]: pgmap v19227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:48 smithi135 ceph-mon[93152]: pgmap v19227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:49.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:49.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:50.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:50.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:50 smithi194 ceph-mon[104785]: pgmap v19228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:50 smithi135 ceph-mon[93152]: pgmap v19228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:51.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:51.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:52.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:52.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:52 smithi194 ceph-mon[104785]: pgmap v19229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:52 smithi135 ceph-mon[93152]: pgmap v19229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:53.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:53.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:54.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:54.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:54 smithi194 ceph-mon[104785]: pgmap v19230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:54 smithi135 ceph-mon[93152]: pgmap v19230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:55.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:55.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:56.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:56.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:56 smithi194 ceph-mon[104785]: pgmap v19231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:07:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:07:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:56 smithi135 ceph-mon[93152]: pgmap v19231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:07:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:07:57.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:57.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:58.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:58.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:07:58.942 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:07:58 smithi194 ceph-mon[104785]: pgmap v19232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:07:58 smithi135 ceph-mon[93152]: pgmap v19232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:07:59.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:07:59.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:00.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:00.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:00 smithi194 ceph-mon[104785]: pgmap v19233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:00 smithi135 ceph-mon[93152]: pgmap v19233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:01.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:01.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:02.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:02.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:02 smithi194 ceph-mon[104785]: pgmap v19234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:02 smithi135 ceph-mon[93152]: pgmap v19234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:03.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:03.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:03.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:03 smithi194 ceph-mon[104785]: pgmap v19235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:04.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:03 smithi135 ceph-mon[93152]: pgmap v19235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:04.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:04.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:05.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:05.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:06.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:06.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:06 smithi194 ceph-mon[104785]: pgmap v19236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:08:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:06 smithi135 ceph-mon[93152]: pgmap v19236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:08:07.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:07.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:08.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:08.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:08 smithi194 ceph-mon[104785]: pgmap v19237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:08 smithi135 ceph-mon[93152]: pgmap v19237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:09.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:09.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:10.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:10.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:10 smithi194 ceph-mon[104785]: pgmap v19238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:10 smithi135 ceph-mon[93152]: pgmap v19238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:11.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:11.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:08:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:08:12.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:12.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:12 smithi194 ceph-mon[104785]: pgmap v19239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:12 smithi135 ceph-mon[93152]: pgmap v19239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:13.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:13.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:14.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:14.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:14 smithi194 ceph-mon[104785]: pgmap v19240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:14 smithi135 ceph-mon[93152]: pgmap v19240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:15.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:16.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:16.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:16.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:16 smithi194 ceph-mon[104785]: pgmap v19241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:08:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:16 smithi135 ceph-mon[93152]: pgmap v19241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:08:17.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:17.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:18.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:18.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:18 smithi194 ceph-mon[104785]: pgmap v19242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:18 smithi135 ceph-mon[93152]: pgmap v19242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:19.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:19.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:20.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:20.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:20 smithi194 ceph-mon[104785]: pgmap v19243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:08:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:08:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:08:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:08:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:08:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:08:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:20 smithi135 ceph-mon[93152]: pgmap v19243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:08:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:08:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:08:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:08:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:08:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:08:21.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:21.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:22.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:22.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:22 smithi194 ceph-mon[104785]: pgmap v19244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:22 smithi135 ceph-mon[93152]: pgmap v19244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:23.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:23.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:24.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:24.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:24 smithi194 ceph-mon[104785]: pgmap v19245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:24 smithi135 ceph-mon[93152]: pgmap v19245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:25.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:25.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:25 smithi194 ceph-mon[104785]: pgmap v19246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:08:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:25 smithi135 ceph-mon[93152]: pgmap v19246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:08:26.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:26.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:08:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:08:27.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:27.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:27 smithi135 ceph-mon[93152]: pgmap v19247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:27 smithi194 ceph-mon[104785]: pgmap v19247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:28.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:28.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:29.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:29.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:30 smithi194 ceph-mon[104785]: pgmap v19248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:31.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:31.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:31.016 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:30 smithi135 ceph-mon[93152]: pgmap v19248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:31.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:31.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:32 smithi194 ceph-mon[104785]: pgmap v19249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:32.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:32.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:32 smithi135 ceph-mon[93152]: pgmap v19249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:33.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:33.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:34 smithi194 ceph-mon[104785]: pgmap v19250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:34.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:34.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:34 smithi135 ceph-mon[93152]: pgmap v19250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:35.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:35.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:36 smithi194 ceph-mon[104785]: pgmap v19251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:08:36.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:36.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:36 smithi135 ceph-mon[93152]: pgmap v19251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:08:37.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:37.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:38 smithi194 ceph-mon[104785]: pgmap v19252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:38.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:38.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:38 smithi135 ceph-mon[93152]: pgmap v19252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:39.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:39.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:40 smithi194 ceph-mon[104785]: pgmap v19253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:40.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:40.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:40 smithi135 ceph-mon[93152]: pgmap v19253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:41.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:08:41.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:41.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:08:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:42 smithi194 ceph-mon[104785]: pgmap v19254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:42.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:42.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:42 smithi135 ceph-mon[93152]: pgmap v19254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:43.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:43.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:44 smithi194 ceph-mon[104785]: pgmap v19255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:44.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:44.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:44 smithi135 ceph-mon[93152]: pgmap v19255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:45.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:45.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:46 smithi194 ceph-mon[104785]: pgmap v19256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:08:47.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:47.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:47.080 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:46 smithi135 ceph-mon[93152]: pgmap v19256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:08:47.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:47.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:47 smithi135 ceph-mon[93152]: pgmap v19257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:47 smithi194 ceph-mon[104785]: pgmap v19257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:48.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:48.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:49.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:49.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:50 smithi194 ceph-mon[104785]: pgmap v19258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:50.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:50.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:50 smithi135 ceph-mon[93152]: pgmap v19258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:51.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:52.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:52 smithi194 ceph-mon[104785]: pgmap v19259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:53.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:53.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:53.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:52 smithi135 ceph-mon[93152]: pgmap v19259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:54.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:54.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:54 smithi194 ceph-mon[104785]: pgmap v19260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:55.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:55.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:55.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:54 smithi135 ceph-mon[93152]: pgmap v19260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:56.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:56.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:56 smithi194 ceph-mon[104785]: pgmap v19261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:08:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:08:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:56 smithi135 ceph-mon[93152]: pgmap v19261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:08:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:08:57.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:57.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:58.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:58.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:08:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:08:58 smithi194 ceph-mon[104785]: pgmap v19262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:08:58 smithi135 ceph-mon[93152]: pgmap v19262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:08:59.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:08:59.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:00.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:00.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:00 smithi194 ceph-mon[104785]: pgmap v19263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:00 smithi135 ceph-mon[93152]: pgmap v19263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:01.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:01.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:02.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:02.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:02 smithi194 ceph-mon[104785]: pgmap v19264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:02 smithi135 ceph-mon[93152]: pgmap v19264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:03.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:03.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:04.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:04.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:04 smithi194 ceph-mon[104785]: pgmap v19265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:04 smithi135 ceph-mon[93152]: pgmap v19265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:05.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:05.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:06.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:06.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:06 smithi194 ceph-mon[104785]: pgmap v19266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:09:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:06 smithi135 ceph-mon[93152]: pgmap v19266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:09:07.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:07.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:08.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:08.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:08 smithi194 ceph-mon[104785]: pgmap v19267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:08 smithi135 ceph-mon[93152]: pgmap v19267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:09.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:09.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:10.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:10.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:10 smithi194 ceph-mon[104785]: pgmap v19268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:10 smithi135 ceph-mon[93152]: pgmap v19268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:11.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:11.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:09:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:09:12.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:12.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:12 smithi194 ceph-mon[104785]: pgmap v19269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:12 smithi135 ceph-mon[93152]: pgmap v19269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:13.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:13.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:14.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:14.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:14 smithi194 ceph-mon[104785]: pgmap v19270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:14 smithi135 ceph-mon[93152]: pgmap v19270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:15.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:15.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:16.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:16.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:16 smithi194 ceph-mon[104785]: pgmap v19271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:09:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:16 smithi135 ceph-mon[93152]: pgmap v19271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:09:17.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:17.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:18.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:18.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:18 smithi194 ceph-mon[104785]: pgmap v19272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:18 smithi135 ceph-mon[93152]: pgmap v19272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:19.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:19.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:20.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:20.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:20 smithi194 ceph-mon[104785]: pgmap v19273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:09:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:20 smithi135 ceph-mon[93152]: pgmap v19273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:09:21.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:21.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:22.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:22.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:09:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:09:22.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:21 smithi194 ceph-mon[104785]: pgmap v19274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:09:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:09:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:09:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:09:22.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:09:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:09:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:09:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:21 smithi135 ceph-mon[93152]: pgmap v19274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:09:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:09:22.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:09:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:09:22.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:09:23.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:23.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:24.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:24.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:24 smithi194 ceph-mon[104785]: pgmap v19275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:24 smithi135 ceph-mon[93152]: pgmap v19275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:25.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:25.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:26.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:26.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:26 smithi194 ceph-mon[104785]: pgmap v19276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:09:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:09:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:26 smithi135 ceph-mon[93152]: pgmap v19276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:09:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:09:27.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:27.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:28.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:28.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:28 smithi194 ceph-mon[104785]: pgmap v19277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:28 smithi135 ceph-mon[93152]: pgmap v19277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:29.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:29.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:30.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:30.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:30 smithi194 ceph-mon[104785]: pgmap v19278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:30 smithi135 ceph-mon[93152]: pgmap v19278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:31.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:31.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:32.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:32.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:32 smithi194 ceph-mon[104785]: pgmap v19279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:33.065 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:32 smithi135 ceph-mon[93152]: pgmap v19279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:33.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:33.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:34.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:34.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:34.945 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:34 smithi194 ceph-mon[104785]: pgmap v19280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:34 smithi135 ceph-mon[93152]: pgmap v19280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:35.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:35.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:36.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:36.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:36 smithi194 ceph-mon[104785]: pgmap v19281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:09:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:36 smithi135 ceph-mon[93152]: pgmap v19281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:09:37.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:37.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:38.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:38.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:38 smithi194 ceph-mon[104785]: pgmap v19282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:38 smithi135 ceph-mon[93152]: pgmap v19282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:39.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:39.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:40.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:40.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:40 smithi194 ceph-mon[104785]: pgmap v19283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:40 smithi135 ceph-mon[93152]: pgmap v19283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:41.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:41.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:09:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:09:42.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:42.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:42 smithi194 ceph-mon[104785]: pgmap v19284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:42 smithi135 ceph-mon[93152]: pgmap v19284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:43.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:43.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:43 smithi194 ceph-mon[104785]: pgmap v19285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:43 smithi135 ceph-mon[93152]: pgmap v19285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:44.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:44.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:45.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:45.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:46.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:46.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:46 smithi194 ceph-mon[104785]: pgmap v19286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:09:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:46 smithi135 ceph-mon[93152]: pgmap v19286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:09:47.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:47.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:48.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:48.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:48 smithi194 ceph-mon[104785]: pgmap v19287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:49.032 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:48 smithi135 ceph-mon[93152]: pgmap v19287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:49.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:49.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:50.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:50.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:50 smithi194 ceph-mon[104785]: pgmap v19288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:51.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:50 smithi135 ceph-mon[93152]: pgmap v19288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:51.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:51.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:52.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:52.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:52 smithi194 ceph-mon[104785]: pgmap v19289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:52 smithi135 ceph-mon[93152]: pgmap v19289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:53.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:53.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:54.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:54.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:54 smithi194 ceph-mon[104785]: pgmap v19290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:54 smithi135 ceph-mon[93152]: pgmap v19290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:55.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:55.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:56.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:56.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:56 smithi194 ceph-mon[104785]: pgmap v19291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:09:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:09:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:56 smithi135 ceph-mon[93152]: pgmap v19291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:09:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:09:57.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:57.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:09:57 smithi135 ceph-mon[93152]: pgmap v19292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:58.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:58.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:09:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:09:57 smithi194 ceph-mon[104785]: pgmap v19292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:09:59.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:09:59.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:00.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:00.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:00 smithi194 ceph-mon[104785]: pgmap v19293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:00.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T15:10:01.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:00 smithi135 ceph-mon[93152]: pgmap v19293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T15:10:01.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:01.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:02.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:02.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:02 smithi194 ceph-mon[104785]: pgmap v19294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:02 smithi135 ceph-mon[93152]: pgmap v19294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:03.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:03.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:04.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:04.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:04 smithi194 ceph-mon[104785]: pgmap v19295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:04 smithi135 ceph-mon[93152]: pgmap v19295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:05.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:05.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:06.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:06.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:06 smithi194 ceph-mon[104785]: pgmap v19296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:10:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:06 smithi135 ceph-mon[93152]: pgmap v19296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:10:07.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:07.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:08.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:08.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:08 smithi194 ceph-mon[104785]: pgmap v19297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:08 smithi135 ceph-mon[93152]: pgmap v19297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:09.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:09.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:10.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:10.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:10 smithi194 ceph-mon[104785]: pgmap v19298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:10 smithi135 ceph-mon[93152]: pgmap v19298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:11.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:11.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:10:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:10:12.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:12.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:12 smithi194 ceph-mon[104785]: pgmap v19299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:12.961 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:12 smithi135 ceph-mon[93152]: pgmap v19299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:13.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:13.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:13 smithi194 ceph-mon[104785]: pgmap v19300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:14.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:13 smithi135 ceph-mon[93152]: pgmap v19300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:14.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:14.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:15.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:15.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:16.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:16.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:16 smithi194 ceph-mon[104785]: pgmap v19301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:10:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:16 smithi135 ceph-mon[93152]: pgmap v19301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:10:17.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:17.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:18.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:18.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:18 smithi194 ceph-mon[104785]: pgmap v19302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:18 smithi135 ceph-mon[93152]: pgmap v19302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:19.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:19.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:20.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:20.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:20 smithi194 ceph-mon[104785]: pgmap v19303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:20 smithi135 ceph-mon[93152]: pgmap v19303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:21.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:21.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:10:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:10:22.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:22.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:22 smithi194 ceph-mon[104785]: pgmap v19304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:10:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:10:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:10:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:10:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:10:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:22 smithi135 ceph-mon[93152]: pgmap v19304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:10:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:10:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:10:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:10:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:10:23.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:23.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:23 smithi194 ceph-mon[104785]: pgmap v19305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:23 smithi135 ceph-mon[93152]: pgmap v19305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:24.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:24.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:25.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:25.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:26.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:26.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:26 smithi194 ceph-mon[104785]: pgmap v19306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:10:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:10:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:26 smithi135 ceph-mon[93152]: pgmap v19306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:10:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:10:27.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:27.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:28.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:28.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:28 smithi194 ceph-mon[104785]: pgmap v19307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:28 smithi135 ceph-mon[93152]: pgmap v19307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:29.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:29.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:30.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:30.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:30 smithi194 ceph-mon[104785]: pgmap v19308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:31.024 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:30 smithi135 ceph-mon[93152]: pgmap v19308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:31.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:31.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:32.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:32.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:32 smithi194 ceph-mon[104785]: pgmap v19309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:32 smithi135 ceph-mon[93152]: pgmap v19309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:33.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:33.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:34.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:34.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:34.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:34 smithi194 ceph-mon[104785]: pgmap v19310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:34 smithi135 ceph-mon[93152]: pgmap v19310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:35.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:35.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:36.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:36.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:36 smithi194 ceph-mon[104785]: pgmap v19311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:10:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:36 smithi135 ceph-mon[93152]: pgmap v19311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:10:37.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:37.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:38.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:37 smithi135 ceph-mon[93152]: pgmap v19312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:38.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:38.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:38.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:37 smithi194 ceph-mon[104785]: pgmap v19312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:39.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:39.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:40.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:40.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:40 smithi194 ceph-mon[104785]: pgmap v19313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:40 smithi135 ceph-mon[93152]: pgmap v19313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:41.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:41.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:10:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:10:42.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:42.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:42 smithi194 ceph-mon[104785]: pgmap v19314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:42 smithi135 ceph-mon[93152]: pgmap v19314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:43.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:43.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:44.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:44.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:44 smithi194 ceph-mon[104785]: pgmap v19315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:44 smithi135 ceph-mon[93152]: pgmap v19315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:45.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:45.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:45 smithi194 ceph-mon[104785]: pgmap v19316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:10:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:45 smithi135 ceph-mon[93152]: pgmap v19316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:10:46.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:46.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:47.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:47.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:48.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:48.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:48.310 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:48 smithi135 ceph-mon[93152]: pgmap v19317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:48 smithi194 ceph-mon[104785]: pgmap v19317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:49.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:49.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:50.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:50.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:50 smithi194 ceph-mon[104785]: pgmap v19318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:50 smithi135 ceph-mon[93152]: pgmap v19318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:51.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:51.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:52.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:52.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:52 smithi194 ceph-mon[104785]: pgmap v19319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:52 smithi135 ceph-mon[93152]: pgmap v19319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:53.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:53.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:54.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:54.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:54 smithi194 ceph-mon[104785]: pgmap v19320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:54 smithi135 ceph-mon[93152]: pgmap v19320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:55.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:55.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:56.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:56.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:56 smithi194 ceph-mon[104785]: pgmap v19321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:10:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:10:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:56 smithi135 ceph-mon[93152]: pgmap v19321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:10:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:10:57.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:57.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:58.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:58.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:10:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:10:58 smithi194 ceph-mon[104785]: pgmap v19322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:10:58 smithi135 ceph-mon[93152]: pgmap v19322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:10:59.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:10:59.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:00.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:00.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:00 smithi194 ceph-mon[104785]: pgmap v19323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:00 smithi135 ceph-mon[93152]: pgmap v19323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:01.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:01.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:01.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:01 smithi194 ceph-mon[104785]: pgmap v19324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:01 smithi135 ceph-mon[93152]: pgmap v19324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:02.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:02.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:03.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:03.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:04.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:04.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:04 smithi194 ceph-mon[104785]: pgmap v19325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:04 smithi135 ceph-mon[93152]: pgmap v19325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:05.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:05.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:06.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:06.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:06 smithi194 ceph-mon[104785]: pgmap v19326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:11:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:06 smithi135 ceph-mon[93152]: pgmap v19326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:11:07.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:07.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:08.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:08.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:08 smithi194 ceph-mon[104785]: pgmap v19327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:08 smithi135 ceph-mon[93152]: pgmap v19327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:09.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:09.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:10.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:10.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:10.944 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:10 smithi194 ceph-mon[104785]: pgmap v19328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:10 smithi135 ceph-mon[93152]: pgmap v19328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:11.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:11.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:11:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:11:12.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:12.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:12 smithi194 ceph-mon[104785]: pgmap v19329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:13.159 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:12 smithi135 ceph-mon[93152]: pgmap v19329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:13.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:13.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:13 smithi194 ceph-mon[104785]: pgmap v19330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:13 smithi135 ceph-mon[93152]: pgmap v19330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:14.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:14.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:15.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:15.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:16.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:16.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:16 smithi194 ceph-mon[104785]: pgmap v19331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:11:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:16 smithi135 ceph-mon[93152]: pgmap v19331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:11:17.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:17.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:18.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:18.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:18 smithi194 ceph-mon[104785]: pgmap v19332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:18 smithi135 ceph-mon[93152]: pgmap v19332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:19.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:19.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:20.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:20.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:20 smithi194 ceph-mon[104785]: pgmap v19333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:20 smithi135 ceph-mon[93152]: pgmap v19333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:21.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:21.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:22.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:22.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:22 smithi194 ceph-mon[104785]: pgmap v19334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:22.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:11:22.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:11:22.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:11:22.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:11:22.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:11:22.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:11:22.962 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:11:22.963 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:11:22.963 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:11:22.963 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:11:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:22 smithi135 ceph-mon[93152]: pgmap v19334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:23.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:11:23.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:11:23.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:11:23.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:11:23.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:11:23.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:11:23.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:11:23.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:11:23.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:11:23.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:11:23.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:23.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:23 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1377M 2023-10-08T15:11:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:11:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:23 smithi194 ceph-mon[104785]: pgmap v19335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:24.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:23 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1377M 2023-10-08T15:11:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:11:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:23 smithi135 ceph-mon[93152]: pgmap v19335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:24.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:24.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:25.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:25.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:26.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:26.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:26 smithi194 ceph-mon[104785]: pgmap v19336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:11:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:11:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:26 smithi135 ceph-mon[93152]: pgmap v19336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:11:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:11:27.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:27.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:28.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:28.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:28 smithi194 ceph-mon[104785]: pgmap v19337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:28 smithi135 ceph-mon[93152]: pgmap v19337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:29.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:29.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:30.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:30.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:30 smithi194 ceph-mon[104785]: pgmap v19338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:30 smithi135 ceph-mon[93152]: pgmap v19338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:31.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:31.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:32.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:32.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:32 smithi194 ceph-mon[104785]: pgmap v19339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:33.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:32 smithi135 ceph-mon[93152]: pgmap v19339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:33.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:33.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:33.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:33 smithi194 ceph-mon[104785]: pgmap v19340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:34.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:33 smithi135 ceph-mon[93152]: pgmap v19340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:34.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:34.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:35.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:35.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:36.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:36.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:36 smithi194 ceph-mon[104785]: pgmap v19341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:11:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:36 smithi135 ceph-mon[93152]: pgmap v19341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:11:37.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:37.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:38.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:38.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:38 smithi194 ceph-mon[104785]: pgmap v19342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:38 smithi135 ceph-mon[93152]: pgmap v19342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:39.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:39.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:40.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:40.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:40 smithi194 ceph-mon[104785]: pgmap v19343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:40 smithi135 ceph-mon[93152]: pgmap v19343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:41.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:41.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:41.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:11:42.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:11:42.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:42.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:42 smithi194 ceph-mon[104785]: pgmap v19344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:43.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:42 smithi135 ceph-mon[93152]: pgmap v19344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:43.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:43.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:43 smithi194 ceph-mon[104785]: pgmap v19345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:44.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:43 smithi135 ceph-mon[93152]: pgmap v19345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:44.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:44.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:45.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:45.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:46.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:46.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:46 smithi194 ceph-mon[104785]: pgmap v19346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:11:47.048 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:46 smithi135 ceph-mon[93152]: pgmap v19346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:11:47.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:47.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:48.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:48.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:48 smithi194 ceph-mon[104785]: pgmap v19347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:48 smithi135 ceph-mon[93152]: pgmap v19347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:49.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:49.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:50.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:50.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:50.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:50 smithi194 ceph-mon[104785]: pgmap v19348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:50 smithi135 ceph-mon[93152]: pgmap v19348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:51.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:51.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:52.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:51 smithi135 ceph-mon[93152]: pgmap v19349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:52.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:51 smithi194 ceph-mon[104785]: pgmap v19349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:52.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:52.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:53.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:53.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:54.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:54 smithi135 ceph-mon[93152]: pgmap v19350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:54.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:54.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:54 smithi194 ceph-mon[104785]: pgmap v19350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:55.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:55.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:56.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:56.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:56 smithi194 ceph-mon[104785]: pgmap v19351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:11:56.989 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:11:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:56 smithi135 ceph-mon[93152]: pgmap v19351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:11:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:11:57.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:57.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:58.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:58.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:11:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:11:58 smithi194 ceph-mon[104785]: pgmap v19352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:59.005 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:11:58 smithi135 ceph-mon[93152]: pgmap v19352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:11:59.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:11:59.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:00.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:00.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:00 smithi194 ceph-mon[104785]: pgmap v19353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:01.224 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:00 smithi135 ceph-mon[93152]: pgmap v19353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:01.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:01.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:02.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:01 smithi135 ceph-mon[93152]: pgmap v19354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:02.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:01 smithi194 ceph-mon[104785]: pgmap v19354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:02.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:02.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:03.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:03.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:04.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:04.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:04 smithi194 ceph-mon[104785]: pgmap v19355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:04 smithi135 ceph-mon[93152]: pgmap v19355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:05.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:05.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:06.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:06.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:06 smithi194 ceph-mon[104785]: pgmap v19356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:12:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:06 smithi135 ceph-mon[93152]: pgmap v19356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:12:07.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:07.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:08.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:08.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:08 smithi194 ceph-mon[104785]: pgmap v19357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:09.011 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:08 smithi135 ceph-mon[93152]: pgmap v19357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:09.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:09.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:10.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:10.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:10 smithi194 ceph-mon[104785]: pgmap v19358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:10 smithi135 ceph-mon[93152]: pgmap v19358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:11.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:11.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:12:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:12:12.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:12.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:12 smithi194 ceph-mon[104785]: pgmap v19359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:12 smithi135 ceph-mon[93152]: pgmap v19359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:13.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:13.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:13 smithi194 ceph-mon[104785]: pgmap v19360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:14.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:13 smithi135 ceph-mon[93152]: pgmap v19360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:14.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:14.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:15.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:15.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:16.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:16.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:16 smithi194 ceph-mon[104785]: pgmap v19361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:12:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:16 smithi135 ceph-mon[93152]: pgmap v19361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:12:17.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:17.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:18.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:18.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:18 smithi194 ceph-mon[104785]: pgmap v19362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:18 smithi135 ceph-mon[93152]: pgmap v19362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:19.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:19.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:20.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:20.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:20 smithi194 ceph-mon[104785]: pgmap v19363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:20 smithi135 ceph-mon[93152]: pgmap v19363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:21.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:21.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:22.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:22.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:22 smithi194 ceph-mon[104785]: pgmap v19364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:23.133 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:22 smithi135 ceph-mon[93152]: pgmap v19364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:23.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:23.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:12:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:12:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:12:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:12:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:12:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:12:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:12:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:12:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:12:24.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:12:24.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:12:24.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:12:24.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:24.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:24 smithi194 ceph-mon[104785]: pgmap v19365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:24 smithi135 ceph-mon[93152]: pgmap v19365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:25.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:25.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:25 smithi194 ceph-mon[104785]: pgmap v19366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:12:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:25 smithi135 ceph-mon[93152]: pgmap v19366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:12:26.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:26.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:12:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:12:27.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:27.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:27.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:27 smithi194 ceph-mon[104785]: pgmap v19367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:27 smithi135 ceph-mon[93152]: pgmap v19367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:28.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:28.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:29.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:29.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:30.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:30.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:30 smithi194 ceph-mon[104785]: pgmap v19368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:30 smithi135 ceph-mon[93152]: pgmap v19368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:31.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:31.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:32.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:32.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:32 smithi194 ceph-mon[104785]: pgmap v19369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:32 smithi135 ceph-mon[93152]: pgmap v19369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:33.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:33.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:34.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:34.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:34 smithi194 ceph-mon[104785]: pgmap v19370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:34 smithi135 ceph-mon[93152]: pgmap v19370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:35.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:35.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:35 smithi194 ceph-mon[104785]: pgmap v19371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:12:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:35 smithi135 ceph-mon[93152]: pgmap v19371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:12:36.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:36.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:37.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:37.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:38.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:38.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:38 smithi194 ceph-mon[104785]: pgmap v19372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:38 smithi135 ceph-mon[93152]: pgmap v19372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:39.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:39.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:40.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:40.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:40 smithi194 ceph-mon[104785]: pgmap v19373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:40 smithi135 ceph-mon[93152]: pgmap v19373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:41.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:41.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:12:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:12:42.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:42.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:42.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:42 smithi194 ceph-mon[104785]: pgmap v19374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:42 smithi135 ceph-mon[93152]: pgmap v19374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:43.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:43.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:43.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:43 smithi194 ceph-mon[104785]: pgmap v19375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:44.112 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:43 smithi135 ceph-mon[93152]: pgmap v19375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:44.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:44.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:45.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:45.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:46.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:46.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:46.944 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:46 smithi194 ceph-mon[104785]: pgmap v19376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:12:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:46 smithi135 ceph-mon[93152]: pgmap v19376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:12:47.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:47.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:47 smithi135 ceph-mon[93152]: pgmap v19377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:47 smithi194 ceph-mon[104785]: pgmap v19377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:48.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:48.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:49.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:49.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:50.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:50.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:50 smithi194 ceph-mon[104785]: pgmap v19378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:50 smithi135 ceph-mon[93152]: pgmap v19378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:51.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:51.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:52.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:52.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:52 smithi194 ceph-mon[104785]: pgmap v19379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:52 smithi135 ceph-mon[93152]: pgmap v19379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:53.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:53.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:53.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:53 smithi194 ceph-mon[104785]: pgmap v19380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:54.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:53 smithi135 ceph-mon[93152]: pgmap v19380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:54.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:54.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:55.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:55.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:56.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:56.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:56 smithi194 ceph-mon[104785]: pgmap v19381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:12:57.089 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:12:57.090 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:56 smithi135 ceph-mon[93152]: pgmap v19381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:12:57.090 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:12:57.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:57.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:58.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:12:57 smithi135 ceph-mon[93152]: pgmap v19382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:12:57 smithi194 ceph-mon[104785]: pgmap v19382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:12:58.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:58.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:12:59.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:12:59.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:00.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:00.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:00 smithi194 ceph-mon[104785]: pgmap v19383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:00 smithi135 ceph-mon[93152]: pgmap v19383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:01.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:01.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:02.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:01 smithi135 ceph-mon[93152]: pgmap v19384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:02.101 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:01 smithi194 ceph-mon[104785]: pgmap v19384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:02.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:02.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:03.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:03.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:04.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:04.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:04 smithi194 ceph-mon[104785]: pgmap v19385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:04 smithi135 ceph-mon[93152]: pgmap v19385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:05.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:05.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:06.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:06.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:06 smithi194 ceph-mon[104785]: pgmap v19386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:13:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:06 smithi135 ceph-mon[93152]: pgmap v19386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:13:07.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:07.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:08.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:07 smithi135 ceph-mon[93152]: pgmap v19387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:08.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:07 smithi194 ceph-mon[104785]: pgmap v19387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:08.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:08.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:09.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:09.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:10.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:10.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:10 smithi194 ceph-mon[104785]: pgmap v19388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:10 smithi135 ceph-mon[93152]: pgmap v19388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:11.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:11.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:13:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:13:12.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:12.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:12 smithi194 ceph-mon[104785]: pgmap v19389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:12 smithi135 ceph-mon[93152]: pgmap v19389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:13.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:13.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:13.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:13 smithi194 ceph-mon[104785]: pgmap v19390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:14.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:13 smithi135 ceph-mon[93152]: pgmap v19390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:14.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:14.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:15.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:15.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:16.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:16.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:16 smithi194 ceph-mon[104785]: pgmap v19391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:13:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:16 smithi135 ceph-mon[93152]: pgmap v19391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:13:17.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:17.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:17.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:17 smithi194 ceph-mon[104785]: pgmap v19392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:18.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:17 smithi135 ceph-mon[93152]: pgmap v19392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:18.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:18.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:19.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:19.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:20.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:20.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:20 smithi194 ceph-mon[104785]: pgmap v19393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:20 smithi135 ceph-mon[93152]: pgmap v19393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:21.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:21.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:21 smithi194 ceph-mon[104785]: pgmap v19394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:21 smithi135 ceph-mon[93152]: pgmap v19394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:22.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:22.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:23.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:23.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:24.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:24.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:24 smithi194 ceph-mon[104785]: pgmap v19395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:13:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:13:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:13:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:13:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:13:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:13:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:24 smithi135 ceph-mon[93152]: pgmap v19395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:13:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:13:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:13:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:13:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:13:24.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:13:25.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:25.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:25 smithi135 ceph-mon[93152]: pgmap v19396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:13:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:25 smithi194 ceph-mon[104785]: pgmap v19396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:13:26.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:26.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:13:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:13:27.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:27.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:27 smithi135 ceph-mon[93152]: pgmap v19397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:27 smithi194 ceph-mon[104785]: pgmap v19397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:28.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:28.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:29.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:29.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:30.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:30.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:30 smithi194 ceph-mon[104785]: pgmap v19398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:30 smithi135 ceph-mon[93152]: pgmap v19398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:31.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:31.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:31.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:31 smithi194 ceph-mon[104785]: pgmap v19399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:31 smithi135 ceph-mon[93152]: pgmap v19399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:32.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:32.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:33.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:33.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:34 smithi194 ceph-mon[104785]: pgmap v19400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:34.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:34.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:34 smithi135 ceph-mon[93152]: pgmap v19400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:35.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:35.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:35 smithi135 ceph-mon[93152]: pgmap v19401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:13:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:35 smithi194 ceph-mon[104785]: pgmap v19401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:13:36.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:36.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:37.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:37.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:38 smithi194 ceph-mon[104785]: pgmap v19402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:38.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:38.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:38 smithi135 ceph-mon[93152]: pgmap v19402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:39.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:39.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:40.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:40 smithi135 ceph-mon[93152]: pgmap v19403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:40 smithi194 ceph-mon[104785]: pgmap v19403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:40.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:40.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:13:41.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:41.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:13:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:42 smithi194 ceph-mon[104785]: pgmap v19404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:42.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:42.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:42 smithi135 ceph-mon[93152]: pgmap v19404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:43.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:43.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:44 smithi194 ceph-mon[104785]: pgmap v19405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:44.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:44.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:44 smithi135 ceph-mon[93152]: pgmap v19405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:45.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:45.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:45 smithi194 ceph-mon[104785]: pgmap v19406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:13:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:45 smithi135 ceph-mon[93152]: pgmap v19406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:13:46.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:46.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:47.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:47.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:48 smithi194 ceph-mon[104785]: pgmap v19407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:48.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:48.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:48 smithi135 ceph-mon[93152]: pgmap v19407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:49.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:49.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:50 smithi194 ceph-mon[104785]: pgmap v19408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:50.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:50.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:50 smithi135 ceph-mon[93152]: pgmap v19408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:51.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:51.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:52 smithi194 ceph-mon[104785]: pgmap v19409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:52.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:52.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:52.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:52 smithi135 ceph-mon[93152]: pgmap v19409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:53.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:53.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:54 smithi194 ceph-mon[104785]: pgmap v19410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:54.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:54.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:54.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:54 smithi135 ceph-mon[93152]: pgmap v19410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:55.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:55.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:55 smithi135 ceph-mon[93152]: pgmap v19411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:13:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:55 smithi194 ceph-mon[104785]: pgmap v19411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:13:56.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:56.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:13:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:13:57.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:57.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:13:57 smithi194 ceph-mon[104785]: pgmap v19412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:13:57 smithi135 ceph-mon[93152]: pgmap v19412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:13:58.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:58.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:13:59.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:13:59.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:00 smithi194 ceph-mon[104785]: pgmap v19413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:00.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:00.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:00.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:00 smithi135 ceph-mon[93152]: pgmap v19413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:01.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:01.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:02 smithi194 ceph-mon[104785]: pgmap v19414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:02 smithi135 ceph-mon[93152]: pgmap v19414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:02.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:02.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:03.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:03.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:04 smithi194 ceph-mon[104785]: pgmap v19415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:04 smithi135 ceph-mon[93152]: pgmap v19415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:04.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:04.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:05.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:05.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:05 smithi135 ceph-mon[93152]: pgmap v19416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:14:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:05 smithi194 ceph-mon[104785]: pgmap v19416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:14:06.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:06.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:07.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:07.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:08 smithi194 ceph-mon[104785]: pgmap v19417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:08 smithi135 ceph-mon[93152]: pgmap v19417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:08.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:08.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:09.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:09.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:10 smithi194 ceph-mon[104785]: pgmap v19418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:10 smithi135 ceph-mon[93152]: pgmap v19418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:10.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:10.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:14:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:14:11.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:11.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:12 smithi194 ceph-mon[104785]: pgmap v19419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:12.516 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:12 smithi135 ceph-mon[93152]: pgmap v19419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:12.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:12.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:13.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:13.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:14 smithi194 ceph-mon[104785]: pgmap v19420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:14.604 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:14 smithi135 ceph-mon[93152]: pgmap v19420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:14.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:14.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:15.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:15.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:15 smithi135 ceph-mon[93152]: pgmap v19421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:14:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:15 smithi194 ceph-mon[104785]: pgmap v19421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:14:16.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:16.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:17.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:17.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:18.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:18 smithi194 ceph-mon[104785]: pgmap v19422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:18 smithi135 ceph-mon[93152]: pgmap v19422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:18.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:18.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:19.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:19.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:20.388 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:20 smithi135 ceph-mon[93152]: pgmap v19423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:20 smithi194 ceph-mon[104785]: pgmap v19423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:20.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:20.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:21.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:21.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:22 smithi194 ceph-mon[104785]: pgmap v19424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:22 smithi135 ceph-mon[93152]: pgmap v19424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:22.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:22.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:23.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:23.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:24 smithi194 ceph-mon[104785]: pgmap v19425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:24.498 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:14:24.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:24 smithi135 ceph-mon[93152]: pgmap v19425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:14:24.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:24.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:25.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:25.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:25 smithi135 ceph-mon[93152]: pgmap v19426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:14:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:25 smithi194 ceph-mon[104785]: pgmap v19426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:14:26.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:26.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:14:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:14:27.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:27.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:27.994 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:27 smithi194 ceph-mon[104785]: pgmap v19427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:28.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:27 smithi135 ceph-mon[93152]: pgmap v19427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:28.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:28.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:29.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:29.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:29.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:14:29.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:14:29.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:14:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:14:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:14:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:14:29.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:29 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:14:30.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:14:30.013 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:14:30.013 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:14:30.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:14:30.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:14:30.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:14:30.014 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:29 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:14:30.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:30.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:30 smithi135 ceph-mon[93152]: pgmap v19428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:30 smithi194 ceph-mon[104785]: pgmap v19428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:31.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:31.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:32.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:32.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:32 smithi194 ceph-mon[104785]: pgmap v19429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:32 smithi135 ceph-mon[93152]: pgmap v19429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:33.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:33.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:34.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:34.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:34 smithi194 ceph-mon[104785]: pgmap v19430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:34 smithi135 ceph-mon[93152]: pgmap v19430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:35.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:35.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:35 smithi135 ceph-mon[93152]: pgmap v19431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:14:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:35 smithi194 ceph-mon[104785]: pgmap v19431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:14:36.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:36.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:37.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:37.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:38 smithi194 ceph-mon[104785]: pgmap v19432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:38 smithi135 ceph-mon[93152]: pgmap v19432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:38.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:38.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:39.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:39.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:40 smithi194 ceph-mon[104785]: pgmap v19433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:40 smithi135 ceph-mon[93152]: pgmap v19433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:40.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:40.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:14:41.530 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:14:41.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:41.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:42 smithi194 ceph-mon[104785]: pgmap v19434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:42 smithi135 ceph-mon[93152]: pgmap v19434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:42.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:42.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:43.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:43.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:44 smithi194 ceph-mon[104785]: pgmap v19435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:44 smithi135 ceph-mon[93152]: pgmap v19435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:44.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:44.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:45.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:45.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:45 smithi135 ceph-mon[93152]: pgmap v19436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:14:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:45 smithi194 ceph-mon[104785]: pgmap v19436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:14:46.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:46.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:47.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:47.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:48 smithi194 ceph-mon[104785]: pgmap v19437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:48 smithi135 ceph-mon[93152]: pgmap v19437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:48.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:48.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:49.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:49.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:50 smithi194 ceph-mon[104785]: pgmap v19438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:50.584 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:50 smithi135 ceph-mon[93152]: pgmap v19438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:50.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:50.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:51.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:51.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:52 smithi194 ceph-mon[104785]: pgmap v19439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:52 smithi135 ceph-mon[93152]: pgmap v19439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:52.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:52.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:53.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:53.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:54 smithi194 ceph-mon[104785]: pgmap v19440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:54 smithi135 ceph-mon[93152]: pgmap v19440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:54.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:54.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:55.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:55.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:55 smithi135 ceph-mon[93152]: pgmap v19441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:14:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:55 smithi194 ceph-mon[104785]: pgmap v19441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:14:56.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:56.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:14:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:14:57.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:57.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:58.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:14:57 smithi135 ceph-mon[93152]: pgmap v19442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:58.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:14:57 smithi194 ceph-mon[104785]: pgmap v19442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:14:58.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:58.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:14:59.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:14:59.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:00 smithi194 ceph-mon[104785]: pgmap v19443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:00 smithi135 ceph-mon[93152]: pgmap v19443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:00.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:00.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:01.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:01.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:02 smithi194 ceph-mon[104785]: pgmap v19444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:02 smithi135 ceph-mon[93152]: pgmap v19444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:02.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:02.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:03.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:03.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:04 smithi194 ceph-mon[104785]: pgmap v19445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:04 smithi135 ceph-mon[93152]: pgmap v19445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:04.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:04.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:05.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:05.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:05 smithi135 ceph-mon[93152]: pgmap v19446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:15:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:05 smithi194 ceph-mon[104785]: pgmap v19446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:15:06.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:06.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:07.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:07.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:08.410 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:08 smithi194 ceph-mon[104785]: pgmap v19447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:08 smithi135 ceph-mon[93152]: pgmap v19447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:08.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:08.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:09.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:09.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:10 smithi194 ceph-mon[104785]: pgmap v19448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:10 smithi135 ceph-mon[93152]: pgmap v19448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:10.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:10.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:15:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:15:11.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:11.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:12 smithi194 ceph-mon[104785]: pgmap v19449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:12 smithi135 ceph-mon[93152]: pgmap v19449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:12.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:12.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:13.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:13.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:14 smithi194 ceph-mon[104785]: pgmap v19450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:14 smithi135 ceph-mon[93152]: pgmap v19450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:14.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:14.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:15.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:15.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:15 smithi135 ceph-mon[93152]: pgmap v19451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:15:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:15 smithi194 ceph-mon[104785]: pgmap v19451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:15:16.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:16.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:17.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:17.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:18 smithi194 ceph-mon[104785]: pgmap v19452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:18 smithi135 ceph-mon[93152]: pgmap v19452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:18.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:18.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:19.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:19.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:20 smithi194 ceph-mon[104785]: pgmap v19453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:20 smithi135 ceph-mon[93152]: pgmap v19453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:20.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:20.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:21.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:21.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:22 smithi194 ceph-mon[104785]: pgmap v19454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:22 smithi135 ceph-mon[93152]: pgmap v19454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:22.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:22.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:23.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:23.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:24 smithi194 ceph-mon[104785]: pgmap v19455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:24 smithi135 ceph-mon[93152]: pgmap v19455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:24.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:24.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:25.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:25.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:25 smithi135 ceph-mon[93152]: pgmap v19456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:15:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:25 smithi194 ceph-mon[104785]: pgmap v19456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:15:26.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:26.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:15:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:15:27.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:27.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:27 smithi135 ceph-mon[93152]: pgmap v19457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:27 smithi194 ceph-mon[104785]: pgmap v19457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:28.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:28.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:29.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:29.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:30 smithi194 ceph-mon[104785]: pgmap v19458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:15:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:15:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:15:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:15:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:15:30.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:15:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:30 smithi135 ceph-mon[93152]: pgmap v19458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:15:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:15:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:15:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:15:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:15:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:15:30.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:30.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:31.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:31.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:32.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:32 smithi194 ceph-mon[104785]: pgmap v19459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:32.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:32 smithi135 ceph-mon[93152]: pgmap v19459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:32.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:32.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:33.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:33.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:34 smithi194 ceph-mon[104785]: pgmap v19460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:34 smithi135 ceph-mon[93152]: pgmap v19460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:34.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:34.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:35.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:35.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:35 smithi135 ceph-mon[93152]: pgmap v19461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:15:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:35 smithi194 ceph-mon[104785]: pgmap v19461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:15:36.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:36.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:37.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:37.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:38 smithi194 ceph-mon[104785]: pgmap v19462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:38 smithi135 ceph-mon[93152]: pgmap v19462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:38.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:38.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:39.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:39.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:40 smithi194 ceph-mon[104785]: pgmap v19463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:40 smithi135 ceph-mon[93152]: pgmap v19463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:40.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:40.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:15:41.608 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:15:41.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:42.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:42.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:42 smithi194 ceph-mon[104785]: pgmap v19464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:42 smithi135 ceph-mon[93152]: pgmap v19464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:42.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:42.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:43.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:43.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:44 smithi194 ceph-mon[104785]: pgmap v19465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:44 smithi135 ceph-mon[93152]: pgmap v19465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:44.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:44.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:45.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:45.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:45 smithi135 ceph-mon[93152]: pgmap v19466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:15:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:45 smithi194 ceph-mon[104785]: pgmap v19466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:15:46.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:46.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:47.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:47.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:48 smithi194 ceph-mon[104785]: pgmap v19467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:48 smithi135 ceph-mon[93152]: pgmap v19467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:48.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:48.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:49.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:49.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:50 smithi194 ceph-mon[104785]: pgmap v19468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:50 smithi135 ceph-mon[93152]: pgmap v19468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:50.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:50.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:51.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:51.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:52 smithi194 ceph-mon[104785]: pgmap v19469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:52 smithi135 ceph-mon[93152]: pgmap v19469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:52.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:52.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:53.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:53.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:54 smithi194 ceph-mon[104785]: pgmap v19470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:54.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:54 smithi135 ceph-mon[93152]: pgmap v19470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:54.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:54.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:55.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:55.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:55 smithi135 ceph-mon[93152]: pgmap v19471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:15:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:55 smithi194 ceph-mon[104785]: pgmap v19471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:15:56.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:56.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:15:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:15:57.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:57.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:15:57 smithi135 ceph-mon[93152]: pgmap v19472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:15:57 smithi194 ceph-mon[104785]: pgmap v19472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:15:58.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:58.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:15:59.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:15:59.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:00 smithi194 ceph-mon[104785]: pgmap v19473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:00 smithi135 ceph-mon[93152]: pgmap v19473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:00.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:00.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:01.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:01.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:02 smithi194 ceph-mon[104785]: pgmap v19474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:02 smithi135 ceph-mon[93152]: pgmap v19474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:02.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:02.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:03.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:03.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:04 smithi194 ceph-mon[104785]: pgmap v19475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:04 smithi135 ceph-mon[93152]: pgmap v19475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:04.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:04.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:05.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:05.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:05 smithi135 ceph-mon[93152]: pgmap v19476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:16:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:05 smithi194 ceph-mon[104785]: pgmap v19476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:16:06.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:06.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:07.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:07.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:08 smithi194 ceph-mon[104785]: pgmap v19477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:08 smithi135 ceph-mon[93152]: pgmap v19477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:08.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:08.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:09.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:09.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:10 smithi194 ceph-mon[104785]: pgmap v19478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:10 smithi135 ceph-mon[93152]: pgmap v19478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:10.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:10.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:16:11.487 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:16:11.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:11.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:12 smithi194 ceph-mon[104785]: pgmap v19479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:12 smithi135 ceph-mon[93152]: pgmap v19479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:12.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:12.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:13.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:13.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:14 smithi194 ceph-mon[104785]: pgmap v19480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:14 smithi135 ceph-mon[93152]: pgmap v19480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:14.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:14.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:15.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:15.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:15 smithi135 ceph-mon[93152]: pgmap v19481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:16:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:15 smithi194 ceph-mon[104785]: pgmap v19481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:16:16.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:16.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:17.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:17.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:18 smithi194 ceph-mon[104785]: pgmap v19482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:18 smithi135 ceph-mon[93152]: pgmap v19482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:18.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:18.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:19.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:19.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:20 smithi194 ceph-mon[104785]: pgmap v19483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:20 smithi135 ceph-mon[93152]: pgmap v19483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:20.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:20.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:21.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:21.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:22 smithi194 ceph-mon[104785]: pgmap v19484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:22 smithi135 ceph-mon[93152]: pgmap v19484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:22.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:22.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:23.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:23.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:24 smithi194 ceph-mon[104785]: pgmap v19485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:24 smithi135 ceph-mon[93152]: pgmap v19485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:24.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:24.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:25.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:25.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:25 smithi135 ceph-mon[93152]: pgmap v19486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:16:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:25 smithi194 ceph-mon[104785]: pgmap v19486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:16:26.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:26.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:16:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:16:27.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:27.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:28.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:27 smithi135 ceph-mon[93152]: pgmap v19487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:27 smithi194 ceph-mon[104785]: pgmap v19487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:28.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:28.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:29.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:29.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:30 smithi194 ceph-mon[104785]: pgmap v19488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:16:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:30 smithi135 ceph-mon[93152]: pgmap v19488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:16:30.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:30.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:31.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:31.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:32 smithi194 ceph-mon[104785]: pgmap v19489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:32 smithi135 ceph-mon[93152]: pgmap v19489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:32.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:32.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:33.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:33.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:34 smithi194 ceph-mon[104785]: pgmap v19490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:34 smithi135 ceph-mon[93152]: pgmap v19490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:34.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:34.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:35.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:35.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:36.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:35 smithi135 ceph-mon[93152]: pgmap v19491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:16:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:35 smithi194 ceph-mon[104785]: pgmap v19491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:16:36.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:36.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:37.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:37.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:16:38.507 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:16:38.507 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:38 smithi194 ceph-mon[104785]: pgmap v19492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:38.508 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:16:38.508 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:16:38.508 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:16:38.508 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:16:38.508 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:16:38.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:16:38.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:16:38.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:38 smithi135 ceph-mon[93152]: pgmap v19492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:38.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:16:38.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:16:38.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:16:38.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:16:38.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:16:38.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:38.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:39.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:39.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:40 smithi194 ceph-mon[104785]: pgmap v19493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:40.539 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:40 smithi135 ceph-mon[93152]: pgmap v19493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:40.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:41.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:16:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:16:41.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:41.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:42.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:42 smithi194 ceph-mon[104785]: pgmap v19494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:42 smithi135 ceph-mon[93152]: pgmap v19494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:42.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:42.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:43.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:43.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:44.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:44 smithi194 ceph-mon[104785]: pgmap v19495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:44 smithi135 ceph-mon[93152]: pgmap v19495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:44.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:44.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:45.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:45.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:46.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:45 smithi135 ceph-mon[93152]: pgmap v19496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:16:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:45 smithi194 ceph-mon[104785]: pgmap v19496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:16:46.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:46.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:47.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:47.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:48 smithi194 ceph-mon[104785]: pgmap v19497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:48 smithi135 ceph-mon[93152]: pgmap v19497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:48.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:48.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:49.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:49.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:50 smithi194 ceph-mon[104785]: pgmap v19498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:50 smithi135 ceph-mon[93152]: pgmap v19498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:50.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:50.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:51.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:51.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:52 smithi194 ceph-mon[104785]: pgmap v19499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:52 smithi135 ceph-mon[93152]: pgmap v19499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:52.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:52.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:53.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:53.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:54 smithi194 ceph-mon[104785]: pgmap v19500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:54 smithi135 ceph-mon[93152]: pgmap v19500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:54.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:54.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:55.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:55.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:55 smithi135 ceph-mon[93152]: pgmap v19501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:16:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:55 smithi194 ceph-mon[104785]: pgmap v19501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:16:56.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:56.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:16:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:16:57.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:57.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:58.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:16:57 smithi135 ceph-mon[93152]: pgmap v19502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:16:57 smithi194 ceph-mon[104785]: pgmap v19502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:16:58.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:58.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:16:59.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:16:59.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:00.462 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:00 smithi194 ceph-mon[104785]: pgmap v19503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:00 smithi135 ceph-mon[93152]: pgmap v19503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:00.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:00.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:01.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:01.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:02.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:02 smithi135 ceph-mon[93152]: pgmap v19504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:02 smithi194 ceph-mon[104785]: pgmap v19504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:02.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:02.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:03.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:03.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:04 smithi194 ceph-mon[104785]: pgmap v19505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:04 smithi135 ceph-mon[93152]: pgmap v19505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:04.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:04.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:05.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:05.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:06.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:05 smithi135 ceph-mon[93152]: pgmap v19506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:17:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:05 smithi194 ceph-mon[104785]: pgmap v19506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:17:06.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:06.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:07.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:07.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:08 smithi194 ceph-mon[104785]: pgmap v19507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:08 smithi135 ceph-mon[93152]: pgmap v19507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:08.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:08.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:09.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:09.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:10 smithi194 ceph-mon[104785]: pgmap v19508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:10 smithi135 ceph-mon[93152]: pgmap v19508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:10.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:10.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:17:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:17:11.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:11.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:12 smithi194 ceph-mon[104785]: pgmap v19509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:12.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:12 smithi135 ceph-mon[93152]: pgmap v19509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:12.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:12.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:13.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:13.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:14 smithi194 ceph-mon[104785]: pgmap v19510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:14 smithi135 ceph-mon[93152]: pgmap v19510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:14.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:14.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:15.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:15.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:15 smithi135 ceph-mon[93152]: pgmap v19511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:17:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:15 smithi194 ceph-mon[104785]: pgmap v19511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:17:16.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:16.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:17.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:17.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:18 smithi194 ceph-mon[104785]: pgmap v19512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:18 smithi135 ceph-mon[93152]: pgmap v19512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:18.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:18.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:19.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:19.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:20 smithi194 ceph-mon[104785]: pgmap v19513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:20 smithi135 ceph-mon[93152]: pgmap v19513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:20.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:20.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:21.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:21.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:22 smithi194 ceph-mon[104785]: pgmap v19514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:22 smithi135 ceph-mon[93152]: pgmap v19514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:22.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:22.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:23.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:23.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:24 smithi194 ceph-mon[104785]: pgmap v19515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:24 smithi135 ceph-mon[93152]: pgmap v19515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:24.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:24.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:25.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:25.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:25 smithi194 ceph-mon[104785]: pgmap v19516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:17:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:25 smithi135 ceph-mon[93152]: pgmap v19516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:17:26.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:26.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:17:27.227 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:17:27.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:27.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:27 smithi194 ceph-mon[104785]: pgmap v19517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:27 smithi135 ceph-mon[93152]: pgmap v19517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:28.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:28.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:29.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:29.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:30 smithi194 ceph-mon[104785]: pgmap v19518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:30 smithi135 ceph-mon[93152]: pgmap v19518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:30.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:30.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:31.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:31.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:32 smithi194 ceph-mon[104785]: pgmap v19519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:32 smithi135 ceph-mon[93152]: pgmap v19519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:32.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:32.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:33.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:33.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:34 smithi194 ceph-mon[104785]: pgmap v19520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:34.929 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:34 smithi135 ceph-mon[93152]: pgmap v19520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:34.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:34.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:35.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:35.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:35 smithi194 ceph-mon[104785]: pgmap v19521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:17:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:35 smithi135 ceph-mon[93152]: pgmap v19521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:17:36.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:36.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:37.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:37.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:38 smithi194 ceph-mon[104785]: pgmap v19522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:17:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:38.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:38 smithi135 ceph-mon[93152]: pgmap v19522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:17:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:38.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:38.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:17:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:17:39.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:39.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:17:39.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:39.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:39.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:39.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:17:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:17:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:17:39.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:17:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:40 smithi135 ceph-mon[93152]: pgmap v19523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:40.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:40.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:40 smithi194 ceph-mon[104785]: pgmap v19523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:17:41.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:41.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:17:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:42 smithi135 ceph-mon[93152]: pgmap v19524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:42.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:42.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:42 smithi194 ceph-mon[104785]: pgmap v19524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:43.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:43.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:44.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:44.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:44 smithi194 ceph-mon[104785]: pgmap v19525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:44 smithi135 ceph-mon[93152]: pgmap v19525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:45.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:45.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:45 smithi194 ceph-mon[104785]: pgmap v19526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:17:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:45 smithi135 ceph-mon[93152]: pgmap v19526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:17:46.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:46.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:47.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:47.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:48 smithi194 ceph-mon[104785]: pgmap v19527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:48 smithi135 ceph-mon[93152]: pgmap v19527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:48.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:48.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:49.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:49.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:50 smithi194 ceph-mon[104785]: pgmap v19528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:50.773 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:50 smithi135 ceph-mon[93152]: pgmap v19528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:50.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:50.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:51.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:51.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:52.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:52 smithi194 ceph-mon[104785]: pgmap v19529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:52.474 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:52 smithi135 ceph-mon[93152]: pgmap v19529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:52.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:52.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:53.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:53.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:54.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:54 smithi194 ceph-mon[104785]: pgmap v19530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:54 smithi135 ceph-mon[93152]: pgmap v19530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:54.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:54.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:55.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:55.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:55 smithi194 ceph-mon[104785]: pgmap v19531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:17:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:55 smithi135 ceph-mon[93152]: pgmap v19531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:17:56.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:56.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:17:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:17:57.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:57.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:58.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:17:57 smithi135 ceph-mon[93152]: pgmap v19532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:17:57 smithi194 ceph-mon[104785]: pgmap v19532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:17:58.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:58.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:17:59.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:17:59.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:00 smithi194 ceph-mon[104785]: pgmap v19533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:00 smithi135 ceph-mon[93152]: pgmap v19533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:00.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:00.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:01.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:01.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:02 smithi194 ceph-mon[104785]: pgmap v19534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:02 smithi135 ceph-mon[93152]: pgmap v19534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:02.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:02.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:03.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:03.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:04 smithi194 ceph-mon[104785]: pgmap v19535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:04 smithi135 ceph-mon[93152]: pgmap v19535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:04.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:04.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:05.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:05.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:05 smithi194 ceph-mon[104785]: pgmap v19536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:18:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:05 smithi135 ceph-mon[93152]: pgmap v19536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:18:06.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:06.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:07.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:07.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:08 smithi194 ceph-mon[104785]: pgmap v19537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:08 smithi135 ceph-mon[93152]: pgmap v19537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:08.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:08.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:09.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:09.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:10.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:10 smithi194 ceph-mon[104785]: pgmap v19538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:10 smithi135 ceph-mon[93152]: pgmap v19538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:10.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:10.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:18:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:18:11.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:11.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:12 smithi194 ceph-mon[104785]: pgmap v19539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:12 smithi135 ceph-mon[93152]: pgmap v19539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:12.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:12.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:13.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:13.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:14 smithi194 ceph-mon[104785]: pgmap v19540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:14 smithi135 ceph-mon[93152]: pgmap v19540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:14.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:14.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:15.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:15.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:15 smithi194 ceph-mon[104785]: pgmap v19541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:18:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:15 smithi135 ceph-mon[93152]: pgmap v19541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:18:16.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:16.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:17.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:17.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:18.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:18 smithi194 ceph-mon[104785]: pgmap v19542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:18 smithi135 ceph-mon[93152]: pgmap v19542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:18.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:18.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:19.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:19.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:20.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:20 smithi194 ceph-mon[104785]: pgmap v19543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:20 smithi135 ceph-mon[93152]: pgmap v19543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:20.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:20.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:21.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:21.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:22 smithi194 ceph-mon[104785]: pgmap v19544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:22 smithi135 ceph-mon[93152]: pgmap v19544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:22.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:22.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:23.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:23.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:24 smithi194 ceph-mon[104785]: pgmap v19545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:24 smithi135 ceph-mon[93152]: pgmap v19545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:24.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:24.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:25.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:25.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:25 smithi194 ceph-mon[104785]: pgmap v19546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:18:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:25 smithi135 ceph-mon[93152]: pgmap v19546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:18:26.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:26.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:18:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:18:27.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:27.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:27 smithi194 ceph-mon[104785]: pgmap v19547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:27 smithi135 ceph-mon[93152]: pgmap v19547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:28.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:28.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:29.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:29.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:30.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:30 smithi194 ceph-mon[104785]: pgmap v19548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:30 smithi135 ceph-mon[93152]: pgmap v19548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:30.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:30.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:31.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:31.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:32.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:32 smithi194 ceph-mon[104785]: pgmap v19549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:32 smithi135 ceph-mon[93152]: pgmap v19549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:32.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:32.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:33.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:33.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:34.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:34 smithi194 ceph-mon[104785]: pgmap v19550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:34 smithi135 ceph-mon[93152]: pgmap v19550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:34.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:34.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:35.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:35.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:35.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:35 smithi194 ceph-mon[104785]: pgmap v19551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:18:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:35 smithi135 ceph-mon[93152]: pgmap v19551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:18:36.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:36.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:37.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:37.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:38.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:38 smithi194 ceph-mon[104785]: pgmap v19552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:38 smithi135 ceph-mon[93152]: pgmap v19552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:38.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:38.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:18:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:18:39.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:39.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:40 smithi194 ceph-mon[104785]: pgmap v19553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:40.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:18:40.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:18:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:40 smithi135 ceph-mon[93152]: pgmap v19553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:18:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:18:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:18:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:18:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:18:40.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:40.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:18:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:18:41.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:41.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:42 smithi135 ceph-mon[93152]: pgmap v19554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:42 smithi194 ceph-mon[104785]: pgmap v19554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:42.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:42.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:43.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:43.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:44 smithi135 ceph-mon[93152]: pgmap v19555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:44 smithi194 ceph-mon[104785]: pgmap v19555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:44.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:44.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:45 smithi194 ceph-mon[104785]: pgmap v19556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:18:45.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:45.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:45 smithi135 ceph-mon[93152]: pgmap v19556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:18:46.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:46.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:47.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:47.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:48 smithi194 ceph-mon[104785]: pgmap v19557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:48 smithi135 ceph-mon[93152]: pgmap v19557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:48.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:48.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:49.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:49.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:50 smithi194 ceph-mon[104785]: pgmap v19558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:50 smithi135 ceph-mon[93152]: pgmap v19558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:50.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:50.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:51.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:51.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:52 smithi135 ceph-mon[93152]: pgmap v19559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:52 smithi194 ceph-mon[104785]: pgmap v19559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:52.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:52.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:53.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:53.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:54 smithi135 ceph-mon[93152]: pgmap v19560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:54 smithi194 ceph-mon[104785]: pgmap v19560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:54.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:54.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:55.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:55.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:55 smithi194 ceph-mon[104785]: pgmap v19561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:18:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:55 smithi135 ceph-mon[93152]: pgmap v19561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:18:56.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:56.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:18:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:18:57.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:57.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:58.117 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:18:57 smithi135 ceph-mon[93152]: pgmap v19562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:18:57 smithi194 ceph-mon[104785]: pgmap v19562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:18:58.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:58.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:18:59.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:18:59.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:00 smithi194 ceph-mon[104785]: pgmap v19563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:00 smithi135 ceph-mon[93152]: pgmap v19563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:00.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:01.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:02.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:02.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:02 smithi135 ceph-mon[93152]: pgmap v19564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:02 smithi194 ceph-mon[104785]: pgmap v19564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:03.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:03.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:04.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:04.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:04 smithi135 ceph-mon[93152]: pgmap v19565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:04 smithi194 ceph-mon[104785]: pgmap v19565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:05.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:05.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:06.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:06.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:05 smithi194 ceph-mon[104785]: pgmap v19566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:19:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:05 smithi135 ceph-mon[93152]: pgmap v19566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:19:07.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:07.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:08.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:08.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:08 smithi135 ceph-mon[93152]: pgmap v19567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:08 smithi194 ceph-mon[104785]: pgmap v19567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:09.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:09.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:10.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:10.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:10 smithi135 ceph-mon[93152]: pgmap v19568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:10 smithi194 ceph-mon[104785]: pgmap v19568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:11.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:11.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:19:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:19:12.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:12.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:12 smithi135 ceph-mon[93152]: pgmap v19569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:12 smithi194 ceph-mon[104785]: pgmap v19569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:13.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:13.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:14.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:14.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:14 smithi135 ceph-mon[93152]: pgmap v19570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:14 smithi194 ceph-mon[104785]: pgmap v19570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:15.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:15.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:16.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:16.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:15 smithi194 ceph-mon[104785]: pgmap v19571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:19:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:15 smithi135 ceph-mon[93152]: pgmap v19571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:19:17.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:17.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:18.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:18.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:18 smithi135 ceph-mon[93152]: pgmap v19572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:18 smithi194 ceph-mon[104785]: pgmap v19572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:19.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:19.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:20.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:20.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:20 smithi135 ceph-mon[93152]: pgmap v19573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:20 smithi194 ceph-mon[104785]: pgmap v19573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:21.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:21.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:22.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:22.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:22 smithi135 ceph-mon[93152]: pgmap v19574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:22 smithi194 ceph-mon[104785]: pgmap v19574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:23.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:23.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:24.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:24.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:24 smithi135 ceph-mon[93152]: pgmap v19575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:24 smithi194 ceph-mon[104785]: pgmap v19575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:25.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:25.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:26.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:26.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:26.091 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:25 smithi194 ceph-mon[104785]: pgmap v19576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:19:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:25 smithi135 ceph-mon[93152]: pgmap v19576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:19:27.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:27.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:19:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:19:28.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:28.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:27 smithi194 ceph-mon[104785]: pgmap v19577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:27 smithi135 ceph-mon[93152]: pgmap v19577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:29.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:29.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:30.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:30.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:30 smithi135 ceph-mon[93152]: pgmap v19578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:30 smithi194 ceph-mon[104785]: pgmap v19578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:31.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:31.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:32.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:32.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:32 smithi135 ceph-mon[93152]: pgmap v19579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:32 smithi194 ceph-mon[104785]: pgmap v19579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:33.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:33.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:34.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:34.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:34 smithi135 ceph-mon[93152]: pgmap v19580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:34 smithi194 ceph-mon[104785]: pgmap v19580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:35.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:35.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:36.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:36.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:36.195 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:35 smithi194 ceph-mon[104785]: pgmap v19581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:19:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:35 smithi135 ceph-mon[93152]: pgmap v19581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:19:37.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:37.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:38.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:38.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:38 smithi135 ceph-mon[93152]: pgmap v19582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:38 smithi194 ceph-mon[104785]: pgmap v19582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:39.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:39.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:40.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:40.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:40 smithi135 ceph-mon[93152]: pgmap v19583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:19:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:19:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:19:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:40 smithi194 ceph-mon[104785]: pgmap v19583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:19:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:19:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:19:41.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:41.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:19:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:19:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:19:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:19:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:19:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:19:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:19:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:19:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:19:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:19:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:19:41.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:19:42.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:42.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:42 smithi194 ceph-mon[104785]: pgmap v19584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:42 smithi135 ceph-mon[93152]: pgmap v19584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:43.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:43.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:44.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:44.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:44 smithi194 ceph-mon[104785]: pgmap v19585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:44 smithi135 ceph-mon[93152]: pgmap v19585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:45.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:45.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:46.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:46.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:45 smithi194 ceph-mon[104785]: pgmap v19586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:19:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:45 smithi135 ceph-mon[93152]: pgmap v19586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:19:47.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:47.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:48.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:48.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:48 smithi135 ceph-mon[93152]: pgmap v19587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:48 smithi194 ceph-mon[104785]: pgmap v19587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:49.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:49.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:50.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:50.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:50 smithi135 ceph-mon[93152]: pgmap v19588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:50 smithi194 ceph-mon[104785]: pgmap v19588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:51.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:51.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:52.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:52.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:52 smithi135 ceph-mon[93152]: pgmap v19589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:52 smithi194 ceph-mon[104785]: pgmap v19589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:53.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:53.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:54.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:54.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:54 smithi135 ceph-mon[93152]: pgmap v19590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:54 smithi194 ceph-mon[104785]: pgmap v19590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:55.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:55.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:56.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:56.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:55 smithi194 ceph-mon[104785]: pgmap v19591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:19:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:55 smithi135 ceph-mon[93152]: pgmap v19591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:19:57.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:57.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:19:57.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:19:58.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:58.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:19:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:19:57 smithi194 ceph-mon[104785]: pgmap v19592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:19:57 smithi135 ceph-mon[93152]: pgmap v19592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:19:59.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:19:59.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:00.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:00.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:00 smithi135 ceph-mon[93152]: pgmap v19593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T15:20:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:00 smithi194 ceph-mon[104785]: pgmap v19593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T15:20:01.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:01.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:02.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:02.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:02 smithi135 ceph-mon[93152]: pgmap v19594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:02 smithi194 ceph-mon[104785]: pgmap v19594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:03.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:03.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:04.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:04.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:04 smithi135 ceph-mon[93152]: pgmap v19595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:04 smithi194 ceph-mon[104785]: pgmap v19595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:05.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:05.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:06.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:06.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:06.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:05 smithi194 ceph-mon[104785]: pgmap v19596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:20:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:05 smithi135 ceph-mon[93152]: pgmap v19596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:20:07.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:07.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:08.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:08.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:08 smithi135 ceph-mon[93152]: pgmap v19597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:08 smithi194 ceph-mon[104785]: pgmap v19597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:09.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:09.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:10.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:10.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:10 smithi135 ceph-mon[93152]: pgmap v19598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:10 smithi194 ceph-mon[104785]: pgmap v19598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:11.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:11.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:20:11.562 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:20:12.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:12.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:12.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:12 smithi135 ceph-mon[93152]: pgmap v19599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:12 smithi194 ceph-mon[104785]: pgmap v19599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:13.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:13.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:14.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:14.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:14.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:14 smithi135 ceph-mon[93152]: pgmap v19600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:14 smithi194 ceph-mon[104785]: pgmap v19600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:15.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:15.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:16.123 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:16.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:15 smithi194 ceph-mon[104785]: pgmap v19601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:20:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:15 smithi135 ceph-mon[93152]: pgmap v19601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:20:17.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:17.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:18.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:18.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:18 smithi135 ceph-mon[93152]: pgmap v19602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:18 smithi194 ceph-mon[104785]: pgmap v19602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:19.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:19.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:20 smithi135 ceph-mon[93152]: pgmap v19603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:20 smithi194 ceph-mon[104785]: pgmap v19603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:21.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:21.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:22.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:22.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:22 smithi135 ceph-mon[93152]: pgmap v19604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:22 smithi194 ceph-mon[104785]: pgmap v19604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:23.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:23.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:24.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:24.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:24 smithi135 ceph-mon[93152]: pgmap v19605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:24 smithi194 ceph-mon[104785]: pgmap v19605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:25.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:25.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:26.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:26.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:25 smithi194 ceph-mon[104785]: pgmap v19606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:20:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:25 smithi135 ceph-mon[93152]: pgmap v19606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:20:27.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:27.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:20:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:20:28.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:28.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:27 smithi194 ceph-mon[104785]: pgmap v19607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:27 smithi135 ceph-mon[93152]: pgmap v19607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:29.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:29.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:30.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:30.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:30 smithi135 ceph-mon[93152]: pgmap v19608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:30 smithi194 ceph-mon[104785]: pgmap v19608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:31.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:31.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:32.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:32.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:32 smithi135 ceph-mon[93152]: pgmap v19609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:32 smithi194 ceph-mon[104785]: pgmap v19609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:33.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:33.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:34.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:34.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:34.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:34 smithi135 ceph-mon[93152]: pgmap v19610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:34 smithi194 ceph-mon[104785]: pgmap v19610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:35.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:35.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:36.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:36.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:35 smithi194 ceph-mon[104785]: pgmap v19611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:20:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:35 smithi135 ceph-mon[93152]: pgmap v19611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:20:37.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:37.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:38.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:38.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:38 smithi135 ceph-mon[93152]: pgmap v19612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:38 smithi194 ceph-mon[104785]: pgmap v19612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:39.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:39.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:40.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:40.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:40.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:40 smithi135 ceph-mon[93152]: pgmap v19613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:40 smithi194 ceph-mon[104785]: pgmap v19613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:41.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:41.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:20:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:20:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:20:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:20:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:20:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:20:41.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:20:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:20:41.745 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:20:41.745 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:20:41.745 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:20:41.745 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:20:41.746 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:20:41.746 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:20:42.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:42.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:42.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:42 smithi135 ceph-mon[93152]: pgmap v19614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:42 smithi194 ceph-mon[104785]: pgmap v19614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:43.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:43.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:44.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:44.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:44.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:44 smithi135 ceph-mon[93152]: pgmap v19615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:44 smithi194 ceph-mon[104785]: pgmap v19615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:45.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:45.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:46.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:46.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:46.215 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:45 smithi194 ceph-mon[104785]: pgmap v19616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:20:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:45 smithi135 ceph-mon[93152]: pgmap v19616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:20:47.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:47.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:48.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:48.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:48.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:48 smithi135 ceph-mon[93152]: pgmap v19617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:48 smithi194 ceph-mon[104785]: pgmap v19617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:49.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:49.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:50.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:50.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:50.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:50 smithi135 ceph-mon[93152]: pgmap v19618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:50 smithi194 ceph-mon[104785]: pgmap v19618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:51.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:51.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:52.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:52.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:52 smithi135 ceph-mon[93152]: pgmap v19619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:52 smithi194 ceph-mon[104785]: pgmap v19619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:53.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:53.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:54.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:54.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:54 smithi135 ceph-mon[93152]: pgmap v19620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:54 smithi194 ceph-mon[104785]: pgmap v19620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:55.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:55.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:56.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:56.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:55 smithi194 ceph-mon[104785]: pgmap v19621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:20:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:55 smithi135 ceph-mon[93152]: pgmap v19621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:20:57.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:57.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:57.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:20:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:20:58.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:58.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:20:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:20:57 smithi194 ceph-mon[104785]: pgmap v19622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:20:57 smithi135 ceph-mon[93152]: pgmap v19622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:20:59.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:20:59.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:00.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:00.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:00 smithi135 ceph-mon[93152]: pgmap v19623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:00 smithi194 ceph-mon[104785]: pgmap v19623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:01.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:01.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:02.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:02.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:02.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:02 smithi194 ceph-mon[104785]: pgmap v19624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:02.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:02 smithi135 ceph-mon[93152]: pgmap v19624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:03.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:03.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:04.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:04.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:04.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:04 smithi135 ceph-mon[93152]: pgmap v19625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:04 smithi194 ceph-mon[104785]: pgmap v19625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:05.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:05.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:06.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:06.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:06.231 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:05 smithi194 ceph-mon[104785]: pgmap v19626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:21:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:05 smithi135 ceph-mon[93152]: pgmap v19626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:21:07.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:07.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:08.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:08.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:08 smithi135 ceph-mon[93152]: pgmap v19627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:08 smithi194 ceph-mon[104785]: pgmap v19627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:09.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:09.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:10.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:10.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:10.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:10 smithi135 ceph-mon[93152]: pgmap v19628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:10 smithi194 ceph-mon[104785]: pgmap v19628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:11.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:11.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:21:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:21:12.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:12.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:12 smithi194 ceph-mon[104785]: pgmap v19629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:12 smithi135 ceph-mon[93152]: pgmap v19629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:13.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:13.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:14.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:14.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:14 smithi194 ceph-mon[104785]: pgmap v19630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:14 smithi135 ceph-mon[93152]: pgmap v19630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:15.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:15.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:15 smithi194 ceph-mon[104785]: pgmap v19631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:21:16.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:16.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:15 smithi135 ceph-mon[93152]: pgmap v19631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:21:17.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:17.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:18.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:18.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:18.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:18 smithi135 ceph-mon[93152]: pgmap v19632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:18 smithi194 ceph-mon[104785]: pgmap v19632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:19.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:19.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:20.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:20.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:20 smithi135 ceph-mon[93152]: pgmap v19633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:20 smithi194 ceph-mon[104785]: pgmap v19633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:21.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:21.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:22.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:22.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:22.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:22 smithi135 ceph-mon[93152]: pgmap v19634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:22 smithi194 ceph-mon[104785]: pgmap v19634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:23.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:23.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:24.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:24.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:24.547 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:24 smithi135 ceph-mon[93152]: pgmap v19635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:24 smithi194 ceph-mon[104785]: pgmap v19635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:25.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:25.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:25 smithi194 ceph-mon[104785]: pgmap v19636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:21:26.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:26.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:25 smithi135 ceph-mon[93152]: pgmap v19636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:21:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:21:27.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:27.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:27.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:21:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:27 smithi194 ceph-mon[104785]: pgmap v19637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:28.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:28.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:28.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:27 smithi135 ceph-mon[93152]: pgmap v19637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:29.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:29.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:30.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:30.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:30 smithi135 ceph-mon[93152]: pgmap v19638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:30 smithi194 ceph-mon[104785]: pgmap v19638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:31.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:31.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:32.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:32.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:32 smithi135 ceph-mon[93152]: pgmap v19639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:32 smithi194 ceph-mon[104785]: pgmap v19639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:33.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:33.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:34.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:34.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:34.646 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:34 smithi135 ceph-mon[93152]: pgmap v19640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:34 smithi194 ceph-mon[104785]: pgmap v19640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:35.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:35.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:35 smithi194 ceph-mon[104785]: pgmap v19641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:21:36.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:36.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:36.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:35 smithi135 ceph-mon[93152]: pgmap v19641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:21:37.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:37.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:38.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:38.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:38 smithi135 ceph-mon[93152]: pgmap v19642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:38 smithi194 ceph-mon[104785]: pgmap v19642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:39.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:39.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:40.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:40.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:40 smithi135 ceph-mon[93152]: pgmap v19643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:40 smithi194 ceph-mon[104785]: pgmap v19643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:41.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:41.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:21:41.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:21:42.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:42.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:42.590 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:42 smithi135 ceph-mon[93152]: pgmap v19644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:42.590 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:21:42.631 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:42 smithi194 ceph-mon[104785]: pgmap v19644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:42.631 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:21:43.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:43.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:44.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:44.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:44 smithi194 ceph-mon[104785]: pgmap v19645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:44.848 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:44 smithi135 ceph-mon[93152]: pgmap v19645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:45.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:45.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:46.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:47.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:47.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: pgmap v19646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:21:47.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.581 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi194 to 2658M 2023-10-08T15:21:47.583 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:21:47.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:21:47.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.584 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:21:47.585 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.585 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: pgmap v19646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:21:47.585 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.585 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.585 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.585 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.585 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.585 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.585 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi194 to 2658M 2023-10-08T15:21:47.585 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.585 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:21:47.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:21:47.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:21:47.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:21:47.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:21:47.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:47.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:47.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:47 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1370M 2023-10-08T15:21:48.118 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:47 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1370M 2023-10-08T15:21:48.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:48.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:48 smithi194 ceph-mon[104785]: pgmap v19647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:49.048 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:48 smithi135 ceph-mon[93152]: pgmap v19647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:49.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:49.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:50.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:50.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:50 smithi194 ceph-mon[104785]: pgmap v19648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:51.053 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:50 smithi135 ceph-mon[93152]: pgmap v19648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:51.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:51.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:52.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:52.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:52 smithi194 ceph-mon[104785]: pgmap v19649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:53.226 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:52 smithi135 ceph-mon[93152]: pgmap v19649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:53.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:53.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:54.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:54.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:54.843 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:54 smithi135 ceph-mon[93152]: pgmap v19650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:54 smithi194 ceph-mon[104785]: pgmap v19650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:55.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:55.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:55 smithi194 ceph-mon[104785]: pgmap v19651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:21:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:55 smithi135 ceph-mon[93152]: pgmap v19651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:21:56.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:56.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:21:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:21:57.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:57.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:57.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:21:57 smithi194 ceph-mon[104785]: pgmap v19652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:21:57 smithi135 ceph-mon[93152]: pgmap v19652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:21:58.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:58.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:21:59.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:21:59.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:00.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:00.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:00 smithi135 ceph-mon[93152]: pgmap v19653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:00 smithi194 ceph-mon[104785]: pgmap v19653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:01.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:01.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:02.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:02.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:02 smithi194 ceph-mon[104785]: pgmap v19654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:02 smithi135 ceph-mon[93152]: pgmap v19654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:03.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:03.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:04.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:04.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:04 smithi194 ceph-mon[104785]: pgmap v19655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:04 smithi135 ceph-mon[93152]: pgmap v19655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:05.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:05.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:05 smithi194 ceph-mon[104785]: pgmap v19656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:22:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:05 smithi135 ceph-mon[93152]: pgmap v19656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:22:06.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:06.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:07.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:07.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:08.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:08.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:08 smithi194 ceph-mon[104785]: pgmap v19657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:08 smithi135 ceph-mon[93152]: pgmap v19657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:09.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:09.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:10.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:10.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:10 smithi135 ceph-mon[93152]: pgmap v19658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:10 smithi194 ceph-mon[104785]: pgmap v19658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:11.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:11.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:22:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:22:12.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:12.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:12 smithi194 ceph-mon[104785]: pgmap v19659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:12 smithi135 ceph-mon[93152]: pgmap v19659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:13.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:13.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:14.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:14.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:14 smithi194 ceph-mon[104785]: pgmap v19660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:14 smithi135 ceph-mon[93152]: pgmap v19660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:15.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:15.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:15 smithi194 ceph-mon[104785]: pgmap v19661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:22:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:15 smithi135 ceph-mon[93152]: pgmap v19661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:22:16.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:16.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:17.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:17.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:18.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:18.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:18 smithi194 ceph-mon[104785]: pgmap v19662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:18 smithi135 ceph-mon[93152]: pgmap v19662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:19.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:19.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:20.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:20.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:20.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:20 smithi135 ceph-mon[93152]: pgmap v19663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:20 smithi194 ceph-mon[104785]: pgmap v19663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:21.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:21.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:22.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:22.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:22 smithi194 ceph-mon[104785]: pgmap v19664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:22 smithi135 ceph-mon[93152]: pgmap v19664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:23.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:23.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:24.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:24.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:24 smithi194 ceph-mon[104785]: pgmap v19665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:24 smithi135 ceph-mon[93152]: pgmap v19665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:25.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:25.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:25 smithi194 ceph-mon[104785]: pgmap v19666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:22:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:25 smithi135 ceph-mon[93152]: pgmap v19666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:22:26.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:26.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:22:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:22:27.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:27.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:27 smithi194 ceph-mon[104785]: pgmap v19667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:27 smithi135 ceph-mon[93152]: pgmap v19667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:28.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:28.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:29.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:29.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:30.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:30.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:30.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:30 smithi135 ceph-mon[93152]: pgmap v19668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:30 smithi194 ceph-mon[104785]: pgmap v19668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:31.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:31.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:32.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:32.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:32 smithi194 ceph-mon[104785]: pgmap v19669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:32 smithi135 ceph-mon[93152]: pgmap v19669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:33.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:33.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:34.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:34.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:34 smithi194 ceph-mon[104785]: pgmap v19670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:34 smithi135 ceph-mon[93152]: pgmap v19670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:35.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:35.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:36.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:35 smithi194 ceph-mon[104785]: pgmap v19671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:22:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:35 smithi135 ceph-mon[93152]: pgmap v19671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:22:36.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:36.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:37.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:37.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:38.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:38.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:38.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:38 smithi194 ceph-mon[104785]: pgmap v19672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:38 smithi135 ceph-mon[93152]: pgmap v19672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:39.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:39.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:40.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:40.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:40 smithi135 ceph-mon[93152]: pgmap v19673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:40 smithi194 ceph-mon[104785]: pgmap v19673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:41.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:41.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:22:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:22:42.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:42.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:42 smithi194 ceph-mon[104785]: pgmap v19674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:42 smithi135 ceph-mon[93152]: pgmap v19674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:43.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:43.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:44.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:44.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:44 smithi194 ceph-mon[104785]: pgmap v19675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:44 smithi135 ceph-mon[93152]: pgmap v19675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:45.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:45.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:45 smithi194 ceph-mon[104785]: pgmap v19676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:22:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:45 smithi135 ceph-mon[93152]: pgmap v19676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:22:46.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:46.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:22:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:22:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:22:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:22:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:22:47.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:22:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:22:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:22:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:22:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:22:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:22:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:22:47.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:47.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:48.189 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:47 smithi194 ceph-mon[104785]: pgmap v19677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:47 smithi135 ceph-mon[93152]: pgmap v19677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:48.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:48.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:49.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:49.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:50.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:50.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:50.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:50 smithi135 ceph-mon[93152]: pgmap v19678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:50.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:50 smithi194 ceph-mon[104785]: pgmap v19678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:51.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:51.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:52.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:52.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:52 smithi194 ceph-mon[104785]: pgmap v19679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:52 smithi135 ceph-mon[93152]: pgmap v19679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:53.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:53.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:54.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:54.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:54 smithi194 ceph-mon[104785]: pgmap v19680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:54 smithi135 ceph-mon[93152]: pgmap v19680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:55.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:55.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:55 smithi194 ceph-mon[104785]: pgmap v19681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:22:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:55 smithi135 ceph-mon[93152]: pgmap v19681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:22:56.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:56.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:22:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:22:57.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:57.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:22:57 smithi194 ceph-mon[104785]: pgmap v19682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:22:57 smithi135 ceph-mon[93152]: pgmap v19682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:22:58.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:58.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:22:59.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:22:59.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:00.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:00.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:00 smithi135 ceph-mon[93152]: pgmap v19683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:00 smithi194 ceph-mon[104785]: pgmap v19683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:01.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:01.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:02.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:02.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:02 smithi194 ceph-mon[104785]: pgmap v19684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:02 smithi135 ceph-mon[93152]: pgmap v19684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:03.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:03.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:04.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:04.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:04 smithi194 ceph-mon[104785]: pgmap v19685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:04 smithi135 ceph-mon[93152]: pgmap v19685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:05.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:05.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:05 smithi194 ceph-mon[104785]: pgmap v19686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:23:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:05 smithi135 ceph-mon[93152]: pgmap v19686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:23:06.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:06.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:07.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:07.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:08.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:08.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:08 smithi194 ceph-mon[104785]: pgmap v19687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:08 smithi135 ceph-mon[93152]: pgmap v19687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:09.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:09.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:10.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:10.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:10 smithi135 ceph-mon[93152]: pgmap v19688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:10 smithi194 ceph-mon[104785]: pgmap v19688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:11.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:11.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:23:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:23:12.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:12.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:12 smithi194 ceph-mon[104785]: pgmap v19689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:12 smithi135 ceph-mon[93152]: pgmap v19689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:13.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:13.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:14.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:14.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:14 smithi194 ceph-mon[104785]: pgmap v19690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:14 smithi135 ceph-mon[93152]: pgmap v19690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:15.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:15.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:16.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:15 smithi135 ceph-mon[93152]: pgmap v19691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:23:16.326 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:15 smithi194 ceph-mon[104785]: pgmap v19691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:23:16.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:16.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:17.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:17.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:18.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:18.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:18 smithi194 ceph-mon[104785]: pgmap v19692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:18 smithi135 ceph-mon[93152]: pgmap v19692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:19.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:19.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:20.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:20.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:20 smithi135 ceph-mon[93152]: pgmap v19693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:20 smithi194 ceph-mon[104785]: pgmap v19693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:21.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:21.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:22.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:22.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:22 smithi194 ceph-mon[104785]: pgmap v19694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:22 smithi135 ceph-mon[93152]: pgmap v19694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:23.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:23.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:24.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:24.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:24 smithi194 ceph-mon[104785]: pgmap v19695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:24 smithi135 ceph-mon[93152]: pgmap v19695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:25.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:25.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:25 smithi135 ceph-mon[93152]: pgmap v19696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:23:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:25 smithi194 ceph-mon[104785]: pgmap v19696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:23:26.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:26.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:23:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:23:27.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:27.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:27 smithi194 ceph-mon[104785]: pgmap v19697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:27 smithi135 ceph-mon[93152]: pgmap v19697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:28.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:28.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:29.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:29.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:30.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:30.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:30 smithi135 ceph-mon[93152]: pgmap v19698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:30 smithi194 ceph-mon[104785]: pgmap v19698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:31.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:31.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:32.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:32.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:32 smithi194 ceph-mon[104785]: pgmap v19699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:32 smithi135 ceph-mon[93152]: pgmap v19699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:33.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:33.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:34.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:34.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:34 smithi194 ceph-mon[104785]: pgmap v19700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:34 smithi135 ceph-mon[93152]: pgmap v19700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:35.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:35.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:35 smithi194 ceph-mon[104785]: pgmap v19701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:23:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:35 smithi135 ceph-mon[93152]: pgmap v19701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:23:36.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:36.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:37.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:37.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:38.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:38.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:38 smithi194 ceph-mon[104785]: pgmap v19702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:38 smithi135 ceph-mon[93152]: pgmap v19702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:39.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:39.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:40.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:40.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:40.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:40 smithi135 ceph-mon[93152]: pgmap v19703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:40 smithi194 ceph-mon[104785]: pgmap v19703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:41.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:41.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:23:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:23:42.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:42.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:42 smithi194 ceph-mon[104785]: pgmap v19704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:42 smithi135 ceph-mon[93152]: pgmap v19704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:43.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:43.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:44.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:44.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:44 smithi194 ceph-mon[104785]: pgmap v19705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:44 smithi135 ceph-mon[93152]: pgmap v19705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:45.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:45.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:45 smithi194 ceph-mon[104785]: pgmap v19706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:23:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:45 smithi135 ceph-mon[93152]: pgmap v19706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:23:46.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:46.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:47.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:46 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:23:47.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:46 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:23:47.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:47.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:23:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:23:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:23:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:23:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:23:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:47 smithi194 ceph-mon[104785]: pgmap v19707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:23:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:23:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:23:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:23:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:23:48.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:47 smithi135 ceph-mon[93152]: pgmap v19707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:48.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:48.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:49.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:49.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:50.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:50.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:50.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:50 smithi135 ceph-mon[93152]: pgmap v19708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:50 smithi194 ceph-mon[104785]: pgmap v19708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:51.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:51.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:52.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:52.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:52 smithi194 ceph-mon[104785]: pgmap v19709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:52 smithi135 ceph-mon[93152]: pgmap v19709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:53.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:53.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:54.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:54.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:54 smithi194 ceph-mon[104785]: pgmap v19710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:54 smithi135 ceph-mon[93152]: pgmap v19710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:55.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:55.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:55 smithi194 ceph-mon[104785]: pgmap v19711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:23:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:55 smithi135 ceph-mon[93152]: pgmap v19711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:23:56.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:56.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:57.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:23:57.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:23:57.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:57.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:58.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:23:57 smithi194 ceph-mon[104785]: pgmap v19712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:58.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:23:57 smithi135 ceph-mon[93152]: pgmap v19712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:23:58.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:58.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:23:59.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:23:59.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:00.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:00.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:00 smithi135 ceph-mon[93152]: pgmap v19713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:00 smithi194 ceph-mon[104785]: pgmap v19713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:01.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:01.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:02.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:02.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:02 smithi194 ceph-mon[104785]: pgmap v19714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:02 smithi135 ceph-mon[93152]: pgmap v19714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:03.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:03.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:04.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:04.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:04 smithi194 ceph-mon[104785]: pgmap v19715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:04 smithi135 ceph-mon[93152]: pgmap v19715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:05.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:05.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:06.129 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:05 smithi135 ceph-mon[93152]: pgmap v19716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:24:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:05 smithi194 ceph-mon[104785]: pgmap v19716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:24:06.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:06.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:07.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:07.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:08.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:08.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:08 smithi194 ceph-mon[104785]: pgmap v19717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:08 smithi135 ceph-mon[93152]: pgmap v19717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:09.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:09.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:10.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:10.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:10 smithi135 ceph-mon[93152]: pgmap v19718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:10 smithi194 ceph-mon[104785]: pgmap v19718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:11.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:11.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:24:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:24:12.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:12.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:12 smithi194 ceph-mon[104785]: pgmap v19719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:12 smithi135 ceph-mon[93152]: pgmap v19719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:13.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:13.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:14.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:14 smithi194 ceph-mon[104785]: pgmap v19720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:14.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:14.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:14 smithi135 ceph-mon[93152]: pgmap v19720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:15.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:15.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:15 smithi194 ceph-mon[104785]: pgmap v19721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:24:16.227 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:15 smithi135 ceph-mon[93152]: pgmap v19721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:24:16.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:16.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:17.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:17.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:18.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:18.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:18 smithi194 ceph-mon[104785]: pgmap v19722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:18 smithi135 ceph-mon[93152]: pgmap v19722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:19.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:19.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:20.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:20.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:20 smithi135 ceph-mon[93152]: pgmap v19723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:20 smithi194 ceph-mon[104785]: pgmap v19723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:21.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:21.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:22.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:22.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:22 smithi194 ceph-mon[104785]: pgmap v19724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:22.883 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:22 smithi135 ceph-mon[93152]: pgmap v19724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:23.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:23.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:24 smithi194 ceph-mon[104785]: pgmap v19725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:24.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:24.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:24 smithi135 ceph-mon[93152]: pgmap v19725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:25.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:25.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:26.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:25 smithi194 ceph-mon[104785]: pgmap v19726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:24:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:25 smithi135 ceph-mon[93152]: pgmap v19726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:24:26.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:26.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:27.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:24:27.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:24:27.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:27.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:28.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:27 smithi194 ceph-mon[104785]: pgmap v19727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:28.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:27 smithi135 ceph-mon[93152]: pgmap v19727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:28.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:28.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:29.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:29.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:30.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:30.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:30 smithi135 ceph-mon[93152]: pgmap v19728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:30 smithi194 ceph-mon[104785]: pgmap v19728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:31.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:31.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:32.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:32.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:32 smithi194 ceph-mon[104785]: pgmap v19729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:32 smithi135 ceph-mon[93152]: pgmap v19729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:33.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:33.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:34.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:34.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:34 smithi194 ceph-mon[104785]: pgmap v19730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:34 smithi135 ceph-mon[93152]: pgmap v19730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:35.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:35.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:35 smithi194 ceph-mon[104785]: pgmap v19731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:24:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:35 smithi135 ceph-mon[93152]: pgmap v19731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:24:36.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:36.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:37.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:37.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:38.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:38.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:38 smithi194 ceph-mon[104785]: pgmap v19732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:38 smithi135 ceph-mon[93152]: pgmap v19732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:39.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:39.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:40.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:40.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:40.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:40 smithi135 ceph-mon[93152]: pgmap v19733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:40 smithi194 ceph-mon[104785]: pgmap v19733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:41.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:41.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:24:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:24:42.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:42.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:42 smithi194 ceph-mon[104785]: pgmap v19734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:42 smithi135 ceph-mon[93152]: pgmap v19734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:43.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:43.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:44.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:44.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:44 smithi194 ceph-mon[104785]: pgmap v19735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:44 smithi135 ceph-mon[93152]: pgmap v19735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:45.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:45.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:45 smithi194 ceph-mon[104785]: pgmap v19736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:24:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:45 smithi135 ceph-mon[93152]: pgmap v19736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:24:46.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:46.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:47.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:47.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:47.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:24:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:24:48.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:48.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:48 smithi194 ceph-mon[104785]: pgmap v19737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:48 smithi135 ceph-mon[93152]: pgmap v19737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:49.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:49.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:50.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:50.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:50.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:50 smithi135 ceph-mon[93152]: pgmap v19738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:50 smithi194 ceph-mon[104785]: pgmap v19738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:51.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:51.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:52.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:52.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:52 smithi194 ceph-mon[104785]: pgmap v19739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:24:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:52 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:24:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:52 smithi135 ceph-mon[93152]: pgmap v19739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:24:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:52 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:24:53.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:53.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:24:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:24:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:24:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:24:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:24:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:24:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:24:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:24:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:24:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:24:54.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:54.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:54 smithi194 ceph-mon[104785]: pgmap v19740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:54 smithi135 ceph-mon[93152]: pgmap v19740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:55.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:55.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:55 smithi194 ceph-mon[104785]: pgmap v19741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:24:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:24:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:55 smithi135 ceph-mon[93152]: pgmap v19741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:24:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:24:56.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:56.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:57.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:57.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:58.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:58.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:24:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:24:58 smithi194 ceph-mon[104785]: pgmap v19742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:24:58 smithi135 ceph-mon[93152]: pgmap v19742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:24:59.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:24:59.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:00.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:00 smithi135 ceph-mon[93152]: pgmap v19743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:00.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:00.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:00 smithi194 ceph-mon[104785]: pgmap v19743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:01.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:01.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:02.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:02.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:02 smithi194 ceph-mon[104785]: pgmap v19744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:02 smithi135 ceph-mon[93152]: pgmap v19744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:03.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:03.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:04.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:04.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:04.614 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:04 smithi194 ceph-mon[104785]: pgmap v19745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:04 smithi135 ceph-mon[93152]: pgmap v19745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:05.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:05.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:05 smithi194 ceph-mon[104785]: pgmap v19746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:25:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:05 smithi135 ceph-mon[93152]: pgmap v19746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:25:06.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:06.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:07.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:07.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:08.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:08.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:08 smithi194 ceph-mon[104785]: pgmap v19747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:08 smithi135 ceph-mon[93152]: pgmap v19747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:09.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:09.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:10.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:10 smithi135 ceph-mon[93152]: pgmap v19748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:10.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:10.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:10 smithi194 ceph-mon[104785]: pgmap v19748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:11.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:11.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:25:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:25:12.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:12.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:12 smithi194 ceph-mon[104785]: pgmap v19749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:12 smithi135 ceph-mon[93152]: pgmap v19749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:13.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:13.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:14.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:14.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:14 smithi194 ceph-mon[104785]: pgmap v19750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:14 smithi135 ceph-mon[93152]: pgmap v19750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:15.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:15.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:15 smithi194 ceph-mon[104785]: pgmap v19751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:25:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:15 smithi135 ceph-mon[93152]: pgmap v19751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:25:16.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:16.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:17.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:17.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:18.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:18.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:18 smithi194 ceph-mon[104785]: pgmap v19752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:18 smithi135 ceph-mon[93152]: pgmap v19752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:19.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:19.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:20.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:20 smithi135 ceph-mon[93152]: pgmap v19753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:20.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:20.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:20 smithi194 ceph-mon[104785]: pgmap v19753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:21.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:21.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:22.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:22.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:22 smithi194 ceph-mon[104785]: pgmap v19754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:22 smithi135 ceph-mon[93152]: pgmap v19754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:23.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:23.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:24.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:24.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:24 smithi194 ceph-mon[104785]: pgmap v19755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:24 smithi135 ceph-mon[93152]: pgmap v19755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:25.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:25.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:25 smithi194 ceph-mon[104785]: pgmap v19756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:25:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:25:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:25 smithi135 ceph-mon[93152]: pgmap v19756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:25:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:25:26.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:26.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:27.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:27.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:28.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:28.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:28 smithi194 ceph-mon[104785]: pgmap v19757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:28 smithi135 ceph-mon[93152]: pgmap v19757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:29.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:29.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:30.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:30 smithi135 ceph-mon[93152]: pgmap v19758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:30.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:30.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:30 smithi194 ceph-mon[104785]: pgmap v19758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:31.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:31.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:32.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:32.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:32 smithi194 ceph-mon[104785]: pgmap v19759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:32 smithi135 ceph-mon[93152]: pgmap v19759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:33.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:34.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:34.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:34.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:34 smithi194 ceph-mon[104785]: pgmap v19760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:34 smithi135 ceph-mon[93152]: pgmap v19760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:35.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:35.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:35 smithi194 ceph-mon[104785]: pgmap v19761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:25:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:35 smithi135 ceph-mon[93152]: pgmap v19761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:25:36.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:36.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:37.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:37.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:38.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:38.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:38 smithi194 ceph-mon[104785]: pgmap v19762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:38 smithi135 ceph-mon[93152]: pgmap v19762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:39.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:39.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:40.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:40.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:40 smithi194 ceph-mon[104785]: pgmap v19763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:40 smithi135 ceph-mon[93152]: pgmap v19763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:41.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:41.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:25:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:25:42.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:42.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:42 smithi194 ceph-mon[104785]: pgmap v19764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:42 smithi135 ceph-mon[93152]: pgmap v19764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:43.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:43.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:44.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:44.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:44 smithi194 ceph-mon[104785]: pgmap v19765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:44 smithi135 ceph-mon[93152]: pgmap v19765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:45.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:45.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:45 smithi194 ceph-mon[104785]: pgmap v19766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:25:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:45 smithi135 ceph-mon[93152]: pgmap v19766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:25:46.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:46.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:47.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:47.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:48.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:48.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:48 smithi194 ceph-mon[104785]: pgmap v19767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:48 smithi135 ceph-mon[93152]: pgmap v19767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:49.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:49.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:50.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:50 smithi194 ceph-mon[104785]: pgmap v19768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:50.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:50.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:50 smithi135 ceph-mon[93152]: pgmap v19768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:51.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:51.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:52.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:52 smithi135 ceph-mon[93152]: pgmap v19769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:52.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:52.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:52 smithi194 ceph-mon[104785]: pgmap v19769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:53.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:53.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:25:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:25:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:25:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:25:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:25:53.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:25:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:25:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:25:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:25:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:25:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:25:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:25:54.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:54.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:54 smithi194 ceph-mon[104785]: pgmap v19770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:54 smithi135 ceph-mon[93152]: pgmap v19770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:55.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:55.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:55 smithi194 ceph-mon[104785]: pgmap v19771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:25:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:25:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:55 smithi135 ceph-mon[93152]: pgmap v19771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:25:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:25:56.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:56.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:57.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:57.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:58.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:58.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:25:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:25:58 smithi194 ceph-mon[104785]: pgmap v19772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:25:58 smithi135 ceph-mon[93152]: pgmap v19772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:25:59.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:25:59.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:00 smithi194 ceph-mon[104785]: pgmap v19773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:00.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:00.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:00 smithi135 ceph-mon[93152]: pgmap v19773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:01.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:01.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:02.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:02.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:02 smithi194 ceph-mon[104785]: pgmap v19774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:02 smithi135 ceph-mon[93152]: pgmap v19774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:03.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:03.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:04.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:04.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:04 smithi194 ceph-mon[104785]: pgmap v19775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:04 smithi135 ceph-mon[93152]: pgmap v19775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:05.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:05.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:05 smithi194 ceph-mon[104785]: pgmap v19776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:26:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:05 smithi135 ceph-mon[93152]: pgmap v19776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:26:06.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:06.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:07.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:07.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:08.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:08.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:08.794 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:08 smithi194 ceph-mon[104785]: pgmap v19777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:08.794 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:08 smithi135 ceph-mon[93152]: pgmap v19777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:09.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:09.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:10.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:10.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:10 smithi194 ceph-mon[104785]: pgmap v19778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:10 smithi135 ceph-mon[93152]: pgmap v19778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:11.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:11.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:26:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:26:12.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:12.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:12 smithi194 ceph-mon[104785]: pgmap v19779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:12 smithi135 ceph-mon[93152]: pgmap v19779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:13.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:13.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:14.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:14.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:14.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:14 smithi194 ceph-mon[104785]: pgmap v19780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:14 smithi135 ceph-mon[93152]: pgmap v19780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:15.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:15.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:15 smithi194 ceph-mon[104785]: pgmap v19781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:26:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:15 smithi135 ceph-mon[93152]: pgmap v19781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:26:16.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:16.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:17.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:17.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:18 smithi194 ceph-mon[104785]: pgmap v19782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:18.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:18.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:18 smithi135 ceph-mon[93152]: pgmap v19782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:19.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:19.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:20 smithi194 ceph-mon[104785]: pgmap v19783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:20.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:20.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:20 smithi135 ceph-mon[93152]: pgmap v19783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:21.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:21.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:22 smithi194 ceph-mon[104785]: pgmap v19784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:22.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:22.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:22 smithi135 ceph-mon[93152]: pgmap v19784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:23.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:23.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:24 smithi194 ceph-mon[104785]: pgmap v19785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:24.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:24.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:24 smithi135 ceph-mon[93152]: pgmap v19785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:25.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:26.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:25 smithi194 ceph-mon[104785]: pgmap v19786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:26:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:26:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:25 smithi135 ceph-mon[93152]: pgmap v19786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:26:26.278 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:26:26.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:26.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:27.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:27.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:28 smithi194 ceph-mon[104785]: pgmap v19787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:28.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:28.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:28 smithi135 ceph-mon[93152]: pgmap v19787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:29.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:29.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:30 smithi194 ceph-mon[104785]: pgmap v19788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:30.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:30.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:30 smithi135 ceph-mon[93152]: pgmap v19788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:31.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:31.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:32 smithi194 ceph-mon[104785]: pgmap v19789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:32.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:32.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:32 smithi135 ceph-mon[93152]: pgmap v19789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:33.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:33.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:34 smithi194 ceph-mon[104785]: pgmap v19790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:34.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:34.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:34.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:34 smithi135 ceph-mon[93152]: pgmap v19790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:35.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:35.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:35 smithi194 ceph-mon[104785]: pgmap v19791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:26:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:35 smithi135 ceph-mon[93152]: pgmap v19791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:26:36.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:36.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:37.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:37.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:38 smithi194 ceph-mon[104785]: pgmap v19792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:38.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:38.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:38 smithi135 ceph-mon[93152]: pgmap v19792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:39.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:39.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:40.623 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:40 smithi194 ceph-mon[104785]: pgmap v19793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:40.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:40.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:40 smithi135 ceph-mon[93152]: pgmap v19793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:26:41.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:41.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:26:42.660 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:42 smithi135 ceph-mon[93152]: pgmap v19794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:42 smithi194 ceph-mon[104785]: pgmap v19794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:42.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:42.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:43.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:43.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:44 smithi194 ceph-mon[104785]: pgmap v19795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:44 smithi135 ceph-mon[93152]: pgmap v19795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:44.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:44.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:45.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:45.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:45.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:45 smithi194 ceph-mon[104785]: pgmap v19796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:26:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:45 smithi135 ceph-mon[93152]: pgmap v19796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:26:46.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:46.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:47.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:47.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:48 smithi194 ceph-mon[104785]: pgmap v19797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:48.784 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:48 smithi135 ceph-mon[93152]: pgmap v19797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:48.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:48.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:49.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:49.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:50 smithi194 ceph-mon[104785]: pgmap v19798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:50.765 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:50 smithi135 ceph-mon[93152]: pgmap v19798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:50.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:50.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:51.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:51.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:52 smithi194 ceph-mon[104785]: pgmap v19799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:52 smithi135 ceph-mon[93152]: pgmap v19799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:52.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:52.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:26:53.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:26:53.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:53.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:54 smithi194 ceph-mon[104785]: pgmap v19800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:54 smithi135 ceph-mon[93152]: pgmap v19800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:54.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:54.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:55.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:55.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:55 smithi194 ceph-mon[104785]: pgmap v19801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:26:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:26:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:55 smithi135 ceph-mon[93152]: pgmap v19801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:26:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:26:56.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:56.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:57.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:57.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:26:58 smithi194 ceph-mon[104785]: pgmap v19802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:26:58 smithi135 ceph-mon[93152]: pgmap v19802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:26:58.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:58.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:26:59.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:26:59.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:00 smithi194 ceph-mon[104785]: pgmap v19803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:00 smithi135 ceph-mon[93152]: pgmap v19803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:00.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:00.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:27:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:27:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:27:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:27:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:27:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:27:01.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:27:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:27:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:27:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:27:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:27:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:27:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:27:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:27:01.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:01.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:02 smithi194 ceph-mon[104785]: pgmap v19804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:02 smithi135 ceph-mon[93152]: pgmap v19804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:02.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:02.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:03.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:03.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:04 smithi194 ceph-mon[104785]: pgmap v19805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:04 smithi135 ceph-mon[93152]: pgmap v19805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:04.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:04.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:05.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:05.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:05 smithi194 ceph-mon[104785]: pgmap v19806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:27:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:05 smithi135 ceph-mon[93152]: pgmap v19806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:27:06.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:06.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:07.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:07.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:08 smithi194 ceph-mon[104785]: pgmap v19807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:08 smithi135 ceph-mon[93152]: pgmap v19807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:08.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:08.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:09.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:09.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:10 smithi194 ceph-mon[104785]: pgmap v19808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:10 smithi135 ceph-mon[93152]: pgmap v19808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:10.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:10.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:27:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:27:11.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:11.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:12 smithi194 ceph-mon[104785]: pgmap v19809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:12 smithi135 ceph-mon[93152]: pgmap v19809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:12.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:12.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:13.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:13.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:14 smithi194 ceph-mon[104785]: pgmap v19810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:14 smithi135 ceph-mon[93152]: pgmap v19810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:14.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:14.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:15.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:15.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:15 smithi194 ceph-mon[104785]: pgmap v19811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:27:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:15 smithi135 ceph-mon[93152]: pgmap v19811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:27:16.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:16.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:17.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:17.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:18 smithi194 ceph-mon[104785]: pgmap v19812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:18 smithi135 ceph-mon[93152]: pgmap v19812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:18.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:18.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:19.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:19.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:20 smithi194 ceph-mon[104785]: pgmap v19813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:20 smithi135 ceph-mon[93152]: pgmap v19813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:20.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:20.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:21.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:21.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:22 smithi194 ceph-mon[104785]: pgmap v19814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:22 smithi135 ceph-mon[93152]: pgmap v19814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:22.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:22.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:23.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:23.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:24 smithi194 ceph-mon[104785]: pgmap v19815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:24 smithi135 ceph-mon[93152]: pgmap v19815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:24.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:24.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:25.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:25.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:25 smithi194 ceph-mon[104785]: pgmap v19816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:27:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:27:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:25 smithi135 ceph-mon[93152]: pgmap v19816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:27:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:27:26.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:26.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:27.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:27.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:28 smithi194 ceph-mon[104785]: pgmap v19817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:28 smithi135 ceph-mon[93152]: pgmap v19817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:28.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:28.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:29.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:29.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:30 smithi194 ceph-mon[104785]: pgmap v19818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:30 smithi135 ceph-mon[93152]: pgmap v19818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:30.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:30.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:31.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:31.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:32 smithi194 ceph-mon[104785]: pgmap v19819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:32 smithi135 ceph-mon[93152]: pgmap v19819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:32.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:32.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:33.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:33.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:34 smithi194 ceph-mon[104785]: pgmap v19820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:34 smithi135 ceph-mon[93152]: pgmap v19820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:34.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:34.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:35.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:35.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:36.202 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:35 smithi194 ceph-mon[104785]: pgmap v19821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:27:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:35 smithi135 ceph-mon[93152]: pgmap v19821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:27:36.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:36.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:37.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:37.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:38.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:38 smithi135 ceph-mon[93152]: pgmap v19822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:38 smithi194 ceph-mon[104785]: pgmap v19822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:38.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:38.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:39.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:39.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:40 smithi194 ceph-mon[104785]: pgmap v19823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:40 smithi135 ceph-mon[93152]: pgmap v19823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:40.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:40.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:27:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:27:41.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:41.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:42 smithi194 ceph-mon[104785]: pgmap v19824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:42 smithi135 ceph-mon[93152]: pgmap v19824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:42.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:42.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:43.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:43.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:44 smithi194 ceph-mon[104785]: pgmap v19825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:44 smithi135 ceph-mon[93152]: pgmap v19825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:44.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:44.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:45.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:45.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:45 smithi194 ceph-mon[104785]: pgmap v19826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:27:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:45 smithi135 ceph-mon[93152]: pgmap v19826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:27:46.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:46.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:47.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:47.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:48 smithi194 ceph-mon[104785]: pgmap v19827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:48 smithi135 ceph-mon[93152]: pgmap v19827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:48.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:48.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:49.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:49.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:50 smithi194 ceph-mon[104785]: pgmap v19828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:50 smithi135 ceph-mon[93152]: pgmap v19828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:50.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:50.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:51.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:51.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:52 smithi194 ceph-mon[104785]: pgmap v19829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:52 smithi135 ceph-mon[93152]: pgmap v19829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:52.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:52.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:53.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:53.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:54 smithi194 ceph-mon[104785]: pgmap v19830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:54 smithi135 ceph-mon[93152]: pgmap v19830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:54.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:54.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:55.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:55.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:55 smithi194 ceph-mon[104785]: pgmap v19831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:27:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:27:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:55 smithi135 ceph-mon[93152]: pgmap v19831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:27:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:27:56.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:56.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:57.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:57.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:27:58 smithi194 ceph-mon[104785]: pgmap v19832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:27:58 smithi135 ceph-mon[93152]: pgmap v19832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:27:58.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:58.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:27:59.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:27:59.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:00 smithi194 ceph-mon[104785]: pgmap v19833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:00 smithi135 ceph-mon[93152]: pgmap v19833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:00.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:00.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:01 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:28:01.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:01 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:28:01.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:01.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:02 smithi194 ceph-mon[104785]: pgmap v19834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:28:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:28:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:02 smithi135 ceph-mon[93152]: pgmap v19834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:28:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:28:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:28:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:28:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:28:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:28:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:28:02.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:02.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:03.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:03.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:04 smithi135 ceph-mon[93152]: pgmap v19835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:04.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:04.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:04 smithi194 ceph-mon[104785]: pgmap v19835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:05.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:05.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:05 smithi194 ceph-mon[104785]: pgmap v19836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:28:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:05 smithi135 ceph-mon[93152]: pgmap v19836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:28:06.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:06.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:07.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:07.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:08 smithi194 ceph-mon[104785]: pgmap v19837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:08 smithi135 ceph-mon[93152]: pgmap v19837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:08.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:08.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:09.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:09.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:10 smithi194 ceph-mon[104785]: pgmap v19838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:10 smithi135 ceph-mon[93152]: pgmap v19838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:10.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:10.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:28:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:28:11.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:11.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:12 smithi194 ceph-mon[104785]: pgmap v19839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:12 smithi135 ceph-mon[93152]: pgmap v19839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:12.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:12.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:13.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:13.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:14 smithi194 ceph-mon[104785]: pgmap v19840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:14 smithi135 ceph-mon[93152]: pgmap v19840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:14.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:14.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:15.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:15.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:15 smithi194 ceph-mon[104785]: pgmap v19841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:28:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:15 smithi135 ceph-mon[93152]: pgmap v19841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:28:16.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:16.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:17.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:17.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:18 smithi194 ceph-mon[104785]: pgmap v19842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:18 smithi135 ceph-mon[93152]: pgmap v19842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:18.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:18.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:19.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:19.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:20 smithi194 ceph-mon[104785]: pgmap v19843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:20 smithi135 ceph-mon[93152]: pgmap v19843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:20.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:20.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:21.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:21.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:22 smithi194 ceph-mon[104785]: pgmap v19844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:22 smithi135 ceph-mon[93152]: pgmap v19844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:22.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:22.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:23.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:23.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:24 smithi194 ceph-mon[104785]: pgmap v19845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:24 smithi135 ceph-mon[93152]: pgmap v19845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:24.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:24.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:25.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:25.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:25 smithi194 ceph-mon[104785]: pgmap v19846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:28:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:28:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:25 smithi135 ceph-mon[93152]: pgmap v19846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:28:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:28:26.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:26.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:27.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:27.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:28.698 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:28 smithi135 ceph-mon[93152]: pgmap v19847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:28 smithi194 ceph-mon[104785]: pgmap v19847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:28.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:28.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:29.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:29.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:30 smithi194 ceph-mon[104785]: pgmap v19848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:30 smithi135 ceph-mon[93152]: pgmap v19848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:30.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:30.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:31.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:31.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:32 smithi194 ceph-mon[104785]: pgmap v19849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:32 smithi135 ceph-mon[93152]: pgmap v19849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:32.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:32.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:33.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:33.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:34 smithi194 ceph-mon[104785]: pgmap v19850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:34 smithi135 ceph-mon[93152]: pgmap v19850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:34.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:34.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:35.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:35.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:35 smithi194 ceph-mon[104785]: pgmap v19851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:28:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:35 smithi135 ceph-mon[93152]: pgmap v19851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:28:36.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:36.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:37.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:37.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:38 smithi194 ceph-mon[104785]: pgmap v19852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:38 smithi135 ceph-mon[93152]: pgmap v19852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:38.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:38.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:39.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:39.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:40 smithi194 ceph-mon[104785]: pgmap v19853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:40 smithi135 ceph-mon[93152]: pgmap v19853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:40.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:40.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:28:41.859 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:28:41.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:41.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:42 smithi194 ceph-mon[104785]: pgmap v19854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:42 smithi135 ceph-mon[93152]: pgmap v19854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:42.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:43.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:43.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:43.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:44 smithi194 ceph-mon[104785]: pgmap v19855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:44 smithi135 ceph-mon[93152]: pgmap v19855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:44.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:44.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:45.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:45.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:45 smithi194 ceph-mon[104785]: pgmap v19856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:28:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:45 smithi135 ceph-mon[93152]: pgmap v19856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:28:46.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:46.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:47.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:47.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:48 smithi194 ceph-mon[104785]: pgmap v19857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:48 smithi135 ceph-mon[93152]: pgmap v19857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:48.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:49.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:49.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:49.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:50 smithi194 ceph-mon[104785]: pgmap v19858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:50 smithi135 ceph-mon[93152]: pgmap v19858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:50.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:50.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:51.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:51.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:52 smithi194 ceph-mon[104785]: pgmap v19859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:52 smithi135 ceph-mon[93152]: pgmap v19859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:52.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:52.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:53.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:53.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:54 smithi194 ceph-mon[104785]: pgmap v19860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:54 smithi135 ceph-mon[93152]: pgmap v19860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:54.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:54.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:55.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:55.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:55 smithi194 ceph-mon[104785]: pgmap v19861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:28:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:28:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:55 smithi135 ceph-mon[93152]: pgmap v19861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:28:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:28:56.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:56.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:57.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:57.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:28:58 smithi194 ceph-mon[104785]: pgmap v19862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:28:58 smithi135 ceph-mon[93152]: pgmap v19862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:28:58.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:58.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:28:59.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:28:59.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:00 smithi194 ceph-mon[104785]: pgmap v19863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:00 smithi135 ceph-mon[93152]: pgmap v19863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:00.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:00.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:01.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:01.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:02 smithi194 ceph-mon[104785]: pgmap v19864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:29:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:02 smithi135 ceph-mon[93152]: pgmap v19864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:29:02.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:02.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:29:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:29:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:29:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:29:03.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:29:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:29:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:29:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:29:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:29:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:29:03.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:03.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:04 smithi194 ceph-mon[104785]: pgmap v19865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:04.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:04.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:04 smithi135 ceph-mon[93152]: pgmap v19865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:05.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:05.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:05 smithi194 ceph-mon[104785]: pgmap v19866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:29:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:05 smithi135 ceph-mon[93152]: pgmap v19866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:29:06.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:06.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:07.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:07.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:08 smithi194 ceph-mon[104785]: pgmap v19867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:08 smithi135 ceph-mon[93152]: pgmap v19867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:08.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:08.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:09.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:09.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:10 smithi194 ceph-mon[104785]: pgmap v19868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:10 smithi135 ceph-mon[93152]: pgmap v19868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:10.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:10.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:29:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:29:11.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:11.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:12.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:12 smithi194 ceph-mon[104785]: pgmap v19869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:12 smithi135 ceph-mon[93152]: pgmap v19869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:13.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:13.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:14.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:14.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:14 smithi194 ceph-mon[104785]: pgmap v19870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:14 smithi135 ceph-mon[93152]: pgmap v19870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:15.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:15.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:16.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:16.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:15 smithi194 ceph-mon[104785]: pgmap v19871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:29:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:15 smithi135 ceph-mon[93152]: pgmap v19871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:29:17.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:17.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:18.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:18.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:18 smithi194 ceph-mon[104785]: pgmap v19872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:18 smithi135 ceph-mon[93152]: pgmap v19872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:19.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:19.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:20.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:20.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:20 smithi194 ceph-mon[104785]: pgmap v19873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:20 smithi135 ceph-mon[93152]: pgmap v19873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:21.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:21.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:22.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:22.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:22 smithi194 ceph-mon[104785]: pgmap v19874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:22 smithi135 ceph-mon[93152]: pgmap v19874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:23.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:23.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:24.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:24.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:24 smithi135 ceph-mon[93152]: pgmap v19875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:24 smithi194 ceph-mon[104785]: pgmap v19875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:25.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:25.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:26.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:26.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:25 smithi194 ceph-mon[104785]: pgmap v19876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:29:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:29:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:25 smithi135 ceph-mon[93152]: pgmap v19876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:29:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:29:27.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:27.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:28.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:28.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:28 smithi194 ceph-mon[104785]: pgmap v19877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:28 smithi135 ceph-mon[93152]: pgmap v19877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:29.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:29.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:30.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:30.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:30 smithi194 ceph-mon[104785]: pgmap v19878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:30 smithi135 ceph-mon[93152]: pgmap v19878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:31.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:31.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:32.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:32.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:32 smithi194 ceph-mon[104785]: pgmap v19879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:32 smithi135 ceph-mon[93152]: pgmap v19879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:33.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:33.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:34.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:34.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:34 smithi194 ceph-mon[104785]: pgmap v19880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:34 smithi135 ceph-mon[93152]: pgmap v19880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:35.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:35.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:36.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:36.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:35 smithi194 ceph-mon[104785]: pgmap v19881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:29:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:35 smithi135 ceph-mon[93152]: pgmap v19881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:29:37.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:37.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:38.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:38.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:38 smithi194 ceph-mon[104785]: pgmap v19882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:38 smithi135 ceph-mon[93152]: pgmap v19882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:39.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:39.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:40.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:40.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:40 smithi194 ceph-mon[104785]: pgmap v19883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:40 smithi135 ceph-mon[93152]: pgmap v19883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:41.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:41.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:29:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:29:42.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:42.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:42 smithi194 ceph-mon[104785]: pgmap v19884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:42 smithi135 ceph-mon[93152]: pgmap v19884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:43.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:43.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:44.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:44.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:44 smithi194 ceph-mon[104785]: pgmap v19885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:44 smithi135 ceph-mon[93152]: pgmap v19885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:45.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:45.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:46.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:46.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:45 smithi194 ceph-mon[104785]: pgmap v19886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:29:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:45 smithi135 ceph-mon[93152]: pgmap v19886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:29:47.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:47.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:48.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:48.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:48 smithi194 ceph-mon[104785]: pgmap v19887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:48 smithi135 ceph-mon[93152]: pgmap v19887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:49.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:49.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:50.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:50.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:50 smithi194 ceph-mon[104785]: pgmap v19888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:50 smithi135 ceph-mon[93152]: pgmap v19888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:51.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:51.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:52.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:52.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:52 smithi194 ceph-mon[104785]: pgmap v19889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:52 smithi135 ceph-mon[93152]: pgmap v19889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:53.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:53.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:54.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:54.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:54 smithi194 ceph-mon[104785]: pgmap v19890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:54 smithi135 ceph-mon[93152]: pgmap v19890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:55.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:55.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:56.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:56.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:55 smithi194 ceph-mon[104785]: pgmap v19891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:29:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:29:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:55 smithi135 ceph-mon[93152]: pgmap v19891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:29:56.396 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:29:57.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:57.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:58.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:58.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:29:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:29:58 smithi194 ceph-mon[104785]: pgmap v19892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:29:58 smithi135 ceph-mon[93152]: pgmap v19892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:29:59.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:29:59.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:00.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:00.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:00 smithi194 ceph-mon[104785]: pgmap v19893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T15:30:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:00 smithi135 ceph-mon[93152]: pgmap v19893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T15:30:01.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:01.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:02.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:02.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:02 smithi194 ceph-mon[104785]: pgmap v19894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:02 smithi135 ceph-mon[93152]: pgmap v19894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:03.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:03.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:30:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:30:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:30:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:30:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:30:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:30:04.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:04.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:04 smithi194 ceph-mon[104785]: pgmap v19895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:30:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:30:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:30:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:30:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:30:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:04 smithi135 ceph-mon[93152]: pgmap v19895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:30:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:30:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:30:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:30:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:30:05.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:05.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:06.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:06.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:05 smithi194 ceph-mon[104785]: pgmap v19896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:30:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:05 smithi135 ceph-mon[93152]: pgmap v19896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:30:07.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:07.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:08.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:08.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:08 smithi194 ceph-mon[104785]: pgmap v19897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:08 smithi135 ceph-mon[93152]: pgmap v19897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:09.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:09.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:10.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:10.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:10 smithi194 ceph-mon[104785]: pgmap v19898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:10 smithi135 ceph-mon[93152]: pgmap v19898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:11.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:11.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:30:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:30:12.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:12.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:12 smithi194 ceph-mon[104785]: pgmap v19899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:12 smithi135 ceph-mon[93152]: pgmap v19899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:13.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:13.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:14.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:14.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:14 smithi194 ceph-mon[104785]: pgmap v19900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:14.737 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:14 smithi135 ceph-mon[93152]: pgmap v19900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:15.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:15.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:16.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:16.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:15 smithi194 ceph-mon[104785]: pgmap v19901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:30:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:15 smithi135 ceph-mon[93152]: pgmap v19901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:30:17.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:17.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:18.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:18.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:18 smithi194 ceph-mon[104785]: pgmap v19902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:18 smithi135 ceph-mon[93152]: pgmap v19902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:19.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:19.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:20.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:20.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:20 smithi194 ceph-mon[104785]: pgmap v19903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:20 smithi135 ceph-mon[93152]: pgmap v19903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:21.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:21.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:22.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:22.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:22 smithi194 ceph-mon[104785]: pgmap v19904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:22 smithi135 ceph-mon[93152]: pgmap v19904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:23.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:23.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:24.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:24.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:24 smithi194 ceph-mon[104785]: pgmap v19905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:24 smithi135 ceph-mon[93152]: pgmap v19905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:25.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:25.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:26.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:26.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:25 smithi194 ceph-mon[104785]: pgmap v19906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:30:26.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:30:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:25 smithi135 ceph-mon[93152]: pgmap v19906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:30:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:30:27.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:27.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:28.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:28.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:28 smithi194 ceph-mon[104785]: pgmap v19907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:28 smithi135 ceph-mon[93152]: pgmap v19907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:29.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:29.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:30.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:30.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:30 smithi194 ceph-mon[104785]: pgmap v19908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:30 smithi135 ceph-mon[93152]: pgmap v19908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:31.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:31.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:32.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:32.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:32 smithi194 ceph-mon[104785]: pgmap v19909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:32 smithi135 ceph-mon[93152]: pgmap v19909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:33.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:33.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:34.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:34.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:34 smithi194 ceph-mon[104785]: pgmap v19910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:34 smithi135 ceph-mon[93152]: pgmap v19910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:35.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:35.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:36.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:36.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:35 smithi194 ceph-mon[104785]: pgmap v19911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:30:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:35 smithi135 ceph-mon[93152]: pgmap v19911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:30:37.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:37.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:38.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:38.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:38 smithi194 ceph-mon[104785]: pgmap v19912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:38 smithi135 ceph-mon[93152]: pgmap v19912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:39.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:39.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:40.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:40.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:40 smithi194 ceph-mon[104785]: pgmap v19913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:40 smithi135 ceph-mon[93152]: pgmap v19913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:41.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:41.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:30:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:30:42.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:42.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:42.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:42 smithi194 ceph-mon[104785]: pgmap v19914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:42 smithi135 ceph-mon[93152]: pgmap v19914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:43.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:43.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:44.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:44.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:44 smithi194 ceph-mon[104785]: pgmap v19915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:44 smithi135 ceph-mon[93152]: pgmap v19915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:45.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:45.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:46.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:46.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:46.225 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:45 smithi194 ceph-mon[104785]: pgmap v19916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:30:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:45 smithi135 ceph-mon[93152]: pgmap v19916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:30:47.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:47.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:48.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:48.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:48.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:48 smithi194 ceph-mon[104785]: pgmap v19917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:48 smithi135 ceph-mon[93152]: pgmap v19917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:49.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:49.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:50.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:50.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:50 smithi194 ceph-mon[104785]: pgmap v19918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:50 smithi135 ceph-mon[93152]: pgmap v19918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:51.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:51.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:52.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:52.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:52 smithi194 ceph-mon[104785]: pgmap v19919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:52 smithi135 ceph-mon[93152]: pgmap v19919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:53.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:53.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:54.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:54.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:54 smithi194 ceph-mon[104785]: pgmap v19920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:54 smithi135 ceph-mon[93152]: pgmap v19920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:55.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:55.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:56.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:56.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:55 smithi194 ceph-mon[104785]: pgmap v19921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:30:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:30:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:55 smithi135 ceph-mon[93152]: pgmap v19921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:30:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:30:57.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:57.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:58.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:58.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:30:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:30:58 smithi194 ceph-mon[104785]: pgmap v19922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:30:58 smithi135 ceph-mon[93152]: pgmap v19922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:30:59.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:30:59.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:00.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:00.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:00 smithi135 ceph-mon[93152]: pgmap v19923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:00 smithi194 ceph-mon[104785]: pgmap v19923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:01.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:01.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:02.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:02.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:02 smithi194 ceph-mon[104785]: pgmap v19924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:02 smithi135 ceph-mon[93152]: pgmap v19924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:03.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:03.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:04.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:04.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:04 smithi194 ceph-mon[104785]: pgmap v19925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:31:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:31:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:31:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:31:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:31:04.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:04 smithi135 ceph-mon[93152]: pgmap v19925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:31:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:31:05.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:05.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:06.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:06.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:05 smithi194 ceph-mon[104785]: pgmap v19926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:31:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:05 smithi135 ceph-mon[93152]: pgmap v19926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:31:07.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:07.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:08.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:08.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:08.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:08 smithi194 ceph-mon[104785]: pgmap v19927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:08 smithi135 ceph-mon[93152]: pgmap v19927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:09.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:09.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:10.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:10.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:10.581 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:10 smithi135 ceph-mon[93152]: pgmap v19928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:10 smithi194 ceph-mon[104785]: pgmap v19928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:11.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:11.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:31:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:31:12.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:12.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:12.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:12 smithi194 ceph-mon[104785]: pgmap v19929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:12 smithi135 ceph-mon[93152]: pgmap v19929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:13.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:13.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:14.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:14.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:14.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:14 smithi194 ceph-mon[104785]: pgmap v19930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:14 smithi135 ceph-mon[93152]: pgmap v19930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:15.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:15.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:16.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:16.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:16.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:15 smithi194 ceph-mon[104785]: pgmap v19931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:31:16.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:15 smithi135 ceph-mon[93152]: pgmap v19931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:31:17.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:17.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:18.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:18.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:18 smithi194 ceph-mon[104785]: pgmap v19932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:18 smithi135 ceph-mon[93152]: pgmap v19932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:19.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:19.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:20.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:20.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:20 smithi194 ceph-mon[104785]: pgmap v19933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:20 smithi135 ceph-mon[93152]: pgmap v19933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:21.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:21.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:22.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:22.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:22 smithi194 ceph-mon[104785]: pgmap v19934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:22.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:22 smithi135 ceph-mon[93152]: pgmap v19934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:23.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:23.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:24.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:24.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:24.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:24 smithi194 ceph-mon[104785]: pgmap v19935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:24 smithi135 ceph-mon[93152]: pgmap v19935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:25.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:25.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:25 smithi194 ceph-mon[104785]: pgmap v19936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:31:26.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:31:26.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:26.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:25 smithi135 ceph-mon[93152]: pgmap v19936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:31:26.267 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:31:27.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:27.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:28.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:28.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:28 smithi194 ceph-mon[104785]: pgmap v19937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:28 smithi135 ceph-mon[93152]: pgmap v19937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:29.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:29.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:30.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:30.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:30 smithi194 ceph-mon[104785]: pgmap v19938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:30 smithi135 ceph-mon[93152]: pgmap v19938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:31.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:31.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:32.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:32.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:32 smithi194 ceph-mon[104785]: pgmap v19939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:32 smithi135 ceph-mon[93152]: pgmap v19939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:33.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:33.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:34.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:34.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:34 smithi194 ceph-mon[104785]: pgmap v19940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:34 smithi135 ceph-mon[93152]: pgmap v19940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:35.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:35.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:36.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:35 smithi194 ceph-mon[104785]: pgmap v19941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:31:36.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:36.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:35 smithi135 ceph-mon[93152]: pgmap v19941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:31:37.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:37.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:38.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:38.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:38 smithi194 ceph-mon[104785]: pgmap v19942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:38 smithi135 ceph-mon[93152]: pgmap v19942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:39.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:39.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:40.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:40.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:40.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:40 smithi194 ceph-mon[104785]: pgmap v19943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:40 smithi135 ceph-mon[93152]: pgmap v19943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:41.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:41.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:31:42.028 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:31:42.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:42.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:42.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:42 smithi194 ceph-mon[104785]: pgmap v19944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:42 smithi135 ceph-mon[93152]: pgmap v19944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:43.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:43.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:44.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:44.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:44.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:44 smithi194 ceph-mon[104785]: pgmap v19945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:44 smithi135 ceph-mon[93152]: pgmap v19945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:45.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:45.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:46.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:45 smithi194 ceph-mon[104785]: pgmap v19946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:31:46.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:46.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:45 smithi135 ceph-mon[93152]: pgmap v19946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:31:47.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:47.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:48.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:48.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:48 smithi194 ceph-mon[104785]: pgmap v19947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:48 smithi135 ceph-mon[93152]: pgmap v19947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:49.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:49.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:50.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:50.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:50.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:50 smithi194 ceph-mon[104785]: pgmap v19948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:50 smithi135 ceph-mon[93152]: pgmap v19948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:51.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:51.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:52.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:52.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:52.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:52 smithi194 ceph-mon[104785]: pgmap v19949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:52 smithi135 ceph-mon[93152]: pgmap v19949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:53.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:53.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:54.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:54.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:54.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:54 smithi194 ceph-mon[104785]: pgmap v19950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:54 smithi135 ceph-mon[93152]: pgmap v19950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:55.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:55.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:55 smithi135 ceph-mon[93152]: pgmap v19951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:31:56.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:31:56.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:56.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:55 smithi194 ceph-mon[104785]: pgmap v19951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:31:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:31:57.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:57.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:58.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:58.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:31:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:31:58 smithi194 ceph-mon[104785]: pgmap v19952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:31:58 smithi135 ceph-mon[93152]: pgmap v19952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:31:59.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:31:59.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:00.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:00.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:00.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:00 smithi194 ceph-mon[104785]: pgmap v19953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:00 smithi135 ceph-mon[93152]: pgmap v19953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:01.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:01.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:02.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:02.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:02 smithi194 ceph-mon[104785]: pgmap v19954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:02 smithi135 ceph-mon[93152]: pgmap v19954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:03.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:03.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:04.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:04.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:04 smithi194 ceph-mon[104785]: pgmap v19955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:04.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:32:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:04 smithi135 ceph-mon[93152]: pgmap v19955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:32:05.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:05.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi194 to 2655M 2023-10-08T15:32:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1362M 2023-10-08T15:32:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:32:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:32:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:32:05.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:32:05.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:32:05.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:32:05.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:32:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:32:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi194 to 2655M 2023-10-08T15:32:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1362M 2023-10-08T15:32:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:32:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:32:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:32:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:32:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:32:05.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:32:05.759 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:32:06.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:06.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:06 smithi135 ceph-mon[93152]: pgmap v19956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:32:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:06 smithi194 ceph-mon[104785]: pgmap v19956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:32:07.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:07.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:08.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:08.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:08 smithi135 ceph-mon[93152]: pgmap v19957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:08 smithi194 ceph-mon[104785]: pgmap v19957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:09.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:09.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:10.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:10.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:10 smithi135 ceph-mon[93152]: pgmap v19958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:10 smithi194 ceph-mon[104785]: pgmap v19958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:11.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:11.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:32:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:32:12.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:12.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:12 smithi135 ceph-mon[93152]: pgmap v19959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:12 smithi194 ceph-mon[104785]: pgmap v19959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:13.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:13.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:14.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:14.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:14 smithi135 ceph-mon[93152]: pgmap v19960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:14 smithi194 ceph-mon[104785]: pgmap v19960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:15.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:15.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:15 smithi135 ceph-mon[93152]: pgmap v19961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:32:16.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:16.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:15 smithi194 ceph-mon[104785]: pgmap v19961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:32:17.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:17.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:18.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:18.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:18.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:18 smithi194 ceph-mon[104785]: pgmap v19962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:18 smithi135 ceph-mon[93152]: pgmap v19962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:19.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:19.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:20.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:20.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:20 smithi194 ceph-mon[104785]: pgmap v19963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:20 smithi135 ceph-mon[93152]: pgmap v19963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:21.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:21.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:22.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:22.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:22 smithi135 ceph-mon[93152]: pgmap v19964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:22 smithi194 ceph-mon[104785]: pgmap v19964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:23.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:23.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:24.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:24.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:24 smithi135 ceph-mon[93152]: pgmap v19965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:24 smithi194 ceph-mon[104785]: pgmap v19965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:25.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:25.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:25 smithi135 ceph-mon[93152]: pgmap v19966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:32:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:32:26.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:26.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:25 smithi194 ceph-mon[104785]: pgmap v19966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:32:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:32:27.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:27.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:28.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:28.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:28.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:28 smithi194 ceph-mon[104785]: pgmap v19967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:28 smithi135 ceph-mon[93152]: pgmap v19967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:29.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:29.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:30.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:30.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:30.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:30 smithi194 ceph-mon[104785]: pgmap v19968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:30 smithi135 ceph-mon[93152]: pgmap v19968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:31.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:31.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:32.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:32.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:32 smithi135 ceph-mon[93152]: pgmap v19969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:32 smithi194 ceph-mon[104785]: pgmap v19969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:33.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:33.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:34.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:34.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:34 smithi194 ceph-mon[104785]: pgmap v19970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:34 smithi135 ceph-mon[93152]: pgmap v19970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:35.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:35.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:35 smithi135 ceph-mon[93152]: pgmap v19971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:32:36.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:36.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:35 smithi194 ceph-mon[104785]: pgmap v19971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:32:37.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:37.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:38.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:38.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:38.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:38 smithi194 ceph-mon[104785]: pgmap v19972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:38 smithi135 ceph-mon[93152]: pgmap v19972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:39.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:39.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:40.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:40.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:40 smithi135 ceph-mon[93152]: pgmap v19973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:40 smithi194 ceph-mon[104785]: pgmap v19973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:41.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:41.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:32:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:32:42.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:42.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:42 smithi135 ceph-mon[93152]: pgmap v19974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:42 smithi194 ceph-mon[104785]: pgmap v19974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:43.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:43.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:44.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:44.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:44.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:44 smithi194 ceph-mon[104785]: pgmap v19975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:44 smithi135 ceph-mon[93152]: pgmap v19975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:45.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:45.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:46.218 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:45 smithi135 ceph-mon[93152]: pgmap v19976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:32:46.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:46.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:45 smithi194 ceph-mon[104785]: pgmap v19976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:32:47.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:47.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:48.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:48.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:48 smithi135 ceph-mon[93152]: pgmap v19977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:48 smithi194 ceph-mon[104785]: pgmap v19977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:49.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:49.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:50.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:50.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:50 smithi135 ceph-mon[93152]: pgmap v19978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:50 smithi194 ceph-mon[104785]: pgmap v19978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:51.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:51.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:52.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:52.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:52 smithi135 ceph-mon[93152]: pgmap v19979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:52 smithi194 ceph-mon[104785]: pgmap v19979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:53.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:53.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:54.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:54.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:54 smithi135 ceph-mon[93152]: pgmap v19980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:54 smithi194 ceph-mon[104785]: pgmap v19980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:55.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:55.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:55 smithi135 ceph-mon[93152]: pgmap v19981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:32:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:32:56.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:56.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:55 smithi194 ceph-mon[104785]: pgmap v19981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:32:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:32:57.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:57.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:58.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:58.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:32:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:32:58 smithi135 ceph-mon[93152]: pgmap v19982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:32:58 smithi194 ceph-mon[104785]: pgmap v19982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:32:59.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:32:59.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:00.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:00.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:00 smithi135 ceph-mon[93152]: pgmap v19983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:00 smithi194 ceph-mon[104785]: pgmap v19983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:01.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:01.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:02.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:02.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:02 smithi135 ceph-mon[93152]: pgmap v19984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:02 smithi194 ceph-mon[104785]: pgmap v19984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:03.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:03.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:04.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:04.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:04 smithi135 ceph-mon[93152]: pgmap v19985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:04 smithi194 ceph-mon[104785]: pgmap v19985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:05.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:05.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:33:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:33:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:33:05.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:33:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:33:05.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:33:06.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:06.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:06 smithi135 ceph-mon[93152]: pgmap v19986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:33:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:33:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:33:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:33:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:06 smithi194 ceph-mon[104785]: pgmap v19986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:33:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:33:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:33:06.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:33:07.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:07.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:08.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:08.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:08 smithi135 ceph-mon[93152]: pgmap v19987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:08 smithi194 ceph-mon[104785]: pgmap v19987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:09.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:09.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:10.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:10.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:10 smithi135 ceph-mon[93152]: pgmap v19988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:10 smithi194 ceph-mon[104785]: pgmap v19988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:11.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:11.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:33:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:33:12.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:12.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:12 smithi135 ceph-mon[93152]: pgmap v19989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:12 smithi194 ceph-mon[104785]: pgmap v19989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:13.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:13.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:14.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:14.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:14 smithi135 ceph-mon[93152]: pgmap v19990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:14 smithi194 ceph-mon[104785]: pgmap v19990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:15.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:15.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:15 smithi135 ceph-mon[93152]: pgmap v19991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:33:16.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:16.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:15 smithi194 ceph-mon[104785]: pgmap v19991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:33:17.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:17.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:18.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:18.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:18 smithi135 ceph-mon[93152]: pgmap v19992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:18 smithi194 ceph-mon[104785]: pgmap v19992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:19.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:19.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:20.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:20.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:20 smithi135 ceph-mon[93152]: pgmap v19993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:20 smithi194 ceph-mon[104785]: pgmap v19993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:21.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:21.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:22.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:22.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:22 smithi135 ceph-mon[93152]: pgmap v19994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:22 smithi194 ceph-mon[104785]: pgmap v19994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:23.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:23.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:24.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:24.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:24 smithi135 ceph-mon[93152]: pgmap v19995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:24.824 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:24 smithi194 ceph-mon[104785]: pgmap v19995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:25.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:25.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:25 smithi135 ceph-mon[93152]: pgmap v19996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:33:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:33:26.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:26.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:25 smithi194 ceph-mon[104785]: pgmap v19996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:33:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:33:27.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:27.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:28.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:28.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:28 smithi135 ceph-mon[93152]: pgmap v19997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:28 smithi194 ceph-mon[104785]: pgmap v19997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:29.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:29.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:30.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:30.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:30 smithi135 ceph-mon[93152]: pgmap v19998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:30 smithi194 ceph-mon[104785]: pgmap v19998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:31.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:31.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:32.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:32.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:32.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:32 smithi135 ceph-mon[93152]: pgmap v19999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:32 smithi194 ceph-mon[104785]: pgmap v19999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:33.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:33.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:34.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:34.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:34 smithi135 ceph-mon[93152]: pgmap v20000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:34.930 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:34 smithi194 ceph-mon[104785]: pgmap v20000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:35.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:35.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:35 smithi135 ceph-mon[93152]: pgmap v20001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:33:36.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:36.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:35 smithi194 ceph-mon[104785]: pgmap v20001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:33:37.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:37.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:38.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:38.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:38 smithi135 ceph-mon[93152]: pgmap v20002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:38 smithi194 ceph-mon[104785]: pgmap v20002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:39.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:39.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:40.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:40.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:40 smithi135 ceph-mon[93152]: pgmap v20003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:40 smithi194 ceph-mon[104785]: pgmap v20003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:41.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:41.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:33:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:33:42.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:42.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:42 smithi135 ceph-mon[93152]: pgmap v20004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:42 smithi194 ceph-mon[104785]: pgmap v20004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:43.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:43.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:44.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:44.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:44.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:44 smithi135 ceph-mon[93152]: pgmap v20005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:44 smithi194 ceph-mon[104785]: pgmap v20005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:45.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:45.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:45 smithi135 ceph-mon[93152]: pgmap v20006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:33:46.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:46.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:45 smithi194 ceph-mon[104785]: pgmap v20006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:33:47.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:47.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:48.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:48.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:48 smithi135 ceph-mon[93152]: pgmap v20007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:48 smithi194 ceph-mon[104785]: pgmap v20007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:49.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:49.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:50.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:50.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:50 smithi135 ceph-mon[93152]: pgmap v20008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:50 smithi194 ceph-mon[104785]: pgmap v20008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:51.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:51.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:52.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:52.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:52 smithi135 ceph-mon[93152]: pgmap v20009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:52 smithi194 ceph-mon[104785]: pgmap v20009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:53.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:53.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:54.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:54.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:54 smithi135 ceph-mon[93152]: pgmap v20010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:54 smithi194 ceph-mon[104785]: pgmap v20010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:55.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:55.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:55 smithi135 ceph-mon[93152]: pgmap v20011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:33:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:55 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:33:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:55 smithi194 ceph-mon[104785]: pgmap v20011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:33:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:55 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:33:56.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:56.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:57.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:57.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:58.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:58.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:33:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:33:58 smithi135 ceph-mon[93152]: pgmap v20012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:33:58 smithi194 ceph-mon[104785]: pgmap v20012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:33:59.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:33:59.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:00.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:00.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:00 smithi135 ceph-mon[93152]: pgmap v20013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:00 smithi194 ceph-mon[104785]: pgmap v20013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:01.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:01.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:02.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:02.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:02 smithi135 ceph-mon[93152]: pgmap v20014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:02 smithi194 ceph-mon[104785]: pgmap v20014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:03.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:03.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:04.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:04.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:04 smithi135 ceph-mon[93152]: pgmap v20015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:04 smithi194 ceph-mon[104785]: pgmap v20015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:05.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:05.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:05 smithi135 ceph-mon[93152]: pgmap v20016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:34:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:34:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:05 smithi194 ceph-mon[104785]: pgmap v20016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:34:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:34:06.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:06.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:34:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:34:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:34:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:34:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:34:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:34:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:34:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:34:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:34:07.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:34:07.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:07.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:08.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:07 smithi135 ceph-mon[93152]: pgmap v20017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:07 smithi194 ceph-mon[104785]: pgmap v20017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:08.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:08.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:09.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:09.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:10.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:10.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:10.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:10 smithi194 ceph-mon[104785]: pgmap v20018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:10 smithi135 ceph-mon[93152]: pgmap v20018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:11.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:11.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:34:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:34:12.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:12.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:12 smithi135 ceph-mon[93152]: pgmap v20019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:12 smithi194 ceph-mon[104785]: pgmap v20019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:13.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:13.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:14.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:14.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:14 smithi135 ceph-mon[93152]: pgmap v20020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:14 smithi194 ceph-mon[104785]: pgmap v20020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:15.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:15.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:16.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:15 smithi135 ceph-mon[93152]: pgmap v20021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:34:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:15 smithi194 ceph-mon[104785]: pgmap v20021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:34:16.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:16.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:17.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:17.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:18.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:18.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:18 smithi135 ceph-mon[93152]: pgmap v20022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:18 smithi194 ceph-mon[104785]: pgmap v20022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:19.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:19.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:20.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:20.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:20 smithi194 ceph-mon[104785]: pgmap v20023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:20 smithi135 ceph-mon[93152]: pgmap v20023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:21.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:21.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:22.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:22.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:22 smithi135 ceph-mon[93152]: pgmap v20024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:22 smithi194 ceph-mon[104785]: pgmap v20024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:23.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:23.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:24.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:24.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:24.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:24 smithi135 ceph-mon[93152]: pgmap v20025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:24 smithi194 ceph-mon[104785]: pgmap v20025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:25.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:25.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:25 smithi135 ceph-mon[93152]: pgmap v20026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:34:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:34:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:25 smithi194 ceph-mon[104785]: pgmap v20026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:34:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:34:26.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:26.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:27.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:27.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:28.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:28.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:28 smithi135 ceph-mon[93152]: pgmap v20027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:28 smithi194 ceph-mon[104785]: pgmap v20027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:29.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:29.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:30.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:30.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:30.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:30 smithi135 ceph-mon[93152]: pgmap v20028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:30 smithi194 ceph-mon[104785]: pgmap v20028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:31.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:31.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:32.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:32 smithi135 ceph-mon[93152]: pgmap v20029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:32.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:32.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:32 smithi194 ceph-mon[104785]: pgmap v20029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:33.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:33.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:34.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:34.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:34.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:34 smithi135 ceph-mon[93152]: pgmap v20030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:34 smithi194 ceph-mon[104785]: pgmap v20030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:35.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:35.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:36.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:35 smithi135 ceph-mon[93152]: pgmap v20031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:34:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:35 smithi194 ceph-mon[104785]: pgmap v20031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:34:36.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:36.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:37.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:37.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:38.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:38.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:38 smithi135 ceph-mon[93152]: pgmap v20032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:38 smithi194 ceph-mon[104785]: pgmap v20032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:39.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:39.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:40.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:40.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:40.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:40 smithi135 ceph-mon[93152]: pgmap v20033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:40 smithi194 ceph-mon[104785]: pgmap v20033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:41.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:41.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:34:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:34:42.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:42.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:42.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:42 smithi135 ceph-mon[93152]: pgmap v20034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:42 smithi194 ceph-mon[104785]: pgmap v20034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:43.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:43.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:44.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:44.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:44 smithi194 ceph-mon[104785]: pgmap v20035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:44 smithi135 ceph-mon[93152]: pgmap v20035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:45.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:45.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:45 smithi135 ceph-mon[93152]: pgmap v20036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:34:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:45 smithi194 ceph-mon[104785]: pgmap v20036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:34:46.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:46.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:47.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:47.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:48.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:48.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:48.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:48 smithi135 ceph-mon[93152]: pgmap v20037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:48 smithi194 ceph-mon[104785]: pgmap v20037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:49.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:49.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:50.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:50.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:50 smithi135 ceph-mon[93152]: pgmap v20038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:50 smithi194 ceph-mon[104785]: pgmap v20038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:51.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:51.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:52.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:52.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:52.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:52 smithi135 ceph-mon[93152]: pgmap v20039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:52 smithi194 ceph-mon[104785]: pgmap v20039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:53.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:53.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:54.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:54.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:54.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:54 smithi135 ceph-mon[93152]: pgmap v20040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:54 smithi194 ceph-mon[104785]: pgmap v20040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:55.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:55.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:56 smithi194 ceph-mon[104785]: pgmap v20041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:34:56.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:34:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:56 smithi135 ceph-mon[93152]: pgmap v20041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:34:56.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:34:56.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:56.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:57.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:57.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:58.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:58.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:34:58.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:34:58 smithi135 ceph-mon[93152]: pgmap v20042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:34:58 smithi194 ceph-mon[104785]: pgmap v20042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:34:59.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:34:59.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:00.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:00.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:00 smithi135 ceph-mon[93152]: pgmap v20043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:00.824 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:00 smithi194 ceph-mon[104785]: pgmap v20043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:01.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:01.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:02.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:02.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:02 smithi135 ceph-mon[93152]: pgmap v20044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:02 smithi194 ceph-mon[104785]: pgmap v20044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:03.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:03.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:04.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:04.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:04 smithi194 ceph-mon[104785]: pgmap v20045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:04 smithi135 ceph-mon[93152]: pgmap v20045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:05.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:05.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:06 smithi194 ceph-mon[104785]: pgmap v20046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:35:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:06 smithi135 ceph-mon[93152]: pgmap v20046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:35:06.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:06.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:35:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:35:07.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:07.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:08.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:08 smithi194 ceph-mon[104785]: pgmap v20047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:08.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:08 smithi135 ceph-mon[93152]: pgmap v20047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:08.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:08.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:09.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:09.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:10.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:10.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:10.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:10 smithi135 ceph-mon[93152]: pgmap v20048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:10.931 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:10 smithi194 ceph-mon[104785]: pgmap v20048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:11.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:11.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:35:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:35:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:35:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:35:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:35:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:35:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:35:11.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:35:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:35:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:35:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:35:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:35:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:35:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:35:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:35:11.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:35:12.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:12.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:12.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:12 smithi135 ceph-mon[93152]: pgmap v20049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:12 smithi194 ceph-mon[104785]: pgmap v20049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:13.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:13.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:14.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:14.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:14 smithi194 ceph-mon[104785]: pgmap v20050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:14 smithi135 ceph-mon[93152]: pgmap v20050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:15.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:15.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:16 smithi194 ceph-mon[104785]: pgmap v20051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:35:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:16 smithi135 ceph-mon[93152]: pgmap v20051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:35:16.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:16.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:17.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:17.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:18.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:18.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:18 smithi135 ceph-mon[93152]: pgmap v20052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:18 smithi194 ceph-mon[104785]: pgmap v20052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:19.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:19.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:20.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:20.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:20 smithi194 ceph-mon[104785]: pgmap v20053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:20 smithi135 ceph-mon[93152]: pgmap v20053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:21.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:21.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:22.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:22.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:22 smithi194 ceph-mon[104785]: pgmap v20054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:23.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:22 smithi135 ceph-mon[93152]: pgmap v20054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:23.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:23.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:24.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:24.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:24 smithi194 ceph-mon[104785]: pgmap v20055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:24 smithi135 ceph-mon[93152]: pgmap v20055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:25.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:25.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:26 smithi135 ceph-mon[93152]: pgmap v20056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:35:26.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:35:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:26 smithi194 ceph-mon[104785]: pgmap v20056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:35:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:35:26.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:26.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:27.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:27.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:28.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:28.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:28 smithi194 ceph-mon[104785]: pgmap v20057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:28 smithi135 ceph-mon[93152]: pgmap v20057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:29.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:29.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:30.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:30.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:30 smithi194 ceph-mon[104785]: pgmap v20058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:30 smithi135 ceph-mon[93152]: pgmap v20058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:31.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:31.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:32.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:32.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:32.849 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:32 smithi135 ceph-mon[93152]: pgmap v20059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:32 smithi194 ceph-mon[104785]: pgmap v20059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:33.622 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:33.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:34.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:34.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:34 smithi194 ceph-mon[104785]: pgmap v20060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:34 smithi135 ceph-mon[93152]: pgmap v20060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:35.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:35.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:36 smithi194 ceph-mon[104785]: pgmap v20061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:35:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:36 smithi135 ceph-mon[93152]: pgmap v20061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:35:36.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:36.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:37.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:37.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:38.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:38.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:38 smithi194 ceph-mon[104785]: pgmap v20062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:38 smithi135 ceph-mon[93152]: pgmap v20062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:39.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:39.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:40.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:40.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:40 smithi194 ceph-mon[104785]: pgmap v20063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:40 smithi135 ceph-mon[93152]: pgmap v20063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:41.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:41.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:35:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:35:42.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:42.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:42.948 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:42 smithi135 ceph-mon[93152]: pgmap v20064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:42 smithi194 ceph-mon[104785]: pgmap v20064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:43.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:43.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:44.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:44.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:44 smithi194 ceph-mon[104785]: pgmap v20065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:44 smithi135 ceph-mon[93152]: pgmap v20065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:45.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:45.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:46.297 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:46 smithi194 ceph-mon[104785]: pgmap v20066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:35:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:46 smithi135 ceph-mon[93152]: pgmap v20066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:35:46.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:46.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:47.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:47.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:48.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:48.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:48.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:48 smithi194 ceph-mon[104785]: pgmap v20067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:48 smithi135 ceph-mon[93152]: pgmap v20067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:49.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:49.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:50.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:50.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:50 smithi194 ceph-mon[104785]: pgmap v20068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:50 smithi135 ceph-mon[93152]: pgmap v20068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:51.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:51.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:52.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:52.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:52 smithi194 ceph-mon[104785]: pgmap v20069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:52 smithi135 ceph-mon[93152]: pgmap v20069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:53.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:53.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:54.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:54.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:54 smithi194 ceph-mon[104785]: pgmap v20070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:54 smithi135 ceph-mon[93152]: pgmap v20070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:55.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:55.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:56.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:56 smithi194 ceph-mon[104785]: pgmap v20071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:35:56.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:35:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:56 smithi135 ceph-mon[93152]: pgmap v20071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:35:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:35:56.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:56.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:57.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:57.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:58.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:58.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:35:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:35:58 smithi194 ceph-mon[104785]: pgmap v20072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:35:58 smithi135 ceph-mon[93152]: pgmap v20072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:35:59.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:35:59.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:00.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:00.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:00 smithi194 ceph-mon[104785]: pgmap v20073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:00 smithi135 ceph-mon[93152]: pgmap v20073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:01.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:01.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:02.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:02.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:02 smithi194 ceph-mon[104785]: pgmap v20074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:02 smithi135 ceph-mon[93152]: pgmap v20074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:03.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:03.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:04.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:04.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:04 smithi194 ceph-mon[104785]: pgmap v20075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:04 smithi135 ceph-mon[93152]: pgmap v20075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:05.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:05.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:06 smithi194 ceph-mon[104785]: pgmap v20076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:36:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:06 smithi135 ceph-mon[93152]: pgmap v20076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:36:06.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:06.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:07.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:07.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:08.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:09.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:09.034 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:08 smithi194 ceph-mon[104785]: pgmap v20077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:09.034 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:08 smithi135 ceph-mon[93152]: pgmap v20077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:09.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:09.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:10.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:10.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:10 smithi194 ceph-mon[104785]: pgmap v20078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:10 smithi135 ceph-mon[93152]: pgmap v20078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:11.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:11.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:36:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:36:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:36:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:36:12.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:12.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:12 smithi194 ceph-mon[104785]: pgmap v20079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:36:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:36:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:36:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:36:12.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:36:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:12 smithi135 ceph-mon[93152]: pgmap v20079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:36:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:36:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:36:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:36:13.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:36:13.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:13.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:14.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:14.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:14 smithi194 ceph-mon[104785]: pgmap v20080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:14 smithi135 ceph-mon[93152]: pgmap v20080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:15.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:15.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:16 smithi194 ceph-mon[104785]: pgmap v20081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:36:16.532 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:16 smithi135 ceph-mon[93152]: pgmap v20081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:36:16.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:17.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:17.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:17.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:18.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:18.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:18.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:18 smithi135 ceph-mon[93152]: pgmap v20082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:18 smithi194 ceph-mon[104785]: pgmap v20082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:19.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:19.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:20.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:20.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:20 smithi194 ceph-mon[104785]: pgmap v20083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:20 smithi135 ceph-mon[93152]: pgmap v20083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:21.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:21.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:22.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:22.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:22 smithi194 ceph-mon[104785]: pgmap v20084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:22 smithi135 ceph-mon[93152]: pgmap v20084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:23.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:23.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:24.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:24.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:24 smithi194 ceph-mon[104785]: pgmap v20085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:24 smithi135 ceph-mon[93152]: pgmap v20085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:25.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:25.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:26 smithi194 ceph-mon[104785]: pgmap v20086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:36:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:36:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:26 smithi135 ceph-mon[93152]: pgmap v20086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:36:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:36:26.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:26.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:27.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:27.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:28.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:28.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:28.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:28 smithi135 ceph-mon[93152]: pgmap v20087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:28 smithi194 ceph-mon[104785]: pgmap v20087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:29.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:29.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:30.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:30.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:30 smithi194 ceph-mon[104785]: pgmap v20088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:30 smithi135 ceph-mon[93152]: pgmap v20088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:31.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:31.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:32.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:32.719 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:32 smithi194 ceph-mon[104785]: pgmap v20089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:32 smithi135 ceph-mon[93152]: pgmap v20089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:33.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:33.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:34.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:34.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:34 smithi194 ceph-mon[104785]: pgmap v20090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:34 smithi135 ceph-mon[93152]: pgmap v20090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:35.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:35.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:36 smithi194 ceph-mon[104785]: pgmap v20091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:36:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:36 smithi135 ceph-mon[93152]: pgmap v20091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:36:36.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:36.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:37.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:37.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:38.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:38.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:38.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:38 smithi135 ceph-mon[93152]: pgmap v20092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:38 smithi194 ceph-mon[104785]: pgmap v20092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:39.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:39.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:40.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:40.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:40 smithi194 ceph-mon[104785]: pgmap v20093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:40 smithi135 ceph-mon[93152]: pgmap v20093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:41.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:41.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:41.878 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:36:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:36:42.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:42.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:42 smithi194 ceph-mon[104785]: pgmap v20094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:42 smithi135 ceph-mon[93152]: pgmap v20094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:43.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:43.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:44.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:44.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:44 smithi194 ceph-mon[104785]: pgmap v20095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:44 smithi135 ceph-mon[93152]: pgmap v20095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:45.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:45.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:46 smithi194 ceph-mon[104785]: pgmap v20096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:36:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:46 smithi135 ceph-mon[93152]: pgmap v20096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:36:46.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:46.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:47.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:47.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:48.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:48.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:48 smithi194 ceph-mon[104785]: pgmap v20097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:48 smithi135 ceph-mon[93152]: pgmap v20097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:49.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:49.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:50.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:50.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:50 smithi194 ceph-mon[104785]: pgmap v20098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:50 smithi135 ceph-mon[93152]: pgmap v20098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:51.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:51.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:52.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:52.752 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:52 smithi194 ceph-mon[104785]: pgmap v20099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:52 smithi135 ceph-mon[93152]: pgmap v20099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:53.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:53.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:54.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:54.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:54 smithi194 ceph-mon[104785]: pgmap v20100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:54 smithi135 ceph-mon[93152]: pgmap v20100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:55.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:55.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:56 smithi194 ceph-mon[104785]: pgmap v20101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:36:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:36:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:56 smithi135 ceph-mon[93152]: pgmap v20101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:36:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:36:56.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:56.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:57.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:57.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:58.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:58.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:36:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:36:58 smithi194 ceph-mon[104785]: pgmap v20102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:36:58 smithi135 ceph-mon[93152]: pgmap v20102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:36:59.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:36:59.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:00.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:00.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:00 smithi194 ceph-mon[104785]: pgmap v20103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:00 smithi135 ceph-mon[93152]: pgmap v20103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:01.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:01.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:02.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:02.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:02 smithi194 ceph-mon[104785]: pgmap v20104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:02 smithi135 ceph-mon[93152]: pgmap v20104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:03.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:03.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:04.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:04.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:04 smithi194 ceph-mon[104785]: pgmap v20105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:04 smithi135 ceph-mon[93152]: pgmap v20105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:05.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:05.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:06 smithi194 ceph-mon[104785]: pgmap v20106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:37:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:06 smithi135 ceph-mon[93152]: pgmap v20106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:37:06.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:06.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:07.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:07.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:08.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:08.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:08.792 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:08 smithi135 ceph-mon[93152]: pgmap v20107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:08 smithi194 ceph-mon[104785]: pgmap v20107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:09.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:09.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:10.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:10.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:10 smithi194 ceph-mon[104785]: pgmap v20108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:10 smithi135 ceph-mon[93152]: pgmap v20108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:11.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:11.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:37:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:37:12.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:12.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:12 smithi194 ceph-mon[104785]: pgmap v20109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:37:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:12 smithi135 ceph-mon[93152]: pgmap v20109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:37:13.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:13.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:14.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:14.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:14 smithi194 ceph-mon[104785]: pgmap v20110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:14 smithi135 ceph-mon[93152]: pgmap v20110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:15.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:15.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:16 smithi194 ceph-mon[104785]: pgmap v20111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:37:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:16 smithi135 ceph-mon[93152]: pgmap v20111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:37:16.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:16.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:17.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:17.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:18.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:18.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:18.887 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:18 smithi135 ceph-mon[93152]: pgmap v20112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:19.037 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:18 smithi194 ceph-mon[104785]: pgmap v20112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:19.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:19.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:37:20.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:37:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:20 smithi194 ceph-mon[104785]: pgmap v20113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:37:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:37:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:37:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:37:20.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:37:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:37:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:37:20.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:20 smithi135 ceph-mon[93152]: pgmap v20113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:37:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:37:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:37:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:37:20.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:37:20.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:20.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:21.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:21.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:22 smithi194 ceph-mon[104785]: pgmap v20114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:22.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:22.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:22 smithi135 ceph-mon[93152]: pgmap v20114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:23.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:23.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:24.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:24.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:24 smithi194 ceph-mon[104785]: pgmap v20115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:24 smithi135 ceph-mon[93152]: pgmap v20115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:25.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:25.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:26 smithi194 ceph-mon[104785]: pgmap v20116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:37:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:37:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:26 smithi135 ceph-mon[93152]: pgmap v20116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:37:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:37:26.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:26.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:27.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:27.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:28.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:28.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:28 smithi194 ceph-mon[104785]: pgmap v20117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:28.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:28 smithi135 ceph-mon[93152]: pgmap v20117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:29.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:29.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:30.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:30.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:30 smithi194 ceph-mon[104785]: pgmap v20118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:30 smithi135 ceph-mon[93152]: pgmap v20118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:31.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:31.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:32.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:32 smithi194 ceph-mon[104785]: pgmap v20119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:32.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:32.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:32 smithi135 ceph-mon[93152]: pgmap v20119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:33.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:33.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:34.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:34.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:34 smithi194 ceph-mon[104785]: pgmap v20120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:34 smithi135 ceph-mon[93152]: pgmap v20120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:35.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:35.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:36 smithi194 ceph-mon[104785]: pgmap v20121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:37:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:36 smithi135 ceph-mon[93152]: pgmap v20121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:37:36.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:36.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:37.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:37.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:38.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:38.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:38 smithi194 ceph-mon[104785]: pgmap v20122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:38 smithi135 ceph-mon[93152]: pgmap v20122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:39.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:39.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:40.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:40.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:40 smithi194 ceph-mon[104785]: pgmap v20123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:40 smithi135 ceph-mon[93152]: pgmap v20123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:41.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:41.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:37:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:37:42.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:42.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:42 smithi194 ceph-mon[104785]: pgmap v20124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:42 smithi135 ceph-mon[93152]: pgmap v20124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:43.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:43.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:44.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:44.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:44 smithi194 ceph-mon[104785]: pgmap v20125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:44 smithi135 ceph-mon[93152]: pgmap v20125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:45.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:45.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:46 smithi194 ceph-mon[104785]: pgmap v20126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:37:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:46 smithi135 ceph-mon[93152]: pgmap v20126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:37:46.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:46.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:47.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:47.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:48.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:48.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:48 smithi194 ceph-mon[104785]: pgmap v20127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:48 smithi135 ceph-mon[93152]: pgmap v20127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:49.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:49.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:50.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:50.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:50 smithi194 ceph-mon[104785]: pgmap v20128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:50 smithi135 ceph-mon[93152]: pgmap v20128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:51.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:51.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:52.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:52.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:52 smithi194 ceph-mon[104785]: pgmap v20129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:52 smithi135 ceph-mon[93152]: pgmap v20129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:53.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:53.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:54.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:54.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:54 smithi194 ceph-mon[104785]: pgmap v20130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:54 smithi135 ceph-mon[93152]: pgmap v20130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:55.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:55.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:56 smithi194 ceph-mon[104785]: pgmap v20131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:37:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:37:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:56 smithi135 ceph-mon[93152]: pgmap v20131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:37:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:37:56.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:56.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:57.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:57.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:58.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:58.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:37:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:37:58 smithi194 ceph-mon[104785]: pgmap v20132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:37:58 smithi135 ceph-mon[93152]: pgmap v20132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:37:59.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:37:59.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:00.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:00.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:00 smithi194 ceph-mon[104785]: pgmap v20133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:00 smithi135 ceph-mon[93152]: pgmap v20133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:01.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:01.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:02.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:02.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:02 smithi194 ceph-mon[104785]: pgmap v20134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:02 smithi135 ceph-mon[93152]: pgmap v20134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:03.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:03.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:04.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:04 smithi135 ceph-mon[93152]: pgmap v20135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:04.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:04.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:04 smithi194 ceph-mon[104785]: pgmap v20135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:05.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:05.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:06 smithi194 ceph-mon[104785]: pgmap v20136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:38:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:06 smithi135 ceph-mon[93152]: pgmap v20136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:38:06.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:06.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:07.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:07.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:08.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:08.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:08 smithi194 ceph-mon[104785]: pgmap v20137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:08 smithi135 ceph-mon[93152]: pgmap v20137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:09.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:09.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:10.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:10.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:10 smithi194 ceph-mon[104785]: pgmap v20138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:10 smithi135 ceph-mon[93152]: pgmap v20138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:11.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:11.880 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:38:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:38:12.849 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:12 smithi194 ceph-mon[104785]: pgmap v20139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:12.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:12.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:12 smithi135 ceph-mon[93152]: pgmap v20139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:13.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:13.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:14.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:14 smithi135 ceph-mon[93152]: pgmap v20140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:14.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:14.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:14 smithi194 ceph-mon[104785]: pgmap v20140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:15.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:15.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:16 smithi194 ceph-mon[104785]: pgmap v20141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:38:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:16 smithi135 ceph-mon[93152]: pgmap v20141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:38:16.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:16.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:17.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:17.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:18.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:18.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:18 smithi194 ceph-mon[104785]: pgmap v20142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:18 smithi135 ceph-mon[93152]: pgmap v20142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:19.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:19.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:20.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:20.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:20 smithi194 ceph-mon[104785]: pgmap v20143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:38:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:38:20.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:20 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:38:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:20 smithi135 ceph-mon[93152]: pgmap v20143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:21.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:38:21.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:38:21.107 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:20 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:38:21.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:21.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:38:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:38:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:38:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:38:21.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:38:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:38:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:38:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:38:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:38:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:38:22.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:22.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:22.955 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:22 smithi194 ceph-mon[104785]: pgmap v20144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:22 smithi135 ceph-mon[93152]: pgmap v20144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:23.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:23.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:24.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:24.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:24 smithi194 ceph-mon[104785]: pgmap v20145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:24 smithi135 ceph-mon[93152]: pgmap v20145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:25.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:25.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:26 smithi194 ceph-mon[104785]: pgmap v20146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:38:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:38:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:26 smithi135 ceph-mon[93152]: pgmap v20146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:38:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:38:26.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:26.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:27.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:27.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:28.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:28.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:28 smithi194 ceph-mon[104785]: pgmap v20147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:28 smithi135 ceph-mon[93152]: pgmap v20147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:29.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:29.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:30.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:30.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:30 smithi194 ceph-mon[104785]: pgmap v20148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:30 smithi135 ceph-mon[93152]: pgmap v20148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:31.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:31.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:32.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:32.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:32 smithi194 ceph-mon[104785]: pgmap v20149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:32 smithi135 ceph-mon[93152]: pgmap v20149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:33.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:33.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:34.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:34.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:34 smithi194 ceph-mon[104785]: pgmap v20150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:34 smithi135 ceph-mon[93152]: pgmap v20150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:35.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:35.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:36 smithi194 ceph-mon[104785]: pgmap v20151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:38:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:36 smithi135 ceph-mon[93152]: pgmap v20151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:38:36.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:36.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:37.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:37.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:38.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:38.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:38 smithi194 ceph-mon[104785]: pgmap v20152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:38 smithi135 ceph-mon[93152]: pgmap v20152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:39.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:39.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:40.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:40.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:40 smithi194 ceph-mon[104785]: pgmap v20153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:40 smithi135 ceph-mon[93152]: pgmap v20153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:41.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:41.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:38:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:38:42.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:42.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:42 smithi194 ceph-mon[104785]: pgmap v20154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:42 smithi135 ceph-mon[93152]: pgmap v20154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:43.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:43.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:44.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:44.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:44 smithi194 ceph-mon[104785]: pgmap v20155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:44 smithi135 ceph-mon[93152]: pgmap v20155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:45.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:45.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:46 smithi194 ceph-mon[104785]: pgmap v20156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:38:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:46 smithi135 ceph-mon[93152]: pgmap v20156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:38:46.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:46.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:47.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:47.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:48.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:48.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:48 smithi194 ceph-mon[104785]: pgmap v20157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:48 smithi135 ceph-mon[93152]: pgmap v20157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:49.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:49.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:50.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:50.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:50 smithi194 ceph-mon[104785]: pgmap v20158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:50 smithi135 ceph-mon[93152]: pgmap v20158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:51.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:52.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:52.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:52.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:52 smithi194 ceph-mon[104785]: pgmap v20159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:52 smithi135 ceph-mon[93152]: pgmap v20159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:53.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:53.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:54.949 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:54.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:54 smithi194 ceph-mon[104785]: pgmap v20160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:54 smithi135 ceph-mon[93152]: pgmap v20160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:55.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:55.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:56 smithi194 ceph-mon[104785]: pgmap v20161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:38:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:38:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:56 smithi135 ceph-mon[93152]: pgmap v20161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:38:56.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:38:56.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:56.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:57.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:57.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:58.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:38:58 smithi194 ceph-mon[104785]: pgmap v20162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:58.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:58.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:38:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:38:58 smithi135 ceph-mon[93152]: pgmap v20162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:38:59.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:38:59.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:00 smithi194 ceph-mon[104785]: pgmap v20163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:00.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:00.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:00 smithi135 ceph-mon[93152]: pgmap v20163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:01.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:01.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:02 smithi194 ceph-mon[104785]: pgmap v20164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:02.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:02.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:02 smithi135 ceph-mon[93152]: pgmap v20164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:03.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:03.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:04.925 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:04 smithi135 ceph-mon[93152]: pgmap v20165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:04 smithi194 ceph-mon[104785]: pgmap v20165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:04.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:04.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:05.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:05.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:06 smithi194 ceph-mon[104785]: pgmap v20166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:39:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:06 smithi135 ceph-mon[93152]: pgmap v20166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:39:06.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:06.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:07.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:07.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:08 smithi194 ceph-mon[104785]: pgmap v20167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:08.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:08.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:08 smithi135 ceph-mon[93152]: pgmap v20167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:09.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:09.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:10 smithi194 ceph-mon[104785]: pgmap v20168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:10.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:10.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:10 smithi135 ceph-mon[93152]: pgmap v20168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:39:11.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:11.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:39:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:12 smithi194 ceph-mon[104785]: pgmap v20169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:12.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:12.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:12 smithi135 ceph-mon[93152]: pgmap v20169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:13.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:13.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:14 smithi194 ceph-mon[104785]: pgmap v20170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:14.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:14.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:14 smithi135 ceph-mon[93152]: pgmap v20170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:15.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:15.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:16 smithi194 ceph-mon[104785]: pgmap v20171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:39:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:16 smithi135 ceph-mon[93152]: pgmap v20171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:39:16.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:16.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:17.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:17.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:18 smithi194 ceph-mon[104785]: pgmap v20172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:18.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:18.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:18 smithi135 ceph-mon[93152]: pgmap v20172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:19.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:19.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:20 smithi194 ceph-mon[104785]: pgmap v20173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:20.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:20.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:20 smithi135 ceph-mon[93152]: pgmap v20173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:39:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:39:21.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:39:21.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:21.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:39:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:39:22.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:39:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:22 smithi194 ceph-mon[104785]: pgmap v20174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:39:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:39:22.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:39:22.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:22.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:22 smithi135 ceph-mon[93152]: pgmap v20174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:39:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:39:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:39:23.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:23.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:24 smithi194 ceph-mon[104785]: pgmap v20175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:24.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:24.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:24 smithi135 ceph-mon[93152]: pgmap v20175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:26.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:26.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:26.416 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:26 smithi194 ceph-mon[104785]: pgmap v20176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:39:26.416 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:39:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:26 smithi135 ceph-mon[93152]: pgmap v20176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:39:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:39:27.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:27.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:28.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:28.004 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:28 smithi194 ceph-mon[104785]: pgmap v20177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:29.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:29.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:28 smithi135 ceph-mon[93152]: pgmap v20177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:30.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:30.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:30 smithi194 ceph-mon[104785]: pgmap v20178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:30 smithi135 ceph-mon[93152]: pgmap v20178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:31.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:31.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:32.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:32.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:32 smithi194 ceph-mon[104785]: pgmap v20179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:32 smithi135 ceph-mon[93152]: pgmap v20179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:33.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:33.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:34.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:34.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:34 smithi194 ceph-mon[104785]: pgmap v20180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:34 smithi135 ceph-mon[93152]: pgmap v20180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:35.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:35.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:36.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:36.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:36 smithi194 ceph-mon[104785]: pgmap v20181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:39:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:36 smithi135 ceph-mon[93152]: pgmap v20181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:39:37.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:37.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:38.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:38.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:38 smithi194 ceph-mon[104785]: pgmap v20182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:38 smithi135 ceph-mon[93152]: pgmap v20182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:39.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:39.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:40.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:40.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:40 smithi194 ceph-mon[104785]: pgmap v20183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:40 smithi135 ceph-mon[93152]: pgmap v20183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:41.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:41.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:39:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:39:42.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:42.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:42 smithi194 ceph-mon[104785]: pgmap v20184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:42 smithi135 ceph-mon[93152]: pgmap v20184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:43.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:43.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:44.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:44.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:44 smithi194 ceph-mon[104785]: pgmap v20185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:44 smithi135 ceph-mon[93152]: pgmap v20185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:45.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:45.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:46.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:46.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:46 smithi194 ceph-mon[104785]: pgmap v20186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:39:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:46 smithi135 ceph-mon[93152]: pgmap v20186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:39:47.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:47.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:48.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:48.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:48.883 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:48 smithi194 ceph-mon[104785]: pgmap v20187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:48 smithi135 ceph-mon[93152]: pgmap v20187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:49.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:49.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:50.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:50.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:50.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:50 smithi135 ceph-mon[93152]: pgmap v20188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:50 smithi194 ceph-mon[104785]: pgmap v20188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:51.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:51.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:52.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:52.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:52 smithi194 ceph-mon[104785]: pgmap v20189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:52 smithi135 ceph-mon[93152]: pgmap v20189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:53.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:53.045 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:54.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:54.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:54.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:54 smithi194 ceph-mon[104785]: pgmap v20190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:54 smithi135 ceph-mon[93152]: pgmap v20190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:55.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:55.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:56.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:56.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:56 smithi194 ceph-mon[104785]: pgmap v20191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:39:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:39:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:56 smithi135 ceph-mon[93152]: pgmap v20191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:39:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:39:57.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:57.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:58.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:58.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:39:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:39:58 smithi194 ceph-mon[104785]: pgmap v20192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:39:58 smithi135 ceph-mon[93152]: pgmap v20192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:39:59.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:39:59.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:00.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:00.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:00 smithi135 ceph-mon[93152]: pgmap v20193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:00.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T15:40:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:00 smithi194 ceph-mon[104785]: pgmap v20193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T15:40:01.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:01.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:02.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:02.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:02 smithi194 ceph-mon[104785]: pgmap v20194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:02 smithi135 ceph-mon[93152]: pgmap v20194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:03.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:03.062 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:04.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:04.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:04 smithi194 ceph-mon[104785]: pgmap v20195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:04 smithi135 ceph-mon[93152]: pgmap v20195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:05.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:05.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:06.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:06.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:06 smithi194 ceph-mon[104785]: pgmap v20196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:40:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:06 smithi135 ceph-mon[93152]: pgmap v20196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:40:07.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:07.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:08.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:08.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:08.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:08 smithi194 ceph-mon[104785]: pgmap v20197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:09.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:08 smithi135 ceph-mon[93152]: pgmap v20197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:09.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:09.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:10.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:10.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:10 smithi194 ceph-mon[104785]: pgmap v20198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:10 smithi135 ceph-mon[93152]: pgmap v20198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:11.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:11.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:40:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:40:12.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:12.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:12 smithi194 ceph-mon[104785]: pgmap v20199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:12 smithi135 ceph-mon[93152]: pgmap v20199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:13.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:13.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:14.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:14.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:14 smithi194 ceph-mon[104785]: pgmap v20200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:14 smithi135 ceph-mon[93152]: pgmap v20200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:15.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:15.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:16.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:16.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:16 smithi194 ceph-mon[104785]: pgmap v20201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:40:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:16 smithi135 ceph-mon[93152]: pgmap v20201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:40:17.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:17.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:18.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:18.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:18 smithi194 ceph-mon[104785]: pgmap v20202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:18 smithi135 ceph-mon[93152]: pgmap v20202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:19.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:19.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:20.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:20.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:20 smithi194 ceph-mon[104785]: pgmap v20203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:20 smithi135 ceph-mon[93152]: pgmap v20203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:21.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:21.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:22.092 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:22.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:22 smithi194 ceph-mon[104785]: pgmap v20204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:40:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:40:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:40:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:22 smithi135 ceph-mon[93152]: pgmap v20204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:40:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:40:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:40:23.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:23.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:40:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:40:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:40:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:40:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:40:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:40:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:40:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:40:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:40:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:40:24.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:24.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:24 smithi194 ceph-mon[104785]: pgmap v20205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:24 smithi135 ceph-mon[93152]: pgmap v20205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:25.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:25.097 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:26.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:26.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:26 smithi194 ceph-mon[104785]: pgmap v20206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:40:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:40:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:26 smithi135 ceph-mon[93152]: pgmap v20206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:40:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:40:27.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:27.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:28.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:28.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:28 smithi194 ceph-mon[104785]: pgmap v20207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:29.213 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:28 smithi135 ceph-mon[93152]: pgmap v20207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:29.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:29.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:30.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:30.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:30 smithi194 ceph-mon[104785]: pgmap v20208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:30 smithi135 ceph-mon[93152]: pgmap v20208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:31.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:31.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:32.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:32.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:32 smithi194 ceph-mon[104785]: pgmap v20209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:32 smithi135 ceph-mon[93152]: pgmap v20209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:33.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:33.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:34.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:34.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:34.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:34 smithi194 ceph-mon[104785]: pgmap v20210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:34 smithi135 ceph-mon[93152]: pgmap v20210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:35.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:35.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:36.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:36.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:36 smithi194 ceph-mon[104785]: pgmap v20211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:40:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:36 smithi135 ceph-mon[93152]: pgmap v20211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:40:37.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:37.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:38.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:38.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:38 smithi194 ceph-mon[104785]: pgmap v20212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:39.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:38 smithi135 ceph-mon[93152]: pgmap v20212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:39.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:39.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:40.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:40.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:40.865 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:40 smithi135 ceph-mon[93152]: pgmap v20213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:40 smithi194 ceph-mon[104785]: pgmap v20213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:41.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:41.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:40:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:40:42.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:42.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:42 smithi194 ceph-mon[104785]: pgmap v20214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:42 smithi135 ceph-mon[93152]: pgmap v20214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:43.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:43.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:44.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:44.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:44 smithi194 ceph-mon[104785]: pgmap v20215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:44 smithi135 ceph-mon[93152]: pgmap v20215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:45.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:45.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:46.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:46.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:46.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:46 smithi135 ceph-mon[93152]: pgmap v20216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:40:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:46 smithi194 ceph-mon[104785]: pgmap v20216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:40:47.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:47.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:48.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:48.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:48 smithi194 ceph-mon[104785]: pgmap v20217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:48 smithi135 ceph-mon[93152]: pgmap v20217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:49.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:49.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:50.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:50.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:50 smithi194 ceph-mon[104785]: pgmap v20218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:50.967 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:50 smithi135 ceph-mon[93152]: pgmap v20218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:51.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:51.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:52.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:52.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:52 smithi194 ceph-mon[104785]: pgmap v20219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:52 smithi135 ceph-mon[93152]: pgmap v20219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:53.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:53.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:54.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:54.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:54 smithi194 ceph-mon[104785]: pgmap v20220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:54 smithi135 ceph-mon[93152]: pgmap v20220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:55.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:55.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:56.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:56.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:56 smithi194 ceph-mon[104785]: pgmap v20221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:40:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:40:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:56 smithi135 ceph-mon[93152]: pgmap v20221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:40:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:40:57.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:57.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:58.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:58.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:40:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:40:58 smithi194 ceph-mon[104785]: pgmap v20222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:40:58 smithi135 ceph-mon[93152]: pgmap v20222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:40:59.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:40:59.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:00.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:00.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:00 smithi194 ceph-mon[104785]: pgmap v20223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:00 smithi135 ceph-mon[93152]: pgmap v20223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:01.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:01.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:02.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:02.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:02 smithi194 ceph-mon[104785]: pgmap v20224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:02 smithi135 ceph-mon[93152]: pgmap v20224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:03.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:03.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:04.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:04.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:04 smithi194 ceph-mon[104785]: pgmap v20225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:04 smithi135 ceph-mon[93152]: pgmap v20225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:05.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:05.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:06.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:06.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:06 smithi194 ceph-mon[104785]: pgmap v20226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:41:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:06 smithi135 ceph-mon[93152]: pgmap v20226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:41:07.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:07.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:08.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:08.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:08 smithi194 ceph-mon[104785]: pgmap v20227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:08 smithi135 ceph-mon[93152]: pgmap v20227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:09.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:09.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:10.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:10.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:10 smithi194 ceph-mon[104785]: pgmap v20228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:10 smithi135 ceph-mon[93152]: pgmap v20228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:11.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:11.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:41:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:41:12.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:12.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:12 smithi194 ceph-mon[104785]: pgmap v20229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:12 smithi135 ceph-mon[93152]: pgmap v20229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:13.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:13.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:14.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:14.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:14 smithi194 ceph-mon[104785]: pgmap v20230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:14 smithi135 ceph-mon[93152]: pgmap v20230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:15.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:15.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:16.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:16.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:16 smithi194 ceph-mon[104785]: pgmap v20231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:41:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:16 smithi135 ceph-mon[93152]: pgmap v20231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:41:17.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:17.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:18.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:18.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:18 smithi194 ceph-mon[104785]: pgmap v20232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:18 smithi135 ceph-mon[93152]: pgmap v20232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:19.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:19.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:20.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:20.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:20 smithi194 ceph-mon[104785]: pgmap v20233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:20 smithi135 ceph-mon[93152]: pgmap v20233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:21.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:21.186 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:22.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:22.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:22 smithi194 ceph-mon[104785]: pgmap v20234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:22 smithi135 ceph-mon[93152]: pgmap v20234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:23.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:23.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:41:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:41:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:41:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:41:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:41:23.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:41:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:41:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:41:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:41:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:41:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:41:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:41:24.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:24.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:24.889 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:24 smithi194 ceph-mon[104785]: pgmap v20235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:24 smithi135 ceph-mon[93152]: pgmap v20235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:25.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:25.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:26.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:26.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:26 smithi194 ceph-mon[104785]: pgmap v20236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:41:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:41:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:26 smithi135 ceph-mon[93152]: pgmap v20236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:41:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:41:27.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:27.196 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:28.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:28.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:28 smithi194 ceph-mon[104785]: pgmap v20237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:28 smithi135 ceph-mon[93152]: pgmap v20237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:29.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:29.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:30.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:30.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:30 smithi194 ceph-mon[104785]: pgmap v20238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:30 smithi135 ceph-mon[93152]: pgmap v20238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:31.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:31.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:32.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:32.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:32 smithi194 ceph-mon[104785]: pgmap v20239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:32 smithi135 ceph-mon[93152]: pgmap v20239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:33.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:33.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:34.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:34.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:34 smithi194 ceph-mon[104785]: pgmap v20240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:34 smithi135 ceph-mon[93152]: pgmap v20240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:35.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:35.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:36.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:36.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:36.411 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:36 smithi135 ceph-mon[93152]: pgmap v20241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:41:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:36 smithi194 ceph-mon[104785]: pgmap v20241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:41:37.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:37.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:38.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:38.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:38 smithi194 ceph-mon[104785]: pgmap v20242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:38 smithi135 ceph-mon[93152]: pgmap v20242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:39.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:39.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:40.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:40.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:40 smithi194 ceph-mon[104785]: pgmap v20243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:40 smithi135 ceph-mon[93152]: pgmap v20243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:41.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:41.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:41.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:41:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:41:42.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:42.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:42 smithi194 ceph-mon[104785]: pgmap v20244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:42 smithi135 ceph-mon[93152]: pgmap v20244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:43.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:43.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:44.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:44.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:44 smithi194 ceph-mon[104785]: pgmap v20245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:44 smithi135 ceph-mon[93152]: pgmap v20245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:45.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:45.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:46.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:46.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:46 smithi194 ceph-mon[104785]: pgmap v20246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:41:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:46 smithi135 ceph-mon[93152]: pgmap v20246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:41:47.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:47.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:48.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:48.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:48 smithi194 ceph-mon[104785]: pgmap v20247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:48 smithi135 ceph-mon[93152]: pgmap v20247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:49.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:49.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:50.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:50.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:50 smithi194 ceph-mon[104785]: pgmap v20248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:50 smithi135 ceph-mon[93152]: pgmap v20248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:51.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:51.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:52.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:52.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:52.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:52 smithi194 ceph-mon[104785]: pgmap v20249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:52 smithi135 ceph-mon[93152]: pgmap v20249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:53.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:53.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:54.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:54.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:54 smithi194 ceph-mon[104785]: pgmap v20250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:54 smithi135 ceph-mon[93152]: pgmap v20250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:55.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:55.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:56.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:56.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:56 smithi194 ceph-mon[104785]: pgmap v20251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:41:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:41:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:56 smithi135 ceph-mon[93152]: pgmap v20251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:41:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:41:57.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:57.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:58.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:58.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:41:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:41:58 smithi194 ceph-mon[104785]: pgmap v20252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:41:58 smithi135 ceph-mon[93152]: pgmap v20252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:41:59.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:41:59.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:00.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:00.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:00 smithi194 ceph-mon[104785]: pgmap v20253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:00 smithi135 ceph-mon[93152]: pgmap v20253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:01.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:01.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:02.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:02.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:02 smithi194 ceph-mon[104785]: pgmap v20254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:02 smithi135 ceph-mon[93152]: pgmap v20254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:03.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:03.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:04.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:04.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:04 smithi194 ceph-mon[104785]: pgmap v20255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:04 smithi135 ceph-mon[93152]: pgmap v20255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:05.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:05.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:06.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:06.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:06 smithi194 ceph-mon[104785]: pgmap v20256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:42:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:06 smithi135 ceph-mon[93152]: pgmap v20256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:42:07.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:07.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:08.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:08.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:08 smithi194 ceph-mon[104785]: pgmap v20257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:08 smithi135 ceph-mon[93152]: pgmap v20257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:09.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:09.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:10.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:10.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:10 smithi194 ceph-mon[104785]: pgmap v20258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:10 smithi135 ceph-mon[93152]: pgmap v20258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:11.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:11.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:42:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:42:12.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:12.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:12 smithi194 ceph-mon[104785]: pgmap v20259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:12 smithi135 ceph-mon[93152]: pgmap v20259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:13.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:13.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:14.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:14.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:14 smithi194 ceph-mon[104785]: pgmap v20260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:14 smithi135 ceph-mon[93152]: pgmap v20260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:15.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:16.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:16.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:16 smithi194 ceph-mon[104785]: pgmap v20261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:42:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:16 smithi135 ceph-mon[93152]: pgmap v20261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:42:17.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:17.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:18.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:18.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:18.961 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:18 smithi194 ceph-mon[104785]: pgmap v20262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:18 smithi135 ceph-mon[93152]: pgmap v20262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:19.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:19.281 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:20.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:20.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:20 smithi194 ceph-mon[104785]: pgmap v20263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:20 smithi135 ceph-mon[93152]: pgmap v20263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:21.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:21.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:22.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:22.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:22 smithi194 ceph-mon[104785]: pgmap v20264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:22 smithi135 ceph-mon[93152]: pgmap v20264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:23.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:23.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:23.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:42:24.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:42:24.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:24.289 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: pgmap v20265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1354M 2023-10-08T15:42:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi194 to 2651M 2023-10-08T15:42:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:42:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:42:24.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:42:24.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:42:24.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:42:24.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:42:24.960 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:42:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: pgmap v20265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:42:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1354M 2023-10-08T15:42:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi194 to 2651M 2023-10-08T15:42:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:42:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:42:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:42:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:42:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:42:25.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:42:25.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:42:25.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:25.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:26.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:26.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:26 smithi194 ceph-mon[104785]: pgmap v20266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:42:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:42:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:26 smithi135 ceph-mon[93152]: pgmap v20266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:42:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:42:27.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:27.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:28.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:28.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:28 smithi194 ceph-mon[104785]: pgmap v20267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:28 smithi135 ceph-mon[93152]: pgmap v20267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:29.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:29.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:30.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:30.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:30 smithi194 ceph-mon[104785]: pgmap v20268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:30 smithi135 ceph-mon[93152]: pgmap v20268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:31.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:31.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:32.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:32.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:32 smithi194 ceph-mon[104785]: pgmap v20269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:32 smithi135 ceph-mon[93152]: pgmap v20269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:33.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:33.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:34.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:34.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:34 smithi194 ceph-mon[104785]: pgmap v20270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:34 smithi135 ceph-mon[93152]: pgmap v20270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:35.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:35.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:36.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:36.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:36 smithi194 ceph-mon[104785]: pgmap v20271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:42:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:36 smithi135 ceph-mon[93152]: pgmap v20271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:42:37.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:37.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:38.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:38.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:38 smithi194 ceph-mon[104785]: pgmap v20272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:38 smithi135 ceph-mon[93152]: pgmap v20272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:39.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:39.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:40.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:40.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:40 smithi194 ceph-mon[104785]: pgmap v20273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:40 smithi135 ceph-mon[93152]: pgmap v20273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:41.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:41.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:42:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:42:42.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:42.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:42 smithi194 ceph-mon[104785]: pgmap v20274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:42 smithi135 ceph-mon[93152]: pgmap v20274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:43.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:43.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:44.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:44.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:44 smithi194 ceph-mon[104785]: pgmap v20275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:44 smithi135 ceph-mon[93152]: pgmap v20275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:45.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:45.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:46.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:46.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:46 smithi194 ceph-mon[104785]: pgmap v20276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:42:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:46 smithi135 ceph-mon[93152]: pgmap v20276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:42:47.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:47.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:48.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:48.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:48 smithi194 ceph-mon[104785]: pgmap v20277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:48 smithi135 ceph-mon[93152]: pgmap v20277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:49.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:49.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:50.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:50.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:50 smithi194 ceph-mon[104785]: pgmap v20278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:50 smithi135 ceph-mon[93152]: pgmap v20278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:51.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:51.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:52.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:52.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:52 smithi194 ceph-mon[104785]: pgmap v20279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:52 smithi135 ceph-mon[93152]: pgmap v20279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:53.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:53.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:54.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:54.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:54 smithi194 ceph-mon[104785]: pgmap v20280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:54 smithi135 ceph-mon[93152]: pgmap v20280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:55.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:55.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:56.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:56.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:56 smithi194 ceph-mon[104785]: pgmap v20281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:42:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:42:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:56 smithi135 ceph-mon[93152]: pgmap v20281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:42:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:42:57.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:57.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:58.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:58.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:42:58.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:42:58 smithi194 ceph-mon[104785]: pgmap v20282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:42:58 smithi135 ceph-mon[93152]: pgmap v20282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:42:59.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:42:59.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:00.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:00.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:00 smithi194 ceph-mon[104785]: pgmap v20283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:00 smithi135 ceph-mon[93152]: pgmap v20283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:01.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:01.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:02.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:02.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:02 smithi194 ceph-mon[104785]: pgmap v20284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:02 smithi135 ceph-mon[93152]: pgmap v20284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:03.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:03.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:04.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:04.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:04 smithi194 ceph-mon[104785]: pgmap v20285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:04 smithi135 ceph-mon[93152]: pgmap v20285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:05.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:05.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:06.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:06 smithi194 ceph-mon[104785]: pgmap v20286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:43:06.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:06.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:06 smithi135 ceph-mon[93152]: pgmap v20286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:43:07.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:07.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:08.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:08.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:08 smithi194 ceph-mon[104785]: pgmap v20287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:08 smithi135 ceph-mon[93152]: pgmap v20287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:09.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:09.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:10.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:10.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:10.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:10 smithi194 ceph-mon[104785]: pgmap v20288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:10 smithi135 ceph-mon[93152]: pgmap v20288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:11.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:11.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:43:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:43:12.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:12.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:12 smithi194 ceph-mon[104785]: pgmap v20289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:12 smithi135 ceph-mon[93152]: pgmap v20289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:13.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:13.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:14.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:14.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:14 smithi194 ceph-mon[104785]: pgmap v20290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:14 smithi135 ceph-mon[93152]: pgmap v20290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:15.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:15.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:16.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:16.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:16 smithi194 ceph-mon[104785]: pgmap v20291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:43:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:16 smithi135 ceph-mon[93152]: pgmap v20291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:43:17.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:17.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:18.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:18.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:18 smithi194 ceph-mon[104785]: pgmap v20292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:18 smithi135 ceph-mon[93152]: pgmap v20292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:19.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:19.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:20.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:20.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:20 smithi194 ceph-mon[104785]: pgmap v20293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:21.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:20 smithi135 ceph-mon[93152]: pgmap v20293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:21.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:21.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:22.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:22.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:22.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:22 smithi135 ceph-mon[93152]: pgmap v20294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:22 smithi194 ceph-mon[104785]: pgmap v20294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:23.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:23.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:24.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:24.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:24 smithi194 ceph-mon[104785]: pgmap v20295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:43:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:43:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:43:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:43:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:43:24.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:43:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:24 smithi135 ceph-mon[93152]: pgmap v20295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:43:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:43:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:43:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:43:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:43:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:43:25.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:25.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:26.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:26.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:26 smithi194 ceph-mon[104785]: pgmap v20296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:43:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:43:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:26 smithi135 ceph-mon[93152]: pgmap v20296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:43:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:43:27.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:27.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:28.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:28.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:28 smithi194 ceph-mon[104785]: pgmap v20297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:28 smithi135 ceph-mon[93152]: pgmap v20297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:29.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:29.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:30.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:30.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:30 smithi194 ceph-mon[104785]: pgmap v20298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:30 smithi135 ceph-mon[93152]: pgmap v20298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:31.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:31.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:32.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:32.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:32 smithi194 ceph-mon[104785]: pgmap v20299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:32 smithi135 ceph-mon[93152]: pgmap v20299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:33.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:33.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:34.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:34.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:34 smithi194 ceph-mon[104785]: pgmap v20300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:34 smithi135 ceph-mon[93152]: pgmap v20300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:35.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:35.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:36.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:36.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:36 smithi194 ceph-mon[104785]: pgmap v20301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:43:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:36 smithi135 ceph-mon[93152]: pgmap v20301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:43:37.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:37.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:38.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:38.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:38 smithi194 ceph-mon[104785]: pgmap v20302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:38 smithi135 ceph-mon[93152]: pgmap v20302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:39.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:39.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:40.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:40.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:40.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:40 smithi194 ceph-mon[104785]: pgmap v20303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:40 smithi135 ceph-mon[93152]: pgmap v20303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:41.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:41.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:43:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:43:42.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:42.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:42 smithi194 ceph-mon[104785]: pgmap v20304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:42 smithi135 ceph-mon[93152]: pgmap v20304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:43.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:43.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:44.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:44.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:44 smithi194 ceph-mon[104785]: pgmap v20305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:44 smithi135 ceph-mon[93152]: pgmap v20305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:45.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:45.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:46.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:46.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:46.746 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:46 smithi194 ceph-mon[104785]: pgmap v20306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:43:46.746 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:46 smithi135 ceph-mon[93152]: pgmap v20306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:43:47.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:47.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:48.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:48.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:48 smithi194 ceph-mon[104785]: pgmap v20307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:48 smithi135 ceph-mon[93152]: pgmap v20307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:49.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:49.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:50.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:50.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:50 smithi194 ceph-mon[104785]: pgmap v20308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:50 smithi135 ceph-mon[93152]: pgmap v20308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:51.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:51.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:52.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:52.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:52 smithi194 ceph-mon[104785]: pgmap v20309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:52 smithi135 ceph-mon[93152]: pgmap v20309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:53.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:53.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:54.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:54.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:54 smithi194 ceph-mon[104785]: pgmap v20310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:54 smithi135 ceph-mon[93152]: pgmap v20310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:55.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:55.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:56.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:56.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:56 smithi194 ceph-mon[104785]: pgmap v20311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:43:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:43:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:56 smithi135 ceph-mon[93152]: pgmap v20311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:43:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:43:57.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:57.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:58.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:58.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:43:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:43:58 smithi194 ceph-mon[104785]: pgmap v20312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:43:58 smithi135 ceph-mon[93152]: pgmap v20312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:43:59.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:43:59.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:00.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:00.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:00 smithi194 ceph-mon[104785]: pgmap v20313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:00 smithi135 ceph-mon[93152]: pgmap v20313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:01.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:01.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:02.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:02.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:02 smithi194 ceph-mon[104785]: pgmap v20314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:02 smithi135 ceph-mon[93152]: pgmap v20314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:03.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:03.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:04.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:04.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:04 smithi194 ceph-mon[104785]: pgmap v20315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:04 smithi135 ceph-mon[93152]: pgmap v20315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:05.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:05.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:06.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:06.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:06 smithi194 ceph-mon[104785]: pgmap v20316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:06.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:06 smithi135 ceph-mon[93152]: pgmap v20316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:07.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:07.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:08.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:08.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:08 smithi194 ceph-mon[104785]: pgmap v20317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:08 smithi135 ceph-mon[93152]: pgmap v20317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:09.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:09.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:10.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:10.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:10 smithi194 ceph-mon[104785]: pgmap v20318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:10 smithi135 ceph-mon[93152]: pgmap v20318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:11.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:11.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:44:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:44:12.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:12.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:12.945 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:12 smithi135 ceph-mon[93152]: pgmap v20319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:12 smithi194 ceph-mon[104785]: pgmap v20319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:13.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:13.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:14.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:14.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:14 smithi194 ceph-mon[104785]: pgmap v20320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:14 smithi135 ceph-mon[93152]: pgmap v20320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:15.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:15.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:16 smithi194 ceph-mon[104785]: pgmap v20321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:16.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:16.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:16 smithi135 ceph-mon[93152]: pgmap v20321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:17.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:17.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:18.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:18.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:18 smithi194 ceph-mon[104785]: pgmap v20322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:18 smithi135 ceph-mon[93152]: pgmap v20322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:19.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:19.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:20.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:20.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:20 smithi194 ceph-mon[104785]: pgmap v20323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:20 smithi135 ceph-mon[93152]: pgmap v20323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:21.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:21.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:22.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:22.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:22 smithi194 ceph-mon[104785]: pgmap v20324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:22 smithi135 ceph-mon[93152]: pgmap v20324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:23.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:23.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:24.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:24.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:24 smithi194 ceph-mon[104785]: pgmap v20325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:44:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:24 smithi135 ceph-mon[93152]: pgmap v20325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:44:25.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:25.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:44:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:44:25.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:44:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:44:25.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:44:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:44:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:44:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:44:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:44:26.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:44:26.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:26.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:26 smithi194 ceph-mon[104785]: pgmap v20326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:26.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:44:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:26 smithi135 ceph-mon[93152]: pgmap v20326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:44:27.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:27.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:28.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:28.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:28 smithi194 ceph-mon[104785]: pgmap v20327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:28 smithi135 ceph-mon[93152]: pgmap v20327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:29.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:29.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:30.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:30.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:30 smithi194 ceph-mon[104785]: pgmap v20328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:30 smithi135 ceph-mon[93152]: pgmap v20328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:31.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:31.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:32.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:32.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:32.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:32 smithi194 ceph-mon[104785]: pgmap v20329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:32 smithi135 ceph-mon[93152]: pgmap v20329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:33.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:33.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:34.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:34.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:34.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:34 smithi194 ceph-mon[104785]: pgmap v20330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:34 smithi135 ceph-mon[93152]: pgmap v20330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:35.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:35.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:36 smithi194 ceph-mon[104785]: pgmap v20331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:36.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:36.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:36 smithi135 ceph-mon[93152]: pgmap v20331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:37.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:37.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:38.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:38.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:38 smithi194 ceph-mon[104785]: pgmap v20332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:38 smithi135 ceph-mon[93152]: pgmap v20332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:39.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:39.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:40.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:40.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:40 smithi194 ceph-mon[104785]: pgmap v20333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:40 smithi135 ceph-mon[93152]: pgmap v20333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:41.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:41.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:41.942 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:44:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:44:42.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:42.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:42 smithi194 ceph-mon[104785]: pgmap v20334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:42 smithi135 ceph-mon[93152]: pgmap v20334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:43.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:43.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:44.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:44.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:44 smithi194 ceph-mon[104785]: pgmap v20335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:44 smithi135 ceph-mon[93152]: pgmap v20335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:45.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:45.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:46.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:46 smithi194 ceph-mon[104785]: pgmap v20336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:46 smithi135 ceph-mon[93152]: pgmap v20336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:46.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:46.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:47.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:47.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:48.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:48.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:48 smithi194 ceph-mon[104785]: pgmap v20337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:48 smithi135 ceph-mon[93152]: pgmap v20337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:49.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:49.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:50.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:50.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:50 smithi194 ceph-mon[104785]: pgmap v20338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:50 smithi135 ceph-mon[93152]: pgmap v20338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:51.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:51.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:52.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:52.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:52 smithi194 ceph-mon[104785]: pgmap v20339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:52 smithi135 ceph-mon[93152]: pgmap v20339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:53.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:53.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:54.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:54.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:54 smithi194 ceph-mon[104785]: pgmap v20340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:54 smithi135 ceph-mon[93152]: pgmap v20340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:44:55.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:55.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:56 smithi194 ceph-mon[104785]: pgmap v20341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:44:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:56 smithi135 ceph-mon[93152]: pgmap v20341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:44:56.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:56.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:57.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:57.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:58.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:58.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:44:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:44:58 smithi194 ceph-mon[104785]: pgmap v20342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:44:58 smithi135 ceph-mon[93152]: pgmap v20342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:44:59.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:44:59.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:00.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:00.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:00 smithi194 ceph-mon[104785]: pgmap v20343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:00 smithi135 ceph-mon[93152]: pgmap v20343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:01.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:01.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:02.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:02.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:02 smithi194 ceph-mon[104785]: pgmap v20344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:03.009 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:02 smithi135 ceph-mon[93152]: pgmap v20344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:03.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:03.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:04.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:04.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:04 smithi194 ceph-mon[104785]: pgmap v20345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:45:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:04 smithi135 ceph-mon[93152]: pgmap v20345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:45:05.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:05.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:06 smithi194 ceph-mon[104785]: pgmap v20346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:06 smithi135 ceph-mon[93152]: pgmap v20346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:06.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:06.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:07.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:07.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:08.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:08.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:08 smithi135 ceph-mon[93152]: pgmap v20347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:08.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:08 smithi194 ceph-mon[104785]: pgmap v20347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:09.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:09.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:10.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:10.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:10 smithi194 ceph-mon[104785]: pgmap v20348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:10 smithi135 ceph-mon[93152]: pgmap v20348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:11.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:11.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:45:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:45:12.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:12.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:12.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:12 smithi194 ceph-mon[104785]: pgmap v20349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:13.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:12 smithi135 ceph-mon[93152]: pgmap v20349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:13.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:13.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:14.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:14.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:14.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:14 smithi194 ceph-mon[104785]: pgmap v20350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:45:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:14 smithi135 ceph-mon[93152]: pgmap v20350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:45:15.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:15.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:16 smithi194 ceph-mon[104785]: pgmap v20351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:16 smithi135 ceph-mon[93152]: pgmap v20351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:16.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:16.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:17.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:17.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:18.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:18.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:18 smithi194 ceph-mon[104785]: pgmap v20352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:18 smithi135 ceph-mon[93152]: pgmap v20352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:19.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:19.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:20.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:20.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:20 smithi194 ceph-mon[104785]: pgmap v20353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:20 smithi135 ceph-mon[93152]: pgmap v20353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:21.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:21.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:22.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:22.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:22.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:22 smithi194 ceph-mon[104785]: pgmap v20354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:22 smithi135 ceph-mon[93152]: pgmap v20354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:23.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:23.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:24.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:24.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:24.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:24 smithi194 ceph-mon[104785]: pgmap v20355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:45:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:24 smithi135 ceph-mon[93152]: pgmap v20355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:45:25.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:25.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:45:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:26 smithi194 ceph-mon[104785]: pgmap v20356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:45:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:45:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:26 smithi135 ceph-mon[93152]: pgmap v20356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:45:26.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:26.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:27.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:27.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:28.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:28.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:28 smithi194 ceph-mon[104785]: pgmap v20357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:28 smithi135 ceph-mon[93152]: pgmap v20357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:29.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:29.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:30.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:30.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:30 smithi194 ceph-mon[104785]: pgmap v20358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:45:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:45:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:45:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:45:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:45:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:45:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:45:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:30 smithi135 ceph-mon[93152]: pgmap v20358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:45:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:45:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:45:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:45:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:45:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:45:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:45:31.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:31.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:32.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:32.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:32 smithi194 ceph-mon[104785]: pgmap v20359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:32 smithi135 ceph-mon[93152]: pgmap v20359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:33.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:33.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:34.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:34.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:34 smithi194 ceph-mon[104785]: pgmap v20360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:45:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:34 smithi135 ceph-mon[93152]: pgmap v20360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:45:35.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:35.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:36 smithi194 ceph-mon[104785]: pgmap v20361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:36 smithi135 ceph-mon[93152]: pgmap v20361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:36.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:36.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:37.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:37.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:38.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:38.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:38.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:38 smithi194 ceph-mon[104785]: pgmap v20362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:38 smithi135 ceph-mon[93152]: pgmap v20362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:39.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:39.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:40.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:40.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:40 smithi194 ceph-mon[104785]: pgmap v20363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:40 smithi135 ceph-mon[93152]: pgmap v20363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:41.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:41.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:41.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:45:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:45:42.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:42.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:42.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:42 smithi194 ceph-mon[104785]: pgmap v20364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:42 smithi135 ceph-mon[93152]: pgmap v20364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:43.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:43.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:44.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:44.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:44.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:44 smithi194 ceph-mon[104785]: pgmap v20365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:45:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:44 smithi135 ceph-mon[93152]: pgmap v20365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:45:45.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:45.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:46 smithi194 ceph-mon[104785]: pgmap v20366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:46 smithi135 ceph-mon[93152]: pgmap v20366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:46.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:46.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:47.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:47.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:48.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:48.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:48.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:48 smithi194 ceph-mon[104785]: pgmap v20367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:48 smithi135 ceph-mon[93152]: pgmap v20367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:49.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:49.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:50.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:50.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:50.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:50 smithi194 ceph-mon[104785]: pgmap v20368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:50 smithi135 ceph-mon[93152]: pgmap v20368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:51.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:51.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:52.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:52.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:52 smithi194 ceph-mon[104785]: pgmap v20369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:52 smithi135 ceph-mon[93152]: pgmap v20369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:53.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:53.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:54.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:54.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:54 smithi194 ceph-mon[104785]: pgmap v20370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:45:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:54 smithi135 ceph-mon[93152]: pgmap v20370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:45:55.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:55.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:56 smithi194 ceph-mon[104785]: pgmap v20371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:45:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:56 smithi135 ceph-mon[93152]: pgmap v20371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:45:56.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:56.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:57.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:57.635 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:58.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:58.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:45:58.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:45:58 smithi194 ceph-mon[104785]: pgmap v20372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:58.984 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:45:58 smithi135 ceph-mon[93152]: pgmap v20372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:45:59.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:45:59.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:00.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:00.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:00.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:00 smithi194 ceph-mon[104785]: pgmap v20373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:00 smithi135 ceph-mon[93152]: pgmap v20373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:01.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:01.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:02.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:02.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:02.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:02 smithi194 ceph-mon[104785]: pgmap v20374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:02 smithi135 ceph-mon[93152]: pgmap v20374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:03.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:03.645 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:04.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:04.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:04 smithi194 ceph-mon[104785]: pgmap v20375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:46:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:04 smithi135 ceph-mon[93152]: pgmap v20375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:46:05.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:05.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:06 smithi194 ceph-mon[104785]: pgmap v20376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:06 smithi135 ceph-mon[93152]: pgmap v20376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:06.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:06.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:07.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:07.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:08.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:08.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:08.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:08 smithi194 ceph-mon[104785]: pgmap v20377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:08 smithi135 ceph-mon[93152]: pgmap v20377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:09.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:09.655 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:10.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:10.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:10.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:10 smithi194 ceph-mon[104785]: pgmap v20378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:10 smithi135 ceph-mon[93152]: pgmap v20378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:11.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:11.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:46:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:46:12.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:12.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:12 smithi135 ceph-mon[93152]: pgmap v20379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:12 smithi194 ceph-mon[104785]: pgmap v20379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:13.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:13.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:14.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:14.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:14 smithi135 ceph-mon[93152]: pgmap v20380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:46:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:14 smithi194 ceph-mon[104785]: pgmap v20380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:46:15.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:15.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:16 smithi194 ceph-mon[104785]: pgmap v20381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:16 smithi135 ceph-mon[93152]: pgmap v20381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:16.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:16.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:17.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:17.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:18.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:18.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:18.959 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:18 smithi194 ceph-mon[104785]: pgmap v20382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:18 smithi135 ceph-mon[93152]: pgmap v20382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:19.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:19.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:20.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:20.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:20.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:20 smithi194 ceph-mon[104785]: pgmap v20383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:20 smithi135 ceph-mon[93152]: pgmap v20383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:21.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:21.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:22.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:22.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:22.990 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:22 smithi194 ceph-mon[104785]: pgmap v20384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:22 smithi135 ceph-mon[93152]: pgmap v20384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:23.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:23.678 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:24.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:24.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:24 smithi135 ceph-mon[93152]: pgmap v20385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:46:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:24 smithi194 ceph-mon[104785]: pgmap v20385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:46:25.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:25.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:26 smithi194 ceph-mon[104785]: pgmap v20386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:46:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:26 smithi135 ceph-mon[93152]: pgmap v20386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:46:26.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:26.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:27.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:27.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:28.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:28.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:28 smithi194 ceph-mon[104785]: pgmap v20387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:28 smithi135 ceph-mon[93152]: pgmap v20387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:29.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:29.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:30.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:30.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:30 smithi135 ceph-mon[93152]: pgmap v20388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:30 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:46:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:30 smithi194 ceph-mon[104785]: pgmap v20388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:30 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:46:31.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:31.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:46:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:46:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:46:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:46:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:46:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:46:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:46:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:46:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:46:32.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:46:32.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:32.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:32 smithi135 ceph-mon[93152]: pgmap v20389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:33.095 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:32 smithi194 ceph-mon[104785]: pgmap v20389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:33.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:33.694 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:34.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:34.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:34 smithi135 ceph-mon[93152]: pgmap v20390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:46:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:34 smithi194 ceph-mon[104785]: pgmap v20390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:46:35.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:35.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:36 smithi194 ceph-mon[104785]: pgmap v20391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:36 smithi135 ceph-mon[93152]: pgmap v20391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:36.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:36.699 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:37.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:37.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:38.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:38.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:38 smithi135 ceph-mon[93152]: pgmap v20392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:38 smithi194 ceph-mon[104785]: pgmap v20392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:39.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:39.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:40.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:40.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:40 smithi135 ceph-mon[93152]: pgmap v20393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:40 smithi194 ceph-mon[104785]: pgmap v20393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:41.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:41.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:46:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:46:42.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:42.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:42 smithi135 ceph-mon[93152]: pgmap v20394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:43.199 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:42 smithi194 ceph-mon[104785]: pgmap v20394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:43.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:43.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:44.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:44.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:44 smithi135 ceph-mon[93152]: pgmap v20395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:46:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:44 smithi194 ceph-mon[104785]: pgmap v20395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:46:45.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:45.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:46 smithi194 ceph-mon[104785]: pgmap v20396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:46 smithi135 ceph-mon[93152]: pgmap v20396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:46.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:46.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:47.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:47.717 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:48.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:48.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:48 smithi135 ceph-mon[93152]: pgmap v20397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:48 smithi194 ceph-mon[104785]: pgmap v20397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:49.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:49.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:50.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:50.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:50 smithi135 ceph-mon[93152]: pgmap v20398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:50 smithi194 ceph-mon[104785]: pgmap v20398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:51.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:51.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:52.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:52.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:52 smithi135 ceph-mon[93152]: pgmap v20399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:52 smithi194 ceph-mon[104785]: pgmap v20399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:53.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:53.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:54.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:54.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:54 smithi135 ceph-mon[93152]: pgmap v20400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:46:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:54 smithi194 ceph-mon[104785]: pgmap v20400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:46:55.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:55.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:56 smithi194 ceph-mon[104785]: pgmap v20401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:56.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:46:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:56 smithi135 ceph-mon[93152]: pgmap v20401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:46:56.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:56.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:57.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:57.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:58.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:58.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:46:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:46:58 smithi135 ceph-mon[93152]: pgmap v20402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:46:58 smithi194 ceph-mon[104785]: pgmap v20402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:46:59.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:46:59.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:00.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:00.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:00 smithi135 ceph-mon[93152]: pgmap v20403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:00 smithi194 ceph-mon[104785]: pgmap v20403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:01.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:01.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:02.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:02.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:02 smithi135 ceph-mon[93152]: pgmap v20404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:02 smithi194 ceph-mon[104785]: pgmap v20404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:03.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:03.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:04.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:04.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:04 smithi135 ceph-mon[93152]: pgmap v20405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:47:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:04 smithi194 ceph-mon[104785]: pgmap v20405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:47:05.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:05.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:06 smithi194 ceph-mon[104785]: pgmap v20406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:06 smithi135 ceph-mon[93152]: pgmap v20406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:06.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:06.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:07.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:07.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:08.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:08.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:08 smithi135 ceph-mon[93152]: pgmap v20407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:08 smithi194 ceph-mon[104785]: pgmap v20407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:09.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:09.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:10.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:10.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:10 smithi135 ceph-mon[93152]: pgmap v20408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:10 smithi194 ceph-mon[104785]: pgmap v20408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:11.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:11.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:47:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:47:12.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:12.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:12 smithi135 ceph-mon[93152]: pgmap v20409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:12 smithi194 ceph-mon[104785]: pgmap v20409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:13.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:13.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:14.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:14.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:14 smithi135 ceph-mon[93152]: pgmap v20410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:47:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:14 smithi194 ceph-mon[104785]: pgmap v20410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:47:15.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:15.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:16 smithi194 ceph-mon[104785]: pgmap v20411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:16 smithi135 ceph-mon[93152]: pgmap v20411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:16.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:16.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:17.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:17.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:18.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:18.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:18.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:18 smithi194 ceph-mon[104785]: pgmap v20412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:18 smithi135 ceph-mon[93152]: pgmap v20412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:19.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:19.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:20.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:20.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:20 smithi135 ceph-mon[93152]: pgmap v20413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:20 smithi194 ceph-mon[104785]: pgmap v20413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:21.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:21.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:22.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:22.775 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:22 smithi135 ceph-mon[93152]: pgmap v20414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:22 smithi194 ceph-mon[104785]: pgmap v20414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:23.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:23.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:24.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:24.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:24 smithi135 ceph-mon[93152]: pgmap v20415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:47:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:24 smithi194 ceph-mon[104785]: pgmap v20415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:47:25.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:25.780 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:26 smithi194 ceph-mon[104785]: pgmap v20416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:47:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:26 smithi135 ceph-mon[93152]: pgmap v20416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:47:26.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:26.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:27.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:27.783 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:28.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:28.785 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:28 smithi194 ceph-mon[104785]: pgmap v20417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:28 smithi135 ceph-mon[93152]: pgmap v20417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:29.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:29.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:30.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:30.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:30 smithi135 ceph-mon[93152]: pgmap v20418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:30 smithi194 ceph-mon[104785]: pgmap v20418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:31.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:31.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:32.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:31 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:47:32.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:31 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:47:32.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:32.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:32 smithi135 ceph-mon[93152]: pgmap v20419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:32 smithi194 ceph-mon[104785]: pgmap v20419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:33.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:33.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:34.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:34.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:34 smithi135 ceph-mon[93152]: pgmap v20420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:47:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:34 smithi194 ceph-mon[104785]: pgmap v20420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:47:35.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:35.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:36 smithi194 ceph-mon[104785]: pgmap v20421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:36 smithi135 ceph-mon[93152]: pgmap v20421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:36.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:36.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:37.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:37.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:38.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:38.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:38 smithi135 ceph-mon[93152]: pgmap v20422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:47:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:47:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:47:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:47:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:47:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:47:39.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:38 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:47:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:38 smithi194 ceph-mon[104785]: pgmap v20422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:47:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:47:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:47:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:47:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:47:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:47:39.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:38 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:47:39.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:39.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:40.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:40.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:40 smithi135 ceph-mon[93152]: pgmap v20423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:40 smithi194 ceph-mon[104785]: pgmap v20423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:41.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:41.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:47:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:47:42.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:42.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:42 smithi135 ceph-mon[93152]: pgmap v20424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:42 smithi194 ceph-mon[104785]: pgmap v20424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:43.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:43.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:44.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:44.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:44 smithi135 ceph-mon[93152]: pgmap v20425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:47:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:44 smithi194 ceph-mon[104785]: pgmap v20425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:47:45.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:45.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:46 smithi194 ceph-mon[104785]: pgmap v20426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:46 smithi135 ceph-mon[93152]: pgmap v20426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:46.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:46.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:47.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:47.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:48.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:48.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:48 smithi135 ceph-mon[93152]: pgmap v20427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:48 smithi194 ceph-mon[104785]: pgmap v20427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:49.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:49.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:50.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:50.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:50 smithi135 ceph-mon[93152]: pgmap v20428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:50 smithi194 ceph-mon[104785]: pgmap v20428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:51.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:51.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:52.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:52.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:52 smithi135 ceph-mon[93152]: pgmap v20429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:52 smithi194 ceph-mon[104785]: pgmap v20429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:53.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:53.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:54.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:54.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:54 smithi135 ceph-mon[93152]: pgmap v20430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:47:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:54 smithi194 ceph-mon[104785]: pgmap v20430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:47:55.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:55.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:56 smithi194 ceph-mon[104785]: pgmap v20431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:47:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:56 smithi135 ceph-mon[93152]: pgmap v20431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:47:56.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:56.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:57.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:57.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:58.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:58.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:47:58.988 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:47:58 smithi194 ceph-mon[104785]: pgmap v20432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:47:58 smithi135 ceph-mon[93152]: pgmap v20432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:47:59.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:47:59.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:00.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:00.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:00 smithi135 ceph-mon[93152]: pgmap v20433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:00 smithi194 ceph-mon[104785]: pgmap v20433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:01.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:01.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:02.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:02.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:02 smithi135 ceph-mon[93152]: pgmap v20434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:02 smithi194 ceph-mon[104785]: pgmap v20434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:03.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:03.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:04.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:04.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:05.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:04 smithi135 ceph-mon[93152]: pgmap v20435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:48:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:04 smithi194 ceph-mon[104785]: pgmap v20435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:48:05.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:05.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:06 smithi194 ceph-mon[104785]: pgmap v20436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:06 smithi135 ceph-mon[93152]: pgmap v20436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:06.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:06.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:07.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:07.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:08.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:08.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:08 smithi135 ceph-mon[93152]: pgmap v20437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:09.094 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:08 smithi194 ceph-mon[104785]: pgmap v20437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:09.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:09.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:10.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:10.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:10 smithi135 ceph-mon[93152]: pgmap v20438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:10 smithi194 ceph-mon[104785]: pgmap v20438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:11.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:11.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:48:12.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:48:12.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:12.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:12 smithi135 ceph-mon[93152]: pgmap v20439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:12 smithi194 ceph-mon[104785]: pgmap v20439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:13.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:13.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:14.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:14.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:15.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:14 smithi135 ceph-mon[93152]: pgmap v20440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:48:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:14 smithi194 ceph-mon[104785]: pgmap v20440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:48:15.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:15.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:16 smithi194 ceph-mon[104785]: pgmap v20441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:16 smithi135 ceph-mon[93152]: pgmap v20441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:16.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:16.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:17.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:17.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:18.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:18.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:18 smithi135 ceph-mon[93152]: pgmap v20442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:19.200 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:18 smithi194 ceph-mon[104785]: pgmap v20442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:19.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:19.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:20.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:20.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:20 smithi135 ceph-mon[93152]: pgmap v20443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:20 smithi194 ceph-mon[104785]: pgmap v20443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:21.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:21.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:22.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:22.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:22 smithi135 ceph-mon[93152]: pgmap v20444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:22 smithi194 ceph-mon[104785]: pgmap v20444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:23.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:23.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:24.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:24.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:25.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:24 smithi135 ceph-mon[93152]: pgmap v20445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:48:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:24 smithi194 ceph-mon[104785]: pgmap v20445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:48:25.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:25.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:26 smithi194 ceph-mon[104785]: pgmap v20446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:48:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:26 smithi135 ceph-mon[93152]: pgmap v20446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:48:26.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:26.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:27.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:27.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:28.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:28.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:29.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:28 smithi135 ceph-mon[93152]: pgmap v20447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:28 smithi194 ceph-mon[104785]: pgmap v20447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:29.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:29.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:30.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:30.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:30 smithi135 ceph-mon[93152]: pgmap v20448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:30 smithi194 ceph-mon[104785]: pgmap v20448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:31.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:31.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:32.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:32.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:33.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:32 smithi135 ceph-mon[93152]: pgmap v20449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:32 smithi194 ceph-mon[104785]: pgmap v20449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:33.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:33.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:34.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:34.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:35.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:34 smithi135 ceph-mon[93152]: pgmap v20450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:48:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:34 smithi194 ceph-mon[104785]: pgmap v20450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:48:35.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:35.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:36 smithi194 ceph-mon[104785]: pgmap v20451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:36 smithi135 ceph-mon[93152]: pgmap v20451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:36.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:36.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:37.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:37.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:38.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:38.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:39.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:38 smithi135 ceph-mon[93152]: pgmap v20452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:38 smithi194 ceph-mon[104785]: pgmap v20452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:39.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:39.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:48:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:40.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:39 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:48:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:40.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:40.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:39 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:40.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:40.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:40 smithi135 ceph-mon[93152]: pgmap v20453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:48:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:48:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:48:41.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:40 smithi194 ceph-mon[104785]: pgmap v20453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:48:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:48:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:48:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:48:41.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:41.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:48:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:48:42.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:42.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:43.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:42 smithi135 ceph-mon[93152]: pgmap v20454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:42 smithi194 ceph-mon[104785]: pgmap v20454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:43.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:43.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:44.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:44.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:44 smithi135 ceph-mon[93152]: pgmap v20455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:48:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:44 smithi194 ceph-mon[104785]: pgmap v20455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:48:45.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:45.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:46 smithi194 ceph-mon[104785]: pgmap v20456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:46 smithi135 ceph-mon[93152]: pgmap v20456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:46.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:46.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:47.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:47.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:48.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:48.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:48 smithi135 ceph-mon[93152]: pgmap v20457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:48 smithi194 ceph-mon[104785]: pgmap v20457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:49.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:49.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:50.919 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:50.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:50 smithi135 ceph-mon[93152]: pgmap v20458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:50 smithi194 ceph-mon[104785]: pgmap v20458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:51.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:51.921 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:52.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:52.923 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:52 smithi135 ceph-mon[93152]: pgmap v20459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:52 smithi194 ceph-mon[104785]: pgmap v20459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:53.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:53.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:54.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:54.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:54.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:54 smithi194 ceph-mon[104785]: pgmap v20460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:48:55.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:54 smithi135 ceph-mon[93152]: pgmap v20460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:48:55.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:55.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:56 smithi194 ceph-mon[104785]: pgmap v20461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:56.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:48:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:56 smithi135 ceph-mon[93152]: pgmap v20461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:48:56.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:56.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:57.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:57.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:58.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:58.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:48:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:48:58 smithi135 ceph-mon[93152]: pgmap v20462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:48:58 smithi194 ceph-mon[104785]: pgmap v20462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:48:59.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:48:59.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:00.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:00.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:00 smithi135 ceph-mon[93152]: pgmap v20463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:00 smithi194 ceph-mon[104785]: pgmap v20463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:01.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:01.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:02.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:02.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:03.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:02 smithi135 ceph-mon[93152]: pgmap v20464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:02 smithi194 ceph-mon[104785]: pgmap v20464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:03.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:03.941 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:04.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:04.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:04.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:04 smithi194 ceph-mon[104785]: pgmap v20465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:49:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:04 smithi135 ceph-mon[93152]: pgmap v20465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:49:05.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:05.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:06 smithi194 ceph-mon[104785]: pgmap v20466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:06 smithi135 ceph-mon[93152]: pgmap v20466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:06.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:06.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:07.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:07.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:08.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:08.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:09.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:08 smithi135 ceph-mon[93152]: pgmap v20467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:08 smithi194 ceph-mon[104785]: pgmap v20467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:09.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:09.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:10.856 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:10 smithi135 ceph-mon[93152]: pgmap v20468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:10.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:10.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:10 smithi194 ceph-mon[104785]: pgmap v20468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:11.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:11.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:49:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:49:12.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:12.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:12 smithi194 ceph-mon[104785]: pgmap v20469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:12 smithi135 ceph-mon[93152]: pgmap v20469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:13.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:13.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:14.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:14.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:14 smithi194 ceph-mon[104785]: pgmap v20470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:49:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:14 smithi135 ceph-mon[93152]: pgmap v20470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:49:15.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:15.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:16 smithi194 ceph-mon[104785]: pgmap v20471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:16 smithi135 ceph-mon[93152]: pgmap v20471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:16.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:16.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:17.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:17.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:18.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:18.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:19.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:18 smithi135 ceph-mon[93152]: pgmap v20472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:18 smithi194 ceph-mon[104785]: pgmap v20472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:19.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:19.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:20.958 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:20 smithi135 ceph-mon[93152]: pgmap v20473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:20.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:20.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:20 smithi194 ceph-mon[104785]: pgmap v20473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:21.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:21.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:22.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:22.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:22 smithi194 ceph-mon[104785]: pgmap v20474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:22 smithi135 ceph-mon[93152]: pgmap v20474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:23.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:23.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:24.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:24.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:24 smithi194 ceph-mon[104785]: pgmap v20475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:49:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:24 smithi135 ceph-mon[93152]: pgmap v20475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:49:25.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:25.977 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:26 smithi194 ceph-mon[104785]: pgmap v20476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:49:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:26 smithi135 ceph-mon[93152]: pgmap v20476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:49:26.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:26.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:27.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:27.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:28.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:28.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:28 smithi194 ceph-mon[104785]: pgmap v20477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:28 smithi135 ceph-mon[93152]: pgmap v20477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:29.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:29.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:30.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:30.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:30 smithi135 ceph-mon[93152]: pgmap v20478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:30 smithi194 ceph-mon[104785]: pgmap v20478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:31.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:31.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:32.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:32.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:32 smithi194 ceph-mon[104785]: pgmap v20479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:32 smithi135 ceph-mon[93152]: pgmap v20479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:33.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:33.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:34.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:34.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:34 smithi194 ceph-mon[104785]: pgmap v20480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:49:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:34 smithi135 ceph-mon[93152]: pgmap v20480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:49:35.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:35.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:36.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:36 smithi194 ceph-mon[104785]: pgmap v20481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:36 smithi135 ceph-mon[93152]: pgmap v20481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:36.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:36.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:37.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:37.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:38.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:38.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:38 smithi194 ceph-mon[104785]: pgmap v20482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:38 smithi135 ceph-mon[93152]: pgmap v20482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:40.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:40.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:41.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:41.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:40 smithi135 ceph-mon[93152]: pgmap v20483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:49:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:49:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:49:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:49:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:49:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:49:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:40 smithi194 ceph-mon[104785]: pgmap v20483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:49:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:49:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:49:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:49:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:49:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:49:42.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:42.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:49:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:49:43.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:43.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:42 smithi194 ceph-mon[104785]: pgmap v20484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:42 smithi135 ceph-mon[93152]: pgmap v20484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:44.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:44.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:45.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:45.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:45.094 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:44 smithi194 ceph-mon[104785]: pgmap v20485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:49:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:44 smithi135 ceph-mon[93152]: pgmap v20485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:49:46.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:46.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:46.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:46 smithi194 ceph-mon[104785]: pgmap v20486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:46 smithi135 ceph-mon[93152]: pgmap v20486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:47.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:47.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:48.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:48.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:49.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:49.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:48 smithi194 ceph-mon[104785]: pgmap v20487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:48 smithi135 ceph-mon[93152]: pgmap v20487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:50.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:50.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:50 smithi135 ceph-mon[93152]: pgmap v20488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:51.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:51.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:50 smithi194 ceph-mon[104785]: pgmap v20488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:52.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:52.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:53.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:53.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:52 smithi194 ceph-mon[104785]: pgmap v20489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:53.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:52 smithi135 ceph-mon[93152]: pgmap v20489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:54.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:54.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:55.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:55.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:55.200 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:54 smithi194 ceph-mon[104785]: pgmap v20490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:49:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:54 smithi135 ceph-mon[93152]: pgmap v20490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:49:56.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:56.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:56 smithi135 ceph-mon[93152]: pgmap v20491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:49:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:56 smithi194 ceph-mon[104785]: pgmap v20491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:49:57.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:57.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:58.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:58.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:59.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:49:59.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:49:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:49:58 smithi194 ceph-mon[104785]: pgmap v20492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:49:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:49:58 smithi135 ceph-mon[93152]: pgmap v20492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:00.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:00.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:00 smithi135 ceph-mon[93152]: pgmap v20493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T15:50:01.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:01.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:00 smithi194 ceph-mon[104785]: pgmap v20493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T15:50:02.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:02.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:03.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:03.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:02 smithi194 ceph-mon[104785]: pgmap v20494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:02 smithi135 ceph-mon[93152]: pgmap v20494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:04.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:04.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:05.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:05.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:04 smithi194 ceph-mon[104785]: pgmap v20495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:50:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:04 smithi135 ceph-mon[93152]: pgmap v20495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:50:06.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:06.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:06 smithi135 ceph-mon[93152]: pgmap v20496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:06 smithi194 ceph-mon[104785]: pgmap v20496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:07.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:07.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:08.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:08.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:09.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:09.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:08 smithi194 ceph-mon[104785]: pgmap v20497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:08 smithi135 ceph-mon[93152]: pgmap v20497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:10.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:10.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:10 smithi135 ceph-mon[93152]: pgmap v20498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:11.052 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:11.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:10 smithi194 ceph-mon[104785]: pgmap v20498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:12.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:12.054 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:50:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:50:13.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:13.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:12 smithi194 ceph-mon[104785]: pgmap v20499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:12 smithi135 ceph-mon[93152]: pgmap v20499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:14.057 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:14.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:15.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:15.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:14 smithi194 ceph-mon[104785]: pgmap v20500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:50:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:14 smithi135 ceph-mon[93152]: pgmap v20500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:50:16.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:16.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:16.495 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:16 smithi135 ceph-mon[93152]: pgmap v20501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:16 smithi194 ceph-mon[104785]: pgmap v20501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:17.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:17.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:18.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:18.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:19.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:19.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:18 smithi194 ceph-mon[104785]: pgmap v20502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:18 smithi135 ceph-mon[93152]: pgmap v20502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:20.067 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:20.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:20 smithi135 ceph-mon[93152]: pgmap v20503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:21.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:21.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:20 smithi194 ceph-mon[104785]: pgmap v20503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:22.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:22.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:23.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:23.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:23.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:22 smithi194 ceph-mon[104785]: pgmap v20504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:22 smithi135 ceph-mon[93152]: pgmap v20504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:24.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:24.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:25.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:25.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:24 smithi194 ceph-mon[104785]: pgmap v20505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:50:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:24 smithi135 ceph-mon[93152]: pgmap v20505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:50:26.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:26.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:26 smithi135 ceph-mon[93152]: pgmap v20506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:50:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:26 smithi194 ceph-mon[104785]: pgmap v20506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:50:27.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:27.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:28.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:28.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:29.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:29.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:28 smithi194 ceph-mon[104785]: pgmap v20507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:28 smithi135 ceph-mon[93152]: pgmap v20507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:30.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:30.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:30.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:30 smithi194 ceph-mon[104785]: pgmap v20508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:30 smithi135 ceph-mon[93152]: pgmap v20508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:31.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:31.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:32.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:32.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:33.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:33.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:32 smithi194 ceph-mon[104785]: pgmap v20509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:32 smithi135 ceph-mon[93152]: pgmap v20509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:34.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:34.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:35.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:35.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:34 smithi194 ceph-mon[104785]: pgmap v20510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:50:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:34 smithi135 ceph-mon[93152]: pgmap v20510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:50:36.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:36.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:36 smithi135 ceph-mon[93152]: pgmap v20511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:36 smithi194 ceph-mon[104785]: pgmap v20511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:37.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:37.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:38.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:38.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:39.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:39.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:38 smithi194 ceph-mon[104785]: pgmap v20512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:38 smithi135 ceph-mon[93152]: pgmap v20512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:40.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:40.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:40 smithi194 ceph-mon[104785]: pgmap v20513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:40.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:50:40.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:40 smithi135 ceph-mon[93152]: pgmap v20513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:40.975 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:50:41.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:41.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:50:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:50:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:50:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:50:42.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:50:42.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:50:42.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:50:42.008 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:50:42.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:42.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:50:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:50:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:50:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:50:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:50:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:50:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:50:42.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:50:43.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:43.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:42 smithi194 ceph-mon[104785]: pgmap v20514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:42 smithi135 ceph-mon[93152]: pgmap v20514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:44.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:44.107 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:45.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:45.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:44 smithi194 ceph-mon[104785]: pgmap v20515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:50:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:44 smithi135 ceph-mon[93152]: pgmap v20515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:50:46.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:46.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:46 smithi135 ceph-mon[93152]: pgmap v20516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:46 smithi194 ceph-mon[104785]: pgmap v20516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:47.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:47.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:48.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:48.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:49.115 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:49.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:48 smithi194 ceph-mon[104785]: pgmap v20517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:48 smithi135 ceph-mon[93152]: pgmap v20517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:50.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:50.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:50 smithi135 ceph-mon[93152]: pgmap v20518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:51.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:51.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:50 smithi194 ceph-mon[104785]: pgmap v20518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:52.120 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:52.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:53.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:53.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:52 smithi194 ceph-mon[104785]: pgmap v20519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:52 smithi135 ceph-mon[93152]: pgmap v20519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:54.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:54.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:55.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:55.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:54 smithi194 ceph-mon[104785]: pgmap v20520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:50:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:54 smithi135 ceph-mon[93152]: pgmap v20520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:50:56.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:56.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:56 smithi135 ceph-mon[93152]: pgmap v20521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:50:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:56 smithi194 ceph-mon[104785]: pgmap v20521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:50:57.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:57.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:58.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:58.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:59.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:50:59.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:50:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:50:58 smithi194 ceph-mon[104785]: pgmap v20522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:50:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:50:58 smithi135 ceph-mon[93152]: pgmap v20522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:00.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:00.134 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:00 smithi135 ceph-mon[93152]: pgmap v20523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:01.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:01.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:00 smithi194 ceph-mon[104785]: pgmap v20523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:02.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:02.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:03.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:03.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:02 smithi194 ceph-mon[104785]: pgmap v20524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:02 smithi135 ceph-mon[93152]: pgmap v20524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:04.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:04.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:05.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:05.142 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:04 smithi194 ceph-mon[104785]: pgmap v20525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:51:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:04 smithi135 ceph-mon[93152]: pgmap v20525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:51:06.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:06.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:06 smithi135 ceph-mon[93152]: pgmap v20526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:06 smithi194 ceph-mon[104785]: pgmap v20526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:07.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:07.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:08.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:08.147 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:09.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:09.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:08 smithi194 ceph-mon[104785]: pgmap v20527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:08 smithi135 ceph-mon[93152]: pgmap v20527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:10.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:10.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:10 smithi135 ceph-mon[93152]: pgmap v20528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:11.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:11.152 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:10 smithi194 ceph-mon[104785]: pgmap v20528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:12.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:12.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:51:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:51:13.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:13.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:12 smithi194 ceph-mon[104785]: pgmap v20529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:12 smithi135 ceph-mon[93152]: pgmap v20529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:14.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:14.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:15.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:15.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:14 smithi194 ceph-mon[104785]: pgmap v20530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:51:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:14 smithi135 ceph-mon[93152]: pgmap v20530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:51:16.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:16.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:16.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:16 smithi194 ceph-mon[104785]: pgmap v20531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:16 smithi135 ceph-mon[93152]: pgmap v20531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:17.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:17.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:18.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:18.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:19.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:19.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:18 smithi194 ceph-mon[104785]: pgmap v20532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:18 smithi135 ceph-mon[93152]: pgmap v20532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:20.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:20.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:20 smithi135 ceph-mon[93152]: pgmap v20533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:21.089 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:20 smithi194 ceph-mon[104785]: pgmap v20533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:21.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:21.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:22.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:22.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:23.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:23.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:22 smithi194 ceph-mon[104785]: pgmap v20534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:22 smithi135 ceph-mon[93152]: pgmap v20534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:24.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:24.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:25.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:25.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:24 smithi194 ceph-mon[104785]: pgmap v20535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:51:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:24 smithi135 ceph-mon[93152]: pgmap v20535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:51:26.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:26.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:26 smithi194 ceph-mon[104785]: pgmap v20536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:51:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:26 smithi135 ceph-mon[93152]: pgmap v20536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:51:27.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:27.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:28.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:28.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:29.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:29.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:28 smithi194 ceph-mon[104785]: pgmap v20537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:28 smithi135 ceph-mon[93152]: pgmap v20537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:30.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:30.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:31.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:30 smithi135 ceph-mon[93152]: pgmap v20538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:31.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:31.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:31.194 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:30 smithi194 ceph-mon[104785]: pgmap v20538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:32.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:32.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:33.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:33.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:32 smithi194 ceph-mon[104785]: pgmap v20539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:32 smithi135 ceph-mon[93152]: pgmap v20539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:34.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:34.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:35.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:35.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:34 smithi194 ceph-mon[104785]: pgmap v20540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:51:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:34 smithi135 ceph-mon[93152]: pgmap v20540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:51:36.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:36.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:36 smithi135 ceph-mon[93152]: pgmap v20541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:36 smithi194 ceph-mon[104785]: pgmap v20541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:37.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:37.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:38.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:38.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:39.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:39.199 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:38 smithi194 ceph-mon[104785]: pgmap v20542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:38 smithi135 ceph-mon[93152]: pgmap v20542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:40.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:40.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:40 smithi135 ceph-mon[93152]: pgmap v20543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:41.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:41.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:40 smithi194 ceph-mon[104785]: pgmap v20543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:42.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:42.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:51:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:51:43.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:43.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:42 smithi194 ceph-mon[104785]: pgmap v20544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:51:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:51:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:51:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:51:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:51:43.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:51:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:42 smithi135 ceph-mon[93152]: pgmap v20544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:51:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:51:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:51:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:51:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:51:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:51:44.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:44.206 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:45.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:45.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:44 smithi194 ceph-mon[104785]: pgmap v20545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:51:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:44 smithi135 ceph-mon[93152]: pgmap v20545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:51:46.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:46.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:46 smithi135 ceph-mon[93152]: pgmap v20546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:46 smithi194 ceph-mon[104785]: pgmap v20546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:47.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:47.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:48.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:48.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:48 smithi194 ceph-mon[104785]: pgmap v20547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:49.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:49.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:48 smithi135 ceph-mon[93152]: pgmap v20547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:50.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:50.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:50 smithi135 ceph-mon[93152]: pgmap v20548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:50 smithi194 ceph-mon[104785]: pgmap v20548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:51.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:51.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:52.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:52.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:52 smithi194 ceph-mon[104785]: pgmap v20549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:53.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:53.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:52 smithi135 ceph-mon[93152]: pgmap v20549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:54.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:54.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:54 smithi194 ceph-mon[104785]: pgmap v20550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:51:55.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:55.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:54 smithi135 ceph-mon[93152]: pgmap v20550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:51:56.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:56.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:56 smithi135 ceph-mon[93152]: pgmap v20551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:51:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:56 smithi194 ceph-mon[104785]: pgmap v20551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:51:57.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:57.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:58.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:58.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:51:58 smithi194 ceph-mon[104785]: pgmap v20552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:51:59.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:51:59.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:51:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:51:58 smithi135 ceph-mon[93152]: pgmap v20552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:00.232 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:00.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:00 smithi135 ceph-mon[93152]: pgmap v20553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:00 smithi194 ceph-mon[104785]: pgmap v20553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:01.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:01.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:02.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:02.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:02 smithi194 ceph-mon[104785]: pgmap v20554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:03.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:03.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:02 smithi135 ceph-mon[93152]: pgmap v20554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:04.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:04.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:04 smithi194 ceph-mon[104785]: pgmap v20555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:52:05.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:05.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:04 smithi135 ceph-mon[93152]: pgmap v20555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:52:06.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:06.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:06 smithi135 ceph-mon[93152]: pgmap v20556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:06.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:06 smithi194 ceph-mon[104785]: pgmap v20556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:07.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:07.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:08.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:08.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:08 smithi194 ceph-mon[104785]: pgmap v20557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:09.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:09.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:08 smithi135 ceph-mon[93152]: pgmap v20557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:10.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:10.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:10 smithi135 ceph-mon[93152]: pgmap v20558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:10 smithi194 ceph-mon[104785]: pgmap v20558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:11.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:11.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:11.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:52:12.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:12.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:52:13.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:12 smithi135 ceph-mon[93152]: pgmap v20559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:12 smithi194 ceph-mon[104785]: pgmap v20559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:13.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:13.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:14.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:14.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:14 smithi194 ceph-mon[104785]: pgmap v20560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:52:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:14 smithi135 ceph-mon[93152]: pgmap v20560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:52:15.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:15.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:16.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:16.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:16 smithi135 ceph-mon[93152]: pgmap v20561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:16.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:16 smithi194 ceph-mon[104785]: pgmap v20561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:17.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:17.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:18.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:18.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:18 smithi194 ceph-mon[104785]: pgmap v20562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:18 smithi135 ceph-mon[93152]: pgmap v20562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:19.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:19.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:20.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:20.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:21.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:20 smithi135 ceph-mon[93152]: pgmap v20563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:20 smithi194 ceph-mon[104785]: pgmap v20563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:21.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:21.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:22.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:22.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:23.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:22 smithi135 ceph-mon[93152]: pgmap v20564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:22 smithi194 ceph-mon[104785]: pgmap v20564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:23.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:23.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:24.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:24.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:24 smithi194 ceph-mon[104785]: pgmap v20565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:52:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:24 smithi135 ceph-mon[93152]: pgmap v20565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:52:25.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:25.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:26.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:26.276 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:26 smithi135 ceph-mon[93152]: pgmap v20566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:52:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:26 smithi194 ceph-mon[104785]: pgmap v20566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:52:27.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:27.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:28.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:28.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:28 smithi194 ceph-mon[104785]: pgmap v20567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:28 smithi135 ceph-mon[93152]: pgmap v20567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:29.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:29.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:30.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:30.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:31.010 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:30 smithi135 ceph-mon[93152]: pgmap v20568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:30 smithi194 ceph-mon[104785]: pgmap v20568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:31.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:31.284 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:32.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:32.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:32 smithi194 ceph-mon[104785]: pgmap v20569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:32 smithi135 ceph-mon[93152]: pgmap v20569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:33.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:33.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:34.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:34.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:34 smithi194 ceph-mon[104785]: pgmap v20570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:52:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:34 smithi135 ceph-mon[93152]: pgmap v20570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:52:35.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:35.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:36.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:36.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:36.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:36 smithi135 ceph-mon[93152]: pgmap v20571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:36 smithi194 ceph-mon[104785]: pgmap v20571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:37.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:37.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:38.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:38.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:38 smithi194 ceph-mon[104785]: pgmap v20572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:38 smithi135 ceph-mon[93152]: pgmap v20572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:39.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:39.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:40.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:40.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:41.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:40 smithi135 ceph-mon[93152]: pgmap v20573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:40 smithi194 ceph-mon[104785]: pgmap v20573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:41.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:41.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:52:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:52:42.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:42.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:42 smithi194 ceph-mon[104785]: pgmap v20574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:42 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:52:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:42 smithi135 ceph-mon[93152]: pgmap v20574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:42 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:52:43.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:43.304 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:44.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:44.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:44 smithi194 ceph-mon[104785]: pgmap v20575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:52:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:44 smithi135 ceph-mon[93152]: pgmap v20575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:52:45.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:45.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:46.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:46.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:46.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:46 smithi135 ceph-mon[93152]: pgmap v20576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:46.514 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:46 smithi194 ceph-mon[104785]: pgmap v20576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:47.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:47.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:47.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:47.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:47.988 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:47.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:47.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:47.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:47.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1347M 2023-10-08T15:52:47.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:47.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:47.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:47.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:47.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:47.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:47.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:47.989 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi194 to 2647M 2023-10-08T15:52:47.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:47.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:52:47.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:52:47.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:47.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:52:47.990 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1347M 2023-10-08T15:52:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:48.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T15:52:48.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi194 to 2647M 2023-10-08T15:52:48.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:48.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:52:48.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:52:48.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:48.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:52:48.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:52:48.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:48.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:48 smithi135 ceph-mon[93152]: pgmap v20577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:48 smithi194 ceph-mon[104785]: pgmap v20577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:49.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:49.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:50.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:50.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:51.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:50 smithi135 ceph-mon[93152]: pgmap v20578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:50 smithi194 ceph-mon[104785]: pgmap v20578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:51.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:51.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:52.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:52.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:52 smithi194 ceph-mon[104785]: pgmap v20579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:52 smithi135 ceph-mon[93152]: pgmap v20579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:53.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:53.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:54.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:54.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:55.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:54 smithi194 ceph-mon[104785]: pgmap v20580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:52:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:54 smithi135 ceph-mon[93152]: pgmap v20580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:52:55.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:55.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:56.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:56.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:56 smithi135 ceph-mon[93152]: pgmap v20581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:56.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:52:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:56 smithi194 ceph-mon[104785]: pgmap v20581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:52:57.326 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:57.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:58.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:58.328 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:52:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:52:58 smithi194 ceph-mon[104785]: pgmap v20582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:52:58 smithi135 ceph-mon[93152]: pgmap v20582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:52:59.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:52:59.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:00.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:00.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:01.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:00 smithi135 ceph-mon[93152]: pgmap v20583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:00 smithi194 ceph-mon[104785]: pgmap v20583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:01.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:01.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:02.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:02.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:03.136 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:02 smithi135 ceph-mon[93152]: pgmap v20584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:02 smithi194 ceph-mon[104785]: pgmap v20584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:03.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:03.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:04.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:04.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:04 smithi194 ceph-mon[104785]: pgmap v20585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:53:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:04 smithi135 ceph-mon[93152]: pgmap v20585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:53:05.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:05.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:06.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:06.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:06 smithi194 ceph-mon[104785]: pgmap v20586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:06 smithi135 ceph-mon[93152]: pgmap v20586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:07.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:07.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:08.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:08.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:08 smithi194 ceph-mon[104785]: pgmap v20587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:08 smithi135 ceph-mon[93152]: pgmap v20587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:09.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:09.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:10.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:10.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:11.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:10 smithi135 ceph-mon[93152]: pgmap v20588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:10 smithi194 ceph-mon[104785]: pgmap v20588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:11.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:11.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:53:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:53:12.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:12.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:12 smithi194 ceph-mon[104785]: pgmap v20589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:13.234 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:12 smithi135 ceph-mon[93152]: pgmap v20589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:13.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:13.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:14.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:14.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:14 smithi194 ceph-mon[104785]: pgmap v20590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:53:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:14 smithi135 ceph-mon[93152]: pgmap v20590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:53:15.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:15.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:16.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:16.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:16 smithi135 ceph-mon[93152]: pgmap v20591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:16 smithi194 ceph-mon[104785]: pgmap v20591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:17.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:17.358 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:18.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:18.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:18 smithi194 ceph-mon[104785]: pgmap v20592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:18 smithi135 ceph-mon[93152]: pgmap v20592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:19.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:19.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:20.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:20.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:20 smithi194 ceph-mon[104785]: pgmap v20593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:20 smithi135 ceph-mon[93152]: pgmap v20593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:21.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:21.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:22.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:22.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:22 smithi194 ceph-mon[104785]: pgmap v20594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:22 smithi135 ceph-mon[93152]: pgmap v20594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:23.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:23.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:24.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:24.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:24 smithi194 ceph-mon[104785]: pgmap v20595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:53:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:24 smithi135 ceph-mon[93152]: pgmap v20595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:53:25.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:25.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:26.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:26.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:26 smithi194 ceph-mon[104785]: pgmap v20596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:53:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:26 smithi135 ceph-mon[93152]: pgmap v20596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:53:27.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:27.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:28.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:28.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:29.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:28 smithi194 ceph-mon[104785]: pgmap v20597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:28 smithi135 ceph-mon[93152]: pgmap v20597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:29.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:29.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:30.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:30.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:30 smithi194 ceph-mon[104785]: pgmap v20598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:30 smithi135 ceph-mon[93152]: pgmap v20598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:31.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:31.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:32.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:32.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:32 smithi194 ceph-mon[104785]: pgmap v20599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:32 smithi135 ceph-mon[93152]: pgmap v20599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:33.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:33.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:34.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:34.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:34 smithi194 ceph-mon[104785]: pgmap v20600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:53:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:34 smithi135 ceph-mon[93152]: pgmap v20600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:53:35.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:35.388 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:36.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:36.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:36 smithi194 ceph-mon[104785]: pgmap v20601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:36 smithi135 ceph-mon[93152]: pgmap v20601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:37.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:37.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:38.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:38.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:38 smithi194 ceph-mon[104785]: pgmap v20602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:38 smithi135 ceph-mon[93152]: pgmap v20602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:39.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:39.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:40.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:40.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:40 smithi194 ceph-mon[104785]: pgmap v20603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:40 smithi135 ceph-mon[93152]: pgmap v20603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:41.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:41.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:53:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:53:42.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:42.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:42 smithi194 ceph-mon[104785]: pgmap v20604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:42 smithi135 ceph-mon[93152]: pgmap v20604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:43.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:43.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:44.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:44.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:44 smithi194 ceph-mon[104785]: pgmap v20605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:53:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:44 smithi135 ceph-mon[93152]: pgmap v20605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:53:45.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:45.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:46.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:46.406 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:46 smithi194 ceph-mon[104785]: pgmap v20606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:46 smithi135 ceph-mon[93152]: pgmap v20606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:47.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:47.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:47.599 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:53:47.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:53:48.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:48.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:48.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:53:48.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:53:48.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:53:48.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:53:48.579 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:53:48.580 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:48 smithi135 ceph-mon[93152]: pgmap v20607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:53:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:53:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:53:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:53:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:53:48.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:48 smithi194 ceph-mon[104785]: pgmap v20607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:49.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:49.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:50.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:50.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:50 smithi194 ceph-mon[104785]: pgmap v20608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:50 smithi135 ceph-mon[93152]: pgmap v20608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:52.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:52.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:52.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:52.416 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:52.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:52 smithi194 ceph-mon[104785]: pgmap v20609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:54.261 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:52 smithi135 ceph-mon[93152]: pgmap v20609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:54.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:54.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:54.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:55.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:55.639 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:54 smithi194 ceph-mon[104785]: pgmap v20610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:53:55.639 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:54 smithi135 ceph-mon[93152]: pgmap v20610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:53:55.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:55.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:56.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:57.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:57.495 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:56 smithi194 ceph-mon[104785]: pgmap v20611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:57.497 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:53:57.497 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:56 smithi135 ceph-mon[93152]: pgmap v20611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:57.497 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:53:57.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:57.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:58.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:58.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:53:59.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:53:58 smithi135 ceph-mon[93152]: pgmap v20612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:53:58 smithi194 ceph-mon[104785]: pgmap v20612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:53:59.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:53:59.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:00.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:00.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:00 smithi194 ceph-mon[104785]: pgmap v20613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:00 smithi135 ceph-mon[93152]: pgmap v20613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:01.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:01.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:02.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:02.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:02 smithi194 ceph-mon[104785]: pgmap v20614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:02 smithi135 ceph-mon[93152]: pgmap v20614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:03.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:03.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:04.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:04.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:04 smithi194 ceph-mon[104785]: pgmap v20615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:54:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:04 smithi135 ceph-mon[93152]: pgmap v20615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:54:05.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:05.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:06.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:06.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:06 smithi194 ceph-mon[104785]: pgmap v20616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:06 smithi135 ceph-mon[93152]: pgmap v20616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:07.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:07.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:08.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:08.442 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:08 smithi194 ceph-mon[104785]: pgmap v20617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:08 smithi135 ceph-mon[93152]: pgmap v20617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:09.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:09.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:10.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:10.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:10 smithi194 ceph-mon[104785]: pgmap v20618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:10 smithi135 ceph-mon[93152]: pgmap v20618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:11.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:11.447 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:54:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:54:12.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:12.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:12 smithi194 ceph-mon[104785]: pgmap v20619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:12 smithi135 ceph-mon[93152]: pgmap v20619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:13.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:13.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:14.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:14.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:14 smithi194 ceph-mon[104785]: pgmap v20620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:54:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:14 smithi135 ceph-mon[93152]: pgmap v20620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:54:15.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:15.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:16.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:16.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:16 smithi194 ceph-mon[104785]: pgmap v20621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:16 smithi135 ceph-mon[93152]: pgmap v20621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:17.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:17.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:18.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:18.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:18 smithi194 ceph-mon[104785]: pgmap v20622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:18 smithi135 ceph-mon[93152]: pgmap v20622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:19.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:19.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:20.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:20.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:20 smithi194 ceph-mon[104785]: pgmap v20623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:20 smithi135 ceph-mon[93152]: pgmap v20623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:21.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:21.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:22.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:22.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:22 smithi194 ceph-mon[104785]: pgmap v20624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:22 smithi135 ceph-mon[93152]: pgmap v20624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:23.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:23.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:24.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:24.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:24 smithi194 ceph-mon[104785]: pgmap v20625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:54:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:24 smithi135 ceph-mon[93152]: pgmap v20625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:54:25.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:25.470 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:26.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:26.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:26 smithi194 ceph-mon[104785]: pgmap v20626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:54:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:26 smithi135 ceph-mon[93152]: pgmap v20626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:54:27.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:27.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:28.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:28.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:28 smithi194 ceph-mon[104785]: pgmap v20627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:28 smithi135 ceph-mon[93152]: pgmap v20627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:29.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:29.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:30.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:30.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:30 smithi194 ceph-mon[104785]: pgmap v20628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:30 smithi135 ceph-mon[93152]: pgmap v20628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:31.480 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:31.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:32.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:32.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:32 smithi194 ceph-mon[104785]: pgmap v20629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:33.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:32 smithi135 ceph-mon[93152]: pgmap v20629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:33.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:33.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:34.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:34.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:35.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:34 smithi194 ceph-mon[104785]: pgmap v20630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:54:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:34 smithi135 ceph-mon[93152]: pgmap v20630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:54:35.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:35.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:36.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:36.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:36 smithi194 ceph-mon[104785]: pgmap v20631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:36 smithi135 ceph-mon[93152]: pgmap v20631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:37.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:37.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:38.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:38.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:38 smithi194 ceph-mon[104785]: pgmap v20632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:38 smithi135 ceph-mon[93152]: pgmap v20632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:39.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:39.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:40.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:40.495 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:40 smithi194 ceph-mon[104785]: pgmap v20633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:40 smithi135 ceph-mon[93152]: pgmap v20633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:41.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:41.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:54:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:54:42.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:42.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:43.179 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:42 smithi194 ceph-mon[104785]: pgmap v20634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:42 smithi135 ceph-mon[93152]: pgmap v20634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:43.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:43.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:44.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:44.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:44 smithi194 ceph-mon[104785]: pgmap v20635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:54:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:44 smithi135 ceph-mon[93152]: pgmap v20635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:54:45.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:45.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:46.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:46.505 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:46 smithi194 ceph-mon[104785]: pgmap v20636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:46 smithi135 ceph-mon[93152]: pgmap v20636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:47.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:47.508 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:48.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:47 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:54:48.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:47 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:54:48.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:48.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:48 smithi135 ceph-mon[93152]: pgmap v20637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:54:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:54:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:54:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:54:49.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:54:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:48 smithi194 ceph-mon[104785]: pgmap v20637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:54:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:54:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:54:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:54:49.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:54:49.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:49.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:50.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:50.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:50 smithi194 ceph-mon[104785]: pgmap v20638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:50 smithi135 ceph-mon[93152]: pgmap v20638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:51.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:51.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:52.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:52.515 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:52 smithi194 ceph-mon[104785]: pgmap v20639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:52 smithi135 ceph-mon[93152]: pgmap v20639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:53.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:53.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:54.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:54.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:54 smithi194 ceph-mon[104785]: pgmap v20640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:54:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:54 smithi135 ceph-mon[93152]: pgmap v20640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:54:55.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:55.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:56.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:56.523 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:56 smithi194 ceph-mon[104785]: pgmap v20641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:54:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:56 smithi135 ceph-mon[93152]: pgmap v20641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:54:57.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:57.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:58.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:58.525 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:54:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:54:58 smithi194 ceph-mon[104785]: pgmap v20642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:54:58 smithi135 ceph-mon[93152]: pgmap v20642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:54:59.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:54:59.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:00.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:00.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:00 smithi194 ceph-mon[104785]: pgmap v20643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:00 smithi135 ceph-mon[93152]: pgmap v20643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:01.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:01.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:02.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:02.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:02 smithi194 ceph-mon[104785]: pgmap v20644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:02 smithi135 ceph-mon[93152]: pgmap v20644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:03.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:03.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:04.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:04.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:04 smithi194 ceph-mon[104785]: pgmap v20645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:55:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:04 smithi135 ceph-mon[93152]: pgmap v20645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:55:05.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:05.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:06.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:06.539 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:06 smithi194 ceph-mon[104785]: pgmap v20646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:06 smithi135 ceph-mon[93152]: pgmap v20646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:07.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:07.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:08.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:08.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:08 smithi194 ceph-mon[104785]: pgmap v20647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:08 smithi135 ceph-mon[93152]: pgmap v20647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:09.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:09.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:10.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:10.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:10 smithi194 ceph-mon[104785]: pgmap v20648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:11.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:10 smithi135 ceph-mon[93152]: pgmap v20648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:11.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:11.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:55:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:55:12.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:12.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:12 smithi194 ceph-mon[104785]: pgmap v20649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:12 smithi135 ceph-mon[93152]: pgmap v20649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:13.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:13.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:14.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:14.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:14 smithi194 ceph-mon[104785]: pgmap v20650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:55:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:14 smithi135 ceph-mon[93152]: pgmap v20650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:55:15.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:15.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:16.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:16.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:16.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:16 smithi194 ceph-mon[104785]: pgmap v20651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:16 smithi135 ceph-mon[93152]: pgmap v20651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:17.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:17.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:18.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:18.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:18 smithi194 ceph-mon[104785]: pgmap v20652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:18 smithi135 ceph-mon[93152]: pgmap v20652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:19.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:19.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:20.560 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:20.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:20 smithi194 ceph-mon[104785]: pgmap v20653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:20 smithi135 ceph-mon[93152]: pgmap v20653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:21.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:21.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:22.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:22.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:22 smithi194 ceph-mon[104785]: pgmap v20654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:22 smithi135 ceph-mon[93152]: pgmap v20654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:23.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:23.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:24.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:24.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:24 smithi194 ceph-mon[104785]: pgmap v20655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:55:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:24 smithi135 ceph-mon[93152]: pgmap v20655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:55:25.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:25.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:26.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:26.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:26 smithi194 ceph-mon[104785]: pgmap v20656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:55:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:26 smithi135 ceph-mon[93152]: pgmap v20656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:55:27.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:27.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:28.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:28.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:28.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:28 smithi194 ceph-mon[104785]: pgmap v20657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:28 smithi135 ceph-mon[93152]: pgmap v20657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:29.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:29.575 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:30.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:30.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:30 smithi194 ceph-mon[104785]: pgmap v20658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:31.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:30 smithi135 ceph-mon[93152]: pgmap v20658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:31.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:31.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:32.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:32.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:32 smithi194 ceph-mon[104785]: pgmap v20659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:32 smithi135 ceph-mon[93152]: pgmap v20659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:33.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:33.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:34.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:34.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:34 smithi194 ceph-mon[104785]: pgmap v20660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:55:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:34 smithi135 ceph-mon[93152]: pgmap v20660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:55:35.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:35.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:36.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:36.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:36 smithi194 ceph-mon[104785]: pgmap v20661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:36 smithi135 ceph-mon[93152]: pgmap v20661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:37.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:37.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:38.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:38.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:38 smithi194 ceph-mon[104785]: pgmap v20662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:38 smithi135 ceph-mon[93152]: pgmap v20662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:39.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:39.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:40.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:40.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:40 smithi194 ceph-mon[104785]: pgmap v20663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:40 smithi135 ceph-mon[93152]: pgmap v20663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:41.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:41.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:55:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:55:42.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:42.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:42 smithi194 ceph-mon[104785]: pgmap v20664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:42 smithi135 ceph-mon[93152]: pgmap v20664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:43.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:43.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:44.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:44.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:45.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:44 smithi135 ceph-mon[93152]: pgmap v20665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:55:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:44 smithi194 ceph-mon[104785]: pgmap v20665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:55:45.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:45.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:46.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:46.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:46.721 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:46 smithi194 ceph-mon[104785]: pgmap v20666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:46 smithi135 ceph-mon[93152]: pgmap v20666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:47.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:47.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:48.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:48.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:48 smithi194 ceph-mon[104785]: pgmap v20667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:48 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:55:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:48 smithi135 ceph-mon[93152]: pgmap v20667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:48 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:55:49.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:49.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:50.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:50.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:50 smithi194 ceph-mon[104785]: pgmap v20668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:50 smithi135 ceph-mon[93152]: pgmap v20668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:51.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:51.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:52.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:52.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:52 smithi194 ceph-mon[104785]: pgmap v20669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:52 smithi135 ceph-mon[93152]: pgmap v20669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:53.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:53.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:55:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:55:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:55:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:55:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:55:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:55:54.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:55:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:55:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:55:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:55:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:55:54.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:55:54.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:55:54.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:55:54.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:54.616 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:55 smithi135 ceph-mon[93152]: pgmap v20670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:55:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:55 smithi194 ceph-mon[104785]: pgmap v20670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:55:55.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:55.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:56.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:56.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:56 smithi194 ceph-mon[104785]: pgmap v20671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:56.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:55:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:56 smithi135 ceph-mon[93152]: pgmap v20671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:55:57.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:57.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:58.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:58.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:55:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:55:58 smithi194 ceph-mon[104785]: pgmap v20672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:55:58 smithi135 ceph-mon[93152]: pgmap v20672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:55:59.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:55:59.625 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:00.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:00.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:00 smithi194 ceph-mon[104785]: pgmap v20673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:00 smithi135 ceph-mon[93152]: pgmap v20673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:01.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:01.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:02.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:02.630 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:02 smithi194 ceph-mon[104785]: pgmap v20674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:02 smithi135 ceph-mon[93152]: pgmap v20674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:03.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:03.631 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:04.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:04.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:04 smithi194 ceph-mon[104785]: pgmap v20675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:56:05.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:04 smithi135 ceph-mon[93152]: pgmap v20675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:56:05.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:05.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:06.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:06.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:06 smithi194 ceph-mon[104785]: pgmap v20676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:06 smithi135 ceph-mon[93152]: pgmap v20676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:07.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:07.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:08.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:08.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:08 smithi194 ceph-mon[104785]: pgmap v20677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:08 smithi135 ceph-mon[93152]: pgmap v20677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:09.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:09.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:10.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:10.643 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:10 smithi194 ceph-mon[104785]: pgmap v20678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:10 smithi135 ceph-mon[93152]: pgmap v20678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:11.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:11.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:12.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:56:12.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:56:12.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:12.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:12 smithi194 ceph-mon[104785]: pgmap v20679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:13.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:12 smithi135 ceph-mon[93152]: pgmap v20679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:13.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:13.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:14.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:14.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:14 smithi194 ceph-mon[104785]: pgmap v20680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:56:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:14 smithi135 ceph-mon[93152]: pgmap v20680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:56:15.650 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:15.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:16.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:16.652 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:16 smithi194 ceph-mon[104785]: pgmap v20681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:16 smithi135 ceph-mon[93152]: pgmap v20681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:17.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:17.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:18.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:18.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:19.176 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:18 smithi194 ceph-mon[104785]: pgmap v20682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:18 smithi135 ceph-mon[93152]: pgmap v20682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:19.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:19.657 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:20.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:20.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:20 smithi194 ceph-mon[104785]: pgmap v20683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:20 smithi135 ceph-mon[93152]: pgmap v20683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:21.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:21.660 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:22.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:22.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:22 smithi194 ceph-mon[104785]: pgmap v20684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:22 smithi135 ceph-mon[93152]: pgmap v20684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:23.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:23.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:24.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:24.665 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:24 smithi194 ceph-mon[104785]: pgmap v20685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:56:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:24 smithi135 ceph-mon[93152]: pgmap v20685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:56:25.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:25.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:26.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:26.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:26.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:26 smithi194 ceph-mon[104785]: pgmap v20686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:26.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:56:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:26 smithi135 ceph-mon[93152]: pgmap v20686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:56:27.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:27.670 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:28.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:28.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:28 smithi194 ceph-mon[104785]: pgmap v20687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:28 smithi135 ceph-mon[93152]: pgmap v20687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:29.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:29.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:30.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:30.675 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:30 smithi194 ceph-mon[104785]: pgmap v20688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:30 smithi135 ceph-mon[93152]: pgmap v20688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:31.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:31.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:32.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:32.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:32 smithi194 ceph-mon[104785]: pgmap v20689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:32 smithi135 ceph-mon[93152]: pgmap v20689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:33.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:33.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:34.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:34.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:35.198 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:34 smithi135 ceph-mon[93152]: pgmap v20690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:56:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:34 smithi194 ceph-mon[104785]: pgmap v20690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:56:35.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:35.683 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:36.686 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:36.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:36 smithi194 ceph-mon[104785]: pgmap v20691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:36 smithi135 ceph-mon[93152]: pgmap v20691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:37.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:37.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:38.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:38.688 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:38 smithi194 ceph-mon[104785]: pgmap v20692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:38 smithi135 ceph-mon[93152]: pgmap v20692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:39.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:39.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:40.691 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:40.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:40 smithi194 ceph-mon[104785]: pgmap v20693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:40 smithi135 ceph-mon[93152]: pgmap v20693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:41.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:41.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:42.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:56:42.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:56:42.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:42.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:42 smithi194 ceph-mon[104785]: pgmap v20694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:42 smithi135 ceph-mon[93152]: pgmap v20694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:43.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:43.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:44.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:44.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:44 smithi194 ceph-mon[104785]: pgmap v20695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:56:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:44 smithi135 ceph-mon[93152]: pgmap v20695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:56:45.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:45.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:46.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:46.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:46 smithi194 ceph-mon[104785]: pgmap v20696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:46 smithi135 ceph-mon[93152]: pgmap v20696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:47.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:47.704 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:48.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:48.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:48 smithi194 ceph-mon[104785]: pgmap v20697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:49.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:48 smithi135 ceph-mon[93152]: pgmap v20697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:49.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:49.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:50.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:50.709 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:50 smithi194 ceph-mon[104785]: pgmap v20698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:50 smithi135 ceph-mon[93152]: pgmap v20698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:51.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:51.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:52.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:52.712 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:52 smithi194 ceph-mon[104785]: pgmap v20699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:52 smithi135 ceph-mon[93152]: pgmap v20699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:53.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:53.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:54.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:53 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:56:54.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:53 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:56:54.714 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:54.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:54.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:54 smithi194 ceph-mon[104785]: pgmap v20700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:56:54.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:56:54.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:56:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:56:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:56:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:56:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:54 smithi135 ceph-mon[93152]: pgmap v20700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:56:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:56:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:56:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:56:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:56:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:56:55.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:55.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:56 smithi194 ceph-mon[104785]: pgmap v20701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:56:56.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:56.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:56 smithi135 ceph-mon[93152]: pgmap v20701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:56:57.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:57.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:58.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:58.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:56:59.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:56:58 smithi194 ceph-mon[104785]: pgmap v20702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:56:58 smithi135 ceph-mon[93152]: pgmap v20702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:56:59.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:56:59.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:00.724 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:00.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:00 smithi194 ceph-mon[104785]: pgmap v20703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:00 smithi135 ceph-mon[93152]: pgmap v20703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:01.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:01.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:02.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:02.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:02 smithi194 ceph-mon[104785]: pgmap v20704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:02 smithi135 ceph-mon[93152]: pgmap v20704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:03.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:03.730 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:04.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:04.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:04 smithi194 ceph-mon[104785]: pgmap v20705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:57:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:04 smithi135 ceph-mon[93152]: pgmap v20705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:57:05.733 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:05.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:06.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:06 smithi194 ceph-mon[104785]: pgmap v20706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:06.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:06.735 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:06 smithi135 ceph-mon[93152]: pgmap v20706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:07.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:07.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:08.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:08.738 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:08 smithi194 ceph-mon[104785]: pgmap v20707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:08 smithi135 ceph-mon[93152]: pgmap v20707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:09.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:09.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:10.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:10.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:10 smithi194 ceph-mon[104785]: pgmap v20708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:11.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:57:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:10 smithi135 ceph-mon[93152]: pgmap v20708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:57:11.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:11.743 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:12.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:12.745 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:12 smithi194 ceph-mon[104785]: pgmap v20709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:12 smithi135 ceph-mon[93152]: pgmap v20709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:13.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:13.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:14.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:14.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:14 smithi194 ceph-mon[104785]: pgmap v20710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:57:15.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:14 smithi135 ceph-mon[93152]: pgmap v20710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:57:15.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:15.750 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:16 smithi194 ceph-mon[104785]: pgmap v20711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:16.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:16.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:16.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:16 smithi135 ceph-mon[93152]: pgmap v20711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:17.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:17.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:18.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:18.755 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:18 smithi194 ceph-mon[104785]: pgmap v20712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:19.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:18 smithi135 ceph-mon[93152]: pgmap v20712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:19.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:19.757 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:20.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:20.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:20 smithi194 ceph-mon[104785]: pgmap v20713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:20 smithi135 ceph-mon[93152]: pgmap v20713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:21.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:21.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:22.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:22.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:22 smithi194 ceph-mon[104785]: pgmap v20714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:22 smithi135 ceph-mon[93152]: pgmap v20714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:23.762 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:23.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:24.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:24.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:24 smithi194 ceph-mon[104785]: pgmap v20715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:57:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:24 smithi135 ceph-mon[93152]: pgmap v20715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:57:25.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:25.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:26 smithi194 ceph-mon[104785]: pgmap v20716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:57:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:26 smithi135 ceph-mon[93152]: pgmap v20716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:57:26.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:26.767 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:27.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:27.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:28.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:28.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:28 smithi194 ceph-mon[104785]: pgmap v20717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:28 smithi135 ceph-mon[93152]: pgmap v20717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:29.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:30.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:30.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:30.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:30 smithi194 ceph-mon[104785]: pgmap v20718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:30 smithi135 ceph-mon[93152]: pgmap v20718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:31.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:31.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:32.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:32.777 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:32 smithi194 ceph-mon[104785]: pgmap v20719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:33.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:32 smithi135 ceph-mon[93152]: pgmap v20719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:33.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:33.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:34.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:34.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:34 smithi194 ceph-mon[104785]: pgmap v20720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:57:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:34 smithi135 ceph-mon[93152]: pgmap v20720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:57:35.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:35.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:36 smithi194 ceph-mon[104785]: pgmap v20721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:36 smithi135 ceph-mon[93152]: pgmap v20721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:36.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:36.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:37.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:37.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:38.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:38.788 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:38 smithi194 ceph-mon[104785]: pgmap v20722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:38 smithi135 ceph-mon[93152]: pgmap v20722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:39.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:39.789 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:40.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:40.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:40 smithi194 ceph-mon[104785]: pgmap v20723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:57:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:40 smithi135 ceph-mon[93152]: pgmap v20723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:57:41.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:41.793 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:42.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:42.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:42 smithi194 ceph-mon[104785]: pgmap v20724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:42 smithi135 ceph-mon[93152]: pgmap v20724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:43.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:43.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:44.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:44.798 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:44 smithi194 ceph-mon[104785]: pgmap v20725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:57:45.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:44 smithi135 ceph-mon[93152]: pgmap v20725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:57:45.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:45.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:46 smithi194 ceph-mon[104785]: pgmap v20726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:46 smithi135 ceph-mon[93152]: pgmap v20726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:46.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:46.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:47.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:47.803 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:48.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:48.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:48 smithi194 ceph-mon[104785]: pgmap v20727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:48 smithi135 ceph-mon[93152]: pgmap v20727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:49.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:49.806 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:50.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:50.808 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:51.212 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:50 smithi194 ceph-mon[104785]: pgmap v20728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:50 smithi135 ceph-mon[93152]: pgmap v20728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:51.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:51.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:52.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:52.811 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:52 smithi194 ceph-mon[104785]: pgmap v20729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:52 smithi135 ceph-mon[93152]: pgmap v20729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:53.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:53.813 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:54.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:54.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:55.174 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:54 smithi194 ceph-mon[104785]: pgmap v20730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:57:55.174 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:54 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:57:55.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:54 smithi135 ceph-mon[93152]: pgmap v20730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:57:55.259 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:54 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:57:55.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:55.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:56 smithi194 ceph-mon[104785]: pgmap v20731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:57:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:56 smithi135 ceph-mon[93152]: pgmap v20731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:57:56.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:56.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:57.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:57.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:58.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:58.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:57:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:57:58 smithi194 ceph-mon[104785]: pgmap v20732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:57:58 smithi135 ceph-mon[93152]: pgmap v20732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:57:59.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:57:59.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:00.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:00.823 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:01.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:00 smithi194 ceph-mon[104785]: pgmap v20733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:00 smithi135 ceph-mon[93152]: pgmap v20733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:01.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:01.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:58:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:58:02.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:02 smithi194 ceph-mon[104785]: pgmap v20734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:58:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:58:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:58:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:58:02.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:58:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:58:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:58:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:02 smithi135 ceph-mon[93152]: pgmap v20734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:58:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:58:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:58:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:58:02.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:58:02.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:02.825 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:03.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:03.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:04.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:04.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:05.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:04 smithi194 ceph-mon[104785]: pgmap v20735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:58:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:04 smithi135 ceph-mon[93152]: pgmap v20735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:58:05.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:05.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:06.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:06 smithi135 ceph-mon[93152]: pgmap v20736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:06 smithi194 ceph-mon[104785]: pgmap v20736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:06.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:06.832 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:07.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:07.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:08.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:08.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:09.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:08 smithi194 ceph-mon[104785]: pgmap v20737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:08 smithi135 ceph-mon[93152]: pgmap v20737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:09.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:09.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:10.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:10.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:10 smithi194 ceph-mon[104785]: pgmap v20738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:58:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:10 smithi135 ceph-mon[93152]: pgmap v20738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:58:11.840 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:11.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:12.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:12.842 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:12 smithi194 ceph-mon[104785]: pgmap v20739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:12 smithi135 ceph-mon[93152]: pgmap v20739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:13.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:13.844 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:14.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:14.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:14 smithi194 ceph-mon[104785]: pgmap v20740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:58:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:14 smithi135 ceph-mon[93152]: pgmap v20740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:58:15.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:15.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:16.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:16 smithi135 ceph-mon[93152]: pgmap v20741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:16 smithi194 ceph-mon[104785]: pgmap v20741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:16.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:16.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:17.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:17.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:18.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:18.852 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:18 smithi194 ceph-mon[104785]: pgmap v20742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:18 smithi135 ceph-mon[93152]: pgmap v20742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:19.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:19.854 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:20.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:20.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:20 smithi194 ceph-mon[104785]: pgmap v20743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:21.233 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:20 smithi135 ceph-mon[93152]: pgmap v20743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:21.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:21.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:22.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:22.859 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:22 smithi194 ceph-mon[104785]: pgmap v20744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:22 smithi135 ceph-mon[93152]: pgmap v20744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:23.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:23.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:24.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:24.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:24 smithi194 ceph-mon[104785]: pgmap v20745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:58:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:24 smithi135 ceph-mon[93152]: pgmap v20745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:58:25.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:25.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:26 smithi194 ceph-mon[104785]: pgmap v20746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:58:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:26 smithi135 ceph-mon[93152]: pgmap v20746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:58:26.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:26.866 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:27.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:27.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:28.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:28.869 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:28 smithi194 ceph-mon[104785]: pgmap v20747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:28 smithi135 ceph-mon[93152]: pgmap v20747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:29.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:29.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:30.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:30.872 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:31.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:30 smithi194 ceph-mon[104785]: pgmap v20748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:30 smithi135 ceph-mon[93152]: pgmap v20748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:31.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:31.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:32.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:32.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:32 smithi194 ceph-mon[104785]: pgmap v20749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:32 smithi135 ceph-mon[93152]: pgmap v20749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:33.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:33.877 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:34.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:34.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:34 smithi194 ceph-mon[104785]: pgmap v20750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:58:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:34 smithi135 ceph-mon[93152]: pgmap v20750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:58:35.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:35.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:36 smithi194 ceph-mon[104785]: pgmap v20751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:36 smithi135 ceph-mon[93152]: pgmap v20751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:36.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:36.882 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:37.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:37.884 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:38.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:38.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:38 smithi194 ceph-mon[104785]: pgmap v20752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:38 smithi135 ceph-mon[93152]: pgmap v20752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:39.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:39.887 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:40.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:40.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:40 smithi194 ceph-mon[104785]: pgmap v20753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:41.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:58:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:40 smithi135 ceph-mon[93152]: pgmap v20753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:58:41.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:41.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:42.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:42.892 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:42 smithi194 ceph-mon[104785]: pgmap v20754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:42 smithi135 ceph-mon[93152]: pgmap v20754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:43.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:43.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:44.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:44.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:44 smithi194 ceph-mon[104785]: pgmap v20755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:58:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:44 smithi135 ceph-mon[93152]: pgmap v20755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:58:45.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:45.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:46 smithi194 ceph-mon[104785]: pgmap v20756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:46.758 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:46 smithi135 ceph-mon[93152]: pgmap v20756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:46.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:46.899 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:47.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:47.901 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:48.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:49.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:48 smithi194 ceph-mon[104785]: pgmap v20757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:48 smithi135 ceph-mon[93152]: pgmap v20757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:49.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:49.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:50.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:50.906 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:51.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:50 smithi194 ceph-mon[104785]: pgmap v20758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:50 smithi135 ceph-mon[93152]: pgmap v20758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:51.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:51.908 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:52.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:52.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:52 smithi194 ceph-mon[104785]: pgmap v20759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:52 smithi135 ceph-mon[93152]: pgmap v20759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:53.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:53.911 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:54.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:54.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:54 smithi194 ceph-mon[104785]: pgmap v20760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:58:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:54 smithi135 ceph-mon[93152]: pgmap v20760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:58:55.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:55.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:56 smithi194 ceph-mon[104785]: pgmap v20761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:58:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:56 smithi135 ceph-mon[93152]: pgmap v20761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:58:56.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:56.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:57.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:57.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:58.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:58.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:58:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:58:58 smithi194 ceph-mon[104785]: pgmap v20762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:58:58 smithi135 ceph-mon[93152]: pgmap v20762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:58:59.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:58:59.922 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:00.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:00.924 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:00 smithi194 ceph-mon[104785]: pgmap v20763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:00 smithi135 ceph-mon[93152]: pgmap v20763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:01.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:01.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:02.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:02.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:02 smithi194 ceph-mon[104785]: pgmap v20764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:59:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:59:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:02 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:59:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:02 smithi135 ceph-mon[93152]: pgmap v20764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T15:59:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:59:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:02 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:59:03.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:03.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:59:04.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:59:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:59:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:59:04.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:59:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T15:59:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T15:59:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:59:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T15:59:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T15:59:04.929 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:04.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:04 smithi135 ceph-mon[93152]: pgmap v20765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:59:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:04 smithi194 ceph-mon[104785]: pgmap v20765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:59:05.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:05.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:06.681 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:06 smithi135 ceph-mon[93152]: pgmap v20766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:06 smithi194 ceph-mon[104785]: pgmap v20766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:06.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:06.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:07.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:07.934 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:08.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:08.936 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:08 smithi194 ceph-mon[104785]: pgmap v20767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:08 smithi135 ceph-mon[93152]: pgmap v20767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:09.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:09.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:10.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:10.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:10 smithi194 ceph-mon[104785]: pgmap v20768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:59:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:10 smithi135 ceph-mon[93152]: pgmap v20768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:59:11.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:11.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:12.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:12.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:12 smithi194 ceph-mon[104785]: pgmap v20769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:12 smithi135 ceph-mon[93152]: pgmap v20769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:13.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:13.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:14.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:14.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:15.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:14 smithi194 ceph-mon[104785]: pgmap v20770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:59:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:14 smithi135 ceph-mon[93152]: pgmap v20770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:59:15.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:15.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:16 smithi194 ceph-mon[104785]: pgmap v20771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:16 smithi135 ceph-mon[93152]: pgmap v20771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:16.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:16.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:17.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:17.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:18.951 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:18.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:19.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:18 smithi194 ceph-mon[104785]: pgmap v20772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:18 smithi135 ceph-mon[93152]: pgmap v20772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:19.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:19.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:20.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:20.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:21.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:20 smithi194 ceph-mon[104785]: pgmap v20773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:20 smithi135 ceph-mon[93152]: pgmap v20773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:21.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:21.956 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:22.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:22.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:23.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:22 smithi194 ceph-mon[104785]: pgmap v20774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:22 smithi135 ceph-mon[93152]: pgmap v20774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:23.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:23.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:24.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:24.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:24 smithi194 ceph-mon[104785]: pgmap v20775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:59:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:24 smithi135 ceph-mon[93152]: pgmap v20775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:59:25.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:25.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:26 smithi194 ceph-mon[104785]: pgmap v20776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:59:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:26 smithi135 ceph-mon[93152]: pgmap v20776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:59:26.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:26.964 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:27.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:27.966 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:28.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:28.968 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:29.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:28 smithi194 ceph-mon[104785]: pgmap v20777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:28 smithi135 ceph-mon[93152]: pgmap v20777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:29.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:29.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:30.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:30.971 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:31.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:30 smithi194 ceph-mon[104785]: pgmap v20778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:30 smithi135 ceph-mon[93152]: pgmap v20778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:31.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:31.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:32.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:32.974 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:33.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:32 smithi194 ceph-mon[104785]: pgmap v20779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:32 smithi135 ceph-mon[93152]: pgmap v20779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:33.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:33.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:34.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:34.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:35.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:34 smithi194 ceph-mon[104785]: pgmap v20780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:59:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:34 smithi135 ceph-mon[93152]: pgmap v20780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:59:35.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:35.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:36 smithi194 ceph-mon[104785]: pgmap v20781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:36 smithi135 ceph-mon[93152]: pgmap v20781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:36.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:36.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:37.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:37.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:38.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:38.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:39.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:38 smithi194 ceph-mon[104785]: pgmap v20782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:38 smithi135 ceph-mon[93152]: pgmap v20782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:39.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:39.986 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:40.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:40.988 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:40 smithi194 ceph-mon[104785]: pgmap v20783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:41.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:59:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:40 smithi135 ceph-mon[93152]: pgmap v20783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:59:41.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:41.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:42.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:42.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:43.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:42 smithi194 ceph-mon[104785]: pgmap v20784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:42 smithi135 ceph-mon[93152]: pgmap v20784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:43.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:43.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:44.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:44.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:45.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:44 smithi194 ceph-mon[104785]: pgmap v20785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:59:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:44 smithi135 ceph-mon[93152]: pgmap v20785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:59:45.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:45.996 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:46 smithi194 ceph-mon[104785]: pgmap v20786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:46 smithi135 ceph-mon[93152]: pgmap v20786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:46.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:46.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:48.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:48.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:49.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:49.001 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:48 smithi194 ceph-mon[104785]: pgmap v20787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:48 smithi135 ceph-mon[93152]: pgmap v20787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:50.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:50.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:51.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:51.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:51.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:50 smithi194 ceph-mon[104785]: pgmap v20788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:50 smithi135 ceph-mon[93152]: pgmap v20788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:52.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:52.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:53.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:53.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:53.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:52 smithi194 ceph-mon[104785]: pgmap v20789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:52 smithi135 ceph-mon[93152]: pgmap v20789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:54.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:54.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:55.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:55.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:55.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:54 smithi194 ceph-mon[104785]: pgmap v20790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:59:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:54 smithi135 ceph-mon[93152]: pgmap v20790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T15:59:56.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:56.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:56 smithi194 ceph-mon[104785]: pgmap v20791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:59:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:56 smithi135 ceph-mon[93152]: pgmap v20791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T15:59:57.014 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:57.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:58.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:58.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:59.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T15:59:59.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T15:59:59.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 15:59:58 smithi194 ceph-mon[104785]: pgmap v20792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T15:59:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 15:59:58 smithi135 ceph-mon[93152]: pgmap v20792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:00.019 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:00.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:01.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:01.021 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:00 smithi194 ceph-mon[104785]: pgmap v20793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T16:00:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:00 smithi135 ceph-mon[93152]: pgmap v20793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T16:00:02.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:02.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:03.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:03.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:02 smithi194 ceph-mon[104785]: pgmap v20794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:02 smithi135 ceph-mon[93152]: pgmap v20794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:04.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:04.026 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:00:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:00:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:00:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:00:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:00:04.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:00:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:00:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:00:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:00:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:00:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:00:04.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:00:05.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:05.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:04 smithi135 ceph-mon[93152]: pgmap v20795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:00:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:04 smithi194 ceph-mon[104785]: pgmap v20795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:00:06.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:06.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:06 smithi194 ceph-mon[104785]: pgmap v20796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:06 smithi135 ceph-mon[93152]: pgmap v20796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:07.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:07.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:08.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:08.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:09.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:09.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:09.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:08 smithi194 ceph-mon[104785]: pgmap v20797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:08 smithi135 ceph-mon[93152]: pgmap v20797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:10.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:10.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:11.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:11.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:11.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:10 smithi194 ceph-mon[104785]: pgmap v20798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:11.382 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:00:11.382 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:10 smithi135 ceph-mon[93152]: pgmap v20798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:11.382 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:00:12.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:12.040 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:13.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:13.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:12 smithi135 ceph-mon[93152]: pgmap v20799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:12 smithi194 ceph-mon[104785]: pgmap v20799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:14.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:14.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:15.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:15.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:14 smithi135 ceph-mon[93152]: pgmap v20800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:00:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:14 smithi194 ceph-mon[104785]: pgmap v20800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:00:16.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:16.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:16.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:16 smithi194 ceph-mon[104785]: pgmap v20801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:16 smithi135 ceph-mon[93152]: pgmap v20801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:17.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:17.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:18.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:18.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:19.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:19.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:19.210 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:18 smithi194 ceph-mon[104785]: pgmap v20802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:18 smithi135 ceph-mon[93152]: pgmap v20802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:20.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:20.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:21.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:21.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:21.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:20 smithi135 ceph-mon[93152]: pgmap v20803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:20 smithi194 ceph-mon[104785]: pgmap v20803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:22.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:22.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:23.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:23.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:22 smithi135 ceph-mon[93152]: pgmap v20804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:22 smithi194 ceph-mon[104785]: pgmap v20804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:24.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:24.060 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:25.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:25.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:24 smithi135 ceph-mon[93152]: pgmap v20805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:00:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:24 smithi194 ceph-mon[104785]: pgmap v20805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:00:26.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:26.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:00:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:26 smithi194 ceph-mon[104785]: pgmap v20806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:00:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:26 smithi135 ceph-mon[93152]: pgmap v20806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:27.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:27.065 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:28.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:28.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:29.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:29.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:28 smithi135 ceph-mon[93152]: pgmap v20807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:28 smithi194 ceph-mon[104785]: pgmap v20807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:30.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:30.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:31.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:31.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:30 smithi135 ceph-mon[93152]: pgmap v20808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:30 smithi194 ceph-mon[104785]: pgmap v20808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:32.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:32.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:33.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:33.075 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:32 smithi135 ceph-mon[93152]: pgmap v20809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:32 smithi194 ceph-mon[104785]: pgmap v20809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:34.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:34.077 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:35.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:35.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:34 smithi135 ceph-mon[93152]: pgmap v20810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:00:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:34 smithi194 ceph-mon[104785]: pgmap v20810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:00:36.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:36.080 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:36 smithi194 ceph-mon[104785]: pgmap v20811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:36 smithi135 ceph-mon[93152]: pgmap v20811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:37.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:37.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:38.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:38.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:39.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:39.085 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:38 smithi135 ceph-mon[93152]: pgmap v20812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:38 smithi194 ceph-mon[104785]: pgmap v20812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:40.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:40.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:41.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:41.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:40 smithi135 ceph-mon[93152]: pgmap v20813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:00:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:40 smithi194 ceph-mon[104785]: pgmap v20813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:00:42.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:42.090 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:43.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:43.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:42 smithi135 ceph-mon[93152]: pgmap v20814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:42 smithi194 ceph-mon[104785]: pgmap v20814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:44.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:44.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:45.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:45.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:44 smithi135 ceph-mon[93152]: pgmap v20815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:00:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:44 smithi194 ceph-mon[104785]: pgmap v20815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:00:46.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:46.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:46 smithi194 ceph-mon[104785]: pgmap v20816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:47.282 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:46 smithi135 ceph-mon[93152]: pgmap v20816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:47.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:47.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:48.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:48.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:49.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:49.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:48 smithi135 ceph-mon[93152]: pgmap v20817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:48 smithi194 ceph-mon[104785]: pgmap v20817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:50.102 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:50.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:51.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:51.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:50 smithi135 ceph-mon[93152]: pgmap v20818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:50 smithi194 ceph-mon[104785]: pgmap v20818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:52.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:52.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:53.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:52 smithi135 ceph-mon[93152]: pgmap v20819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:53.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:53.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:52 smithi194 ceph-mon[104785]: pgmap v20819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:54.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:54.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:55.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:55.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:54 smithi135 ceph-mon[93152]: pgmap v20820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:00:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:54 smithi194 ceph-mon[104785]: pgmap v20820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:00:56.112 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:56.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:00:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:56 smithi194 ceph-mon[104785]: pgmap v20821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:00:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:56 smithi135 ceph-mon[93152]: pgmap v20821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:57.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:57.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:58.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:58.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:59.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:00:59.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:00:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:00:58 smithi135 ceph-mon[93152]: pgmap v20822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:00:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:00:58 smithi194 ceph-mon[104785]: pgmap v20822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:00.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:00.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:01.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:01.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:00 smithi135 ceph-mon[93152]: pgmap v20823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:00 smithi194 ceph-mon[104785]: pgmap v20823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:02.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:02.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:03.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:03.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:02 smithi135 ceph-mon[93152]: pgmap v20824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:02 smithi194 ceph-mon[104785]: pgmap v20824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:04.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:04.125 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:04.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:03 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:01:04.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:03 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:01:05.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:05.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:05 smithi194 ceph-mon[104785]: pgmap v20825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:01:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:01:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:01:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:01:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:01:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:01:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:01:05.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:05 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:01:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:05 smithi135 ceph-mon[93152]: pgmap v20825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:01:05.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:01:05.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:01:05.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:01:05.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:01:05.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:01:05.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:01:05.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:01:06.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:06.128 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:06 smithi194 ceph-mon[104785]: pgmap v20826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:06 smithi135 ceph-mon[93152]: pgmap v20826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:07.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:07.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:08.131 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:08.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:09.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:09.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:09.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:08 smithi135 ceph-mon[93152]: pgmap v20827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:08 smithi194 ceph-mon[104785]: pgmap v20827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:10.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:10.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:11.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:11.137 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:10 smithi135 ceph-mon[93152]: pgmap v20828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:10 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:01:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:10 smithi194 ceph-mon[104785]: pgmap v20828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:10 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:01:12.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:12.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:13.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:13.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:12 smithi135 ceph-mon[93152]: pgmap v20829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:12 smithi194 ceph-mon[104785]: pgmap v20829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:14.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:14.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:15.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:15.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:14 smithi135 ceph-mon[93152]: pgmap v20830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:01:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:14 smithi194 ceph-mon[104785]: pgmap v20830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:01:16.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:16.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:16 smithi194 ceph-mon[104785]: pgmap v20831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:16 smithi135 ceph-mon[93152]: pgmap v20831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:17.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:17.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:18.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:18.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:19.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:19.149 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:19.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:18 smithi135 ceph-mon[93152]: pgmap v20832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:18 smithi194 ceph-mon[104785]: pgmap v20832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:20.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:20.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:21.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:21.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:20 smithi135 ceph-mon[93152]: pgmap v20833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:20 smithi194 ceph-mon[104785]: pgmap v20833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:22.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:22.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:23.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:23.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:23.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:22 smithi135 ceph-mon[93152]: pgmap v20834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:22 smithi194 ceph-mon[104785]: pgmap v20834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:24.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:24.157 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:25.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:25.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:24 smithi135 ceph-mon[93152]: pgmap v20835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:01:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:24 smithi194 ceph-mon[104785]: pgmap v20835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:01:26.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:26.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:01:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:26 smithi194 ceph-mon[104785]: pgmap v20836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:01:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:26 smithi135 ceph-mon[93152]: pgmap v20836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:27.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:27.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:28.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:28.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:29.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:29.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:28 smithi135 ceph-mon[93152]: pgmap v20837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:28 smithi194 ceph-mon[104785]: pgmap v20837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:30.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:30.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:31.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:31.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:30 smithi135 ceph-mon[93152]: pgmap v20838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:30 smithi194 ceph-mon[104785]: pgmap v20838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:32.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:32.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:33.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:33.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:32 smithi135 ceph-mon[93152]: pgmap v20839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:32 smithi194 ceph-mon[104785]: pgmap v20839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:34.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:34.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:35.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:35.175 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:34 smithi135 ceph-mon[93152]: pgmap v20840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:01:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:34 smithi194 ceph-mon[104785]: pgmap v20840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:01:36.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:36.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:36.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:36 smithi194 ceph-mon[104785]: pgmap v20841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:36 smithi135 ceph-mon[93152]: pgmap v20841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:37.178 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:37.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:38.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:38.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:39.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:39.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:38 smithi135 ceph-mon[93152]: pgmap v20842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:38 smithi194 ceph-mon[104785]: pgmap v20842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:40.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:40.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:41.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:41.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:40 smithi135 ceph-mon[93152]: pgmap v20843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:40 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:01:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:40 smithi194 ceph-mon[104785]: pgmap v20843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:40 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:01:42.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:42.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:43.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:43.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:42 smithi135 ceph-mon[93152]: pgmap v20844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:42 smithi194 ceph-mon[104785]: pgmap v20844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:44.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:44.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:45.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:45.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:44 smithi135 ceph-mon[93152]: pgmap v20845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:01:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:44 smithi194 ceph-mon[104785]: pgmap v20845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:01:46.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:46.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:46 smithi194 ceph-mon[104785]: pgmap v20846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:46 smithi135 ceph-mon[93152]: pgmap v20846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:47.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:47.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:48.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:48.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:49.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:49.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:48 smithi135 ceph-mon[93152]: pgmap v20847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:48 smithi194 ceph-mon[104785]: pgmap v20847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:50.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:50.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:51.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:51.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:50 smithi135 ceph-mon[93152]: pgmap v20848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:50 smithi194 ceph-mon[104785]: pgmap v20848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:52.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:52.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:53.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:53.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:52 smithi135 ceph-mon[93152]: pgmap v20849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:52 smithi194 ceph-mon[104785]: pgmap v20849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:54.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:54.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:55.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:55.209 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:55.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:54 smithi135 ceph-mon[93152]: pgmap v20850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:01:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:54 smithi194 ceph-mon[104785]: pgmap v20850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:01:56.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:56.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:01:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:56 smithi194 ceph-mon[104785]: pgmap v20851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:01:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:56 smithi135 ceph-mon[93152]: pgmap v20851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:57.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:57.212 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:58.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:58.214 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:59.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:01:59.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:01:59.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:01:58 smithi135 ceph-mon[93152]: pgmap v20852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:01:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:01:58 smithi194 ceph-mon[104785]: pgmap v20852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:00.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:00.217 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:01.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:01.219 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:00 smithi135 ceph-mon[93152]: pgmap v20853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:00 smithi194 ceph-mon[104785]: pgmap v20853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:02.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:02.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:03.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:02 smithi194 ceph-mon[104785]: pgmap v20854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:03.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:03.222 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:03.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:02 smithi135 ceph-mon[93152]: pgmap v20854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:04.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:04.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:05.224 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:05.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:04 smithi135 ceph-mon[93152]: pgmap v20855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:02:05.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:04 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:02:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:04 smithi194 ceph-mon[104785]: pgmap v20855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:02:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:04 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:02:06.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:06.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:02:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:02:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:02:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:02:06.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:05 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:02:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:02:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:02:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:02:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:02:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:02:07.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:07.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:07.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:07 smithi135 ceph-mon[93152]: pgmap v20856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:07 smithi194 ceph-mon[104785]: pgmap v20856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:08.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:08.229 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:09.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:09.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:09.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:09 smithi135 ceph-mon[93152]: pgmap v20857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:09 smithi194 ceph-mon[104785]: pgmap v20857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:10.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:10.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:11.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:11.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:11.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:11 smithi135 ceph-mon[93152]: pgmap v20858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:02:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:11 smithi194 ceph-mon[104785]: pgmap v20858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:02:12.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:12.236 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:13 smithi194 ceph-mon[104785]: pgmap v20859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:13.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:13.238 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:13 smithi135 ceph-mon[93152]: pgmap v20859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:14.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:14.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:15.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:15.241 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:15 smithi194 ceph-mon[104785]: pgmap v20860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:02:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:15 smithi135 ceph-mon[93152]: pgmap v20860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:02:16.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:16.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:16 smithi194 ceph-mon[104785]: pgmap v20861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:16 smithi135 ceph-mon[93152]: pgmap v20861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:17.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:17.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:18.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:18.246 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:19.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:19.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:19.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:18 smithi135 ceph-mon[93152]: pgmap v20862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:18 smithi194 ceph-mon[104785]: pgmap v20862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:20.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:20.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:21.251 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:21.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:20 smithi135 ceph-mon[93152]: pgmap v20863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:20 smithi194 ceph-mon[104785]: pgmap v20863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:22.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:22.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:23.254 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:23.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:23.256 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:22 smithi135 ceph-mon[93152]: pgmap v20864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:23 smithi194 ceph-mon[104785]: pgmap v20864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:24.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:24.256 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:25 smithi135 ceph-mon[93152]: pgmap v20865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:02:25.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:25.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:25 smithi194 ceph-mon[104785]: pgmap v20865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:02:26.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:26.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:02:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:26 smithi194 ceph-mon[104785]: pgmap v20866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:02:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:26 smithi135 ceph-mon[93152]: pgmap v20866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:27.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:27.261 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:28.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:28.263 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:28 smithi135 ceph-mon[93152]: pgmap v20867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:29.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:29.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:28 smithi194 ceph-mon[104785]: pgmap v20867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:30.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:30.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:31.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:30 smithi135 ceph-mon[93152]: pgmap v20868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:31.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:31.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:31 smithi194 ceph-mon[104785]: pgmap v20868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:32.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:32.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:33.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:33 smithi135 ceph-mon[93152]: pgmap v20869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:33.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:33.270 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:33 smithi194 ceph-mon[104785]: pgmap v20869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:34.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:34.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:35 smithi135 ceph-mon[93152]: pgmap v20870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:02:35.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:35.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:35 smithi194 ceph-mon[104785]: pgmap v20870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:02:36.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:36.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:36 smithi194 ceph-mon[104785]: pgmap v20871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:36 smithi135 ceph-mon[93152]: pgmap v20871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:37.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:37.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:38.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:38.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:39.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:39 smithi135 ceph-mon[93152]: pgmap v20872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:39.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:39.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:39 smithi194 ceph-mon[104785]: pgmap v20872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:40.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:40.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:41 smithi135 ceph-mon[93152]: pgmap v20873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:41.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:02:41.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:41.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:41 smithi194 ceph-mon[104785]: pgmap v20873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:02:42.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:42.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:43 smithi135 ceph-mon[93152]: pgmap v20874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:43.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:43.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:43 smithi194 ceph-mon[104785]: pgmap v20874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:44.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:44.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:45.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:45.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:45 smithi194 ceph-mon[104785]: pgmap v20875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:02:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:45 smithi135 ceph-mon[93152]: pgmap v20875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:02:46.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:46.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:46 smithi194 ceph-mon[104785]: pgmap v20876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:46 smithi135 ceph-mon[93152]: pgmap v20876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:47.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:47.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:48.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:48.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:49.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:49 smithi135 ceph-mon[93152]: pgmap v20877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:49.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:49.296 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:49 smithi194 ceph-mon[104785]: pgmap v20877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:50.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:50.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:51.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:51 smithi135 ceph-mon[93152]: pgmap v20878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:51.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:51.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:51 smithi194 ceph-mon[104785]: pgmap v20878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:52.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:52.302 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:53.290 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:53 smithi194 ceph-mon[104785]: pgmap v20879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:53.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:53.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:53 smithi135 ceph-mon[93152]: pgmap v20879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:54.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:54.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:55.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:55.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:55 smithi194 ceph-mon[104785]: pgmap v20880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:02:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:55 smithi135 ceph-mon[93152]: pgmap v20880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:02:56.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:56.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:02:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:56 smithi194 ceph-mon[104785]: pgmap v20881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:56.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:02:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:56 smithi135 ceph-mon[93152]: pgmap v20881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:57.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:57.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:58.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:58.311 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:59.258 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:02:59 smithi135 ceph-mon[93152]: pgmap v20882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:02:59.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:02:59.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:02:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:02:59 smithi194 ceph-mon[104785]: pgmap v20882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:00.314 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:00.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:01.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:01.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:01 smithi194 ceph-mon[104785]: pgmap v20883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:01 smithi135 ceph-mon[93152]: pgmap v20883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:02.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:02.318 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:03.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:03.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:03.395 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:03 smithi194 ceph-mon[104785]: pgmap v20884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:03 smithi135 ceph-mon[93152]: pgmap v20884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:04.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:04.321 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:05.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:05.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:05 smithi194 ceph-mon[104785]: pgmap v20885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:03:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:05 smithi135 ceph-mon[93152]: pgmap v20885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:03:06.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:06.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:03:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:03:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:03:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:03:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:03:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:03:06.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:03:06.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:03:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:03:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:03:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:03:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:03:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:03:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:03:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:03:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:03:06.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:03:07.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:07.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:07 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1339M 2023-10-08T16:03:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:07 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi194 to 2643M 2023-10-08T16:03:07.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:07 smithi194 ceph-mon[104785]: pgmap v20886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:07 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1339M 2023-10-08T16:03:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:07 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi194 to 2643M 2023-10-08T16:03:07.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:07 smithi135 ceph-mon[93152]: pgmap v20886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:08.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:08.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:09.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:09.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:09 smithi194 ceph-mon[104785]: pgmap v20887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:09 smithi135 ceph-mon[93152]: pgmap v20887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:10.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:10.331 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:11.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:11.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:11 smithi194 ceph-mon[104785]: pgmap v20888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:11.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:03:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:11 smithi135 ceph-mon[93152]: pgmap v20888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:03:12.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:12.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:13.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:13.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:13 smithi194 ceph-mon[104785]: pgmap v20889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:13 smithi135 ceph-mon[93152]: pgmap v20889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:14.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:14.337 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:15.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:15.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:15 smithi194 ceph-mon[104785]: pgmap v20890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:03:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:15 smithi135 ceph-mon[93152]: pgmap v20890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:03:16.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:16.340 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:16 smithi194 ceph-mon[104785]: pgmap v20891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:16 smithi135 ceph-mon[93152]: pgmap v20891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:17.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:17.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:18.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:18.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:19.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:19.345 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:19 smithi194 ceph-mon[104785]: pgmap v20892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:19 smithi135 ceph-mon[93152]: pgmap v20892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:20.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:20.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:21.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:21.348 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:21 smithi194 ceph-mon[104785]: pgmap v20893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:21 smithi135 ceph-mon[93152]: pgmap v20893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:22.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:22.350 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:23.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:23.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:23 smithi194 ceph-mon[104785]: pgmap v20894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:23 smithi135 ceph-mon[93152]: pgmap v20894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:24.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:24.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:25.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:25.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:25 smithi194 ceph-mon[104785]: pgmap v20895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:03:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:25 smithi135 ceph-mon[93152]: pgmap v20895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:03:26.355 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:26.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:03:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:26 smithi194 ceph-mon[104785]: pgmap v20896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:03:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:26 smithi135 ceph-mon[93152]: pgmap v20896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:27.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:27.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:28.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:28.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:29.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:29.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:29 smithi194 ceph-mon[104785]: pgmap v20897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:29 smithi135 ceph-mon[93152]: pgmap v20897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:30.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:30.361 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:31.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:31.363 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:31 smithi194 ceph-mon[104785]: pgmap v20898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:31 smithi135 ceph-mon[93152]: pgmap v20898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:32.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:32.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:33.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:33.366 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:33 smithi194 ceph-mon[104785]: pgmap v20899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:33 smithi135 ceph-mon[93152]: pgmap v20899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:34.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:34.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:35.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:35.369 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:35 smithi194 ceph-mon[104785]: pgmap v20900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:03:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:35 smithi135 ceph-mon[93152]: pgmap v20900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:03:36.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:36.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:36 smithi194 ceph-mon[104785]: pgmap v20901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:36 smithi135 ceph-mon[93152]: pgmap v20901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:37.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:37.372 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:38.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:38.374 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:39.353 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:39 smithi135 ceph-mon[93152]: pgmap v20902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:39.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:39.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:39 smithi194 ceph-mon[104785]: pgmap v20902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:40.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:40.377 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:41.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:41.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:41 smithi194 ceph-mon[104785]: pgmap v20903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:03:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:41 smithi135 ceph-mon[93152]: pgmap v20903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:03:42.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:42.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:43.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:43.382 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:43 smithi194 ceph-mon[104785]: pgmap v20904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:43 smithi135 ceph-mon[93152]: pgmap v20904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:44.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:44.384 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:45.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:45.386 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:45 smithi194 ceph-mon[104785]: pgmap v20905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:03:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:45 smithi135 ceph-mon[93152]: pgmap v20905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:03:46.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:46.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:46 smithi194 ceph-mon[104785]: pgmap v20906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:47.175 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:46 smithi135 ceph-mon[93152]: pgmap v20906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:47.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:47.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:48.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:48.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:49.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:49 smithi194 ceph-mon[104785]: pgmap v20907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:49.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:49.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:49.452 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:49 smithi135 ceph-mon[93152]: pgmap v20907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:50.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:50.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:51.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:51.396 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:51 smithi194 ceph-mon[104785]: pgmap v20908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:51 smithi135 ceph-mon[93152]: pgmap v20908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:52.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:52.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:53.398 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:53.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:53 smithi194 ceph-mon[104785]: pgmap v20909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:53.510 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:53 smithi135 ceph-mon[93152]: pgmap v20909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:54.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:54.401 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:55.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:55.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:55.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:55 smithi194 ceph-mon[104785]: pgmap v20910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:03:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:55 smithi135 ceph-mon[93152]: pgmap v20910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:03:56.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:56.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:03:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:56 smithi194 ceph-mon[104785]: pgmap v20911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:03:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:56 smithi135 ceph-mon[93152]: pgmap v20911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:57.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:57.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:58.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:58.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:59.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:03:59.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:03:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:03:59 smithi194 ceph-mon[104785]: pgmap v20912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:03:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:03:59 smithi135 ceph-mon[93152]: pgmap v20912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:00.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:00.411 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:01.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:01.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:01 smithi194 ceph-mon[104785]: pgmap v20913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:01 smithi135 ceph-mon[93152]: pgmap v20913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:02.413 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:02.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:03.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:03.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:03.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:03 smithi194 ceph-mon[104785]: pgmap v20914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:03 smithi135 ceph-mon[93152]: pgmap v20914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:04.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:04.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:05.418 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:05.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:05 smithi194 ceph-mon[104785]: pgmap v20915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:04:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:05 smithi135 ceph-mon[93152]: pgmap v20915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:04:06.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:06.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:06 smithi194 ceph-mon[104785]: pgmap v20916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:06 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:04:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:06 smithi135 ceph-mon[93152]: pgmap v20916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:06 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:04:07.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:07.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:04:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:04:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:04:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:04:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:04:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:04:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:04:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:04:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:04:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:04:08.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:08.423 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:08 smithi194 ceph-mon[104785]: pgmap v20917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:08 smithi135 ceph-mon[93152]: pgmap v20917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:09.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:09.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:10.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:10.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:11.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:11.428 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:11 smithi194 ceph-mon[104785]: pgmap v20918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:04:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:11 smithi135 ceph-mon[93152]: pgmap v20918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:04:12.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:12.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:13.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:13.431 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:13 smithi194 ceph-mon[104785]: pgmap v20919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:13 smithi135 ceph-mon[93152]: pgmap v20919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:14.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:14.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:15.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:15.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:15 smithi194 ceph-mon[104785]: pgmap v20920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:04:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:15 smithi135 ceph-mon[93152]: pgmap v20920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:04:16.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:16.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:16 smithi194 ceph-mon[104785]: pgmap v20921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:16 smithi135 ceph-mon[93152]: pgmap v20921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:17.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:17.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:18.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:18.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:19.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:19.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:19 smithi194 ceph-mon[104785]: pgmap v20922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:19 smithi135 ceph-mon[93152]: pgmap v20922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:20.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:20.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:21.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:21.445 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:21 smithi194 ceph-mon[104785]: pgmap v20923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:21 smithi135 ceph-mon[93152]: pgmap v20923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:22.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:22.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:23.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:23.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:23 smithi194 ceph-mon[104785]: pgmap v20924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:23 smithi135 ceph-mon[93152]: pgmap v20924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:24.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:24.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:25.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:25 smithi135 ceph-mon[93152]: pgmap v20925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:04:25.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:25.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:25 smithi194 ceph-mon[104785]: pgmap v20925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:04:26.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:26.453 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:04:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:26 smithi194 ceph-mon[104785]: pgmap v20926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:04:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:26 smithi135 ceph-mon[93152]: pgmap v20926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:27.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:27.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:28.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:28.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:29.293 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:29 smithi194 ceph-mon[104785]: pgmap v20927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:29.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:29.458 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:29 smithi135 ceph-mon[93152]: pgmap v20927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:30.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:30.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:31.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:31 smithi194 ceph-mon[104785]: pgmap v20928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:31.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:31.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:31 smithi135 ceph-mon[93152]: pgmap v20928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:32.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:32.463 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:33 smithi194 ceph-mon[104785]: pgmap v20929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:33.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:33.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:33 smithi135 ceph-mon[93152]: pgmap v20929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:34.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:34.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:35.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:35 smithi135 ceph-mon[93152]: pgmap v20930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:04:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:35 smithi194 ceph-mon[104785]: pgmap v20930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:04:35.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:35.468 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:36.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:36.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:36 smithi194 ceph-mon[104785]: pgmap v20931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:36 smithi135 ceph-mon[93152]: pgmap v20931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:37.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:37.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:38.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:38.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:39.397 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:39 smithi194 ceph-mon[104785]: pgmap v20932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:39.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:39.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:39 smithi135 ceph-mon[93152]: pgmap v20932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:40.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:40.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:41 smithi194 ceph-mon[104785]: pgmap v20933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:04:41.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:41.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:41 smithi135 ceph-mon[93152]: pgmap v20933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:04:42.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:42.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:43 smithi194 ceph-mon[104785]: pgmap v20934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:43.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:43.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:43 smithi135 ceph-mon[93152]: pgmap v20934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:44.482 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:44.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:45.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:45 smithi135 ceph-mon[93152]: pgmap v20935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:04:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:45 smithi194 ceph-mon[104785]: pgmap v20935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:04:45.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:45.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:46.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:46.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:46 smithi194 ceph-mon[104785]: pgmap v20936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:46 smithi135 ceph-mon[93152]: pgmap v20936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:47.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:47.488 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:48.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:48.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:49 smithi194 ceph-mon[104785]: pgmap v20937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:49.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:49.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:49.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:49 smithi135 ceph-mon[93152]: pgmap v20937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:50.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:50.493 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:51 smithi194 ceph-mon[104785]: pgmap v20938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:51.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:51.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:51 smithi135 ceph-mon[93152]: pgmap v20938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:52.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:52.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:53 smithi194 ceph-mon[104785]: pgmap v20939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:53.497 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:53.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:53 smithi135 ceph-mon[93152]: pgmap v20939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:54.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:54.500 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:55 smithi194 ceph-mon[104785]: pgmap v20940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:04:55.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:55.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:55 smithi135 ceph-mon[93152]: pgmap v20940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:04:56.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:56.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:04:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:56 smithi194 ceph-mon[104785]: pgmap v20941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:04:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:56 smithi135 ceph-mon[93152]: pgmap v20941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:57.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:57.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:58.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:58.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:04:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:04:59 smithi194 ceph-mon[104785]: pgmap v20942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:04:59 smithi135 ceph-mon[93152]: pgmap v20942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:04:59.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:04:59.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:00.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:00.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:01 smithi194 ceph-mon[104785]: pgmap v20943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:01 smithi135 ceph-mon[93152]: pgmap v20943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:01.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:01.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:02.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:02.513 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:03 smithi194 ceph-mon[104785]: pgmap v20944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:03 smithi135 ceph-mon[93152]: pgmap v20944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:03.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:03.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:04.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:04.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:05 smithi194 ceph-mon[104785]: pgmap v20945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:05:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:05 smithi135 ceph-mon[93152]: pgmap v20945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:05:05.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:05.518 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:06.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:06.520 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:06 smithi194 ceph-mon[104785]: pgmap v20946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:06 smithi135 ceph-mon[93152]: pgmap v20946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:07.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:07.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:05:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:05:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:05:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:05:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:05:07.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:05:07.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:05:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:05:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:05:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:05:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:05:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:05:08.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:08.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:08 smithi194 ceph-mon[104785]: pgmap v20947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:08.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:08 smithi135 ceph-mon[93152]: pgmap v20947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:09.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:09.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:10.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:10.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:11 smithi194 ceph-mon[104785]: pgmap v20948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:05:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:11 smithi135 ceph-mon[93152]: pgmap v20948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:05:11.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:11.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:12.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:12.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:13 smithi194 ceph-mon[104785]: pgmap v20949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:13 smithi135 ceph-mon[93152]: pgmap v20949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:13.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:13.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:14.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:14.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:15 smithi194 ceph-mon[104785]: pgmap v20950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:05:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:15 smithi135 ceph-mon[93152]: pgmap v20950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:05:15.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:15.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:16.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:16.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:16 smithi194 ceph-mon[104785]: pgmap v20951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:16 smithi135 ceph-mon[93152]: pgmap v20951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:17.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:17.537 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:18.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:18.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:19 smithi194 ceph-mon[104785]: pgmap v20952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:19 smithi135 ceph-mon[93152]: pgmap v20952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:19.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:19.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:20.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:20.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:21 smithi194 ceph-mon[104785]: pgmap v20953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:21 smithi135 ceph-mon[93152]: pgmap v20953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:21.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:21.544 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:22.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:22.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:23 smithi194 ceph-mon[104785]: pgmap v20954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:23 smithi135 ceph-mon[93152]: pgmap v20954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:23.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:23.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:24.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:24.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:25.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:25 smithi194 ceph-mon[104785]: pgmap v20955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:05:25.395 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:25 smithi135 ceph-mon[93152]: pgmap v20955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:05:25.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:25.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:26.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:26.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:05:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:26 smithi194 ceph-mon[104785]: pgmap v20956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:05:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:26 smithi135 ceph-mon[93152]: pgmap v20956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:27.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:27.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:28.557 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:28.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:29 smithi194 ceph-mon[104785]: pgmap v20957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:29 smithi135 ceph-mon[93152]: pgmap v20957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:29.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:29.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:30.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:30.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:31 smithi194 ceph-mon[104785]: pgmap v20958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:31 smithi135 ceph-mon[93152]: pgmap v20958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:31.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:31.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:32.562 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:32.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:33 smithi194 ceph-mon[104785]: pgmap v20959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:33 smithi135 ceph-mon[93152]: pgmap v20959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:33.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:33.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:34.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:34.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:35 smithi194 ceph-mon[104785]: pgmap v20960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:05:35.494 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:35 smithi135 ceph-mon[93152]: pgmap v20960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:05:35.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:35.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:36.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:36.569 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:36 smithi194 ceph-mon[104785]: pgmap v20961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:36 smithi135 ceph-mon[93152]: pgmap v20961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:37.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:37.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:38.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:38.573 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:39 smithi194 ceph-mon[104785]: pgmap v20962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:39 smithi135 ceph-mon[93152]: pgmap v20962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:39.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:39.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:40.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:40.576 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:41 smithi194 ceph-mon[104785]: pgmap v20963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:05:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:41 smithi135 ceph-mon[93152]: pgmap v20963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:05:41.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:41.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:42.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:42.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:43 smithi194 ceph-mon[104785]: pgmap v20964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:43 smithi135 ceph-mon[93152]: pgmap v20964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:43.580 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:43.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:44.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:44.583 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:45 smithi194 ceph-mon[104785]: pgmap v20965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:05:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:45 smithi135 ceph-mon[93152]: pgmap v20965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:05:45.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:45.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:46.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:46.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:46 smithi194 ceph-mon[104785]: pgmap v20966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:46 smithi135 ceph-mon[93152]: pgmap v20966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:47.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:47.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:48.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:48.589 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:49 smithi194 ceph-mon[104785]: pgmap v20967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:49 smithi135 ceph-mon[93152]: pgmap v20967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:49.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:49.591 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:50.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:50.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:51 smithi194 ceph-mon[104785]: pgmap v20968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:51 smithi135 ceph-mon[93152]: pgmap v20968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:51.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:51.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:52.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:52.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:53 smithi194 ceph-mon[104785]: pgmap v20969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:53.509 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:53 smithi135 ceph-mon[93152]: pgmap v20969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:53.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:53.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:54.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:54.599 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:55 smithi194 ceph-mon[104785]: pgmap v20970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:05:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:55 smithi135 ceph-mon[93152]: pgmap v20970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:05:55.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:55.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:56.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:56.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:05:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:56 smithi194 ceph-mon[104785]: pgmap v20971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:05:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:56 smithi135 ceph-mon[93152]: pgmap v20971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:57.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:57.604 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:58.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:58.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:05:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:05:59 smithi194 ceph-mon[104785]: pgmap v20972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:05:59 smithi135 ceph-mon[93152]: pgmap v20972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:05:59.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:05:59.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:00.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:00.609 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:01 smithi194 ceph-mon[104785]: pgmap v20973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:01 smithi135 ceph-mon[93152]: pgmap v20973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:01.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:01.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:02.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:02.612 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:03 smithi194 ceph-mon[104785]: pgmap v20974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:03 smithi135 ceph-mon[93152]: pgmap v20974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:03.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:03.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:04.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:04.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:05 smithi194 ceph-mon[104785]: pgmap v20975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:06:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:05 smithi135 ceph-mon[93152]: pgmap v20975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:06:05.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:05.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:06.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:06.619 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:06 smithi194 ceph-mon[104785]: pgmap v20976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:06 smithi135 ceph-mon[93152]: pgmap v20976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:07.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:07.620 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:07.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:07 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:06:07.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:07 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:06:08.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:08.621 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:08.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:08 smithi194 ceph-mon[104785]: pgmap v20977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:08.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:08 smithi135 ceph-mon[93152]: pgmap v20977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:09.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:09.623 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:10.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:10.624 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:11 smithi135 ceph-mon[93152]: pgmap v20978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:11.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:06:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:11 smithi194 ceph-mon[104785]: pgmap v20978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:06:11.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:11.626 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:12.627 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:12.628 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:06:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:06:13.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:12 smithi194 ceph-mon[104785]: pgmap v20979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:06:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:06:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:06:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:06:13.209 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:12 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:06:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:06:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:06:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:12 smithi135 ceph-mon[93152]: pgmap v20979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:06:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:06:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:06:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:06:13.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:12 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:06:13.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:13.629 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:14.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:14.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:15.398 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:15 smithi194 ceph-mon[104785]: pgmap v20980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:06:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:15 smithi135 ceph-mon[93152]: pgmap v20980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:06:15.632 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:15.633 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:16.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:16.634 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:16 smithi194 ceph-mon[104785]: pgmap v20981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:16 smithi135 ceph-mon[93152]: pgmap v20981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:17.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:17.636 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:18.637 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:18.638 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:19 smithi194 ceph-mon[104785]: pgmap v20982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:19 smithi135 ceph-mon[93152]: pgmap v20982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:19.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:19.639 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:20.640 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:20.641 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:21.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:21 smithi135 ceph-mon[93152]: pgmap v20983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:21 smithi194 ceph-mon[104785]: pgmap v20983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:21.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:21.642 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:22.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:22.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:23 smithi194 ceph-mon[104785]: pgmap v20984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:23 smithi135 ceph-mon[93152]: pgmap v20984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:23.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:23.646 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:24.647 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:24.648 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:25 smithi194 ceph-mon[104785]: pgmap v20985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:06:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:25 smithi135 ceph-mon[93152]: pgmap v20985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:06:25.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:25.649 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:26.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:26.651 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:06:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:26 smithi194 ceph-mon[104785]: pgmap v20986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:06:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:26 smithi135 ceph-mon[93152]: pgmap v20986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:27.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:27.653 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:28.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:28.654 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:29 smithi194 ceph-mon[104785]: pgmap v20987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:29 smithi135 ceph-mon[93152]: pgmap v20987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:29.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:29.656 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:30.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:30.658 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:31 smithi194 ceph-mon[104785]: pgmap v20988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:31 smithi135 ceph-mon[93152]: pgmap v20988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:31.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:31.659 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:32.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:32.661 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:33 smithi194 ceph-mon[104785]: pgmap v20989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:33 smithi135 ceph-mon[93152]: pgmap v20989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:33.662 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:33.663 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:34.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:34.664 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:35 smithi194 ceph-mon[104785]: pgmap v20990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:06:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:35 smithi135 ceph-mon[93152]: pgmap v20990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:06:35.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:35.666 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:36.667 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:36.668 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:36 smithi194 ceph-mon[104785]: pgmap v20991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:36 smithi135 ceph-mon[93152]: pgmap v20991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:37.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:37.669 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:38.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:38.671 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:39 smithi194 ceph-mon[104785]: pgmap v20992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:39 smithi135 ceph-mon[93152]: pgmap v20992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:39.672 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:39.673 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:40.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:40.674 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:41 smithi194 ceph-mon[104785]: pgmap v20993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:06:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:41 smithi135 ceph-mon[93152]: pgmap v20993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:06:41.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:41.676 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:42.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:42.677 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:43 smithi194 ceph-mon[104785]: pgmap v20994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:43 smithi135 ceph-mon[93152]: pgmap v20994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:43.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:43.679 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:44.680 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:44.681 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:45 smithi194 ceph-mon[104785]: pgmap v20995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:06:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:45 smithi135 ceph-mon[93152]: pgmap v20995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:06:45.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:45.682 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:46.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:46.684 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:46 smithi194 ceph-mon[104785]: pgmap v20996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:46 smithi135 ceph-mon[93152]: pgmap v20996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:47.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:47.685 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:48.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:48.687 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:49 smithi194 ceph-mon[104785]: pgmap v20997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:49 smithi135 ceph-mon[93152]: pgmap v20997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:49.689 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:49.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:50.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:50.690 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:51 smithi194 ceph-mon[104785]: pgmap v20998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:51 smithi135 ceph-mon[93152]: pgmap v20998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:51.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:51.692 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:52.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:52.693 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:53 smithi194 ceph-mon[104785]: pgmap v20999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:53.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:53 smithi135 ceph-mon[93152]: pgmap v20999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:53.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:53.695 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:54.696 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:54.697 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:55 smithi194 ceph-mon[104785]: pgmap v21000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:06:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:55 smithi135 ceph-mon[93152]: pgmap v21000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:06:55.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:55.698 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:56.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:56.700 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:06:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:56 smithi194 ceph-mon[104785]: pgmap v21001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:06:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:56 smithi135 ceph-mon[93152]: pgmap v21001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:57.701 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:57.702 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:58.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:58.703 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:06:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:06:59 smithi194 ceph-mon[104785]: pgmap v21002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:06:59 smithi135 ceph-mon[93152]: pgmap v21002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:06:59.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:06:59.705 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:00.706 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:00.707 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:01.208 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:01 smithi194 ceph-mon[104785]: pgmap v21003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:01.333 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:01 smithi135 ceph-mon[93152]: pgmap v21003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:01.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:01.708 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:02.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:02.710 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:03 smithi194 ceph-mon[104785]: pgmap v21004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:03 smithi135 ceph-mon[93152]: pgmap v21004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:03.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:03.711 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:04.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:04.713 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:05 smithi194 ceph-mon[104785]: pgmap v21005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:07:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:05 smithi135 ceph-mon[93152]: pgmap v21005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:07:05.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:05.715 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:06.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:06 smithi194 ceph-mon[104785]: pgmap v21006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:06.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:06.716 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:06.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:06 smithi135 ceph-mon[93152]: pgmap v21006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:07.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:07.718 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:08.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:08.720 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:09 smithi194 ceph-mon[104785]: pgmap v21007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:09 smithi135 ceph-mon[93152]: pgmap v21007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:09.721 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:09.722 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:10.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:10.723 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:11.431 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:11 smithi135 ceph-mon[93152]: pgmap v21008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:11.431 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:07:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:11 smithi194 ceph-mon[104785]: pgmap v21008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:07:11.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:11.725 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:12.726 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:12.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:13 smithi194 ceph-mon[104785]: pgmap v21009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:07:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:07:13.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:07:13.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:07:13.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:07:13.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:07:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:13 smithi135 ceph-mon[93152]: pgmap v21009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:07:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:07:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:07:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:07:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:07:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:07:13.727 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:13.728 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:14.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:14.729 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:15 smithi194 ceph-mon[104785]: pgmap v21010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:07:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:15 smithi135 ceph-mon[93152]: pgmap v21010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:07:15.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:15.731 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:16.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:16 smithi194 ceph-mon[104785]: pgmap v21011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:16.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:16.732 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:16 smithi135 ceph-mon[93152]: pgmap v21011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:17.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:17.734 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:18.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:18.736 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:19 smithi194 ceph-mon[104785]: pgmap v21012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:19.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:19 smithi135 ceph-mon[93152]: pgmap v21012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:19.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:19.737 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:20.739 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:20.740 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:21 smithi194 ceph-mon[104785]: pgmap v21013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:21 smithi135 ceph-mon[93152]: pgmap v21013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:21.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:21.741 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:22.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:22.742 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:23 smithi194 ceph-mon[104785]: pgmap v21014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:23 smithi135 ceph-mon[93152]: pgmap v21014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:23.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:23.744 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:24.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:24.746 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:25 smithi194 ceph-mon[104785]: pgmap v21015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:07:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:25 smithi135 ceph-mon[93152]: pgmap v21015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:07:25.747 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:25.748 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:26.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:26.749 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:07:26.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:26 smithi135 ceph-mon[93152]: pgmap v21016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:07:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:26 smithi194 ceph-mon[104785]: pgmap v21016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:27.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:27.751 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:28.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:28.753 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:29 smithi194 ceph-mon[104785]: pgmap v21017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:29.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:29 smithi135 ceph-mon[93152]: pgmap v21017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:29.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:29.754 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:30.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:30.756 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:31 smithi194 ceph-mon[104785]: pgmap v21018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:31 smithi135 ceph-mon[93152]: pgmap v21018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:31.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:31.758 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:32.759 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:32.760 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:33 smithi194 ceph-mon[104785]: pgmap v21019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:33 smithi135 ceph-mon[93152]: pgmap v21019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:33.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:33.761 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:34.763 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:35 smithi194 ceph-mon[104785]: pgmap v21020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:07:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:35 smithi135 ceph-mon[93152]: pgmap v21020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:07:35.764 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:35.765 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:36.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:36 smithi194 ceph-mon[104785]: pgmap v21021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:36 smithi135 ceph-mon[93152]: pgmap v21021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:36.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:36.766 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:37.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:37.768 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:38.769 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:38.770 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:39 smithi194 ceph-mon[104785]: pgmap v21022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:39.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:39 smithi135 ceph-mon[93152]: pgmap v21022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:39.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:39.771 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:40.772 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:40.773 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:41 smithi194 ceph-mon[104785]: pgmap v21023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:07:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:41 smithi135 ceph-mon[93152]: pgmap v21023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:07:41.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:41.774 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:42.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:42.776 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:43 smithi194 ceph-mon[104785]: pgmap v21024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:43 smithi135 ceph-mon[93152]: pgmap v21024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:43.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:43.778 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:44.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:44.779 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:45 smithi194 ceph-mon[104785]: pgmap v21025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:07:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:45 smithi135 ceph-mon[93152]: pgmap v21025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:07:45.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:45.781 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:46 smithi194 ceph-mon[104785]: pgmap v21026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:46 smithi135 ceph-mon[93152]: pgmap v21026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:46.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:46.782 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:47.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:47.784 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:48.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:48.786 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:49 smithi194 ceph-mon[104785]: pgmap v21027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:49 smithi135 ceph-mon[93152]: pgmap v21027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:49.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:49.787 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:50.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:50.790 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:51.400 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:51 smithi194 ceph-mon[104785]: pgmap v21028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:51 smithi135 ceph-mon[93152]: pgmap v21028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:51.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:51.791 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:52.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:52.792 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:53 smithi194 ceph-mon[104785]: pgmap v21029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:53 smithi135 ceph-mon[93152]: pgmap v21029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:53.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:53.794 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:54.795 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:54.796 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:55 smithi194 ceph-mon[104785]: pgmap v21030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:07:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:55 smithi135 ceph-mon[93152]: pgmap v21030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:07:55.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:55.797 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:07:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:56 smithi194 ceph-mon[104785]: pgmap v21031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:07:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:56 smithi135 ceph-mon[93152]: pgmap v21031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:56.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:56.799 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:57.800 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:57.801 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:58.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:58.802 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:07:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:07:59 smithi194 ceph-mon[104785]: pgmap v21032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:07:59 smithi135 ceph-mon[93152]: pgmap v21032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:07:59.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:07:59.804 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:00.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:00.805 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:01 smithi194 ceph-mon[104785]: pgmap v21033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:01 smithi135 ceph-mon[93152]: pgmap v21033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:01.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:01.807 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:02.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:02.809 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:03 smithi194 ceph-mon[104785]: pgmap v21034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:03 smithi135 ceph-mon[93152]: pgmap v21034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:03.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:03.810 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:04.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:04.812 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:05 smithi194 ceph-mon[104785]: pgmap v21035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:08:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:05 smithi135 ceph-mon[93152]: pgmap v21035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:08:05.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:05.814 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:06 smithi135 ceph-mon[93152]: pgmap v21036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:06.815 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:06.816 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:06 smithi194 ceph-mon[104785]: pgmap v21036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:07.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:07.817 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:08.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:08.819 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:09 smithi194 ceph-mon[104785]: pgmap v21037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:09 smithi135 ceph-mon[93152]: pgmap v21037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:09.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:09.821 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:10.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:10.822 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:11 smithi194 ceph-mon[104785]: pgmap v21038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:08:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:11 smithi135 ceph-mon[93152]: pgmap v21038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:08:11.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:11.824 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:12.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:12.826 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:13 smithi194 ceph-mon[104785]: pgmap v21039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:13 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:08:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:13 smithi135 ceph-mon[93152]: pgmap v21039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:13 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:08:13.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:13.827 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:14.828 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:14.829 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:15 smithi194 ceph-mon[104785]: pgmap v21040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:08:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:15 smithi135 ceph-mon[93152]: pgmap v21040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:08:15.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:15.830 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:16.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:16 smithi135 ceph-mon[93152]: pgmap v21041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:16.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:16.831 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:16 smithi194 ceph-mon[104785]: pgmap v21041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:17.833 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:17.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:18.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:18.834 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:19 smithi194 ceph-mon[104785]: pgmap v21042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:19 smithi135 ceph-mon[93152]: pgmap v21042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:19.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:19.835 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:20.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:20.836 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:21 smithi194 ceph-mon[104785]: pgmap v21043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:08:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:08:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:08:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:08:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:08:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:08:21.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:08:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:21 smithi135 ceph-mon[93152]: pgmap v21043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:08:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:08:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:08:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:08:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:08:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:08:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:08:21.837 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:21.838 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:22.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:22.839 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:23 smithi194 ceph-mon[104785]: pgmap v21044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:23 smithi135 ceph-mon[93152]: pgmap v21044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:23.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:23.841 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:24.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:24.843 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:25 smithi194 ceph-mon[104785]: pgmap v21045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:08:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:25 smithi135 ceph-mon[93152]: pgmap v21045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:08:25.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:25.845 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:08:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:26 smithi135 ceph-mon[93152]: pgmap v21046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:26.774 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:08:26.774 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:26 smithi194 ceph-mon[104785]: pgmap v21046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:26.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:26.847 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:27.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:27.848 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:28.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:28.850 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:29 smithi194 ceph-mon[104785]: pgmap v21047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:29 smithi135 ceph-mon[93152]: pgmap v21047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:29.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:29.851 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:30.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:30.853 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:31 smithi194 ceph-mon[104785]: pgmap v21048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:31 smithi135 ceph-mon[93152]: pgmap v21048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:31.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:31.855 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:32.856 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:32.857 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:33 smithi194 ceph-mon[104785]: pgmap v21049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:33 smithi135 ceph-mon[93152]: pgmap v21049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:33.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:33.858 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:34.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:34.860 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:35 smithi194 ceph-mon[104785]: pgmap v21050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:08:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:35 smithi135 ceph-mon[93152]: pgmap v21050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:08:35.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:35.862 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:36 smithi135 ceph-mon[93152]: pgmap v21051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:36.863 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:36.864 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:36.879 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:36 smithi194 ceph-mon[104785]: pgmap v21051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:37.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:37.865 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:38.867 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:38.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:39 smithi194 ceph-mon[104785]: pgmap v21052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:39 smithi135 ceph-mon[93152]: pgmap v21052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:39.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:39.868 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:40.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:40.870 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:41 smithi194 ceph-mon[104785]: pgmap v21053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:08:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:41 smithi135 ceph-mon[93152]: pgmap v21053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:08:41.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:41.871 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:42.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:42.873 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:43 smithi194 ceph-mon[104785]: pgmap v21054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:43 smithi135 ceph-mon[93152]: pgmap v21054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:43.874 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:43.875 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:44.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:44.876 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:45 smithi194 ceph-mon[104785]: pgmap v21055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:08:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:45 smithi135 ceph-mon[93152]: pgmap v21055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:08:45.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:45.878 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:46 smithi135 ceph-mon[93152]: pgmap v21056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:46.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:46.879 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:46 smithi194 ceph-mon[104785]: pgmap v21056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:47.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:47.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:48.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:48.883 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:49.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:49 smithi194 ceph-mon[104785]: pgmap v21057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:49 smithi135 ceph-mon[93152]: pgmap v21057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:49.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:49.885 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:50.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:50.886 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:51 smithi194 ceph-mon[104785]: pgmap v21058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:51 smithi135 ceph-mon[93152]: pgmap v21058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:51.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:51.888 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:52.889 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:52.890 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:53 smithi194 ceph-mon[104785]: pgmap v21059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:53 smithi135 ceph-mon[93152]: pgmap v21059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:53.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:53.891 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:54.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:54.893 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:55 smithi194 ceph-mon[104785]: pgmap v21060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:08:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:55 smithi135 ceph-mon[93152]: pgmap v21060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:08:55.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:55.895 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:08:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:56 smithi135 ceph-mon[93152]: pgmap v21061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:56.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:56.896 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:08:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:56 smithi194 ceph-mon[104785]: pgmap v21061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:57.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:57.898 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:58.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:58.900 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:08:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:08:59 smithi194 ceph-mon[104785]: pgmap v21062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:08:59 smithi135 ceph-mon[93152]: pgmap v21062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:08:59.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:08:59.902 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:00.903 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:00.904 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:01 smithi194 ceph-mon[104785]: pgmap v21063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:01 smithi135 ceph-mon[93152]: pgmap v21063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:01.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:01.905 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:02.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:02.907 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:03 smithi194 ceph-mon[104785]: pgmap v21064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:03 smithi135 ceph-mon[93152]: pgmap v21064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:03.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:03.909 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:04.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:04.910 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:05 smithi194 ceph-mon[104785]: pgmap v21065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:09:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:05 smithi135 ceph-mon[93152]: pgmap v21065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:09:05.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:05.912 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:06 smithi135 ceph-mon[93152]: pgmap v21066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:06.913 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:06.914 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:06 smithi194 ceph-mon[104785]: pgmap v21066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:07.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:07.915 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:08.916 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:08.917 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:09 smithi194 ceph-mon[104785]: pgmap v21067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:09 smithi135 ceph-mon[93152]: pgmap v21067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:09.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:09.918 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:10.920 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:11.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:11 smithi194 ceph-mon[104785]: pgmap v21068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:13.243 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:09:13.244 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:11 smithi135 ceph-mon[93152]: pgmap v21068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:13.244 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:09:13.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:13.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:13.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:13.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:13 smithi194 ceph-mon[104785]: pgmap v21069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:13 smithi135 ceph-mon[93152]: pgmap v21069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:13.925 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:14.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:14.926 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:14.927 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:15 smithi194 ceph-mon[104785]: pgmap v21070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:09:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:15 smithi135 ceph-mon[93152]: pgmap v21070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:09:15.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:15.928 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:16 smithi135 ceph-mon[93152]: pgmap v21071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:16.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:16.930 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:16 smithi194 ceph-mon[104785]: pgmap v21071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:17.931 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:17.932 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:18.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:18.933 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:19 smithi194 ceph-mon[104785]: pgmap v21072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:19 smithi135 ceph-mon[93152]: pgmap v21072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:19.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:19.935 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:20.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:20.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:21 smithi194 ceph-mon[104785]: pgmap v21073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:21 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:09:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:21 smithi135 ceph-mon[93152]: pgmap v21073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:21 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:09:21.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:21.937 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:22.706 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:09:22.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:09:22.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:09:22.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:09:22.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:09:22.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:09:22.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:09:22.707 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:22 smithi135 ceph-mon[93152]: pgmap v21074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:09:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:09:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:09:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:09:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:09:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:09:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:09:22.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:22 smithi194 ceph-mon[104785]: pgmap v21074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:22.938 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:22.939 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:23.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:23.940 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:24.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:24.942 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:25 smithi194 ceph-mon[104785]: pgmap v21075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:09:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:25 smithi135 ceph-mon[93152]: pgmap v21075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:09:25.943 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:25.944 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:09:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:26 smithi135 ceph-mon[93152]: pgmap v21076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:26.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:26.945 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:09:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:26 smithi194 ceph-mon[104785]: pgmap v21076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:27.946 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:27.947 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:28.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:28.948 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:29 smithi194 ceph-mon[104785]: pgmap v21077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:29 smithi135 ceph-mon[93152]: pgmap v21077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:29.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:29.950 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:30.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:30.952 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:31 smithi194 ceph-mon[104785]: pgmap v21078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:31 smithi135 ceph-mon[93152]: pgmap v21078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:31.953 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:31.954 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:32.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:32.955 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:33 smithi194 ceph-mon[104785]: pgmap v21079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:33 smithi135 ceph-mon[93152]: pgmap v21079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:33.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:33.957 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:34.958 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:34.959 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:35 smithi194 ceph-mon[104785]: pgmap v21080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:09:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:35 smithi135 ceph-mon[93152]: pgmap v21080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:09:35.960 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:35.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:36 smithi135 ceph-mon[93152]: pgmap v21081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:36 smithi194 ceph-mon[104785]: pgmap v21081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:36.961 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:36.962 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:37.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:37.963 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:38.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:38.965 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:39 smithi194 ceph-mon[104785]: pgmap v21082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:39 smithi135 ceph-mon[93152]: pgmap v21082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:39.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:39.967 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:40.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:40.969 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:41 smithi194 ceph-mon[104785]: pgmap v21083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:09:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:41 smithi135 ceph-mon[93152]: pgmap v21083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:09:41.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:41.970 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:42.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:42.972 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:43.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:43 smithi135 ceph-mon[93152]: pgmap v21084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:43 smithi194 ceph-mon[104785]: pgmap v21084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:43.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:43.973 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:44.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:44.975 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:45 smithi194 ceph-mon[104785]: pgmap v21085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:09:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:45 smithi135 ceph-mon[93152]: pgmap v21085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:09:45.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:45.976 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:46 smithi135 ceph-mon[93152]: pgmap v21086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:46 smithi194 ceph-mon[104785]: pgmap v21086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:46.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:46.978 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:47.979 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:47.980 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:48.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:48.981 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:49 smithi194 ceph-mon[104785]: pgmap v21087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:49 smithi135 ceph-mon[93152]: pgmap v21087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:49.982 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:49.983 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:50.984 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:51.567 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:51.570 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:51 smithi194 ceph-mon[104785]: pgmap v21088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:51.571 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:51 smithi135 ceph-mon[93152]: pgmap v21088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:51.985 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:52.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:52.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:52.987 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:53.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:53 smithi135 ceph-mon[93152]: pgmap v21089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:53 smithi194 ceph-mon[104785]: pgmap v21089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:53.989 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:54.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:54.990 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:54.991 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:55 smithi194 ceph-mon[104785]: pgmap v21090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:09:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:55 smithi135 ceph-mon[93152]: pgmap v21090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:09:55.992 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:56.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:09:56.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:56 smithi135 ceph-mon[93152]: pgmap v21091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:09:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:56 smithi194 ceph-mon[104785]: pgmap v21091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:56.993 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:56.994 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:57.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:57.995 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:58.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:58.997 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:09:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:09:59 smithi194 ceph-mon[104785]: pgmap v21092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:09:59 smithi135 ceph-mon[93152]: pgmap v21092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:09:59.998 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:09:59.999 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:00.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:00 smithi194 ceph-mon[104785]: overall HEALTH_OK 2023-10-08T16:10:00.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:00 smithi135 ceph-mon[93152]: overall HEALTH_OK 2023-10-08T16:10:01.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:01.000 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:01 smithi194 ceph-mon[104785]: pgmap v21093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:01 smithi135 ceph-mon[93152]: pgmap v21093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:02.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:02.002 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:03.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:03.003 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:03 smithi194 ceph-mon[104785]: pgmap v21094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:03 smithi135 ceph-mon[93152]: pgmap v21094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:04.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:04.005 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:05.006 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:05.007 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:05 smithi194 ceph-mon[104785]: pgmap v21095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:10:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:05 smithi135 ceph-mon[93152]: pgmap v21095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:10:06.008 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:06.009 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:06 smithi135 ceph-mon[93152]: pgmap v21096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:06 smithi194 ceph-mon[104785]: pgmap v21096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:07.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:07.010 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:08.011 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:08.012 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:09.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:09.013 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:09 smithi194 ceph-mon[104785]: pgmap v21097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:09 smithi135 ceph-mon[93152]: pgmap v21097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:10.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:10.015 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:11.016 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:11.017 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:11 smithi194 ceph-mon[104785]: pgmap v21098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:10:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:11 smithi135 ceph-mon[93152]: pgmap v21098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:10:12.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:12.018 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:13.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:13.020 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:13 smithi194 ceph-mon[104785]: pgmap v21099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:13 smithi135 ceph-mon[93152]: pgmap v21099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:14.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:14.022 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:15.023 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:15.024 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:15 smithi194 ceph-mon[104785]: pgmap v21100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:10:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:15 smithi135 ceph-mon[93152]: pgmap v21100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:10:16.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:16.025 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:16.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:16 smithi135 ceph-mon[93152]: pgmap v21101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:16 smithi194 ceph-mon[104785]: pgmap v21101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:17.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:17.027 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:18.028 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:18.029 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:19.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:19.030 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:19 smithi194 ceph-mon[104785]: pgmap v21102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:19 smithi135 ceph-mon[93152]: pgmap v21102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:20.031 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:20.032 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:21.033 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:21.034 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:21 smithi194 ceph-mon[104785]: pgmap v21103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:21 smithi135 ceph-mon[93152]: pgmap v21103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:22.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:22.035 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:22.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:22 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:10:22.516 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:22 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:10:23.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:23.036 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:23 smithi194 ceph-mon[104785]: pgmap v21104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:10:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:10:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:10:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:10:23.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:10:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:23 smithi135 ceph-mon[93152]: pgmap v21104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:10:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:10:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:10:23.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:10:23.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:10:24.037 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:24.038 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:25.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:25.039 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:25 smithi194 ceph-mon[104785]: pgmap v21105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:10:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:25 smithi135 ceph-mon[93152]: pgmap v21105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:10:26.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:26.041 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:10:26.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:26 smithi135 ceph-mon[93152]: pgmap v21106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:10:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:26 smithi194 ceph-mon[104785]: pgmap v21106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:27.042 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:27.043 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:28.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:28.044 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:29.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:29.046 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:29 smithi194 ceph-mon[104785]: pgmap v21107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:29 smithi135 ceph-mon[93152]: pgmap v21107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:30.047 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:30.048 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:31.049 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:31.050 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:31 smithi194 ceph-mon[104785]: pgmap v21108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:31 smithi135 ceph-mon[93152]: pgmap v21108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:32.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:32.051 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:33.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:33.053 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:33 smithi194 ceph-mon[104785]: pgmap v21109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:33 smithi135 ceph-mon[93152]: pgmap v21109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:34.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:34.055 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:35.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:35.056 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:35 smithi194 ceph-mon[104785]: pgmap v21110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:10:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:35 smithi135 ceph-mon[93152]: pgmap v21110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:10:36.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:36.058 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:36 smithi135 ceph-mon[93152]: pgmap v21111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:36 smithi194 ceph-mon[104785]: pgmap v21111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:37.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:37.059 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:38.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:38.061 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:39.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:39.063 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:39 smithi194 ceph-mon[104785]: pgmap v21112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:39 smithi135 ceph-mon[93152]: pgmap v21112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:40.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:40.064 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:41.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:41.066 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:41 smithi194 ceph-mon[104785]: pgmap v21113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:10:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:41 smithi135 ceph-mon[93152]: pgmap v21113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:10:42.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:42.068 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:43.069 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:43.070 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:43 smithi194 ceph-mon[104785]: pgmap v21114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:43.495 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:43 smithi135 ceph-mon[93152]: pgmap v21114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:44.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:44.071 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:45.072 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:45.073 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:45 smithi194 ceph-mon[104785]: pgmap v21115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:10:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:45 smithi135 ceph-mon[93152]: pgmap v21115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:10:46.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:46.074 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:46 smithi135 ceph-mon[93152]: pgmap v21116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:46 smithi194 ceph-mon[104785]: pgmap v21116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:47.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:47.076 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:48.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:48.078 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:49.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:49.079 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:49 smithi194 ceph-mon[104785]: pgmap v21117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:49.527 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:49 smithi135 ceph-mon[93152]: pgmap v21117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:50.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:50.081 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:51.082 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:51.083 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:51.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:51 smithi194 ceph-mon[104785]: pgmap v21118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:51 smithi135 ceph-mon[93152]: pgmap v21118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:52.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:52.084 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:53.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:53.086 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:53 smithi194 ceph-mon[104785]: pgmap v21119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:53 smithi135 ceph-mon[93152]: pgmap v21119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:54.087 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:54.088 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:55.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:55.089 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:55 smithi194 ceph-mon[104785]: pgmap v21120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:10:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:55 smithi135 ceph-mon[93152]: pgmap v21120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:10:56.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:56.091 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:10:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:56 smithi194 ceph-mon[104785]: pgmap v21121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:10:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:56 smithi135 ceph-mon[93152]: pgmap v21121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:57.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:57.093 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:58.094 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:58.095 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:59.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:10:59.096 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:10:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:10:59 smithi194 ceph-mon[104785]: pgmap v21122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:10:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:10:59 smithi135 ceph-mon[93152]: pgmap v21122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:00.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:00.098 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:01.099 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:01.100 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:01 smithi194 ceph-mon[104785]: pgmap v21123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:01 smithi135 ceph-mon[93152]: pgmap v21123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:02.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:02.101 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:03.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:03.103 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:03 smithi194 ceph-mon[104785]: pgmap v21124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:03 smithi135 ceph-mon[93152]: pgmap v21124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:04.104 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:04.105 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:05.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:05.106 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:05 smithi194 ceph-mon[104785]: pgmap v21125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:11:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:05 smithi135 ceph-mon[93152]: pgmap v21125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:11:06.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:06.108 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:06.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:06 smithi135 ceph-mon[93152]: pgmap v21126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:06 smithi194 ceph-mon[104785]: pgmap v21126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:07.109 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:07.110 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:08.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:08.111 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:09.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:09.113 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:09 smithi194 ceph-mon[104785]: pgmap v21127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:09 smithi135 ceph-mon[93152]: pgmap v21127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:10.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:10.114 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:11.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:11.116 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:11 smithi194 ceph-mon[104785]: pgmap v21128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:11:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:11 smithi135 ceph-mon[93152]: pgmap v21128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:11:12.117 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:12.118 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:13.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:13.119 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:13 smithi194 ceph-mon[104785]: pgmap v21129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:13 smithi135 ceph-mon[93152]: pgmap v21129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:14.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:14.121 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:15.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:15.122 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:15 smithi194 ceph-mon[104785]: pgmap v21130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:11:15.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:15 smithi135 ceph-mon[93152]: pgmap v21130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:11:16.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:16.124 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:16 smithi194 ceph-mon[104785]: pgmap v21131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:16 smithi135 ceph-mon[93152]: pgmap v21131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:17.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:17.126 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:18.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:18.127 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:19.129 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:19.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:19 smithi194 ceph-mon[104785]: pgmap v21132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:19 smithi135 ceph-mon[93152]: pgmap v21132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:20.130 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:21.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:21.132 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:21 smithi194 ceph-mon[104785]: pgmap v21133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:21 smithi135 ceph-mon[93152]: pgmap v21133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:22.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:22.133 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:23.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:23.135 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:23 smithi194 ceph-mon[104785]: pgmap v21134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:11:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:11:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:23 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:11:23.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:23 smithi135 ceph-mon[93152]: pgmap v21134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:11:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:11:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:23 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:11:24.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:24.136 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:11:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:11:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:11:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:11:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:11:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:11:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:11:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:11:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:11:24.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:11:25.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:25.138 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:25 smithi194 ceph-mon[104785]: pgmap v21135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:11:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:25 smithi135 ceph-mon[93152]: pgmap v21135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:11:26.139 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:26.140 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:11:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:26 smithi194 ceph-mon[104785]: pgmap v21136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:11:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:26 smithi135 ceph-mon[93152]: pgmap v21136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:27.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:27.141 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:28.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:28.143 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:29.144 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:29.145 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:29.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:29 smithi135 ceph-mon[93152]: pgmap v21137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:29 smithi194 ceph-mon[104785]: pgmap v21137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:30.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:30.146 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:31.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:31.148 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:31 smithi194 ceph-mon[104785]: pgmap v21138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:31 smithi135 ceph-mon[93152]: pgmap v21138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:32.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:32.150 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:33.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:33.151 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:33 smithi194 ceph-mon[104785]: pgmap v21139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:33 smithi135 ceph-mon[93152]: pgmap v21139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:34.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:34.153 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:35.154 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:35.155 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:35 smithi194 ceph-mon[104785]: pgmap v21140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:11:35.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:35 smithi135 ceph-mon[93152]: pgmap v21140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:11:36.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:36.156 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:36 smithi194 ceph-mon[104785]: pgmap v21141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:36 smithi135 ceph-mon[93152]: pgmap v21141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:37.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:37.158 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:38.159 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:38.160 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:39.161 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:39.162 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:39 smithi194 ceph-mon[104785]: pgmap v21142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:39 smithi135 ceph-mon[93152]: pgmap v21142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:40.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:40.163 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:41.164 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:41.165 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:41 smithi194 ceph-mon[104785]: pgmap v21143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:11:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:41 smithi135 ceph-mon[93152]: pgmap v21143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:11:42.166 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:42.167 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:43.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:43.168 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:43 smithi194 ceph-mon[104785]: pgmap v21144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:43 smithi135 ceph-mon[93152]: pgmap v21144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:44.169 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:44.170 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:45.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:45.171 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:45 smithi194 ceph-mon[104785]: pgmap v21145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:11:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:45 smithi135 ceph-mon[93152]: pgmap v21145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:11:46.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:46.173 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:46 smithi194 ceph-mon[104785]: pgmap v21146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:46 smithi135 ceph-mon[93152]: pgmap v21146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:47.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:47.174 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:48.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:48.176 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:49.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:49.177 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:49 smithi194 ceph-mon[104785]: pgmap v21147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:49 smithi135 ceph-mon[93152]: pgmap v21147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:50.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:50.179 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:51.180 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:51.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:51 smithi194 ceph-mon[104785]: pgmap v21148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:51 smithi135 ceph-mon[93152]: pgmap v21148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:52.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:52.182 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:53.183 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:53.184 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:53 smithi194 ceph-mon[104785]: pgmap v21149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:53 smithi135 ceph-mon[93152]: pgmap v21149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:54.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:54.185 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:55.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:55.187 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:55 smithi194 ceph-mon[104785]: pgmap v21150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:11:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:55 smithi135 ceph-mon[93152]: pgmap v21150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:11:56.188 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:56.189 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:11:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:56 smithi194 ceph-mon[104785]: pgmap v21151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:57.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:11:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:56 smithi135 ceph-mon[93152]: pgmap v21151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:57.190 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:57.191 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:58.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:58.192 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:59.193 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:11:59.194 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:11:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:11:59 smithi194 ceph-mon[104785]: pgmap v21152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:11:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:11:59 smithi135 ceph-mon[93152]: pgmap v21152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:00.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:00.195 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:01.197 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:01.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:01 smithi194 ceph-mon[104785]: pgmap v21153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:01.542 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:01 smithi135 ceph-mon[93152]: pgmap v21153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:02.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:02.198 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:03.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:03.200 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:03 smithi194 ceph-mon[104785]: pgmap v21154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:03 smithi135 ceph-mon[93152]: pgmap v21154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:04.201 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:04.202 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:05.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:05.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:05 smithi194 ceph-mon[104785]: pgmap v21155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:12:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:05 smithi135 ceph-mon[93152]: pgmap v21155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:12:06.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:06.205 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:06 smithi194 ceph-mon[104785]: pgmap v21156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:06 smithi135 ceph-mon[93152]: pgmap v21156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:07.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:07.207 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:08.208 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:08.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:09.210 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:09.309 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:09 smithi194 ceph-mon[104785]: pgmap v21157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:09 smithi135 ceph-mon[93152]: pgmap v21157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:10.211 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:10.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:11.213 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:11.644 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:11.645 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:11 smithi194 ceph-mon[104785]: pgmap v21158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:11.645 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:12:11.645 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:11 smithi135 ceph-mon[93152]: pgmap v21158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:11.645 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:12:12.215 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:12.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:13.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:13.216 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:13 smithi194 ceph-mon[104785]: pgmap v21159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:13.511 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:13 smithi135 ceph-mon[93152]: pgmap v21159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:14.218 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:14.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:15.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:15.220 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:15 smithi194 ceph-mon[104785]: pgmap v21160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:12:15.520 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:15 smithi135 ceph-mon[93152]: pgmap v21160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:12:16.221 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:16.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:16 smithi194 ceph-mon[104785]: pgmap v21161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:16 smithi135 ceph-mon[93152]: pgmap v21161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:17.223 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:17.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:18.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:18.225 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:19.226 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:19.227 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:19.432 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:19 smithi135 ceph-mon[93152]: pgmap v21162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:19 smithi194 ceph-mon[104785]: pgmap v21162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:20.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:20.228 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:21.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:21.230 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:21 smithi194 ceph-mon[104785]: pgmap v21163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:21 smithi135 ceph-mon[93152]: pgmap v21163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:22.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:22.231 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:23.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:23.233 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:23 smithi194 ceph-mon[104785]: pgmap v21164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:23 smithi135 ceph-mon[93152]: pgmap v21164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:24.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:24.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:12:24.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:12:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:12:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:12:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:12:24.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:24 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:12:24.482 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:12:24.482 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:12:24.482 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:12:24.483 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:12:24.483 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:12:24.483 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:24 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:12:25.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:25.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:25 smithi194 ceph-mon[104785]: pgmap v21165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:12:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:25 smithi135 ceph-mon[93152]: pgmap v21165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:12:26.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:26.237 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:12:26.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:26 smithi194 ceph-mon[104785]: pgmap v21166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:12:27.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:26 smithi135 ceph-mon[93152]: pgmap v21166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:27.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:27.239 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:28.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:28.240 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:29.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:29.242 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:29.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:29 smithi194 ceph-mon[104785]: pgmap v21167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:29 smithi135 ceph-mon[93152]: pgmap v21167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:30.243 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:30.244 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:31.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:31.245 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:31 smithi194 ceph-mon[104785]: pgmap v21168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:31 smithi135 ceph-mon[93152]: pgmap v21168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:32.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:32.247 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:33.248 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:33.249 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:33.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:33 smithi194 ceph-mon[104785]: pgmap v21169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:33.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:33 smithi135 ceph-mon[93152]: pgmap v21169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:34.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:34.250 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:35.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:35.252 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:35 smithi194 ceph-mon[104785]: pgmap v21170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:12:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:35 smithi135 ceph-mon[93152]: pgmap v21170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:12:36.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:36.253 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:36 smithi194 ceph-mon[104785]: pgmap v21171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:36 smithi135 ceph-mon[93152]: pgmap v21171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:37.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:37.255 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:38.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:38.257 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:39.258 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:39.259 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:39 smithi194 ceph-mon[104785]: pgmap v21172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:39 smithi135 ceph-mon[93152]: pgmap v21172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:40.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:40.260 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:41.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:41.262 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:41 smithi194 ceph-mon[104785]: pgmap v21173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:12:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:41 smithi135 ceph-mon[93152]: pgmap v21173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:12:42.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:42.264 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:43.265 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:43.266 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:43.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:43 smithi194 ceph-mon[104785]: pgmap v21174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:43 smithi135 ceph-mon[93152]: pgmap v21174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:44.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:44.267 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:45.268 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:45.269 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:45 smithi194 ceph-mon[104785]: pgmap v21175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:12:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:45 smithi135 ceph-mon[93152]: pgmap v21175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:12:46.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:46.271 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:46 smithi194 ceph-mon[104785]: pgmap v21176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:46 smithi135 ceph-mon[93152]: pgmap v21176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:47.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:47.272 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:48.273 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:48.274 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:49.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:49.275 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:49 smithi194 ceph-mon[104785]: pgmap v21177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:49 smithi135 ceph-mon[93152]: pgmap v21177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:50.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:50.277 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:51.278 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:51.279 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:51.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:51 smithi194 ceph-mon[104785]: pgmap v21178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:51.678 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:51 smithi135 ceph-mon[93152]: pgmap v21178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:52.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:52.280 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:53.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:53.282 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:53.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:53 smithi194 ceph-mon[104785]: pgmap v21179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:53 smithi135 ceph-mon[93152]: pgmap v21179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:54.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:54.283 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:55.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:55.285 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:55 smithi194 ceph-mon[104785]: pgmap v21180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:12:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:55 smithi135 ceph-mon[93152]: pgmap v21180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:12:56.286 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:56.287 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:12:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:56 smithi194 ceph-mon[104785]: pgmap v21181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:12:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:56 smithi135 ceph-mon[93152]: pgmap v21181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:57.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:57.288 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:58.290 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:58.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:59.291 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:12:59.292 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:12:59.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:12:59 smithi194 ceph-mon[104785]: pgmap v21182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:12:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:12:59 smithi135 ceph-mon[93152]: pgmap v21182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:00.293 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:00.294 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:01.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:01.295 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:01.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:01 smithi194 ceph-mon[104785]: pgmap v21183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:01 smithi135 ceph-mon[93152]: pgmap v21183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:02.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:02.297 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:03.298 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:03.299 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:03.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:03 smithi194 ceph-mon[104785]: pgmap v21184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:03 smithi135 ceph-mon[93152]: pgmap v21184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:04.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:04.300 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:05.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:05.301 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:05.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:05 smithi194 ceph-mon[104785]: pgmap v21185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:13:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:05 smithi135 ceph-mon[93152]: pgmap v21185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:13:06.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:06.303 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:06 smithi194 ceph-mon[104785]: pgmap v21186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:06 smithi135 ceph-mon[93152]: pgmap v21186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:07.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:07.305 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:08.306 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:08.307 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:09.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:09.308 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:09.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:09 smithi194 ceph-mon[104785]: pgmap v21187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:09 smithi135 ceph-mon[93152]: pgmap v21187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:10.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:10.310 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:11.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:11.312 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:11 smithi194 ceph-mon[104785]: pgmap v21188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:11.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:13:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:11 smithi135 ceph-mon[93152]: pgmap v21188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:13:12.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:12.313 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:13.315 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:13.316 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:13.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:13 smithi194 ceph-mon[104785]: pgmap v21189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:13.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:13 smithi135 ceph-mon[93152]: pgmap v21189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:14.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:14.317 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:15.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:15 smithi135 ceph-mon[93152]: pgmap v21190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:13:15.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:15.319 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:15.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:15 smithi194 ceph-mon[104785]: pgmap v21190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:13:16.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:16.320 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:16 smithi194 ceph-mon[104785]: pgmap v21191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:17.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:16 smithi135 ceph-mon[93152]: pgmap v21191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:17.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:17.322 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:18.323 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:18.324 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:19.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:19.325 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:19.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:19 smithi194 ceph-mon[104785]: pgmap v21192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:19.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:19 smithi135 ceph-mon[93152]: pgmap v21192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:20.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:20.327 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:21.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:21.329 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:21 smithi194 ceph-mon[104785]: pgmap v21193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:21.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:21 smithi135 ceph-mon[93152]: pgmap v21193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:22.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:22.330 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:23.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:23.332 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:23.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:23 smithi194 ceph-mon[104785]: pgmap v21194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:23 smithi135 ceph-mon[93152]: pgmap v21194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:24.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:24.333 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:25.334 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:25.335 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: pgmap v21195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:13:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:13:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:13:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:13:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:13:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:13:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:13:25.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:13:25.460 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:13:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: pgmap v21195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:13:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:13:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:13:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-08T16:13:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:13:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:13:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:13:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:13:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:13:25.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:13:26.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:26.336 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:26 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi194 to 2638M 2023-10-08T16:13:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:26 smithi194 ceph-mon[104785]: Adjusting osd_memory_target on smithi135 to 1331M 2023-10-08T16:13:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:13:26.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:26 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi194 to 2638M 2023-10-08T16:13:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:26 smithi135 ceph-mon[93152]: Adjusting osd_memory_target on smithi135 to 1331M 2023-10-08T16:13:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:13:27.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:27.338 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:27 smithi135 ceph-mon[93152]: pgmap v21196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:27 smithi194 ceph-mon[104785]: pgmap v21196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:28.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:28.339 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:29.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:29.341 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:29 smithi135 ceph-mon[93152]: pgmap v21197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:29 smithi194 ceph-mon[104785]: pgmap v21197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:30.342 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:30.343 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:31.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:31.344 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:31.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:31 smithi135 ceph-mon[93152]: pgmap v21198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:31 smithi194 ceph-mon[104785]: pgmap v21198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:32.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:32.346 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:33.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:33.347 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:33 smithi135 ceph-mon[93152]: pgmap v21199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:33 smithi194 ceph-mon[104785]: pgmap v21199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:34.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:34.349 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:35.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:35.351 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:35.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:35 smithi194 ceph-mon[104785]: pgmap v21200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:13:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:35 smithi135 ceph-mon[93152]: pgmap v21200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:13:36.352 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:36.353 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:36 smithi194 ceph-mon[104785]: pgmap v21201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:37.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:36 smithi135 ceph-mon[93152]: pgmap v21201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:37.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:37.354 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:38.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:38.356 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:39.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:39.357 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:39.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:39 smithi194 ceph-mon[104785]: pgmap v21202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:39 smithi135 ceph-mon[93152]: pgmap v21202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:40.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:40.359 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:41.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:41.360 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:41 smithi194 ceph-mon[104785]: pgmap v21203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:41.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:13:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:41 smithi135 ceph-mon[93152]: pgmap v21203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:13:42.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:42.362 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:43.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:43.364 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:43.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:43 smithi135 ceph-mon[93152]: pgmap v21204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:43 smithi194 ceph-mon[104785]: pgmap v21204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:44.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:44.365 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:45.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:45.367 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:45.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:45 smithi194 ceph-mon[104785]: pgmap v21205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:13:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:45 smithi135 ceph-mon[93152]: pgmap v21205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:13:46.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:46.368 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:46 smithi194 ceph-mon[104785]: pgmap v21206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:46 smithi135 ceph-mon[93152]: pgmap v21206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:47.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:47.370 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:48.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:48.371 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:49.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:49.373 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:49.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:49 smithi194 ceph-mon[104785]: pgmap v21207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:49 smithi135 ceph-mon[93152]: pgmap v21207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:50.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:50.375 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:51.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:51.376 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:51 smithi135 ceph-mon[93152]: pgmap v21208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:51 smithi194 ceph-mon[104785]: pgmap v21208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:52.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:52.378 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:53.379 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:53.380 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:53 smithi135 ceph-mon[93152]: pgmap v21209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:53 smithi194 ceph-mon[104785]: pgmap v21209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:54.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:54.381 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:55.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:55.383 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:55.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:55 smithi194 ceph-mon[104785]: pgmap v21210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:13:55.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:55 smithi135 ceph-mon[93152]: pgmap v21210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:13:56.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:56.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:13:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:56 smithi194 ceph-mon[104785]: pgmap v21211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:13:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:56 smithi135 ceph-mon[93152]: pgmap v21211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:57.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:57.385 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:58.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:58.387 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:59.389 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:13:59.390 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:13:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:13:59 smithi135 ceph-mon[93152]: pgmap v21212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:13:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:13:59 smithi194 ceph-mon[104785]: pgmap v21212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:00.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:00.391 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:01.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:01.392 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:01.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:01 smithi135 ceph-mon[93152]: pgmap v21213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:01 smithi194 ceph-mon[104785]: pgmap v21213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:02.393 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:02.394 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:03.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:03.395 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:03.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:03 smithi135 ceph-mon[93152]: pgmap v21214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:03 smithi194 ceph-mon[104785]: pgmap v21214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:04.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:04.397 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:05.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:05.399 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:05.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:05 smithi135 ceph-mon[93152]: pgmap v21215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:14:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:05 smithi194 ceph-mon[104785]: pgmap v21215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:14:06.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:06.400 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:06 smithi194 ceph-mon[104785]: pgmap v21216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:07.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:06 smithi135 ceph-mon[93152]: pgmap v21216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:07.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:07.402 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:08.403 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:08.404 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:09.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:09.405 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:09.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:09 smithi135 ceph-mon[93152]: pgmap v21217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:09.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:09 smithi194 ceph-mon[104785]: pgmap v21217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:10.407 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:10.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:11.408 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:11.409 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:11 smithi135 ceph-mon[93152]: pgmap v21218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:14:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:11 smithi194 ceph-mon[104785]: pgmap v21218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:14:12.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:12.410 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:13.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:13.412 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:13.508 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:13 smithi135 ceph-mon[93152]: pgmap v21219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:13 smithi194 ceph-mon[104785]: pgmap v21219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:14.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:14.414 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:15.415 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:15.861 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:15.862 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:15 smithi194 ceph-mon[104785]: pgmap v21220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:14:15.862 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:15 smithi135 ceph-mon[93152]: pgmap v21220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:14:16.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:16.417 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:16 smithi194 ceph-mon[104785]: pgmap v21221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:16 smithi135 ceph-mon[93152]: pgmap v21221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:17.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:17.419 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:18.420 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:18.421 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:19.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:19.422 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:19 smithi135 ceph-mon[93152]: pgmap v21222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:19 smithi194 ceph-mon[104785]: pgmap v21222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:20.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:20.424 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:21.425 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:21.426 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:21 smithi135 ceph-mon[93152]: pgmap v21223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:21.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:21 smithi194 ceph-mon[104785]: pgmap v21223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:22.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:22.427 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:23.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:23.429 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:23 smithi135 ceph-mon[93152]: pgmap v21224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:23 smithi194 ceph-mon[104785]: pgmap v21224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:24.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:24.430 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:25.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:25.432 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:25.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:25 smithi135 ceph-mon[93152]: pgmap v21225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:14:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:25 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:14:25.507 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:25 smithi194 ceph-mon[104785]: pgmap v21225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:14:25.507 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:25 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:14:26.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:26.433 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:14:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:14:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:14:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:14:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:14:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:14:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:14:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:14:26.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:14:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:14:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:14:26.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:14:27.434 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:27.435 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:27 smithi135 ceph-mon[93152]: pgmap v21226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:27 smithi194 ceph-mon[104785]: pgmap v21226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:28.436 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:28.437 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:29.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:29.438 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:29 smithi135 ceph-mon[93152]: pgmap v21227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:29 smithi194 ceph-mon[104785]: pgmap v21227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:30.439 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:30.440 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:31.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:31.441 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:31.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:31 smithi135 ceph-mon[93152]: pgmap v21228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:31.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:31 smithi194 ceph-mon[104785]: pgmap v21228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:32.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:32.443 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:33.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:33.444 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:33.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:33 smithi135 ceph-mon[93152]: pgmap v21229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:33 smithi194 ceph-mon[104785]: pgmap v21229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:34.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:34.446 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:35.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:35.448 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:35.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:35 smithi135 ceph-mon[93152]: pgmap v21230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:14:35.609 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:35 smithi194 ceph-mon[104785]: pgmap v21230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:14:36.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:36.449 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:36 smithi194 ceph-mon[104785]: pgmap v21231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:37.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:36 smithi135 ceph-mon[93152]: pgmap v21231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:37.450 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:37.451 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:38.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:38.452 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:39.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:39.454 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:39 smithi135 ceph-mon[93152]: pgmap v21232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:39.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:39 smithi194 ceph-mon[104785]: pgmap v21232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:40.455 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:40.456 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:41.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:41.457 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:41 smithi135 ceph-mon[93152]: pgmap v21233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:14:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:41 smithi194 ceph-mon[104785]: pgmap v21233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:14:42.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:42.459 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:43.460 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:43.461 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:43 smithi135 ceph-mon[93152]: pgmap v21234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:43.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:43 smithi194 ceph-mon[104785]: pgmap v21234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:44.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:44.462 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:45.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:45.464 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:45.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:45 smithi135 ceph-mon[93152]: pgmap v21235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:14:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:45 smithi194 ceph-mon[104785]: pgmap v21235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:14:46.465 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:46.466 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:46.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:46 smithi194 ceph-mon[104785]: pgmap v21236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:47.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:46 smithi135 ceph-mon[93152]: pgmap v21236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:47.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:47.467 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:48.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:48.469 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:49.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:49.471 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:49 smithi135 ceph-mon[93152]: pgmap v21237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:49 smithi194 ceph-mon[104785]: pgmap v21237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:50.472 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:50.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:51.474 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:51.475 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:51.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:51 smithi135 ceph-mon[93152]: pgmap v21238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:51 smithi194 ceph-mon[104785]: pgmap v21238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:52.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:52.476 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:53.477 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:53.478 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:53 smithi135 ceph-mon[93152]: pgmap v21239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:53 smithi194 ceph-mon[104785]: pgmap v21239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:54.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:54.479 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:55.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:55.481 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:55.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:55 smithi135 ceph-mon[93152]: pgmap v21240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:14:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:55 smithi194 ceph-mon[104785]: pgmap v21240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:14:56.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:56.483 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:14:56.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:56 smithi194 ceph-mon[104785]: pgmap v21241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:14:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:56 smithi135 ceph-mon[93152]: pgmap v21241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:57.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:57.484 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:58.485 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:58.486 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:59.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:14:59.487 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:14:59.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:14:59 smithi135 ceph-mon[93152]: pgmap v21242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:14:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:14:59 smithi194 ceph-mon[104785]: pgmap v21242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:00.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:00.489 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:01.257 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:01 smithi135 ceph-mon[93152]: pgmap v21243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:01.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:01.491 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:01 smithi194 ceph-mon[104785]: pgmap v21243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:02.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:02.492 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:03.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:03.494 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:03.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:03 smithi135 ceph-mon[93152]: pgmap v21244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:03 smithi194 ceph-mon[104785]: pgmap v21244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:04.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:04.496 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:05.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:05.498 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:05.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:05 smithi135 ceph-mon[93152]: pgmap v21245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:15:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:05 smithi194 ceph-mon[104785]: pgmap v21245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:15:06.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:06.499 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:06 smithi194 ceph-mon[104785]: pgmap v21246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:06 smithi135 ceph-mon[93152]: pgmap v21246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:07.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:07.501 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:08.502 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:08.503 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:09.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:09.504 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:09.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:09 smithi135 ceph-mon[93152]: pgmap v21247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:09 smithi194 ceph-mon[104785]: pgmap v21247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:10.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:10.506 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:11 smithi135 ceph-mon[93152]: pgmap v21248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:11.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:15:11.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:11.507 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:11 smithi194 ceph-mon[104785]: pgmap v21248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:11.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:15:12.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:12.509 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:13.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:13 smithi135 ceph-mon[93152]: pgmap v21249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:13.510 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:13.511 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:13 smithi194 ceph-mon[104785]: pgmap v21249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:14.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:14.512 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:15.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:15 smithi135 ceph-mon[93152]: pgmap v21250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:15:15.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:15.514 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:15 smithi194 ceph-mon[104785]: pgmap v21250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:15:16.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:16.516 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:16 smithi194 ceph-mon[104785]: pgmap v21251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:16 smithi135 ceph-mon[93152]: pgmap v21251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:17.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:17.517 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:18.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:18.519 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:19.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:19 smithi135 ceph-mon[93152]: pgmap v21252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:19.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:19.521 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:19.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:19 smithi194 ceph-mon[104785]: pgmap v21252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:20.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:20.522 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:21.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:21 smithi194 ceph-mon[104785]: pgmap v21253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:21.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:21 smithi135 ceph-mon[93152]: pgmap v21253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:21.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:21.524 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:22.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:22.526 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:23.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:23 smithi135 ceph-mon[93152]: pgmap v21254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:23.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:23.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:23.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:23 smithi194 ceph-mon[104785]: pgmap v21254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:24.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:24.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:25.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:25 smithi135 ceph-mon[93152]: pgmap v21255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:15:25.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:25.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:25.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:25 smithi194 ceph-mon[104785]: pgmap v21255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:15:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:15:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:15:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:15:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:15:26.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:15:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:15:26.459 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:26 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:15:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-08T16:15:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:15:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-08T16:15:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-08T16:15:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:15:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-08T16:15:26.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:26 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' 2023-10-08T16:15:26.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:26.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:27.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:27 smithi135 ceph-mon[93152]: pgmap v21256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:27.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:27.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:27.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:27 smithi194 ceph-mon[104785]: pgmap v21256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:28.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:28.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:29.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:29 smithi135 ceph-mon[93152]: pgmap v21257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:29.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:29.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:29.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:29 smithi194 ceph-mon[104785]: pgmap v21257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:30.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:30.538 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:31.458 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:31 smithi194 ceph-mon[104785]: pgmap v21258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:31.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:31.540 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:31.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:31 smithi135 ceph-mon[93152]: pgmap v21258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:32.541 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:32.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:33.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:33.543 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:33.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:33 smithi194 ceph-mon[104785]: pgmap v21259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:33.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:33 smithi135 ceph-mon[93152]: pgmap v21259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:34.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:34.545 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:35.546 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:35.547 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:35.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:35 smithi194 ceph-mon[104785]: pgmap v21260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:15:35.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:35 smithi135 ceph-mon[93152]: pgmap v21260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:15:36.548 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:36.549 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:36.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:36 smithi135 ceph-mon[93152]: pgmap v21261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:36.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:36 smithi194 ceph-mon[104785]: pgmap v21261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:37.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:37.550 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:38.551 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:38.552 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:39.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:39 smithi135 ceph-mon[93152]: pgmap v21262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:39.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:39.553 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:39.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:39 smithi194 ceph-mon[104785]: pgmap v21262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:40.554 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:40.555 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:41 smithi135 ceph-mon[93152]: pgmap v21263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:41.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:41 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:15:41.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:41.556 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:41 smithi194 ceph-mon[104785]: pgmap v21263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:41.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:41 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:15:42.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:42.558 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:43.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:43 smithi135 ceph-mon[93152]: pgmap v21264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:43.559 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:44.473 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:44.474 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:43 smithi194 ceph-mon[104785]: pgmap v21264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:44.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:44.561 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:45.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:45 smithi135 ceph-mon[93152]: pgmap v21265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:15:45.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:45.563 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:45.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:45 smithi194 ceph-mon[104785]: pgmap v21265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:15:46.564 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:46.565 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:46.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:46 smithi194 ceph-mon[104785]: pgmap v21266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:46.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:46 smithi135 ceph-mon[93152]: pgmap v21266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:47.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:47.566 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:48.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:48.568 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:49.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:49 smithi135 ceph-mon[93152]: pgmap v21267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:49.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:49.570 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:49.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:49 smithi194 ceph-mon[104785]: pgmap v21267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:50.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:50.571 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:51.506 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:51 smithi135 ceph-mon[93152]: pgmap v21268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:51.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:51.572 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:51.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:51 smithi194 ceph-mon[104785]: pgmap v21268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:52.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:52.574 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:53.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:53 smithi135 ceph-mon[93152]: pgmap v21269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:53.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:53.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:53.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:53 smithi194 ceph-mon[104785]: pgmap v21269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:54.577 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:54.578 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:55.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:55.579 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:55.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:55 smithi194 ceph-mon[104785]: pgmap v21270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:15:55.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:55 smithi135 ceph-mon[93152]: pgmap v21270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:15:56.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:56.581 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:56 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:15:56.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:56 smithi194 ceph-mon[104785]: pgmap v21271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:56 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:15:57.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:56 smithi135 ceph-mon[93152]: pgmap v21271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:57.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:57.582 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:58.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:58.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:59.507 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:15:59 smithi135 ceph-mon[93152]: pgmap v21272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:15:59.585 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:15:59.586 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:15:59.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:15:59 smithi194 ceph-mon[104785]: pgmap v21272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:00.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:00.587 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:01.586 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:16:01 smithi135 ceph-mon[93152]: pgmap v21273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:01.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:01.588 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:01.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:16:01 smithi194 ceph-mon[104785]: pgmap v21273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:02.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:02.590 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:03.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:03.592 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:03.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:16:03 smithi194 ceph-mon[104785]: pgmap v21274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:03.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:16:03 smithi135 ceph-mon[93152]: pgmap v21274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:04.593 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:04.594 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:05.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:05.595 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:05.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:16:05 smithi194 ceph-mon[104785]: pgmap v21275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:16:05.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:16:05 smithi135 ceph-mon[93152]: pgmap v21275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:16:06.596 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:06.597 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:06.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:16:06 smithi194 ceph-mon[104785]: pgmap v21276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:07.006 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:16:06 smithi135 ceph-mon[93152]: pgmap v21276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:07.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:07.598 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:08.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:08.600 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:09.601 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:09.602 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:09.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:16:09 smithi194 ceph-mon[104785]: pgmap v21277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:09.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:16:09 smithi135 ceph-mon[93152]: pgmap v21277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:10.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:10.603 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:11.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:11.605 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:11.608 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:16:11 smithi194 ceph-mon[104785]: pgmap v21278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:11.608 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:16:11 smithi194 ceph-mon[104785]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:16:11.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:16:11 smithi135 ceph-mon[93152]: pgmap v21278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:11.684 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:16:11 smithi135 ceph-mon[93152]: from='mgr.14213 172.21.15.135:0/45772831' entity='mgr.smithi135.vegapu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-08T16:16:12.606 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:12.607 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:13.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:13.608 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:13.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:16:13 smithi194 ceph-mon[104785]: pgmap v21279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:13.756 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:16:13 smithi135 ceph-mon[93152]: pgmap v21279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:14.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:14.610 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:15.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:15.611 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:15.708 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:16:15 smithi194 ceph-mon[104785]: pgmap v21280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:16:15.757 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:16:15 smithi135 ceph-mon[93152]: pgmap v21280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-08T16:16:16.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:16.613 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:16.958 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 08 16:16:16 smithi194 ceph-mon[104785]: pgmap v21281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:17.007 INFO:journalctl@ceph.mon.smithi135.smithi135.stdout:Oct 08 16:16:16 smithi135 ceph-mon[93152]: pgmap v21281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-08T16:16:17.614 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:17.615 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:18.617 INFO:teuthology.orchestra.run.smithi135.stderr:+ true 2023-10-08T16:16:18.618 INFO:teuthology.orchestra.run.smithi135.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-08T16:16:19.363 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2023-10-08T16:16:19.363 DEBUG:teuthology.task.console_log:Killing console logger for smithi135 2023-10-08T16:16:19.364 DEBUG:teuthology.task.console_log:Killing console logger for smithi194 2023-10-08T16:16:19.364 DEBUG:teuthology.exit:Finished running handlers